Lars Magne Ingebrigtsen <larsi(a)gnus.org> writes in xemacs-beta(a)xemacs.org:
greg(a)alphatech.com (Greg Klanderman) writes:
> in "21.0 \"Benadir\" XEmacs Lucid" with gnus-version=5.6.24
(xemacs
> 1.22) I get:
>
> Signaling: (invalid-function (macro . #<compiled-function (&optional n)
"...(14)" [delete-region (progn (beginning-of-line) (point)) progn forward-line
n 1 ((point))] 5>))
> gnus-delete-line()
> nnmail-article-group(nnfolder-active-number)
This means that gnus-delete-line is a macro in the Gnus you're
running, and that it was a function in the version you compiled.
*boom*
I see the problem.
Compiling Gnus with "make" in the main Gnus directory
should do the
right thing; byte-recompile-directory will not.
That's not how it got built, I remove all .elcs before building a Gnus
for distribution. Why shouldn't nnmail.el have a
(eval-when-compile (require 'gnus-util))
in it?