Dan> Hmmm, grep /gnus$ on my load-path shows only Dan> /usr/share/emacs21/site-lisp/gnus Dan> /usr/share/emacs/21.2/site-lisp/gnus Dan> /usr/share/emacs/21.2/lisp/gnus
Dan> i.e. /usr/share/emacs/site-lisp/gnus/ isn't even on the load-path It isn't supposed to be; if it were, it would be reported as "load path shadow" by Emacs. The thing is, Debian does something a bit unexpected with elisp files: it stores the compiled .elc files in a different place from the sources. It does that to make it possible to upgrade one's Emacs without upgrading each and every unbundled lisp package. Only the directories with the .elc files should be on the path. -- Ian Zimmerman, Oakland, California, U.S.A. if (sizeof(signed) > sizeof(unsigned) + 4) { delete this; } GPG: 433BA087 9C0F 194F 203A 63F7 B1B8 6E5A 8CA3 27DB 433B A087