-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoding problem with emacs 26.0.50 when sending message with accents #1081
Comments
FWIW, I have the same problem and I saw similar reports on stackexchange: https://emacs.stackexchange.com/questions/7946/using-utf8-encoding-as-default-when-writing-emails I, too, started to experience this problem after updating emacs (a few months back). The mode line indicates that the buffer encoding is Unicode and as long as the context of the message is ASCII, there is no problem, but when I type umlauts (for example), I get the error message. I tried the following settings but none of that helped: (prefer-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-language-environment 'utf-8)
(setq mm-coding-system-priorities '(utf-8)) Here is the error message, I received when I typed
At this point (but not before
When I choose |
As off http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-26&id=aca5f0072b531d9621b0ff90e656e589281c8155 this is hopefully fixed. |
Confirmed. Just built the latest development version and the problem is gone. About time. On the other had, I got really really good at typing "utf-8-unix". |
Also confirmed with emacs-26 branch of the emacs Git repository. |
@djcb I guess we can close this issue out with "Fixed Upstream" now? Is it worth a note anywhere else or do we expect people tracking emacs-26 to update fairly frequently? |
Okay, yeah. This is fixed upstream in emacs now. |
Hello,
I have a problem with messages in which accentuated characters appears. Even if the buffer is UTF-8 encoded, when sending the message there is an encoding error. This behavior appeared when I updated my version of emacs to a recent commit of emacs 26.0.50.
Expected or desired behavior
Sending a message with accentuated characters (like "é" for instance).
Actual behavior
When writing a message with the "é" character for instance, the following buffer arise when sending the message:
Selecting utf-8 as coding system works: the message is correctly encoded and the "é" character is correctly interpreted when receiving it.
Steps to reproduce
Start emacs 26 with -Q option. Load mu4e library. Write a message with "é" in the body. Send it.
Versions of mu, mu4e/emacs, operating system etc.
I am currently using Debian with
Any other detail
This behavior happened few weeks ago when I updated my emacs local copy. I have quickly tried to git blame message.el and some files related to it without finding any significant change wrt the problem.
Thanks in advance,
Christophe
The text was updated successfully, but these errors were encountered: