þÿJoerg Jaspert <joerg@ganneff.de> writes: > Hi > > I now always get the following error if i look at a message (doesnt > matter in which group/which backend). > The message displays fine then. > > Debugger entered--Lisp error: (invalid-function (macro lambda (group) "Find the real name of a foreign newsgroup." (\` (let ((gname (\, group))) (if (string-match "^[^:]+:" gname) (substring gname (match-end 0)) gname))))) > gnus-group-real-name("nnimap+mail:INBOX.Mailinglisten.LWN") > #[nil "ÂÃÄ!\"‰‡" [gnus-newsgroup-name in-debian-devel-announce-group-p string-match "debian.devel.announce" gnus-group-real-name] 4]() > run-hooks(gnus-select-article-hook) > apply(run-hooks gnus-select-article-hook) > (save-current-buffer (apply (quote run-hooks) funcs)) > gnus-run-hooks(gnus-select-article-hook) > gnus-summary-display-article(216 nil) > gnus-summary-select-article(nil nil pseudo) > gnus-summary-scroll-up(1) > call-interactively(gnus-summary-scroll-up) > > Some hints please where i can search. I updated to latest Emacs and > Gnus (CVS). I tried older Emacs and Gnus (one month ago CVS, but it > still has an error, so i think its something on my system. But i dont > know where to look :() ). > Well, gnus-group-real-name worked here using the group that you provided. The debug message also looks rather bizarre so let's assume that the problem is in the byte-compiled file. Try deleting, or at least renaming, the gnus-util.elc file so that the gnus-util.el file will be loaded. That should either give you a better error message or fix the problem. If it is the later, you'll want to recompile gnus-util.el. Kevin