Hello Wolfgang, On 2014-08-07 20:47, Wolfgang Jenkner writes: > On Thu, Aug 07 2014, Alan Schmitt wrote: > >> I've looked at the site-start.el files (both from the provided emacs >> and from my homebrew installation) and they do not mention >> gnus-util. I've started emacs with the '-q' option and I don't see it in >> the features variable. > > IIUC, there must be a form in your init file which somehow loads an old > version of gnus-util. > > You could try the following: > > $ emacs -q > > C-x C-f > > M-: (while (not (or (eobp) (featurep 'gnus-util))) > (eval (read (current-buffer)))) > > > (I assume that your init file does not set the lexical-binding file > local variable) > > This should leave point after the offending form. Thank you for this very nice trick! I was able to figure out the issue happens when loading my custom.el. I find two lines mentioning gnus there: #+begin_src emacs-lisp '(gnus-auto-select-subject (quote unread)) '(gnus-buttonized-mime-types (quote ("multipart/signed"))) #+end_src I guess I should try to delay the loadig of custom.el until after I have loaded gnus. I'll try this next. (Later ...) Yes, I confirm that loading gnus before custom.el works. Thanks again, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7