all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: 6305@debbugs.gnu.org
Subject: bug#6305: 24.0.50; Regression: most, but not all, keyboard shortcuts are missing
Date: Sat, 29 May 2010 14:38:03 -0700	[thread overview]
Message-ID: <55D498A2115046ED9C7333EB540DC922@us.oracle.com> (raw)

[-- 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 --]

             reply	other threads:[~2010-05-29 21:38 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-29 21:38 Drew Adams [this message]
2010-05-29 22:11 ` bug#6305: 24.0.50; Regression: most, but not all, keyboard shortcuts are missing 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55D498A2115046ED9C7333EB540DC922@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=6305@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.