emacs-devel
[Top][All Lists]
Advanced

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

Re: evaluating numbers


From: Robert Pluim
Subject: Re: evaluating numbers
Date: Fri, 15 Nov 2019 17:00:20 +0100

>>>>> On Fri, 15 Nov 2019 16:55:13 +0100, Robert Pluim <address@hidden> said:

>>>>> On Fri, 15 Nov 2019 17:32:04 +0200, Eli Zaretskii <address@hidden> said:
    >>> Date: Fri, 15 Nov 2019 17:16:38 +0200
    >>> From: Eli Zaretskii <address@hidden>
    >>> Cc: address@hidden, address@hidden,
    >>> address@hidden, address@hidden
    >>> 
    >>> > +         (char-name-fmt (if what-cursor-show-names
    >>> > +                            (format ", ?\\N{%s}" 
(get-char-code-property char 'name))
    >>> 
    >>> What does this yield for codepoints below 32 decimal?

    Eli> And, btw, why the ?\N{} part? why not just show the name?

    Robert> So that people can directly use it elsewhere, without having to do 
C-x
    Robert> 8 RET. But itʼs a minor detail, Iʼm certainly not wedded to it.

Actually, thatʼs a totally bogus reason, since this all ends up in the
echo area, and itʼs not done for the other representations. Removed.

Robert



reply via email to

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