Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: Cry for help: deuglify.el - moving stuff in the Article Buffer
Date: Sat, 28 Dec 2002 23:34:31 +0100	[thread overview]
Message-ID: <m3ptrl7oy0.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <gd.y1yelaqdvjk.fsf@fly.verified.de>

Raymond Scholz <ray-2002@zonix.de> 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



  reply	other threads:[~2002-12-28 22:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-16 19:37 Raymond Scholz
2002-12-28 22:34 ` Lars Magne Ingebrigtsen [this message]
2002-12-29  0:24   ` Raymond Scholz
2002-12-29 14:33     ` Lars Magne Ingebrigtsen
2002-12-29 20:26       ` Raymond Scholz
2002-12-29 22:56         ` Lars Magne Ingebrigtsen
2002-12-29 23:35           ` Raymond Scholz
2003-01-01 18:54             ` Lars Magne Ingebrigtsen
2003-01-02 10:32               ` Raymond Scholz
2002-12-30 12:33           ` Raymond Scholz
2002-12-30 12:53           ` Raymond Scholz
2002-12-31  0:11   ` Raymond Scholz
2002-12-31  0:37     ` Lars Magne Ingebrigtsen
2002-12-31 16:38       ` Raymond Scholz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3ptrl7oy0.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).