[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus-nnir-group-p broken?
From: |
Robert Eckl |
Subject: |
Re: gnus-nnir-group-p broken? |
Date: |
Sun, 14 Apr 2013 23:57:26 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Gijs Hillenius <gijs@hillenius.net> writes:
> On 9 Apr 2013, Robert Eckl wrote:
>
>> When i try to compose a new message (m) or reply to a post (F) i'm
>> getting
>>
>> gnus-post-news: Autoloading failed to define function
>> gnus-nnir-group-p gnus-summary-mail-other-window: Autoloading failed
>> to define function gnus-nnir-group-p
>>
>> This occures since commit b6318d71b730210cd123dd373d9e800374acfb93 Ma
>> Gnus V0.6 and a recent emacs 24.3.50.
>> Commit 027c7149090fb3655dcdddd680b84bd4a579ca0a seems to work fine.
>
>
> For us who run emacs-snapshot, this bug pops up in today's emacs-snapshot
> 20130410-1. A simple work around seems to be to load these lines:
>
> (defun gnus-nnir-group-p (group)
> "Say whether GROUP is nnir or not."
> (if (gnus-group-prefixed-p group)
> (eq 'nnir (car (gnus-find-method-for-group group)))
> (and group (string-match "^nnir" group))))
>
> found in emacs-snapshot's /usr/share/emacs/24.3.50/lisp/gnus/nnir.el.gz
>
Thanks,
that does the trick.
Cu
Robert