all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6305: 24.0.50; Regression: most, but not all, keyboard shortcuts are missing
@ 2010-05-29 21:38 Drew Adams
  2010-05-29 22:11 ` Lennart Borgman
  0 siblings, 1 reply; 16+ messages in thread
From: Drew Adams @ 2010-05-29 21:38 UTC (permalink / raw)
  To: 6305

[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]

This is a regression from 23.1 to 23.2.

I don't have a recipe from emacs -Q.  I'm sure you could create one.
 
In Emacs 22 and 23.1, keyboard shortcuts ("equivalents", if you
prefer) are indicated correctly in menus.  In both Emacs 23.2 and
the recent build noted below, this is horribly broken.

See the three attached screenshots, for Emacs 22 (OK), Emacs 23.1
(OK), and Emacs 23.2 (broken - build noted below or the release 23.2).
 
There is absolutely nothing particular about the three shortcuts
that Emacs 23.2 does happen to show correctly.  The code defining
their menu items is the same as the code that defines the other
items whose shortcuts do not show.

The code that builds the menu is straightforward:
 
(defvar bookmarkp-jump-map nil "...")
(define-prefix-command 'bookmarkp-jump-map)
(define-key ctl-x-map "j" bookmarkp-jump-map)

(define-key bookmarkp-jump-map "B" 'bookmarkp-bookmark-list-jump)
(define-key bookmarkp-jump-map "v" 'bookmarkp-varlist-jump)
...
(define-key bookmarkp-bmenu-jump-menu ; SHORTCUT `C-x j v' OK
  [bookmarkp-varlist-jump]
  '(menu-item "Variable List..." bookmarkp-varlist-jump
  :help "..."))
(define-key bookmarkp-bmenu-jump-menu ; SHORTCUT `C-x j B' MISSING
  [bookmarkp-bookmark-list-jump]
  '(menu-item "Bookmark List..." bookmarkp-bookmark-list-jump
    :help "..."))
...

 
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2010-05-23 on G41R2F1
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/xpm/include'
 

[-- Attachment #2: bug-emacs-23-2-menu-shortcuts.png --]
[-- Type: image/png, Size: 10001 bytes --]

[-- Attachment #3: bug-emacs-22-menu-shortcuts.png --]
[-- Type: image/png, Size: 12053 bytes --]

[-- Attachment #4: bug-emacs-23-1-menu-shortcuts.png --]
[-- Type: image/png, Size: 11130 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-06-02 14:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-29 21:38 bug#6305: 24.0.50; Regression: most, but not all, keyboard shortcuts are missing Drew Adams
2010-05-29 22:11 ` Lennart Borgman
2010-05-29 22:18   ` Drew Adams
2010-05-30  1:45     ` Lennart Borgman
2010-05-30  1:49       ` Lennart Borgman
2010-05-31 15:31   ` Stefan Monnier
2010-05-31 16:33     ` Lennart Borgman
2010-05-31 17:33       ` Drew Adams
2010-05-31 18:05         ` Lennart Borgman
2010-05-31 18:23         ` Stefan Monnier
2010-05-31 18:58           ` Drew Adams
2010-05-31 19:07           ` Lennart Borgman
2010-05-31 19:19             ` Drew Adams
2010-06-02 13:37               ` Drew Adams
2010-06-02 14:13                 ` Stefan Monnier
2010-05-31 19:37             ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.