emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#7662: closed (24.0.50; Keybindings for menu item


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7662: closed (24.0.50; Keybindings for menu items not aligned)
Date: Sat, 25 Dec 2010 17:21:02 +0000

Your message dated Sat, 25 Dec 2010 19:25:20 +0200
with message-id <address@hidden>
and subject line Re: bug#7662: 24.0.50; Keybindings for menu items not aligned
has caused the GNU bug report #7662,
regarding 24.0.50; Keybindings for menu items not aligned
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7662: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7662
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; Keybindings for menu items not aligned Date: Fri, 17 Dec 2010 18:28:51 +0200
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the address@hidden mailing list
and the gnu.emacs.bug news group, and at http://debbugs.gnu.org.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug.  If you can, give
a recipe starting from `emacs -Q':

Some of the key bindings shown in in the menu-bar menus are not aligned
properly.  I saw 2: Edit->Copy ("M-w" is 1 column to the left from where
it should have been), and Lisp Interaction->Instrument Function for Debugging.
(The latter problem also shows on the emacs-23 branch.)

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
d:/gnu/bzr/emacs/trunk/etc/DEBUG.


In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2010-12-17 on HOME-C4E4A596F7
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENU
  value of $XMODIFIERS: nil
  locale-coding-system: cp1255
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o <tab> r t <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr message rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug
help-mode easymenu view tooltip ediff-hook vc-hooks lisp-float-type
mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset
image fringe lisp-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev button minibuffer faces cus-face files text-properties overlay
md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process multi-tty emacs)



--- End Message ---
--- Begin Message --- Subject: Re: bug#7662: 24.0.50; Keybindings for menu items not aligned Date: Sat, 25 Dec 2010 19:25:20 +0200
> From: Eli Zaretskii <address@hidden>
> Date: Tue, 21 Dec 2010 07:22:54 -0500
> Cc: address@hidden
> 
>   Undo     C-x u
>   Cut      C-w
>   Copy     M-w
>   Paste    C-y
> 
> but instead I see this:
> 
>   Undo     C-x u
>   Cut      C-w
>   Copy    M-w    <<<<<<<<<<<<<<<<<<<<<<<<<
>   Paste    C-y

Bug squashed.  It affected all menu items that had an explicit `:keys'
attribute: we weren't prepending 2 spaces to the key sequence, like we
did when no `:keys' were present.  E.g., try Texinfo->Update All in
Texinfo mode.

This bug exists in Emacs 23 as well, so I fixed it on the emacs-23
branch (revno 100332).


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]