auctex-devel
[Top][All Lists]
Advanced

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

Re: cannot add \frownie to pretty-list


From: Uwe Brauer
Subject: Re: cannot add \frownie to pretty-list
Date: Thu, 18 Nov 2021 18:23:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> Uwe Brauer <oub@mat.ucm.es> writes:

> For one thing, it would have to be called "\\frownie" rather than
> "\\frowie".  

Autsch 😱

> For another, you add an unrelated character after the
> frownie (the ?☹) that Emacs identifies as


>              position: 1115 of 1246 (89%), column: 30
>             character: ️ (displayed as ️) (codepoint 65039, #o177017, #xfe0f)
>               charset: unicode (Unicode (ISO10646))
> code point in charset: 0xFE0F
>                syntax: w      which means: word
>              category: ^:Combining
>              to input: type "C-x 8 RET fe0f" or "C-x 8 RET VARIATION 
> SELECTOR-16"
>           buffer code: #xEF #xB8 #x8F
>             file code: #xEF #xB8 #x8F (encoded by coding system raw-text-unix)
>               display: by this font (glyph code)
>     ftcrhb:-PfEd-Unifont-normal-normal-normal-*-15-*-*-*-d-0-iso10646-1 
> (#xDD12)

> Character code properties: customize what to show
>   name: VARIATION SELECTOR-16
>   general-category: Mn (Mark, Nonspacing)
>   decomposition: (65039) ('️')

> and that has no place in Elisp syntax when encountered on its own.  If
> you cannot get your input method to refrain from that insertion, instead
> of ?☹ you could just write 9785 .

Very odd
              ("\\smiley" . ?🙂)
              ("\\frownie" . ?☹️)

look very similar to me. 
I added the smiley by:

    1. deleting everything after the ? Symbol

    2. and then used Lars new emoji insert method to insert the smiley, in 
other words ("\\smiley" . ?
                                  ^cursor
       use C-x 8 e e (emoji-insert)


I did exactly the same for the frownie symbol and obtained that char you 
mentioned.

Can somebody with access to emacs master try these steps and see whether it is 
reproducible, please? Could there be a bug in Lars function?

regards

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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