Leandro Noferini <[email protected]> writes:
> require(gnus-sum)
[...]
> macroexpand((nnir-article-rsv (mail-header-number gnus-tmp-header)) nil)
> macroexpand-all-1((nnir-article-rsv (mail-header-number gnus-tmp-header)))
> gnus-macroexpand-all((nnir-article-rsv (mail-header-number gnus-tmp-header))
[...]
> (defvar gnus-summary-line-format-alist [...] (nnir-article-rsv
> (mail-header-number gnus-tmp-header)) (0) (100) 71 (nnir-article-group
> (mail-header-number gnus-tmp-header)) ("") (115) 103 (gnus-group-short-name
> (nnir-article-group (mail-header-number gnus-tmp-header))) ("") (115) (79
> gnus-tmp-downloaded 99) (73 gnus-tmp-indentation 115) (84 (if (=
> gnus-tmp-level 0) "" (make-string (frame-width) 32)) 115) (82
> gnus-tmp-replied 99) (91 gnus-tmp-opening-bracket 99) (93
> gnus-tmp-closing-bracket 99) (62 (make-string gnus-tmp-level 32) 115) ...]
> 41) ("/usr/share/emacs/24.0.92/lisp/gnus/gnus-sum.elc" . 51273))
> require(gnus-sum)
[...]
> spam-initialize()
(Please don't drop [email protected] from the Cc list.)
The problem seems to be that you have some nnir stuff in your
summary-line-format variable. When gnus-sum is loaded, it requires
nnir, which then requires gnus-sum, which then...
So that's not going to work.
One possible fix here is to say (require 'gnus-sum) before you put the
nnir stuff into the line-format variable.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english