You are not logged in.

#1 2017-03-11 23:54:26

gen2arch
Member
Registered: 2013-05-16
Posts: 182

Annoying regression in emacs or mu4e

Hi

I'm writing mail with mu4e (git checkout version 0.9.19 C) and GNU emacs (git checkout version GNU Emacs 26.0.50 build 1, x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version 10.10.5 (Build 14F2109) of 2017-03-08).

Recently a very annoying behavior was introduced: whenever I send an email, emacs asks me to specify a coding system, because some letters could not be encoded properly. This never happened before.
I have the following in my .emacs:

(set-language-environment 'utf-8)
(prefer-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(setq locale-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(set-default-coding-systems 'utf-8)
(setq-default buffer-file-coding-system 'utf-8)
(setq mm-coding-system-priorities '(utf-8))

Yet non of this seems to have any effect, wrt writing mails. I didn't change anything in my startup file. The modified behavior must have been introduced upstream. Unfortunately I can't tell if its in emacs or in mu4e.

Anyone have an idea what going on here?

Thanks

Offline

Board footer

Powered by FluxBB