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

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

bug#74740: 31.0.50; tty menus not displaying separators


From: Gerd Möllmann
Subject: bug#74740: 31.0.50; tty menus not displaying separators
Date: Mon, 09 Dec 2024 15:20:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Gerd Möllmann <gerd.moellmann@gmail.com>
>> Cc: 74740@debbugs.gnu.org
>> Date: Mon, 09 Dec 2024 05:29:43 +0100
>> 
>> >>   23.18.1.3 Menu Separators
>> >>   .........................
>> >> 
>> >>   A menu separator is a kind of menu item that doesn't display any
>> >>   text--instead, it divides the menu into subparts with a horizontal line.
>> >>   A separator looks like this in the menu keymap:
>> >> 
>> >>        (menu-item SEPARATOR-TYPE)
>> >> 
>> >>   where SEPARATOR-TYPE is a string starting with two or more dashes.
>> >> 
>> >> followed by a list of separator types, among them the --double-line I
>> >> mentioned.
>> >> 
>> >> One can get these from 3rd-party packages. Minion is an example, where
>> >> --double-line appears in a popup menu on the mode line.
>> >
>> > This was never supported in TTY menus (I think I was completely
>> > unaware of this feature when I wrote the code).  Patches to support it
>> > will be most welcome.
>> 
>> The following patch displays "--" for all separator types. I'd say
>> that's good enough, WDYT?
>
> Yes, LGTM, please install.  But please add a FIXME comment there
> mentioning the feature and inviting its implementation.

Thanks, pushed to master, and closing.





reply via email to

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