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

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

bug#41862: 27.0.91; Isearch menu added to menu-bar


From: Lars Ingebrigtsen
Subject: bug#41862: 27.0.91; Isearch menu added to menu-bar
Date: Sun, 13 Jun 2021 13:15:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Drew Adams <drew.adams@oracle.com> writes:

> Starting with Emacs 27, `isearch-mode-map'
> includes`isearch-menu-bar-map', which adds menu `Isearch' to the
> menu-bar.

Many modes add stuff to the menu bar -- there's nothing special about
isearch here.

> This should at least be optional, via user option (not requiring a user
> to fiddle with keymaps).

I don't see why -- the general mechanism we have for this works across
any mode, so that's more convenient than adding some random user options
for a mode here and there:

(define-key isearch-mode-map [menu-bar] nil)

So I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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