From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80039 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Creating an ephemeral group for a single article? Date: Mon, 26 Sep 2011 15:19:36 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87pqinxdif.fsf@lifelogs.com> References: Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317068412 8472 80.91.229.12 (26 Sep 2011 20:20:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Sep 2011 20:20:12 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28333@lists.math.uh.edu Mon Sep 26 22:20:08 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 1R8Hep-0003dh-Lg for ding-account@gmane.org; Mon, 26 Sep 2011 22:20:07 +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 1R8Heg-0004qM-LM; Mon, 26 Sep 2011 15:19:58 -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 1R8Hef-0004qB-I2 for ding@lists.math.uh.edu; Mon, 26 Sep 2011 15:19:57 -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 1R8Hee-0000og-GG for ding@lists.math.uh.edu; Mon, 26 Sep 2011 15:19:57 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R8Hed-0006XB-4A for ding@gnus.org; Mon, 26 Sep 2011 22:19:55 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R8Heb-0003U2-6m for ding@gnus.org; Mon, 26 Sep 2011 22:19:53 +0200 Original-Received: from 38.98.147.133 ([38.98.147.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Sep 2011 22:19:53 +0200 Original-Received: from tzz by 38.98.147.133 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Sep 2011 22:19:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.133 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:ZpBbNiZ0F/5PF6E/hatCW/+y6og= X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80039 Archived-At: On Thu, 15 Sep 2011 16:32:52 -0400 Dave Abrahams wrote: DA> on Wed Sep 14 2011, John Wiegley wrote: >> I'd like to write a function that I could call from, say, Org. It should take >> a Message-Id, and create an ephemeral group containing that one message, found >> by the same mechanism that uses gnus-refer-article-method -- so that it can >> find the message wherever it might be. And if it truly can't find the >> message, it should ding and say that. >> >> What I have now is a half solution, as it inserts the message into my INBOX >> summary: >> (defun gnus-goto-article (message-id) >> (gnus-summary-read-group "INBOX" nil t) >> (gnus-summary-refer-article message-id)) DA> John, did you see DA> [[gnus:nntp%2BLocalNNTP:gmane.emacs.gnus.general#m2r53hslyd.fsf@pluto.luannocracy.com][this DA> article]]? That seems like a very useful function. Dave, can your version (or whatever works for the most cases) go into Gnus if there's nothing already in there? Thanks Ted