GNU bug report logs - #32599
25.2; Feature request: input PUA characters by name

Previous Next

Package: emacs;

Reported by: jsbien <at> mimuw.edu.pl

Date: Fri, 31 Aug 2018 06:53:02 UTC

Severity: wishlist

Tags: moreinfo

Found in version 25.2

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #109 received at 32599 <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: Janusz S. Bień <jsbien <at> mimuw.edu.pl>
Cc: 32599 <at> debbugs.gnu.org, Lars Ingebrigtsen <larsi <at> gnus.org>
Subject: Re: bug#32599: 25.2; Feature request: input PUA characters by name
Date: Tue, 26 Apr 2022 17:49:25 +0200
>>>>> On Tue, 26 Apr 2022 17:33:37 +0200, Janusz S. Bień <jsbien <at> mimuw.edu.pl> said:

    Janusz> On Tue, Apr 26 2022 at 15:45 +02, Lars Ingebrigtsen wrote:
    >> Janusz S. Bień <jsbien <at> mimuw.edu.pl> writes:
    >> 
    >>>> (unless ucs-names
    >>>> (ucs-names))
    >>>> (setf (gethash "LATIN ABBREVIATION SIGN SMALL DE" ucs-names) #xF159)
    >>> 
    >>> Debugger entered--Lisp error: (wrong-type-argument hash-table-p nil)
    >>> puthash("LATIN ABBREVIATION SIGN SMALL DE" 61785 nil)
    >> 
    >> Did you eval the `unless' form first?

    Janusz> I thought I did but I used the wrong command :-(

    Janusz> Thank you very much for your solution.

    Janusz> So yes, my original problem is solved and you can close the bug report.

    Janusz> This is however not the end of the story. I would like describe-char to
    Janusz> produce the correct name of the PUA character instead of "the
    Janusz> character’s canonical name and other properties defined by the Unicode
    Janusz> Data Base;". I understand this should posted as a separate feature
    Janusz> request.

(put-char-code-property #xf159 'name "LATIN ABBREVIATION SIGN SMALL DE")

(PUA characters donʼt have canonical names).

Robert
-- 




This bug report was last modified 3 years and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.