[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nnir: Buffer *Group* has no process



Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:

> | Signaling: (invalid-function (macro . #[(group) "ÁÂDCÃBB‡" [group let gname ((if (string-match "^[^:]+:" gname) (substring gname (match-end 0)) gname))] 3 ("/usr/sw/emacs/20.4/share/emacs/site-lisp/pgnus-0.96/gnus-util.elc" . 12643)]))
> |   gnus-group-real-name("nnimap:INBOX.news.emacs")
...
> 
> Loading the *.el file works.  Strange.  Does anybody have an idea, off
> the head, what might be wrong?  I did byte-compile nnir.el with "emacs
> -batch -batch-byte-compile nnir.el", is this the problem?

Hm, maybe `(require 'gnus-util)' in nnir.el?  `gnus-group-real-name'
is a macro, looks like the byte compiler didn't know that.