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

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

Re: Emacs and ASP major mode


From: Kai Großjohann
Subject: Re: Emacs and ASP major mode
Date: Mon, 24 Feb 2003 20:44:20 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50

jean daniel browne <browneje@etu.utc.fr> writes:

> I try too use emacs as an ASP editor, and well I'm half way to it. I'm
> using NTemacs (21.2). I have placed in the c:\program
> files\emacs\lisp\progmodes the following files:
> tempo.el
> html-helper-mode.el

Don't do that.  Your own files should be placed in the site-lisp
directory.  (Type C-h v load-path RET, then you will see which
directory that is, exactly.)  This way, they can survive an Emacs
upgrade.

You can also put them into the c:/foo/bar directory and then do

(add-to-list 'load-path "c:/foo/bar")

in ~/.emacs.

-- 
A preposition is not a good thing to end a sentence with.


reply via email to

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