Ralf Angeli <[EMAIL PROTECTED]> writes:

> Doing `C-h f mm-charset-to-coding-system RET' results in this:

> ,----
> | mm-charset-to-coding-system is a compiled Lisp function in 
> `/usr/share/emacs/22.0.50/lisp/gnus/mm-util.elc'.
> | (mm-charset-to-coding-system charset &optional lbt)
> `----

That indicates that mm-util from emacs-snapshot was loaded before
load-path was set to the Gnus installation in /usr/local.  Perhaps via
an autoload...  (This command uses load-history.)

> Doing `M-x locate-library RET mm-util RET' however results in this:

> ,----
> | Library is file /usr/local/share/emacs/site-lisp/gnus/mm-util.elc
> `----

That means that load-path was correct when you called locate-library,
and it found the version in /usr/local.  (This command uses
locate-file.)

> Is the function preloaded, autoloaded or dumped in some way?

Not as far as I know.

> As a hint, the problem does not occur if I start Emacs with
> `--no-site-file'.

Probably because the emacsen-common scripts play with load-path...

Could you send me your config files?  In particular, how do you set
load-path to point to the Gnus installation in /usr/local?  Or do you
have a subdirs.el file in /usr/local/share/emacs/site-lisp?  (With a
default emacs-snapshot installation, it shouldn't be picked up
automatically by just installing it in /usr/local.)

As a sidenote, are you aware that the gnus package in Debian is No Gnus
as well?

Thanks,

-- 
  ,''`.
 : :' :        Romain Francoise <[EMAIL PROTECTED]>
 `. `'         http://people.debian.org/~rfrancoise/
   `-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to