Morten Skjelland writes: > Hi > I have installed XEmacs-20.3 beta 23. This version of XEmacs is not > dumped with Gnus, so I need to add autoload's for gnus functions. >From the Gnus top level directory you need to execute a command that looks something like: xemacs-20.3 -batch -q -no-site-file \ -eval '(setq autoload-package-name "gnus")' \ -l autoload -f batch-update-directory lisp The script I'm currently using for installing Quassia Gnus looks like: