GNU bug report logs -
#24774
26.0.50; Menu display navigation commands
Previous Next
Reported by: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
Date: Sun, 23 Oct 2016 16:21:02 UTC
Severity: wishlist
Tags: easy, fixed, patch
Found in version 26.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 24774 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>> Stuff like beginning-of-defun, up-list, forward-sexp
>
> Oh, sexp-based navigation commands. Yes, I think that's a good idea --
> it'll make them more discoverable for new users. I think both an
> "Editing" sub-menu (`kill-sexp' etc) as well as a "Navigation" menu
> would be nice.
>
> Eep!
>
> (bindings--define-key menu-map [separator-format] menu-bar-separator)
> (bindings--define-key menu-map [comment-region]
> '(menu-item "Comment Out Region" comment-region
> :help "Comment or uncomment each line in the region"
> :enable mark-active))
> (bindings--define-key menu-map [indent-region]
> '(menu-item "Indent Region" indent-region
> :help "Indent each nonblank line in the region"
> :enable mark-active))
>
> (ad nauseam). elisp-mode.el doesn't use easy-menu, so every creating
> menus there is so. much. typing. And the file is dumped with Emacs, so
> I'm guessing requiring easy-menu and doing a rewrite wouldn't be
> welcome?
>
> So while I agree that these sub-menus should be added, I think I'll
> leave that to somebody else...
Is preloading easy-menu.el excluded?
This bug report was last modified 4 years and 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.