Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Gijs Hillenius <gijs@hillenius.net>
To: info-gnus-english@gnu.org
Subject: Re: gnus-nnir-group-p  broken?
Date: Thu, 11 Apr 2013 09:30:22 +0200	[thread overview]
Message-ID: <87fvyxv81d.fsf@hillenius.net> (raw)
In-Reply-To: <mailman.23804.1365481538.855.info-gnus-english@gnu.org>

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

       reply	other threads:[~2013-04-11  7:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.23804.1365481538.855.info-gnus-english@gnu.org>
2013-04-11  7:30 ` Gijs Hillenius [this message]
2013-04-14 21:57   ` Robert Eckl
2013-04-30  5:51   ` Gijs Hillenius
2013-04-09  0:22 Robert Eckl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fvyxv81d.fsf@hillenius.net \
    --to=gijs@hillenius.net \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).