GNU bug report logs - #6559
24.0.50; :keys misaligns keyboard equivalents

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Sat, 3 Jul 2010 17:01:02 UTC

Severity: minor

Tags: unreproducible

Found in version 24.0.50

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6559 in the body.
You can then email your comments to 6559 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6559; Package emacs. (Sat, 03 Jul 2010 17:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 03 Jul 2010 17:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 24.0.50; :keys misaligns keyboard equivalents
Date: Sat, 3 Jul 2010 09:59:38 -0700
[Message part 1 (text/plain, inline)]
emacs -Q
 
This bug is a regression, starting with Emacs 23.2.  There is no such
bug in Emacs 23.1, Emacs 22, 21, or 20.
 
See attached screenshots.
 
:key was used only for the menu item `Current Status, Mode Help'; the
other menu items do not use :key.  You can see that the `?' is
misaligned: it is too far to the left.
 
The screenshot `throw-emacs-23-1-keys-OK.png' shows what Emacs 23.1
gives - the alignment is OK.  Emacs 22, 21, and 20 are similar.
 
These are the relevant code lines, for context:
 
(define-key bmkp-bmenu-menubar-menu [bmkp-bmenu-quit]
  '(menu-item "Quit" bmkp-bmenu-quit
    :help "..."))
(define-key bmkp-bmenu-menubar-menu [bmkp-bmenu-describe-marked]
  '(menu-item "Describe Marked Bookmarks" bmkp-bmenu-describe-marked
    :help "..."))
(define-key bmkp-bmenu-menubar-menu [bmkp-bmenu-describe-this-bookmark]
  '(menu-item "Describe This Bookmark" bmkp-bmenu-describe-this-bookmark
    :help "..."))
(define-key bmkp-bmenu-menubar-menu [bmkp-bmenu-mode-status-help]
  '(menu-item "Current Status, Mode Help" bmkp-bmenu-mode-status-help :keys "?"
    :help "..."))
(define-key bmkp-bmenu-menubar-menu [top-sep2] '("--"))
(define-key bmkp-bmenu-menubar-menu [bmkp-toggle-saving-menu-list-state]
  '(menu-item "Toggle Autosaving Display State"
bmkp-toggle-saving-menu-list-state
    :help "..."))
 
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2010-06-28 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4) --no-opt --cflags -Ic:/xpm/include'
 
[throw-emacs-23-1-keys-OK.png (image/png, attachment)]
[drew-emacs-bookmark+-menu.png (image/png, attachment)]

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6559; Package emacs. (Mon, 04 Jul 2011 15:15:03 GMT) Full text and rfc822 format available.

Message #8 received at 6559 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 6559 <at> debbugs.gnu.org
Subject: Re: 24.0.50; :keys misaligns keyboard equivalents
Date: Mon, 04 Jul 2011 17:14:25 +0200
"Drew Adams" <drew.adams <at> oracle.com> writes:

> This bug is a regression, starting with Emacs 23.2.  There is no such
> bug in Emacs 23.1, Emacs 22, 21, or 20.
>
> See attached screenshots.
>
> :key was used only for the menu item `Current Status, Mode Help'; the
> other menu items do not use :key.  You can see that the `?' is
> misaligned: it is too far to the left.
>
> The screenshot `throw-emacs-23-1-keys-OK.png' shows what Emacs 23.1
> gives - the alignment is OK.  Emacs 22, 21, and 20 are similar.
>
> These are the relevant code lines, for context:
>
> (define-key bmkp-bmenu-menubar-menu [bmkp-bmenu-quit]
>   '(menu-item "Quit" bmkp-bmenu-quit
>     :help "..."))

I don't have this package installed, but I tried adding :keys to a dired
menu entry (in Windows Emacs 24), and things aligned as they should.

Do you still see this bug?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Added tag(s) unreproducible. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 04 Jul 2011 15:15:04 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6559; Package emacs. (Mon, 04 Jul 2011 16:30:03 GMT) Full text and rfc822 format available.

Message #13 received at 6559 <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <6559 <at> debbugs.gnu.org>
Cc: 'Lars Magne Ingebrigtsen' <larsi <at> gnus.org>
Subject: RE: bug#6559: 24.0.50; :keys misaligns keyboard equivalents
Date: Mon, 4 Jul 2011 09:29:18 -0700
FYI -

This was fixed in Emacs 23.3.  It was broken only in Emacs 23.2.



---------------------------------------------------------------
Processing commands for control <at> debbugs.gnu.org:

> tags 6559 unreproducible
Bug #6559 [emacs] 24.0.50; :keys misaligns keyboard equivalents
Added tag(s) unreproducible.
>
End of message, stopping processing here.





Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6559; Package emacs. (Mon, 04 Jul 2011 16:32:02 GMT) Full text and rfc822 format available.

Message #16 received at 6559 <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Lars Magne Ingebrigtsen'" <larsi <at> gnus.org>
Cc: 6559 <at> debbugs.gnu.org
Subject: RE: 24.0.50; :keys misaligns keyboard equivalents
Date: Mon, 4 Jul 2011 09:31:14 -0700
> Do you still see this bug?

No; it was fixed in Emacs 23.3.  Thanks for checking.





bug closed, send any further explanations to 6559 <at> debbugs.gnu.org and "Drew Adams" <drew.adams <at> oracle.com> Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> debbugs.gnu.org. (Mon, 04 Jul 2011 17:46:03 GMT) Full text and rfc822 format available.

Message #19 received at 6559-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 'Lars Magne Ingebrigtsen' <larsi <at> gnus.org>, 6559-done <at> debbugs.gnu.org
Subject: Re: bug#6559: 24.0.50; :keys misaligns keyboard equivalents
Date: Mon, 04 Jul 2011 14:36:02 -0400
>> Do you still see this bug?
> No; it was fixed in Emacs 23.3.  Thanks for checking.

Thanks, closed,


        Stefan





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 02 Aug 2011 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 319 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.