* etc/NEWS: Document changes to coding-system mnemonics.
This commit is contained in:
parent
6c3e65a75f
commit
bb4b511c4c
1 changed files with 15 additions and 0 deletions
15
etc/NEWS
15
etc/NEWS
|
@ -556,6 +556,21 @@ assertion only (which is useless). For historical compatibility, an
|
|||
operator character following '^' or '\`' becomes literal, but we
|
||||
advise against relying on this.
|
||||
|
||||
---
|
||||
*** Mode-line mnemonics for some coding-systems have changed.
|
||||
The mode-line mnemonic for 'utf-7' is now the lowercase 'u', to be
|
||||
consistent with the other encodings of this family.
|
||||
|
||||
The mode-line mnemonic for 'koi8-u' is now 'У', U+0423 CYRILLIC
|
||||
CAPITAL LETTER U, to distinguish between this encoding and the
|
||||
UTF-8/UTF-16 family.
|
||||
|
||||
If your terminal cannot display 'У', or if you want to get the old
|
||||
behavior back for any other reason, you can do that using the
|
||||
'coding-system-put' function. For example, the following restores the
|
||||
previous behavior of showing 'U' in the mode line for 'koi8-u':
|
||||
|
||||
(coding-system-put 'koi8-u :mnemonic ?U)
|
||||
|
||||
* Lisp Changes in Emacs 30.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue