bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32599: 25.2; Feature request: input PUA characters by name


From: Lars Ingebrigtsen
Subject: bug#32599: 25.2; Feature request: input PUA characters by name
Date: Tue, 26 Apr 2022 15:37:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Janusz S. Bień <jsbien@mimuw.edu.pl> writes:

>> That can be done today by just adding elements to the `ucs-names' hash
>> table.
>
> Which Emacs version do you mean by "today"?

Since about 2008.

> What do you mean by "just adding"?
>
> What about an example, e.g. U+F159 LATIN ABBREVIATION SIGN SMALL DE?

(unless ucs-names
  (ucs-names))
(setf (gethash "LATIN ABBREVIATION SIGN SMALL DE" ucs-names) #xF159)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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