[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disambiguate modeline character for UTF-8?
From: |
Basil Contovounesios |
Subject: |
Re: Disambiguate modeline character for UTF-8? |
Date: |
Sat, 08 Jul 2023 22:31:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Ulrich Mueller [2023-07-08 20:21 +0200] wrote:
>>>>>> On Sat, 08 Jul 2023, Basil Contovounesios wrote:
>
>> diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el
>> index 9ad65877140..cf3ee5a2b9d 100644
>> --- a/lisp/language/cyrillic.el
>> +++ b/lisp/language/cyrillic.el
>> @@ -127,7 +127,7 @@ 'koi8-u
>> "KOI8-U 8-bit encoding for Cyrillic (MIME: KOI8-U)"
>> :coding-type 'charset
>> ;; This used to be ?U which collided with UTF-8.
>> - :mnemonic ?\u0423 ; ?\N{cyrillic capital letter u} У
>> + :mnemonic ?У
>
> Could you keep the character's description as a comment? Like this:
>
> :mnemonic ?У ; cyrillic capital letter u
Sure:
; Re-add recently removed comment in cyrillic.el.
afa4fa17232 2023-07-08 22:27:20 +0100
https://git.sv.gnu.org/cgit/emacs.git/commit/?id=afa4fa17232
--
Basil
- Re: Disambiguate modeline character for UTF-8?, (continued)
- Re: Disambiguate modeline character for UTF-8?, Eli Zaretskii, 2023/07/07
- Re: Disambiguate modeline character for UTF-8?, Eli Zaretskii, 2023/07/08
- Re: Disambiguate modeline character for UTF-8?, Basil Contovounesios, 2023/07/08
- Re: Disambiguate modeline character for UTF-8?, Eli Zaretskii, 2023/07/08
- Re: Disambiguate modeline character for UTF-8?, Basil Contovounesios, 2023/07/08
- Re: Disambiguate modeline character for UTF-8?, Eli Zaretskii, 2023/07/08
- Re: Disambiguate modeline character for UTF-8?, Basil Contovounesios, 2023/07/08
- Re: Disambiguate modeline character for UTF-8?, Ulrich Mueller, 2023/07/08
- Re: Disambiguate modeline character for UTF-8?,
Basil Contovounesios <=
- Lisp reader syntax and bootstrap (was: Re: Disambiguate modeline character for UTF-8?), Ulrich Mueller, 2023/07/09
- Re: Lisp reader syntax and bootstrap, Po Lu, 2023/07/09
- Re: Lisp reader syntax and bootstrap, Richard Stallman, 2023/07/12
- Re: Lisp reader syntax and bootstrap, Po Lu, 2023/07/13
- Re: Lisp reader syntax and bootstrap, Paul Eggert, 2023/07/13
- Re: Lisp reader syntax and bootstrap, Ulrich Mueller, 2023/07/14
- Re: Lisp reader syntax and bootstrap, Paul Eggert, 2023/07/14
- Re: Lisp reader syntax and bootstrap, Richard Stallman, 2023/07/14
- Re: Lisp reader syntax and bootstrap, Po Lu, 2023/07/14
- Re: Lisp reader syntax and bootstrap, Philip Kaludercic, 2023/07/15