From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75002 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general,gmane.emacs.orgmode Subject: Re: org-mode gnus integration across two machines when using nnimap Date: Tue, 14 Dec 2010 17:07:22 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87pqt4lzrp.fsf@lifelogs.com> References: <87tyj4x798.fsf@uwo.ca> <87hbf3yiu5.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292368077 20393 80.91.229.12 (14 Dec 2010 23:07:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Dec 2010 23:07:57 +0000 (UTC) Cc: emacs-orgmode@gnu.org To: ding@gnus.org Original-X-From: ding-owner+M23358@lists.math.uh.edu Wed Dec 15 00:07:53 2010 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 1PSdyK-0001Tc-Ao for ding-account@gmane.org; Wed, 15 Dec 2010 00:07:52 +0100 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 1PSdyC-0006B4-Dk; Tue, 14 Dec 2010 17:07:44 -0600 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 1PSdyB-0006Ao-1X for ding@lists.math.uh.edu; Tue, 14 Dec 2010 17:07:43 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PSdy9-0004hc-SR for ding@lists.math.uh.edu; Tue, 14 Dec 2010 17:07:42 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PSdy9-00024P-4v for ding@gnus.org; Wed, 15 Dec 2010 00:07:41 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PSdy8-0001Lv-TN for ding@gnus.org; Wed, 15 Dec 2010 00:07:40 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Dec 2010 00:07:40 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Dec 2010 00:07:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 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" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:TNHYccgZ1KcPa3nq3/oISg45CII= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75002 gmane.emacs.orgmode:35097 Archived-At: On Fri, 26 Nov 2010 14:40:18 -0500 Dan Christensen wrote: DC> Tommy Kelly writes: >> Here's the link to your reply to me: >> >> [[gnus:gmane.emacs.gnus.general#87tyj4x798.fsf@uwo.ca][Email from Dan Christensen: Re: org-mode gnus integration ]] DC> Since this stores the group name and the message-id, it should work across DC> different Gnus sessions. >> The reason I assumed there would be a problem is that even if I simply >> *move* a Gnus article from one group to another, that breaks the >> link. DC> That makes sense, since the link refers to the group. DC> I believe the Gnus registry can keep track of the message ID --> group DC> mapping, so org-mode could use this if the article isn't found in the DC> expected group and the user has the registry enabled. Yes, but it can fail (it doesn't catch external moves and the user can limit the registry size to save memory). See nnregistry.el for an example of how to use `gnus-refer-article-method' with the registry. So maybe the org-mode Gnus integration can use gnus-refer-article-method, if it doesn't already, and let the user decide if the registry should be part of the refer search path. Ted