From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60840 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: Imroving deleting/stripping MIME parts Date: Mon, 29 Aug 2005 22:22:42 -0400 Message-ID: <87d5nw88p9.fsf@uwo.ca> References: <87r7cfxfma.fsf@uwo.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1125368675 22447 80.91.229.2 (30 Aug 2005 02:24:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Aug 2005 02:24:35 +0000 (UTC) Original-X-From: ding-owner+M9372=ding+2Daccount=gmane.org@lists.math.uh.edu Tue Aug 30 04:24:32 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E9vm8-0006l8-IZ for ding-account@gmane.org; Tue, 30 Aug 2005 04:23:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1E9vm7-0001Uh-02 for ding-account@gmane.org; Mon, 29 Aug 2005 21:22:59 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1E9vm2-0001UZ-00 for ding@lists.math.uh.edu; Mon, 29 Aug 2005 21:22:54 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1E9vlw-0003ZO-Vg for ding@lists.math.uh.edu; Mon, 29 Aug 2005 21:22:49 -0500 Original-Received: from v320-146-lb.lb.its.uwo.ca ([129.100.74.146] helo=chico.mail.uwo.pri) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1E9vlu-0006sW-00 for ; Tue, 30 Aug 2005 04:22:46 +0200 Original-Received: from chico.mail.uwo.pri (whelan.mail.uwo.pri [172.29.32.40]) by chico.mail.uwo.pri (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0IM00007YJXUXH90@chico.mail.uwo.pri> for ding@gnus.org; Mon, 29 Aug 2005 22:22:42 -0400 (EDT) Original-Received: from localhost ([129.100.75.77]) by chico.mail.uwo.pri (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0IM000198JXU12C0@chico.mail.uwo.pri> for ding@gnus.org; Mon, 29 Aug 2005 22:22:42 -0400 (EDT) Original-Received: from jdc by localhost with local (Exim 3.36 #1 (Debian)) id 1E9vlq-000627-00; Mon, 29 Aug 2005 22:22:42 -0400 In-reply-to: Original-To: ding@gnus.org Mail-Copies-To: nobody X-Hashcash: 1:22:050830:ding@gnus.org::aZkCf2Mo0qpxZsCy:0000DsJk User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60840 Archived-At: Reiner Steib writes: > On Sun, Aug 28 2005, Reiner Steib wrote: > >> On Sat, Aug 27 2005, Dan Christensen wrote: >> >>> While we're discussing this function, it would be nice if point >>> stayed in the *Article* buffer after this was complete, making >>> it easier to tab to the next MIME part and strip it. >> >> I agree that stripping/deleting several parts with Gnus is painful. >> I've implemented (but not yet committed) some improvements in this >> area: >> >> ,----[ C-h v gnus-auto-advance-part RET ] >> | gnus-auto-advance-part's value is 1 > [...] >> With this value, you can delete several parts by using `d' repeatedly. > > (... if `gnus-expert-user' is t.) Added. Thanks for adding this. For the record, you seem to have named the variable gnus-auto-select-part. This works well in my (limited) tests. >> Additionally I'd like to add `K O' (gnus-article-save-part-and-strip) >> and `K d' (gnus-article-delete-part) making it easier to strip or >> delete parts using a prefix argument: > > Added. While in the summary buffer, typing `2 K d' did the right thing. But `2 K O' gave an error message, gnus-mime-delete-part: No MIME part under point Dan