>>>> "je" == john eikenberry
<jae(a)dsinw.com> writes:
je> I used the packaging system to install the following packages...
je> prog-modes, edit-utils, sounds-au
je> Upon startup, I always get the following warnings...
je> (1) (warning/warning) Autoload error in:
je> /home/sakti/.xemacs/packages/lisp/prog-modes/auto-autoloads:
je> Already loaded
je> (2) (warning/warning) Autoload error in:
je> /home/sakti/.xemacs/packages/lisp/edit-utils/auto-autoloads:
je> Already loaded
je> I don't load any of these in my .emacs file. How to I get rid of these
je> warnings?
since they are in your package path, the auto-autoloads get loaded
automatically at startup. You don't have these duplicated in
/usr/local/lib/xemacs/packages do you?
je> Second, I am having to load a couple of the libraries from xemacs-base
je> manually (xpm-button, annotations) to get pop-up file boxes (eg. for
je> opening a file). I thought by putting the xemacs-base package in the
je> lisp/ dir before compiling would mean that these libraries would get
je> dumped in, or at least be autoloaded. Any tips?
If I understand you correctly, I think the answer is no.
try untarring the xemacs-base tar file into /usr/local/lib/xemacs/packages
and then startup a new xemacs.
je> Thanks, and if I left out any important info, please be kind.
je> Oh... one last thing. Which package is the completer library in?
the ilisp package
jeff