diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-11-05 15:17:46 +0100 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-11-05 15:17:46 +0100 |
commit | 5c0c0f77b0b3af28653a6a8e798f69d132425c0e (patch) | |
tree | 6c484c9782fc9a92497fc9674fb2b6f4bf56adb1 /etc | |
parent | e06918d22b68821e7c1aa8148622232f106fbfc5 (diff) | |
download | emacs-5c0c0f77b0b3af28653a6a8e798f69d132425c0e.tar.gz |
Decode utf-8 strings in mixed environments by default.
Done via the new `erc-coding-system-precedence' variable.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -303,6 +303,11 @@ successful NickServ identification, or after `erc-autojoin-delay' seconds. The default value, 'ident, means to autojoin immediately after connecting. +*** New variable `erc-coding-system-precedence': If we use `undecided' +as the server coding system, this variable will then be consulted. +The default is to decode strings that can be decoded as utf-8 as +utf-8, and do the normal `undecided' decoding for the rest. + ** In ido-mode, C-v is no longer bound to ido-toggle-vc. The reason is that this interferes with cua-mode. |