From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79615 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: gnus-registry-fetch-groups doesn't exist Date: Thu, 04 Aug 2011 21:06:04 -0700 Message-ID: <87k4asa4er.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1312517262 17698 80.91.229.12 (5 Aug 2011 04:07:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 5 Aug 2011 04:07:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27911@lists.math.uh.edu Fri Aug 05 06:07:39 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QpBhB-0005dO-Jm for ding-account@gmane.org; Fri, 05 Aug 2011 06:07:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QpBg3-0004Q0-47; Thu, 04 Aug 2011 23:06:27 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QpBg0-0004Pi-78 for ding@lists.math.uh.edu; Thu, 04 Aug 2011 23:06:24 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QpBfy-00040n-BA for ding@lists.math.uh.edu; Thu, 04 Aug 2011 23:06:23 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QpBfw-0000UY-4B for ding@gnus.org; Fri, 05 Aug 2011 06:06:20 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QpBfu-0005Aa-S7 for ding@gnus.org; Fri, 05 Aug 2011 06:06:18 +0200 Original-Received: from 63.226.249.211 ([63.226.249.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Aug 2011 06:06:18 +0200 Original-Received: from eric by 63.226.249.211 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Aug 2011 06:06:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 63.226.249.211 User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:Jhp/30TXKLFIHB3aAzG9dYGyw8g= X-Spam-Score: -4.5 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79615 Archived-At: When calling nnmairix-goto-original-article in a mairix group, that in turn eventually calls nnmairix-determine-original-group-from-registry, which in turn calls gnus-registry-fetch-groups, which doesn't exist. It's autoloaded from gnus-registry at the top of nnmairix.el, but gnus-registry.el doesn't define it. Can this be resurrected somehow, or can something else be done to allow finding of the original article? Thanks! Eric