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

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

RE: Causing emacs to locate .el and .elc libs in alternate locati ons


From: Rehm, Keith
Subject: RE: Causing emacs to locate .el and .elc libs in alternate locati ons
Date: Mon, 25 Feb 2002 09:00:33 -0600

in .emacs :

        (setq load-path (cons "~/my-emacs-dir" load-path))

then
        
        (load "foo")

where foo lives in ~/my-emacs-dir should work.

HTH K


-----Original Message-----
From: Ken Rossman [mailto:rossman@columbia.edu]
Sent: Sunday, February 24, 2002 7:04 PM
To: help-gnu-emacs@gnu.org
Subject: Causing emacs to locate .el and .elc libs in alternate
locations


Hi,

Can anyone tell me if there is a way to have emacs search a subdirectory in
my own home directory for .el and .elc files in addition to searching, say,
.../lib/emacs/lisp/ for the usual collection?

Thanks in advance,

/Ken


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs



reply via email to

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