home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / programm / 7818 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.2 KB

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