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

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!decwrl!deccrl!bloom-beacon!eru.mt.luth.se!lunic!sunic!kth.se!news.kth.se!levitte
  2. From: levitte@e.kth.se (Richard Levitte)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: trying to change load-path before dumping...
  5. Message-ID: <LEVITTE.92Aug14123249@elixir.e.kth.se>
  6. Date: 14 Aug 92 11:32:49 GMT
  7. References: <LEVITTE.92Aug13184830@elixir.e.kth.se>
  8. Sender: usenet@kth.se (Usenet)
  9. Followup-To: gnu.emacs.bug
  10. Organization: Royal Institute of Technology, Stockholm
  11. Lines: 30
  12. In-Reply-To: levitte@e.kth.se's message of Thu, 13 Aug 1992 17:48:30 GMT
  13. Nntp-Posting-Host: elixir.e.kth.se
  14.  
  15. I've resently sent the following message:
  16.  
  17. >>>>> On Thu, 13 Aug 1992 17:48:30 GMT, levitte@e.kth.se (Richard Levitte) said:
  18. >> The subject line says all of it. loadup.el loads site-init before it performs
  19. >> a dump, so in site-init.el, I put:
  20.  
  21. >>     (setq load-path
  22. >>           (nconc load-path (purecopy '("EMACS_LIBRARY:[LOCAL.GNUS]"))))
  23.  
  24. >> The problem is, when I start an Emacs session, and check the load-path
  25. >> variable, the directory that I append (nconced) isn't there! I BADLY need
  26. >> to fix that, but I don't know how! Any ideas?
  27.  
  28. The only reply I've got is that I have to make a change in path.h! That's
  29. something I already knew. The problem is, I'm running on VMS here, and
  30. recompiling take's a LOT of time, whereas just rebuilding the dump file takes
  31. much less, so I thought it was a good idea to change the load-path in
  32. site-init.el .
  33.  
  34. By looking at the source, I found out that load-path is ALWAYS reinitialized,
  35. either it has already been loaded with the rest of the dump-file or not! This
  36. is, IMHO, a bug! Further discussion (if any) will be held in gnu.emacs.bug.
  37.  
  38. --
  39. !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++!
  40. ! Richard Levitte, System manager       ! tel: int+46-8-790 64 23           !
  41. ! Royal Institute of Technology         ! fax: int+46-8-791 76 54           !
  42. ! Department of Teletransmition Theory  ! Internet: richard@ttt.kth.se      !
  43. ! S-100 44 Stockholm, Sweden            !                                   !
  44. !---------------------------------------------------------------------------!
  45.