emacs-devel
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]