Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: gnus-nnir-group-p  broken?
       [not found] <mailman.23804.1365481538.855.info-gnus-english@gnu.org>
@ 2013-04-11  7:30 ` Gijs Hillenius
  2013-04-14 21:57   ` Robert Eckl
  2013-04-30  5:51   ` Gijs Hillenius
  0 siblings, 2 replies; 4+ messages in thread
From: Gijs Hillenius @ 2013-04-11  7:30 UTC (permalink / raw)
  To: info-gnus-english

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

Gijs

-- 
BOFH excuse #53:

Little hamster in running wheel had coronary; waiting for replacement to be Fedexed from Wyoming

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gnus-nnir-group-p  broken?
  2013-04-11  7:30 ` gnus-nnir-group-p broken? Gijs Hillenius
@ 2013-04-14 21:57   ` Robert Eckl
  2013-04-30  5:51   ` Gijs Hillenius
  1 sibling, 0 replies; 4+ messages in thread
From: Robert Eckl @ 2013-04-14 21:57 UTC (permalink / raw)
  To: info-gnus-english

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gnus-nnir-group-p  broken?
  2013-04-11  7:30 ` gnus-nnir-group-p broken? Gijs Hillenius
  2013-04-14 21:57   ` Robert Eckl
@ 2013-04-30  5:51   ` Gijs Hillenius
  1 sibling, 0 replies; 4+ messages in thread
From: Gijs Hillenius @ 2013-04-30  5:51 UTC (permalink / raw)
  To: info-gnus-english

On 11 Apr 2013, Gijs Hillenius wrote:

> 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

Actually, in my case, this error continued in emacs-snapshot
20130427. Thanks to the kind answers from Katsumi Yamaoka and Andrew
Cohen I just found out that the bug is not in gnus/emacs but (as so
often) just me. I had a stray nnir.elc in my local emacs files.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* gnus-nnir-group-p  broken?
@ 2013-04-09  0:22 Robert Eckl
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Eckl @ 2013-04-09  0:22 UTC (permalink / raw)
  To: info-gnus-english

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.

Cu
Robert

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-30  5:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.23804.1365481538.855.info-gnus-english@gnu.org>
2013-04-11  7:30 ` gnus-nnir-group-p broken? Gijs Hillenius
2013-04-14 21:57   ` Robert Eckl
2013-04-30  5:51   ` Gijs Hillenius
2013-04-09  0:22 Robert Eckl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).