Re: how to import other programming language support on windows emacs ?
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Re: how to import other programming language support on windows emacs ?         


Author: rmborchers
Date: Jul 6, 2008 00:51

You have to copy the file to a location in the loadpath or add a new
path to your .emacs (add-to-list 'load-path "path-to-file")

Load the file at startup
(require 'actionscript-mode)

Add to your .emacs file
(setq auto-mode-alist (cons '("\\.as$" . actionscript-mode.el) auto-mode-alist))
to make emacs using actionscript-mode when opening a .as file

--
\\\
(0 0)
--------------------------o0o(_)o0o-------------------------
Registered Linux User No.291649 http://www.linux-counter.org
Registered LFS user No.16792 http://www.linuxfromscratch.org
Uptime : 09:36:42 up 2:20, 1 user, load average: 0.37, 0.47, 0.43
Kernel : Linux 2.6.18.8.tex5 #1 SMP Thu May 10 11:36:58 WST 2007
Processor: model name : AMD Turion(tm) 64 Mobile Technology ML-30
web: http://rene-borchers.homelinux.com
------------------------------------------------------------
FORTUNE REMEMBERS THE GREAT MOTHERS: #5
Show full article (1.09Kb)
no comments

RELATED THREADS
SubjectArticles qty Group
2008/04/16 new programs and new trading programs addedalt.cracks ·