unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Kenichi Handa <handa@m17n.org>
Cc: 2104@emacsbugs.donarmstrong.com
Subject: bug#2104: 23.0.60; mail-yank-original is broken for rmail
Date: Fri, 30 Jan 2009 15:04:13 -0500	[thread overview]
Message-ID: <dd4ozgy30i.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <E1LSRUa-0002zV-UB@etlken> (Kenichi Handa's message of "Thu, 29 Jan 2009 16:39:16 +0900")

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:


*** 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-30 20:04 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 [this message]
2009-01-31  1:33     ` Kenichi Handa
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=dd4ozgy30i.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=2104@emacsbugs.donarmstrong.com \
    --cc=handa@m17n.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).