On Fri, Feb 01 2008, Stephen J. Turnbull wrote:
Put them late in your load path so that packages distributed with
Emacs work.
The obvious thing is to set up the load-path by hand in your init
file, but there should be a way to tell Emacs that "everything in this
hierarchy should be searched for Lisp libraries".
,----[ (info "(elisp)Startup Summary") ]
| 1. It adds subdirectories to `load-path', by running the file named
| `subdirs.el' in each directory in the list. Normally this file
| adds the directory's subdirectories to the list, and these will be
| scanned in their turn. The files `subdirs.el' are normally
| generated automatically by Emacs installation.
`----
$ cat /usr/share/emacs/22.1/site-lisp/subdirs.el
(if (fboundp 'normal-top-level-add-subdirs-to-load-path)
(normal-top-level-add-subdirs-to-load-path))
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available |
http://rsteib.home.pages.de/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta