|--==> "Hrvoje" == Hrvoje Niksic <hniksic(a)arsdigita.com> writes:
Hrvoje> Not everyone uses "packaged libraries". For example, I have a
Hrvoje> `site-lisp' directory full of goodies. I would like to be able to
Hrvoje> create an "autoloads" file from all their autoload cookies.
I'm sure
Hrvoje> it's possible, but I never got it to work after trying what seemed
Hrvoje> logical, so I gave up.
I do this all the time for the stuff I keep in 'site-packages'. It's
actually quite easy.
xemacs -batch -eval \("setq autoload-package-name \"nifty-stuff\""\)
\
-f batch-update-directory ./
The key to it is the "setq autoload-package-name ..." bit.
Oh, and I also do a
xemacs -batch -f Custom-make-dependencies ./
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|