GNU bug report logs -
#2104
23.0.60; mail-yank-original is broken for rmail
Previous Next
Reported by: Kenichi Handa <handa <at> m17n.org>
Date: Thu, 29 Jan 2009 07:45:03 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2104 in the body.
You can then email your comments to 2104 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2104
; Package
emacs
.
(Thu, 29 Jan 2009 07:45:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kenichi Handa <handa <at> m17n.org>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Thu, 29 Jan 2009 07:45:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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.
---
Kenichi Handa
handa <at> m17n.org
In GNU Emacs 23.0.60.14 (i686-pc-linux-gnu, GTK+ Version 2.14.4)
of 2009-01-29 on etlken
Windowing system distributor `The X.Org Foundation', version 11.0.10502000
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_US.UTF-8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
Major mode: RMAIL
Minor modes in effect:
display-time-mode: t
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
Recent input:
k e n SPC f o r SPC r m a i l <return> C-p C-p C-n
C-k C-k C-k C-o W h n e SPC <backspace> <backspace>
<backspace> e n SPC C-a C-k W i t h SPC C-a C-k W h
e n SPC I t <backspace> SPC t y p e SPC <M-backspace>
C-x o C-x b R M <tab> <return> p p p p p p p p p p
p C-x o <backspace> ' m SPC r e a d i n g SPC M-b M-b
C-k R M A I L SPC b u f f e r SPC c o n t a i n s SPC
a SPC <M-backspace> n o n - a s c i i SPC t e x t SPC
d e c o d e d SPC b y SPC <backspace> , SPC f o r SPC
i n s t a n c e , SPC i s o - 2 0 0 0 <backspace> <backspace>
2 2 - j p , SPC a n d SPC t y p e SPC M-b M-b C-k <backspace>
<backspace> SPC a n d SPC I S-SPC t y p e SPC r <backspace>
" r SPC C c <backspace> - c SPC C - y " C-x o n n n
n n n n n n n n n n n n n n n n n n C-a C-p C-x o C-a
C-p C-p C-p C-SPC C-n C-n C-n C-n <escape> w C-x L
C-y C-x b <return> C-x k <return> C-x o r C-c C-y C-g
C-x b * M e <tab> <return> <escape> > C-p C-p C-p C-SPC
C-e <escape> w C-x b C-g C-x L <return> C-y C-x o <escape>
x M-p <return>
Recent messages:
Quit
Mark set
Auto-saving...done
No following nondeleted message [10 times]
Mark set [3 times]
Mail header "From itri-..." doesn't conform to RFC 822. skipping...
Quit
Mark set [2 times]
Quit
Mark set
bug reassigned from package `emacs' to `emacs,rmail'.
Request was from
Juanma Barranquero <lekktu <at> gmail.com>
to
control <at> emacsbugs.donarmstrong.com
.
(Thu, 29 Jan 2009 08:45:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#2104
; Package
emacs,rmail
.
(Fri, 30 Jan 2009 20:15:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 2104 <at> emacsbugs.donarmstrong.com (full text, mbox):
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
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#2104
; Package
emacs,rmail
.
(Sat, 31 Jan 2009 01:40:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kenichi Handa <handa <at> m17n.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Sat, 31 Jan 2009 01:40:05 GMT)
Full text and
rfc822 format available.
Message #15 received at 2104 <at> emacsbugs.donarmstrong.com (full text, mbox):
In article <dd4ozgy30i.fsf <at> fencepost.gnu.org>, Glenn Morris <rgm <at> 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 <at> 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 sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Sat, 31 Jan 2009 03:00:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kenichi Handa <handa <at> m17n.org>
:
bug acknowledged by developer.
(Sat, 31 Jan 2009 03:00:04 GMT)
Full text and
rfc822 format available.
Message #20 received at 2104-done <at> emacsbugs.donarmstrong.com (full text, mbox):
Installed.
2009-01-31 Glenn Morris <rgm <at> gnu.org>
* mail/rmail.el (rmail-reply): Set up to yank from the decoded message
rather than the raw one. (Bug#2104).
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Sat, 28 Feb 2009 15:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.