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

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

[debbugs-tracker] bug#33188: closed (26.1.50; [PATCH] Wishlist : Improve


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33188: closed (26.1.50; [PATCH] Wishlist : Improve default mouse menu for mode from modeline)
Date: Sat, 03 Nov 2018 09:04:02 +0000

Your message dated Sat, 03 Nov 2018 11:03:14 +0200
with message-id <address@hidden>
and subject line Re: bug#33188: 26.1.50; [PATCH] Wishlist : Improve default 
mouse menu for mode from modeline
has caused the debbugs.gnu.org bug report #33188,
regarding 26.1.50; [PATCH] Wishlist : Improve default mouse menu for mode from 
modeline
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33188: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33188
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1.50; [PATCH] Wishlist : Improve default mouse menu for mode from modeline Date: Sun, 28 Oct 2018 19:25:57 +0100 User-agent: mu4e 1.1.0; emacs 26.1.50
Hello,

I would submit an enhacement for when you use the mouse to display the
menu for a mode (major or minor) from the modeline.


For now, if the mode doesn't define a custom mouse menu, the menu title
simply display the mode indicator. But sometimes this indicator isn't
really obvious.

The attached patch try to improve this by appending the full mode name
after the indicator.

For example the Smartparens minor mode has 'SP' as indicator. So his
menu is look like:
---------------------
| SP
---------------------
| Turn off minor mode
| Help for minor mode
----------------------

Whit the attached patch the menu will look like:

------------------------
| SP - Smartparens Mode
------------------------
| Turn off minor mode
| Help for minor mode
------------------------

Hope this could help.

Pierre.

Attachment: 0001-minor-mode-menu-from-indicator-now-display-full-mino.patch
Description: [PATCH] Wishlist : Improve default mouse menu for mode from modeline


--- End Message ---
--- Begin Message --- Subject: Re: bug#33188: 26.1.50; [PATCH] Wishlist : Improve default mouse menu for mode from modeline Date: Sat, 03 Nov 2018 11:03:14 +0200
> From: Pierre Téchoueyres <address@hidden>
> Date: Sun, 28 Oct 2018 19:25:57 +0100
> 
> For now, if the mode doesn't define a custom mouse menu, the menu title
> simply display the mode indicator. But sometimes this indicator isn't
> really obvious.
> 
> The attached patch try to improve this by appending the full mode name
> after the indicator.

Thanks, pushed to the master branch.

In the future, please mention the bug number in the commit log
message.


--- End Message ---

reply via email to

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