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

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

bug#53960: 29.0.50; describe-face: cannot use the mouse to select candid


From: Juri Linkov
Subject: bug#53960: 29.0.50; describe-face: cannot use the mouse to select candidate from *Completions* buffer
Date: Sun, 13 Feb 2022 20:44:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

>>     1. The candidate does not have the mouse-face, it is the "SAMPLE" text
>>     that does.
>>     2. Pressing mouse-1 when the SAMPLE is highlighted inserts "SAMPLE"
>>     in the minibuffer instead of the face name.
>
> I've now fixed this in Emacs 29.

I also moved the text "SAMPLE" to a variable for customization,
like list-faces-sample-text that is used by list-faces-display:

  (defconst list-faces-sample-text
    "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    "Text string to display as the sample text for `list-faces-display'.")





reply via email to

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