bug#81651: 30.2; Avoid showing "Select" sub-menu when region is already selected in context-menu-region
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
> From: Charles Choi <[email protected]> > Date: Tue, 18 Aug 2026 11:44:09 -0700 > > 1 Title > ======= > > Enhancement Request: Avoid showing "Select" sub-menu when region is > already selected in context-menu-region Thanks. > 1. Launch Emacs with context-menu-mode enabled. > > 2. In a writeable window, type in text and select it. > > 3. Raise the context menu over the selected text. > > > 5 Expected Result > ================= > > No "Select" sub-menu is displayed in the context menu. Why cannot we allow the user to select something other that he/she already selected? If they don't want to change the selection, they can easily choose some other item from the menu, cannot they? IOW, I don't think I understand why you see a bug here, or why this enhancement would be a significant improvement. Can you explain more?