unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2104: 23.0.60; mail-yank-original is broken for rmail
@ 2009-01-29  7:39 ` Kenichi Handa
  2009-01-30 20:04   ` Glenn Morris
  2009-01-31  3:00   ` bug#2104: marked as done (23.0.60; mail-yank-original is broken for rmail) Emacs bug Tracking System
  0 siblings, 2 replies; 4+ messages in thread
From: Kenichi Handa @ 2009-01-29  7:39 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: handa

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@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






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#2104: 23.0.60; mail-yank-original is broken for rmail
  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
  2009-01-31  3:00   ` bug#2104: marked as done (23.0.60; mail-yank-original is broken for rmail) Emacs bug Tracking System
  1 sibling, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2009-01-30 20:04 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: 2104

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






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#2104: 23.0.60; mail-yank-original is broken for rmail
  2009-01-30 20:04   ` Glenn Morris
@ 2009-01-31  1:33     ` Kenichi Handa
  0 siblings, 0 replies; 4+ messages in thread
From: Kenichi Handa @ 2009-01-31  1:33 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 2104

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







^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#2104: marked as done (23.0.60; mail-yank-original is broken  for rmail)
  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  3:00   ` Emacs bug Tracking System
  1 sibling, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2009-01-31  3:00 UTC (permalink / raw)
  To: Glenn Morris

[-- Attachment #1: Type: text/plain, Size: 896 bytes --]


Your message dated Fri, 30 Jan 2009 21:49:45 -0500
with message-id <p8ocxoxk8m.fsf@fencepost.gnu.org>
and subject line Re: bug#2104: 23.0.60; mail-yank-original is broken for rmail
has caused the Emacs bug report #2104,
regarding 23.0.60; mail-yank-original is broken for rmail
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2104: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2104
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 4804 bytes --]

From: Kenichi Handa <handa@m17n.org>
To: emacs-pretest-bug@gnu.org
Cc: handa@m17n.org
Subject: 23.0.60; mail-yank-original is broken for rmail
Date: Thu, 29 Jan 2009 16:39:16 +0900
Message-ID: <E1LSRUa-0002zV-UB@etlken>

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@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



[-- Attachment #3: Type: message/rfc822, Size: 1615 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 2104-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2104: 23.0.60; mail-yank-original is broken for rmail
Date: Fri, 30 Jan 2009 21:49:45 -0500
Message-ID: <p8ocxoxk8m.fsf@fencepost.gnu.org>


Installed.

2009-01-31  Glenn Morris  <rgm@gnu.org>

* mail/rmail.el (rmail-reply): Set up to yank from the decoded message
  rather than the raw one.  (Bug#2104).


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-31  3:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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
2009-01-31  3:00   ` bug#2104: marked as done (23.0.60; mail-yank-original is broken for rmail) Emacs bug Tracking System

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).