GNU bug report logs -
#2080
23.0.60; buffer-file-coding-system not set in RMAIL buffer
Previous Next
Reported by: Kenichi Handa <handa <at> m17n.org>
Date: Tue, 27 Jan 2009 05:05:05 UTC
Severity: normal
Merged with 2018
Done: Eli Zaretskii <eliz <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 2080 in the body.
You can then email your comments to 2080 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#2080
; Package
emacs
.
(Tue, 27 Jan 2009 05:05:05 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>
.
(Tue, 27 Jan 2009 05:05:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
The local variable buffer-file-coding-system is not set in
RMAIL buffer. The function rmail-docode-region does set
buffer-file-coding-system but that information is lost after
that.
---
Kenichi Handa
handa <at> m17n.org
In GNU Emacs 23.0.60.3 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2009-01-26 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: Emacs-Lisp
Minor modes in effect:
shell-dirtrack-mode: t
diff-auto-refine-mode: t
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:
C-p C-b C-SPC M-f M-f M-f M-f <escape> w C-x o C-y
C-a ( C-e ) : SPC F i x SPC p r e v i o u s SPC c h
a n g e . <return> C-c C-c C-n C-n C-n C-n C-M-x C-x
b C-g M-x b y t e SPC c SPC SPC <return> <return> C-x
b <return> p R <return> S <return> C-x b * m <tab>
<return> C-a M-f M-f M-f SPC a SPC n e w SPC f u n
c t i o n C-e <escape> q SPC SPC SPC I f SPC y o u
SPC f i n d SPC a SPC b e t t e r SPC n a m e M-b M-b
M-b M-b M-b M-b C-b C-b C-b C-b SPC a n d SPC u s e
SPC i t SPC t o SPC f i x SPC b r o k e n SPC C-o C-o
r m a i l - g e t - c o d i n g - s y s t e m C-h f
<return> C-x 1 . <escape> C-g <escape> q C-a C-n C-n
C-k C-u 7 C-c C-w <escape> < C-v C-l C-n C-n C-n C-n
C-n C-n C-n C-n C-n C-n <escape> < C-c C-c > C-x b
C-g C-x b <return> C-s r m a i l - C-a C-x b <return>
h C-r r m a i l C-r C-a <escape> > C-r C-r C-x C-x
C-p <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <down-mouse-1> <mouse-1> M-x r e p o r
t <tab> <return> M-p M-p C-k C-g C-x b <return> C-s
r m a i l - d e c o d e C-a C-u C-v C-x b C-g M-x M-p
<return>
Recent messages:
Mark set [3 times]
Sending...done
Quit
Mark saved where search started
Computing summary lines...done
Mark saved where search started
Mark set
Mark saved where search started
Quit
Mark saved where search started
Quit
bug reassigned from package `emacs' to `emacs,rmail'.
Request was from
Juanma Barranquero <lekktu <at> gmail.com>
to
control <at> emacsbugs.donarmstrong.com
.
(Tue, 27 Jan 2009 09:00:04 GMT)
Full text and
rfc822 format available.
Merged 2018 2080.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Wed, 28 Jan 2009 03:10:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 2080-done <at> emacsbugs.donarmstrong.com (full text, mbox):
> From: Kenichi Handa <handa <at> m17n.org>
> Date: Tue, 27 Jan 2009 13:55:23 +0900
> Cc:
>
> The local variable buffer-file-coding-system is not set in
> RMAIL buffer. The function rmail-docode-region does set
> buffer-file-coding-system but that information is lost after
> that.
rmail-decode-region was setting buffer-file-coding-system of a wrong
buffer.
I think I fixed that now, please test.
Message #11 received at 2080-done <at> emacsbugs.donarmstrong.com (full text, mbox):
In article <ufxizzj7w.fsf <at> gnu.org>, Eli Zaretskii <eliz <at> gnu.org> writes:
> > The local variable buffer-file-coding-system is not set in
> > RMAIL buffer. The function rmail-docode-region does set
> > buffer-file-coding-system but that information is lost after
> > that.
> rmail-decode-region was setting buffer-file-coding-system of a wrong
> buffer.
> I think I fixed that now, please test.
I confirmed that the bug is fixed, thank you.
---
Kenichi Handa
handa <at> m17n.org
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Mon, 02 Mar 2009 15:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.