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

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!stanford.edu!ames!sun-barr!cs.utexas.edu!mercury.unt.edu!sol.acs.unt.edu!amos
  3. From: amos@sol.acs.unt.edu (Amos A. Gouaux)
  4. Subject: modification of load-path during build?
  5. Message-ID: <amos.713813003@sol.acs.unt.edu>
  6. Sender: usenet@mercury.unt.edu (UNT USENet Adminstrator)
  7. Organization: University of North Texas
  8. Date: Fri, 14 Aug 1992 17:23:23 GMT
  9. Lines: 26
  10.  
  11.      i'm considering making an alteration to the load-path when building
  12.      emacs.  i would like to have two directories specified, "../lisp/local"
  13.      and "../lisp", in that order.  the first directory in the search path
  14.      would be for locally added/modified code.  i thought this would be
  15.      a tidy way to prevent these files from being inadvertently blown away
  16.      during future installs.  i was also thinking about putting "default.el"
  17.      there too since it tends to be modified to incorporate local changes.
  18.  
  19.      can folks advise me as to whether or not this would be sound.  where
  20.      would be the most practical place to modify the load-path?  in
  21.      "paths.h"?  in "site-init.el"?  somewhere in the Makefile?  i've been
  22.      using make to build emacs - wouldn't that cause the definitions in
  23.      "paths.h" to be lost?  or should i just do the alteration in the
  24.      regular "default.el" before anything else is done?
  25.  
  26.      also, why is it that "../info/dir" gets blown away during an install.
  27.      if i'm not mistaken, aren't folks supposed to add info file packages
  28.      underneath this root?  should there be a "dir.local" as well?
  29.  
  30.      advice/tips/suggestions would be grately appreciated.
  31.  
  32.      a.     
  33.  
  34.      -- 
  35. amos@unt.edu                   Amos A. Gouaux                   (817) 565-4161
  36. -= Academic Computing Services, University of North Texas, Denton, TX, USA. =-
  37.