Dan Jacobson <[EMAIL PROTECTED]> wrote: > Odd, .el's newer than .elc's; and two .el's > $ dlocate message.el|awk '{print $2}'|xargs ls -logt > 213487 2002-12-24 08:21 /usr/share/emacs/site-lisp/gnus/message.el > 125129 2002-10-16 06:03 /usr/share/emacs/21.2/lisp/gnus/message.elc > 159716 2002-03-23 01:38 /usr/share/emacs/21.2/lisp/gnus/message.el
The first one is from the gnus package and the last two are from the emacs21 package. > Odd, the apparently juicy new fat one isn't the one being daily read, > $ dlocate message.el|awk '{print $2}'|xargs ls -logtu > 159716 2003-03-18 09:02 /usr/share/emacs/21.2/lisp/gnus/message.el > 213487 2003-03-09 03:26 /usr/share/emacs/site-lisp/gnus/message.el > 125129 2003-03-03 05:03 /usr/share/emacs/21.2/lisp/gnus/message.elc Check your load-path? site-lisp should load preferentially. Peter