GNU bug report logs - #6499
23.1; Emacs gets stuck waiting for menu input

Previous Next

Package: emacs;

Reported by: Marius Kjeldahl <marius <at> kjeldahl.net>

Date: Wed, 23 Jun 2010 16:09:01 UTC

Severity: important

Tags: patch

Merged with 7095, 7162, 7212, 7294, 7714, 7734

Found in versions 23.1, 23.2

Fixed in version 23.3

Done: Jan Djärv <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#4843: closed (creating menus)
Date: Fri, 16 Jul 2010 12:49:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 16 Jul 2010 14:48:36 +0200
with message-id <4C405524.6010301 <at> swipnet.se>
and subject line Re: bug#6499: 23.1; Emacs gets stuck waiting for menu input
has caused the GNU bug report #6499,
regarding creating menus
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
6499: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6499
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Daniel Carvalho <idnael <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: creating menus
Date: Sat, 31 Oct 2009 22:29:52 +0000
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)]
From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Tobias Bading <tbading <at> web.de>
Cc: bug-gnu-emacs <at> gnu.org, 6499-done <at> debbugs.gnu.org,
	Marius Kjeldahl <marius <at> kjeldahl.net>
Subject: Re: bug#6499: 23.1; Emacs gets stuck waiting for menu input
Date: Fri, 16 Jul 2010 14:48:36 +0200

Tobias Bading skrev 2010-07-16 12.05:
> Hi,
>
> could someone please reopen bug #6499? IMHO this hasn't been fixed yet. I just
> tried trunk r100830 and Jan's patch from the emacs-23 branch has made it into
> the trunk, causing the following side-effect:

The patch is not in trunk, 100830 fixed 6645.  It is not in trunk 100831 either.

Please learn to use bzr log.  It tells you which bugs have been fixed.

	Jan D.


This bug report was last modified 14 years and 119 days ago.

Previous Next


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