help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to import other programming language support on windows emacs ?


From: Peter Dyballa
Subject: Re: how to import other programming language support on windows emacs ?
Date: Sun, 6 Jul 2008 09:28:51 +0200


Am 06.07.2008 um 07:18 schrieb black:

however i still dont know how to install
this .el to make it work with emacs


Read the header of actionscript-mode.el (it should describe how to make it work) and put it then into a directory like /usr/local/share/ emacs/22.2/site-lisp, where "22.2" is the version of GNU Emacs. If no help comes out of actionscript-mode.el, then a statement like

        (load-library "actionscript-mode")

in your init file should at least "load" it at launch time.

You can also augment the variable load-path with the name of the directory you saved the file.

--
Greetings

  Pete

Bigamy is having one wife too many. Monogamy is the same.
                                – Oscar Wilde







reply via email to

[Prev in Thread] Current Thread [Next in Thread]