From: Kenichi Handa <handa@m17n.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, rms@gnu.org
Subject: Re: buffer-swap-text and multibyteness
Date: Tue, 10 Feb 2009 20:52:00 +0900 [thread overview]
Message-ID: <E1LWr9k-0006Xu-Ul@etlken> (raw)
In-Reply-To: <u8woesljv.fsf@gnu.org> (message from Eli Zaretskii on Tue, 10 Feb 2009 11:12:04 +0200)
In article <u8woesljv.fsf@gnu.org>, Eli Zaretskii <eliz@gnu.org> writes:
> > > Did you try rmail-redecode-body after editing?
> >
> > No, but it won't help because when I type C-c C-c after
> > editing, the unencodable characters disappear from the
> > buffer " *message-viewer RMAIL*".
> Do you have an idea why they disappeared?
It's because the encoding routine produces a default
character for such an unencodable character. Raising an
error signal for such a case in the deep place of encoding
routine is in my todo list and not yet implemented.
> > I got a Japanese mail with attachment file containing many
> > non-Japanese characters encoded by emacs-mule. I editted
> > the mail, decoded the attached file by hand by the
> > combination of base64-decode-region and
> > decode-coding-region, and typed C-c C-c.
> I do this a lot, but I don't use decode-coding-region. I use
> base64-decode-region, then type "C-c C-c" followed by "M-x
> rmail-redecode-body RET". This did work for me after the last series
> of changes in Rmail. If it doesn't work for you with the current CVS,
> can you somehow forward to me the original message, before your
> editing, so I could try reproducing what you did?
rmail-redecode-body works only when the whole message body
is encoded by a single coding system, which is not the case
in my scenario above.
Please try your method with this mail.
Here, I enter Japanese "Hello":
こんにちは
And, here I enter base64-encoded Latin-1 text:
ICAgICBBeCCgIKEgoiCjIKQgpSCmIKcgqCCpIKogqyCsIK0griCvCiAgICAgQnggsCCxILIgsyC0
ILUgtiC3ILgguSC6ILsgvCC9IL4gvwogICAgIEN4IMAgwSDCIMMgxCDFIMYgxyDIIMkgyiDLIMwg
zSDOIM8KICAgICBEeCDQINEg0iDTINQg1SDWINcg2CDZINog2yDcIN0g3iDfCiAgICAgRXgg4CDh
IOIg4yDkIOUg5iDnIOgg6SDqIOsg7CDtIO4g7wogICAgIEZ4IPAg8SDyIPMg9CD1IPYg9yD4IPkg
+iD7IPwg/SD+IP8K
And, I send this message itself using charset=iso-2022-jp.
---
Kenichi Handa
handa@m17n.org
next prev parent reply other threads:[~2009-02-10 11:52 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-31 14:52 buffer-swap-text and multibyteness Eli Zaretskii
2009-01-31 17:12 ` Stefan Monnier
2009-01-31 19:03 ` Eli Zaretskii
2009-01-31 19:43 ` Stefan Monnier
2009-01-31 20:05 ` Eli Zaretskii
2009-01-31 21:28 ` Stefan Monnier
2009-01-31 22:02 ` Eli Zaretskii
2009-02-01 1:43 ` Stefan Monnier
2009-02-01 4:13 ` Eli Zaretskii
2009-02-01 21:43 ` Stefan Monnier
[not found] ` <E1LTl7l-0005Dm-8W@fencepost.gnu.org>
2009-02-02 1:26 ` Stefan Monnier
2009-02-02 2:37 ` Kenichi Handa
2009-02-02 2:48 ` Kenichi Handa
2009-02-05 4:26 ` Stefan Monnier
2009-02-07 12:58 ` Eli Zaretskii
2009-02-09 11:31 ` Kenichi Handa
2009-02-09 14:11 ` Stefan Monnier
2009-02-09 20:26 ` Eli Zaretskii
2009-02-10 2:03 ` Stefan Monnier
2009-02-10 8:49 ` Eli Zaretskii
2009-02-10 21:57 ` Stefan Monnier
2009-02-11 4:01 ` Eli Zaretskii
2009-02-11 14:10 ` Stefan Monnier
2009-02-11 9:24 ` Kenichi Handa
[not found] ` <umycvs6a0.fsf@gnu.org>
2009-02-10 8:17 ` Kenichi Handa
2009-02-10 9:12 ` Eli Zaretskii
2009-02-10 11:52 ` Kenichi Handa [this message]
2009-02-21 15:12 ` Eli Zaretskii
2009-02-24 8:09 ` Kenichi Handa
2009-02-24 18:48 ` Eli Zaretskii
2009-02-25 1:15 ` Kenichi Handa
2009-02-25 4:11 ` Eli Zaretskii
2009-02-26 5:48 ` Kenichi Handa
2009-02-02 4:09 ` Eli Zaretskii
2009-02-01 22:49 ` Richard M Stallman
2009-02-02 2:14 ` Kenichi Handa
2009-02-02 2:39 ` Stefan Monnier
2009-02-03 7:59 ` Kenichi Handa
2009-02-03 16:46 ` Stefan Monnier
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=E1LWr9k-0006Xu-Ul@etlken \
--to=handa@m17n.org \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
--cc=rms@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).