From: dick.r.chiang@gmail.com
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 39506@debbugs.gnu.org
Subject: bug#39506: patch
Date: Sat, 08 Feb 2020 14:01:44 -0500 [thread overview]
Message-ID: <87o8u8ewdj.fsf@dick> (raw)
In-Reply-To: <jwvmu9tuee0.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Sat, 08 Feb 2020 13:32:11 -0500")
> The focus of the sentence is on "before": the previous code already set the
> buffer to unibyte, but it did it afterwards.
Ah, so the buffer in question is merely the working temp-buffer, not the
handle-buffer.
Indeed, the previous code did it afterwards, and therein lies my salvation
because insert-buffer-substring of multibytes to a unibyte buffer corrupts.
I think the Miles Bader code replicated the multibyteness of the
handle-buffer to the temp-buffer, called insert-buffer-substring, and then
converted the temp-buffer to unibyte.
> - How does `mm-with-part` relate to `mm-shr`?
mm-shr calls mm-with-part.
> - Before deciding whether unibyte or multibyte is the right choice, the
> main question is whether the buffer contains bytes or chars.
My buffer contained some Chinese multibytes. You can see my unit test in the
patch.
> AFAIK `mm-with-part` should only ever handle bytes (otherwise calling
> `mm-decode-content-transfer-encoding` doesn't make much sense).
Okay, maybe mm-decode-content-transfer-encoding is a noop when it doesn't make
sense.
I'm not completely on top of all this, but my individual use case rather
prefers the old Miles Bader order of ops. I can easily work around it if you feel
your 2008 change genuinely fixed something that was broken (my patch is largely
speculative and inconsiderate of broader ramifications).
next prev parent reply other threads:[~2020-02-08 19:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-08 0:40 bug#39506: patch dick
2020-02-08 15:10 ` dick.r.chiang
[not found] ` <87v9ohdr21.fsf@dick>
2020-02-08 18:32 ` Stefan Monnier
2020-02-08 19:01 ` dick.r.chiang [this message]
2020-02-08 19:51 ` Stefan Monnier
2020-02-20 13:24 ` Lars Ingebrigtsen
2020-02-21 14:34 ` dick.r.chiang
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=87o8u8ewdj.fsf@dick \
--to=dick.r.chiang@gmail.com \
--cc=39506@debbugs.gnu.org \
--cc=monnier@iro.umontreal.ca \
/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).