From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71359 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: article editing in nnimap Date: Tue, 21 Sep 2010 19:01:18 -0400 Message-ID: <87bp7qn1kx.fsf@uwo.ca> References: <87vd6143w9.fsf@uwo.ca> <87aanaka5q.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285110110 3497 80.91.229.12 (21 Sep 2010 23:01:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2010 23:01:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19732@lists.math.uh.edu Wed Sep 22 01:01:46 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 1OyBqL-0000lE-2V for ding-account@gmane.org; Wed, 22 Sep 2010 01:01:45 +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 1OyBqF-00060x-CH; Tue, 21 Sep 2010 18:01:39 -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 1OyBqD-00060h-SX for ding@lists.math.uh.edu; Tue, 21 Sep 2010 18:01:37 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OyBq9-0006fm-QL for ding@lists.math.uh.edu; Tue, 21 Sep 2010 18:01:37 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OyBq9-0004kR-00 for ; Wed, 22 Sep 2010 01:01:33 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OyBq4-0000fr-Do for ding@gnus.org; Wed, 22 Sep 2010 01:01:28 +0200 Original-Received: from bas3-london14-1096787025.dsl.bell.ca ([65.95.164.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 01:01:28 +0200 Original-Received: from jdc by bas3-london14-1096787025.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 01:01:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096787025.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:BrEPyKjH/0+ZQQ5nQPHsq4s0vig= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71359 Archived-At: Lars Magne Ingebrigtsen writes: > Dan Christensen writes: > >> You'd need to transfer the marks over, right? Does `B m' do anything >> else that would need to be done? > > Yeah, marks... perhaps having a version of -copy-article that takes a > buffer as its argument in addition to the article number would be > easier? Then the marks would follow automatically. That sounds similar to my original idea. I tried something like that in the patch that started this thread, but I couldn't get it to work. (Instead of changing the calling signature, I used a global variable as a quick hack. And it was -accept-article that I tried to change, to get it to use the editing buffer instead of the current buffer.) Dan