home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!lll-winken!sowa
- From: sowa@amdew.llnl.gov (Erik C. Sowa)
- Newsgroups: comp.sys.next.programmer
- Subject: Re: Emacs 3.0 & EMACSLOADPATH
- Message-ID: <SOWA.92Dec18095609@amdew.llnl.gov>
- Date: 18 Dec 92 16:56:09 GMT
- References: <1992Dec17.132933.14046@itnsg1.cineca.it>
- Sender: usenet@lll-winken.LLNL.GOV
- Organization: LLNL Chemistry and Materials Science
- Lines: 21
- Nntp-Posting-Host: amdew.llnl.gov
- In-reply-to: lele@itnsg1.cineca.it's message of 17 Dec 92 13:29:33 GMT
-
- >>>>> "Lele" == Lele Gaifax <lele@itnsg1.cineca.it> writes:
-
- Lele> Hi all,
- Lele> here is a little patch to add support for the EMACSLOADPATH
- Lele> to Emacs 3.0.
- Lele> I use this feature since i have a separated dir that contains
- Lele> my elisp hacked packages. Use
- Lele> dwrite Emacs EmacsLoadPath "/usr/local/lib/emacs/local-lisp:/usr/lib/emacs/lisp"
-
- This is not strictly necessary. Just put something like
-
- ;;;;; paths
-
- ;; set up search path for .elc and .el files
- (setq-default load-path '("/sowa/sowa/emacs/lisp" "/usr/local/emacs/lisp"))
-
- in your .emacs file. Then it will work whether you use the front end or
- just have emacs in a shell window.
-
- --
- erik sowa (sowa@amdew.llnl.gov)
-