bug#4705: 23.1.50; read-key makes menu-bar and tool-bar items disappear
Stefan Monnier <[email protected]> Tue, 13 Oct 2009 16:01:18 -0400
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Steps to reproduce:
> 1. emacs -Q
> 2. ESC : (read-key) RET
> Result:
> The menu-bar and tool-bar items disappear except the
> Lisp-Interaction menu.
Indeed that's a bug: the Lisp-Interaction should also disappear.
It seems to be a bug in the code that builds the menu-bar from the
active keymaps.
Stefan