GNU bug report logs -
#4843
creating menus
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 02 Nov 2009 09:08:02 +0100
with message-id <4AEE9362.2050407 <at> swipnet.se>
and subject line Re: bug#4843: creating menus
has caused the Emacs bug report #4843,
regarding creating menus
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)
--
4843: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4843
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
hi
when I recently upgraded to Ubuntu 9.10 the elisp code to create menus
stop working.
Consider example in http://xahlee.org/emacs/elisp_menu.html
It creates the menu "MyMenu", but the menu itens inside it don't show!
The emacs version didn't change: GNU Emacs 22.2.1
Anyone else had this problem? how to solve it?
;; Creating a new menu pane in the menu bar to the right of “Tools” menu
(define-key-after
global-map
[menu-bar mymenu]
(cons "MyMenu" (make-sparse-keymap "hoot hoot"))
'tools )
;; Creating a menu item, under the menu by the id “[menu-bar mymenu]”
(define-key
global-map
[menu-bar mymenu nl]
'("Next Line" . next-line))
;; creating another menu item
(define-key
global-map
[menu-bar mymenu pl]
'("Previous Line" . previous-line))
;; code to remove the whole menu panel
;; (global-unset-key [menu-bar mymenu])
[Message part 3 (message/rfc822, inline)]
On 2009-11-01 13:58, Daniel Carvalho wrote:
> 2009/11/1 Jan Djärv<jan.h.d <at> swipnet.se>:
>> If indeed you are using Gtk+, it is due to the introduction of native
>> windows.
>> To see if this is the case, start emacs with
>> % GDK_NATIVE_WINDOWS=1 emacs
>> and try again.
>>
>
> If I do it that way, the problem is solved!
> thanks
Closing this report as I don't think there will be a new release in the
22 branch. The 23 branch have a fix for this, and the next released 23
will handle this fine.
For Emacs 22, the workaround is to set GDK_NATIVE_WINDOWS=1 in the
environment.
Jan D.
This bug report was last modified 14 years and 277 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.