|--==> "SEH" == Steven E Harris writes: SEH> Steve Youngs writes: >>Why isn't your Gnus autoloading? Back in October last year I tweaked >>the build so `auto-autoloads.el' & `custom-load.el' are created when >>building with XEmacs. Isn't it working for you? SEH> I use a Gnus built from CVS and stored under ~/usr/local, so I SEH> don't have the Gnus package installed. If I start up XEmacs SEH> without loading Gnus explicitly, it doesn't know the functions SEH> `gnus' or `gnus-no-server.' This is because the directory is getting added to the load-path _after_ XEmacs processes the autoloads. SEH> Does auto-autoloads.el provide these functions? Yes. SEH> I do add ~/usr/local/lib/xemacs/site-packages/lisp/gnus to my SEH> load-path in one of my init files, and that directory does SEH> contain auto-autoloads.el as you intended. Maybe I'm adding SEH> this directory to my load-path too late to work in concert with SEH> the autoload mechanism. Yes. And you wouldn't be able to add that directory to your load-path soon enough because XEmacs processes the autoloads _before_ it loads your `user-init-file'. But don't worry, there are a few things that you could do to work around it... Solution #1: -----------