GNU bug report logs - #1236
ispell-complete-word / key binding not shown in menu

Previous Next

Packages: emacs, ns;

Reported by: David Reitter <david.reitter <at> gmail.com>

Date: Fri, 24 Oct 2008 02:40:03 UTC

Severity: normal

Done: Adrian Robert <adrian.b.robert <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #33 received at 1236 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: David Reitter <david.reitter <at> gmail.com>
To: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>,
        Adrian Robert <adrian.b.robert <at> gmail.com>
Cc: Glenn Morris <rgm <at> gnu.org>, 1236 <at> debbugs.gnu.org
Subject: Re: bug#1236: ispell-complete-word / key binding not shown in menu
Date: Sun, 26 Oct 2008 09:56:15 -0400
[Message part 1 (text/plain, inline)]
On 26 Oct 2008, at 00:18, YAMAMOTO Mitsuharu wrote:

>>>>>> On Sat, 25 Oct 2008 14:45:52 -0400, Glenn Morris <rgm <at> gnu.org>  
>>>>>> said:
>
>>> Probably you tried with Emacs 23, and Emacs 22 on GNU/Linux would
>>> behave as OP described.
>
>> I did indeed, since Emacs 22 is dead, and the problem was also said
>> to occur with "a recent build of Cocoa (23)". Does it? (I can't
>> build that.)
>
> Menus in the Cocoa/GNUstep port doesn't show key bindings as in other
> platforms (at least by default) in the first place.


Using the 23 code that turns off caching of key binding hints does fix  
the problem in 22 Carbon Emacs.

23 Cocoa has a different problem with key bindings.  No key binding is  
displayed here:

(defun foo () (interactive))
(global-set-key "\M-p" 'foo)
(define-key menu-bar-file-menu [new-file]
  '(menu-item "Foo!"
	      foo))
(ns-reset-menu) ;; doesn't help


[smime.p7s (application/pkcs7-signature, attachment)]

This bug report was last modified 15 years and 192 days ago.

Previous Next


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