diff options
| author | Lars Magne Ingebrigtsen | 2010-11-05 15:17:46 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-11-05 15:17:46 +0100 |
| commit | 5c0c0f77b0b3af28653a6a8e798f69d132425c0e (patch) | |
| tree | 6c484c9782fc9a92497fc9674fb2b6f4bf56adb1 /etc | |
| parent | e06918d22b68821e7c1aa8148622232f106fbfc5 (diff) | |
| download | emacs-5c0c0f77b0b3af28653a6a8e798f69d132425c0e.tar.gz emacs-5c0c0f77b0b3af28653a6a8e798f69d132425c0e.zip | |
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' | |||
| 303 | seconds. The default value, 'ident, means to autojoin immediately | 303 | seconds. The default value, 'ident, means to autojoin immediately |
| 304 | after connecting. | 304 | after connecting. |
| 305 | 305 | ||
| 306 | *** New variable `erc-coding-system-precedence': If we use `undecided' | ||
| 307 | as the server coding system, this variable will then be consulted. | ||
| 308 | The default is to decode strings that can be decoded as utf-8 as | ||
| 309 | utf-8, and do the normal `undecided' decoding for the rest. | ||
| 310 | |||
| 306 | ** In ido-mode, C-v is no longer bound to ido-toggle-vc. | 311 | ** In ido-mode, C-v is no longer bound to ido-toggle-vc. |
| 307 | The reason is that this interferes with cua-mode. | 312 | The reason is that this interferes with cua-mode. |
| 308 | 313 | ||