info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: no gnus-mime-part-reply


From: Katsumi Yamaoka
Subject: Re: no gnus-mime-part-reply
Date: Wed, 03 Jun 2009 16:04:25 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux)

>>>>> "jidanni@jidanni.org" <jidanni@jidanni.org> wrote:

> Gentlemen, I have received a Content-Type: multipart/mixed message (from
> Debian BTS). I wish very much to reply to part 2 of
> [1. text/plain]
> [2. message/rfc822]
> [3. text/plain]
> [4. text/plain]
> [5. message/rfc822]
> However as much as I place the cursor upon "[2. message/rfc822]" and hit
> K... there seems to be no perfect command. (Even K C-h doesn't help,
> maybe due to my http://jidanni.org/comp/configuration/.)
> Let it be known that I was forced to do use
> "| runs the command gnus-mime-pipe-part" to pipe that part to procmail,
> so I could then reply to it as a simple message.

You can use `C-d C-n C-n C-n R' as well.

> Anyway, gnus needs a full suite of r R etc. that can just act on a mime part.

Maybe the `gnus-mime-part-reply' command will be the one like:

--8<---------------cut here---------------start------------->8---
(defun gnus-mime-part-reply ()
  (interactive)
  (let ((id (get-text-property (point) 'gnus-part)))
    (when id
      (let ((gnus-original-article-buffer
             (nth 1 (assq id gnus-article-mime-handle-alist))))
        (gnus-summary-reply)))))
--8<---------------cut here---------------end--------------->8---

Although I don't feel like very much making `reply', `wide-reply',
`very-wide-reply', `reply-with-original', `reply-broken-reply-to',
`mail-forward', `followup',...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]