help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changes to message-mode and encoding in Emacs26


From: Eli Zaretskii
Subject: Re: Changes to message-mode and encoding in Emacs26
Date: Mon, 02 Oct 2017 19:03:13 +0300

> From: Alex Bennée <alex.bennee@linaro.org>
> Cc: Eli Zaretskii <eliz@gnu.org>, help-gnu-emacs@gnu.org
> Date: Mon, 02 Oct 2017 09:36:07 +0100
> 
> I haven't narrowed it down yet but is certainly during message-do-fcc.
> It's hard to tell because the work takes place in a temporary buffer but
> I'm currently looking at the code that does:
> 
>     (when file
>       (with-temp-buffer
>       (insert-buffer-substring buf)
>       (message-clone-locals buf)
>       (message-encode-message-body)
> 
> And wondering how that might of changed.

Is 'buf' a unibyte buffer or a multibyte buffer?

> Any idea how to examine the current with-temp-buffer while stepping
> through in edebug?

You can "C-x b" when Emacs is stopped in Edebug.

(Why are we still discussing this issue on this list?)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]