bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#2104: 23.0.60; mail-yank-original is broken for rmail


From: Kenichi Handa
Subject: bug#2104: 23.0.60; mail-yank-original is broken for rmail
Date: Sat, 31 Jan 2009 10:33:10 +0900

In article <dd4ozgy30i.fsf@fencepost.gnu.org>, Glenn Morris <rgm@gnu.org> 
writes:

> Kenichi Handa wrote:
> > When RMAIL buffer contains non-ascii text decoded by, for instance,
> > iso-2022-jp and I type "r C-c C-y", non-decoded raw text is inserted
> > in *mail* buffer.

> Please try this:

Thank you, it does fix the problem.

---
Kenichi Handa
handa@m17n.org

> *** rmail.el  30 Jan 2009 14:36:37 -0000      1.482
> --- rmail.el  30 Jan 2009 20:04:07 -0000
> ***************
> *** 3367,3373 ****
>                       (mail-strip-quoted-names
>                        (if (null cc) to (concat to ", " cc))))))
>        (if (string= cc-list "") nil cc-list)))
> !      rmail-view-buffer
>        (list (list 'rmail-mark-message
>                rmail-buffer
>                (with-current-buffer rmail-buffer
> --- 3367,3375 ----
>                       (mail-strip-quoted-names
>                        (if (null cc) to (concat to ", " cc))))))
>        (if (string= cc-list "") nil cc-list)))
> !      (if (rmail-buffers-swapped-p)
> !      rmail-buffer
> !        rmail-view-buffer)
>        (list (list 'rmail-mark-message
>                rmail-buffer
>                (with-current-buffer rmail-buffer







reply via email to

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