Luca Capello <[EMAIL PROTECTED]> wrote: > Package: debian-el > Version: 26.2-1 > Severity: important > > Hello! > > I added (require 'gnus-BTS) to my .emacs (as in the Info node) and > now, every time I try to open an article, I get this error: > > ===== > Debugger entered--Lisp error: (invalid-function (macro . #[(group) > "ÁÂDCÃBB" [group let gname ((if (string-match "^[^:]+:" gname) > (substring gname (match-end 0)) gname))] 3 > ("/usr/share/emacs-snapshot/site-lisp/gnus/gnus-util.elc" . 16633)])) > gnus-group-real-name("nnimap+pcaserver:INBOX")
This is a macro defined in gnus-util.el. > Strangely, it seems that the function (gnus-group-real-name > gnus-newsgroup-name) seems working if evaluated with M-:, so I don't > know the cause of the problem. > > BTW, emacs-snapshot with gnus package. Perhaps something got byte-compiled with one version of gnus and used with another. Do you have the gnus package installed? Peter