bug#73108: 29.2; easy-menu-define

2024-09-07 Thread Francis Wright
Cc: 73...@debbugs.gnu.org <73...@debbugs.gnu.org> Subject: Re: bug#73108: 29.2; easy-menu-define > From: Francis Wright > Date: Sat, 7 Sep 2024 16:47:17 + > > The docstring and the Elisp manual both state that easy-menu-define "defines > SYMBOL as a function for >

bug#73108: 29.2; easy-menu-define

2024-09-07 Thread Eli Zaretskii
> From: Francis Wright > Date: Sat, 7 Sep 2024 16:47:17 + > > The docstring and the Elisp manual both state that easy-menu-define "defines > SYMBOL as a function for > popping up the menu" but it doesn't. Are you sure? emacs -Q M-x load-library RET bookmark RET M-: (symbol-function '

bug#73108: 29.2; easy-menu-define

2024-09-07 Thread Francis Wright
The docstring and the Elisp manual both state that easy-menu-define "defines SYMBOL as a function for popping up the menu" but it doesn't. It defines SYMBOL as a variable whose value is the menu, which could be used for popping up the menu. This behaviour is useful and I use it, so I suggest tha