|--==> "n" == nix <nix(a)esperi.demon.co.uk> writes:
n> xemacs -vanilla -batch -f autoload -l batch-update-directory {directory name}
This would put the autoloads into the main core auto-autoloads.el file
which may not be what you want. I do it like this:
xemacs -batch -eval \("setq autoload-package-name \"pkgname\""\) \
-f batch-update-directory (directory name)
>Say I want the latest version of prog-modes; how do I get it (and
>nothing else) from xemacs CVS?
n> There's a CVS module called `prog-modes-1_49' (and similarly for all the
n> others) --- but I don't know if you can build just that module without
n> the top level directory (which has the make rules in it and so forth)
n> --- and I'm not sure if you can get the top level directory without
n> getting all the packages at the same time. (Steve?)
The module for the top level directory is 'package-control'. And
'prog-modes-1_49' isn't a CVS module, it's just a tag name. The
prog-modes module is called 'prog-modes'. :-)
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|