unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Glenn Morris <rgm@gnu.org>
Cc: 2104@emacsbugs.donarmstrong.com
Subject: bug#2104: 23.0.60; mail-yank-original is broken for rmail
Date: Sat, 31 Jan 2009 10:33:10 +0900	[thread overview]
Message-ID: <E1LT4jO-00033A-Uj@etlken> (raw)
In-Reply-To: <dd4ozgy30i.fsf@fencepost.gnu.org> (message from Glenn Morris on Fri, 30 Jan 2009 15:04:13 -0500)

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	other threads:[~2009-01-31  1:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <p8ocxoxk8m.fsf@fencepost.gnu.org>
2009-01-29  7:39 ` bug#2104: 23.0.60; mail-yank-original is broken for rmail Kenichi Handa
2009-01-30 20:04   ` Glenn Morris
2009-01-31  1:33     ` Kenichi Handa [this message]
2009-01-31  3:00   ` bug#2104: marked as done (23.0.60; mail-yank-original is broken for rmail) Emacs bug Tracking System

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E1LT4jO-00033A-Uj@etlken \
    --to=handa@m17n.org \
    --cc=2104@emacsbugs.donarmstrong.com \
    --cc=rgm@gnu.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).