emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding a "quick-help" menu


From: Philip Kaludercic
Subject: Re: Adding a "quick-help" menu
Date: Thu, 13 Oct 2022 20:21:26 +0000

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Philip Kaludercic <philipk@posteo.net> writes:
>
>> * lisp/help.el (help-map): Bind 'help-quit-or-quick' instead of 'help-quit'.
>> (help-quick-sections): Add variable.
>
> I gave it a quick test, and it looks good to me.  However, things don't
> line up on Ubuntu by default due to bug#57962 (which we really should
> try to fix soonish):

One annoyance I have, that your screenshot illustrates is that the
keybinding face is applied beyond just the key, even though I just
`propertize' the result of (key-description bind).  It seems the issue
is that

   (format "%-10s" (propertize "test" 'prop 'val))

evaluates to

   #("test      " 0 10 (prop val))

instead of just

   #("test      " 0 4 (prop val))



reply via email to

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