From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60897 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Imroving deleting/stripping MIME parts Date: Mon, 05 Sep 2005 14:39:59 +0900 Organization: Emacsen advocacy group Message-ID: References: <87r7cfxfma.fsf@uwo.ca> <87d5nw88p9.fsf@uwo.ca> <87fysr78gi.fsf@uwo.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1125899223 27244 80.91.229.2 (5 Sep 2005 05:47:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2005 05:47:03 +0000 (UTC) Original-X-From: ding-owner+m9429=ding+2daccount=gmane.org@lists.math.uh.edu Mon Sep 05 07:46:54 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EC9oL-0001yx-Pe for ding-account@gmane.org; Mon, 05 Sep 2005 07:46:29 +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 1EC9oK-0003ef-02 for ding-account@gmane.org; Mon, 05 Sep 2005 00:46:28 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EC9iJ-0003df-00 for ding@lists.math.uh.edu; Mon, 05 Sep 2005 00:40:15 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EC9iB-0002zy-UJ for ding@lists.math.uh.edu; Mon, 05 Sep 2005 00:40:11 -0500 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EC9iA-0005yo-00 for ; Mon, 05 Sep 2005 07:40:06 +0200 Original-Received: from localhost.servershost.net ([127.0.0.1] helo=localhost) by washington.hostforweb.net with esmtpa (Exim 4.50) id 1EC9iM-0000zw-Oz for ding@gnus.org; Mon, 05 Sep 2005 00:40:19 -0500 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:eFQJk0UbYp2Mry8Bymf1Lq67GBY= X-Hashcash: 1:20:050905:ding@gnus.org::zDwNTD01YIzFYWcl:00000GZH X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60897 Archived-At: >>>>> In Reiner Steib wrote: >>> There is still the problem (probably with `gnus-article-goto-part'; >>> unrelated to your code), that using `d' repeatedly in a message with >>> several attachments sometimes fails to advance to the next part (with >>> `gnus-auto-select-part' set to 1). > Assume the I delete part number M. If the button for part number M+1 > is below the *initially visible* part (i.e. after pressing `g') of the > article buffer, point doesn't advance to part M+1. > This is another test file with a longer first part (inline) and many > attachments: > http://theotp1.physik.uni-ulm.de/~ste/comp/emacs/gnus/text-parts-02.nnml.gz I see, but that is a mystery. It seems as if there's a timer process which redisplays the article last (no such process is observed in the Lisp level actually, though). I only found that to run `(sit-for 0)' at a certain period does the trick. Could you try the latest CVS? >> does the following patch solve it? > Unfortunately it doesn't. I also installed it (making `gnus-article-jump-to-part' skip unbuttonized parts). It it causes any trouble, please let me know. Furthermore, I improved `gnus-article-part-wrapper' so as not to return to the summary window if `gnus-auto-select-part' is non-nil, assuming the part commands might be invoked from the summary buffer.