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