From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48233 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Cry for help: deuglify.el - moving stuff in the Article Buffer Date: Sat, 28 Dec 2002 23:34:31 +0100 Organization: Programmerer Ingebrigtsen Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041115161 16058 80.91.224.249 (28 Dec 2002 22:39:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 28 Dec 2002 22:39:21 +0000 (UTC) Return-path: Original-Received: from util1.math.uh.edu ([129.7.128.22]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18SPby-0004Ap-00 for ; Sat, 28 Dec 2002 23:39:18 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by util1.math.uh.edu with esmtp (Exim 4.10) id 18SPXf-0006mS-00; Sat, 28 Dec 2002 16:34:51 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 28 Dec 2002 16:35:43 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA06959 for ; Sat, 28 Dec 2002 16:35:29 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18SPXP-0007Ci-00 for ; Sat, 28 Dec 2002 23:34:35 +0100 Original-To: ding@hpc.uh.edu Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 26 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: quimby.gnus.org 1041114875 27695 80.91.231.2 (28 Dec 2002 22:34:35 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 28 Dec 2002 22:34:35 GMT Mail-Copies-To: never X-Now-Playing: Kevin Blechdom's _Your Butt EP_: "Panning Shortey" User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.50 (i686-pc-linux-gnu) X-Face: |J writes: > If you're using `W k' to deuglify messages, you may have encountered > the problem that messages with MIME parts (or format=flowed) > completely disappear from the Article Buffer. This is due to the > brain-dead implementation of `gnus-outlook-rearrange-article' Could you construct a message that displays this behavior? In general it's a problem that all the article washing commands have no knowledge of message parts. There probably should be a macro to iterate over all (displayed) textual parts and apply the function to that part -- like the article treatment stuff, only done after the fact. (gnus-with-parts (gnus-article-outlook-deuglify-article)) The macro would then narrow to each part. The problem is implementing that macro. :-) Initially it's simple enough -- the extent of each part in the buffer is already known, but as you apply several washing functions, things might get a bit out of whack. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen