home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / emacs / help / 3718 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.2 KB  |  29 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!mcsun!sunic!kth.se!news.kth.se!levitte
  3. From: levitte@e.kth.se (Richard Levitte)
  4. Subject: trying to change load-path before dumping...
  5. Message-ID: <LEVITTE.92Aug13184830@elixir.e.kth.se>
  6. Sender: usenet@kth.se (Usenet)
  7. Nntp-Posting-Host: elixir.e.kth.se
  8. Organization: Royal Institute of Technology, Stockholm
  9. Date: Thu, 13 Aug 1992 17:48:30 GMT
  10. Lines: 17
  11.  
  12.  
  13. The subject line says all of it. loadup.el loads site-init before it performs
  14. a dump, so in site-init.el, I put:
  15.  
  16.     (setq load-path
  17.           (nconc load-path (purecopy '("EMACS_LIBRARY:[LOCAL.GNUS]"))))
  18.  
  19. The problem is, when I start an Emacs session, and check the load-path
  20. variable, the directory that I append (nconced) isn't there! I BADLY need
  21. to fix that, but I don't know how! Any ideas?
  22. --
  23. !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++!
  24. ! Richard Levitte, System manager       ! tel: int+46-8-790 64 23           !
  25. ! Royal Institute of Technology         ! fax: int+46-8-791 76 54           !
  26. ! Department of Teletransmition Theory  ! Internet: richard@ttt.kth.se      !
  27. ! S-100 44 Stockholm, Sweden            !                                   !
  28. !---------------------------------------------------------------------------!
  29.