[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error in gnus with emacs 24
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: Error in gnus with emacs 24 |
Date: |
Mon, 09 Jan 2012 08:45:28 +0100 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) |
Leandro Noferini <lnoferin@cybervalley.org> 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 info-gnus-english@gnu.org 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/
- Re: Error in gnus with emacs 24, Lars Magne Ingebrigtsen, 2012/01/03
- Re: Error in gnus with emacs 24, Leandro Noferini, 2012/01/04
- Message not available
- Re: Error in gnus with emacs 24, Lars Magne Ingebrigtsen, 2012/01/05
- Re: Error in gnus with emacs 24, Leandro Noferini, 2012/01/05
- Message not available
- Re: Error in gnus with emacs 24, Lars Magne Ingebrigtsen, 2012/01/06
- Message not available
- Re: Error in gnus with emacs 24,
Lars Magne Ingebrigtsen <=
- Re: Error in gnus with emacs 24, Andrew Cohen, 2012/01/09
- Re: Error in gnus with emacs 24, Leandro Noferini, 2012/01/10
- Re: Error in gnus with emacs 24, Lars Ingebrigtsen, 2012/01/25
- Solved (was: Error in gnus with emacs 24), Leandro Noferini, 2012/01/30