home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / help / 5234 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.5 KB  |  38 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!usc!wupost!cs.utexas.edu!sun-barr!sh.wide!ascwide!ascgw!gctgw!dave
  3. From: dave@gctech.co.jp (Dave)
  4. Subject: Organizing the .../emacs/lisp directory?
  5. Message-ID: <DAVE.93Jan5062928@gctgw.gctech.co.jp>
  6. Sender: news@gctech.co.jp
  7. Organization: GC Technology
  8. Distribution: gnu
  9. Date: Mon, 4 Jan 1993 21:29:28 GMT
  10. Lines: 26
  11.  
  12. I periodically install and modify files in my /usr/local/lib/emacs/lisp/
  13. directory.  I get really tired of wading through the billions of files
  14. there.  Maybe I'm anal retentive, but I have this fear of directories that
  15. take more than a screen to print out.
  16.  
  17. I would like to organize the directory contents into a set of
  18. sub-directories, setting the load-path variable to include each of the
  19. sub-directories by default at loadup time.  I have two problems:
  20.  
  21.     1) I can't set load-path with default.el or .emacs until after
  22. emacs tries to load in some files under /usr/local/lib/emacs/lisp.
  23. Therefore, I cannot file those files into a sub-directory, because they
  24. won't be found.  Do I have to re-compile emacs to include the
  25. sub-directories in load-path from the very beginning?
  26.  
  27.     2) I want to be able to edit the sub-directories, adding them and
  28. removing them, without recompiling emacs or editing the default.el file
  29. every time.  I have defined a function that sets load-path to all the
  30. directories currently under .../emacs/lisp, but it takes too long to run.
  31. Is there a fast, smart way to do this?
  32.  
  33. TIA,
  34. Dave
  35. ----
  36. David Wuertele, GC Technologies, Algorithm Research
  37. dave@gctech.co.jp    dave@windsor.iis.u-tokyo.ac.jp
  38.