[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disambiguate modeline character for UTF-8?
From: |
Ulrich Mueller |
Subject: |
Re: Disambiguate modeline character for UTF-8? |
Date: |
Sat, 08 Jul 2023 20:21:41 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) |
>>>>> On Sat, 08 Jul 2023, Basil Contovounesios wrote:
> Is this what you had in mind?
> 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 ?У
> :charset-list '(koi8-u)
> :mime-charset 'koi8-u)
Could you keep the character's description as a comment? Like this:
:mnemonic ?У ; cyrillic capital letter u
- 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 <=
- Re: Disambiguate modeline character for UTF-8?, Basil Contovounesios, 2023/07/08
- 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