From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16263 Path: news.gmane.org!not-for-mail From: Gijs Hillenius Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus-nnir-group-p broken? Date: Tue, 30 Apr 2013 07:51:23 +0200 Organization: Using Emacs' Org Mode Message-ID: <87a9og1s84.fsf@hillenius.net> References: <87fvyxv81d.fsf@hillenius.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1367301308 25187 80.91.229.3 (30 Apr 2013 05:55:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Apr 2013 05:55:08 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Apr 30 07:55:09 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UX3Ws-0001Y8-L6 for gegu-info-gnus-english@m.gmane.org; Tue, 30 Apr 2013 07:55:06 +0200 Original-Received: from localhost ([::1]:48550 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UX3Ws-0000OF-C4 for gegu-info-gnus-english@m.gmane.org; Tue, 30 Apr 2013 01:55:06 -0400 X-Received: by 10.180.106.161 with SMTP id gv1mr9035825wib.4.1367301084240; Mon, 29 Apr 2013 22:51:24 -0700 (PDT) Original-Path: usenet.stanford.edu!bx2no8769067wib.1!news-out.google.com!hg5ni47423wib.1!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!news.xs4all.nl!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Operating-System: Debian GNU/Linux Sid X-Homepage: http://www.hillenius.net/ X-GPG-Fingerprint_old: 0D0B 9C67 0520 3B27 A91C 369B 7154 1B0A 04CF 3929 for old key 04CF3929 X-GPG-Fingerprint_new: 340F F9A4 8F6C 18FD D032 0C33 ABA1 CB30 E997 A3AF for new key E997A3AF User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:BupVJe5xfFr+3if8aEXJC5WAO2o= Original-Lines: 33 Original-NNTP-Posting-Host: 91.179.193.254 Original-X-Trace: 1367301083 news2.news.xs4all.nl 15890 himaan/91.179.193.254:55336 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:87390 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16263 Archived-At: 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.