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

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

Re: *.el files


From: kgold
Subject: Re: *.el files
Date: 9 Sep 2002 17:49:58 GMT

They have to be in a directory in your "load-path".  Here's a sample of
how to set a load-path in your .emacs.

(setq load-path
      (append '("~/emacs") load-path))


In article <mailman.1031561802.29468.help-gnu-emacs@gnu.org>,
 Raimund.Kohl@freenet.de writes:
> Hi,
> 
> I've downloaded wiki.el and planner.el -- now: where do I move the files
> to so that emacs can find them. If I just leave them in my /home/user
> directory and put (load emacs-wiki) and (load planner) in my .emacs file
> they cause lisp error messages. What am I going to do - respectivly: what
> did I do wrong?


-- 
-- 
Ken Goldman   kgold@watson.ibm.com   914-784-7646


reply via email to

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