From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79616 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-registry-fetch-groups doesn't exist Date: Thu, 04 Aug 2011 21:17:10 -0700 Message-ID: <87fwlga3w9.fsf@ericabrahamsen.net> References: <87k4asa4er.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1312517861 20717 80.91.229.12 (5 Aug 2011 04:17:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 5 Aug 2011 04:17:41 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27912@lists.math.uh.edu Fri Aug 05 06:17:37 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 1QpBqp-00017g-Oz for ding-account@gmane.org; Fri, 05 Aug 2011 06:17:36 +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 1QpBqg-0004UP-JD; Thu, 04 Aug 2011 23:17:26 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QpBqe-0004U8-RE for ding@lists.math.uh.edu; Thu, 04 Aug 2011 23:17:24 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QpBqe-0003PC-2Z for ding@lists.math.uh.edu; Thu, 04 Aug 2011 23:17:24 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QpBqc-0000ju-L9 for ding@gnus.org; Fri, 05 Aug 2011 06:17:22 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QpBqb-00013n-OY for ding@gnus.org; Fri, 05 Aug 2011 06:17:21 +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:17:21 +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:17:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 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:NTq4YbgD7SmV9n6QV8Qu1fBkXaY= X-Spam-Score: -4.5 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79616 Archived-At: On Thu, Aug 04 2011, Eric Abrahamsen wrote: > 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 Using my newfound git powers, I see the function was deleted in commit 6ebc5. I still don't know if resurrecting it is the right thing to do, but there it is!