From unknown Wed Jun 18 23:16:21 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#4843 <4843@debbugs.gnu.org> To: bug#4843 <4843@debbugs.gnu.org> Subject: Status: creating menus Reply-To: bug#4843 <4843@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:16:21 +0000 retitle 4843 creating menus reassign 4843 emacs submitter 4843 Daniel Carvalho severity 4843 important tag 4843 patch thanks From idnael@gmail.com Sat Oct 31 15:30:01 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 31 Oct 2009 22:30:01 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9VMTxmh011743 for ; Sat, 31 Oct 2009 15:30:00 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4MSN-00041h-6r for bug-gnu-emacs@gnu.org; Sat, 31 Oct 2009 18:29:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4MSI-00040u-LS for bug-gnu-emacs@gnu.org; Sat, 31 Oct 2009 18:29:58 -0400 Received: from [199.232.76.173] (port=58744 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4MSI-00040r-2s for bug-gnu-emacs@gnu.org; Sat, 31 Oct 2009 18:29:54 -0400 Received: from mail-bw0-f215.google.com ([209.85.218.215]:61636) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4MSH-0000Xw-OQ for bug-gnu-emacs@gnu.org; Sat, 31 Oct 2009 18:29:53 -0400 Received: by bwz7 with SMTP id 7so4986990bwz.26 for ; Sat, 31 Oct 2009 15:29:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=VoAMyyldC5nWtfmGqIIIdTYijpwfEVjKx+kLrOkIalI=; b=Uen4ipyxMZ3eCZ+FG6loVEQyuAcXI7FJDadBUGC2fpxHu5UAEIayEtYdOOQ+5FI9fD YNCt42LJ5VsKHGcWmNSTL/8GM4C2FnX309NkMacyPuEq++O5zsNSXHy/ypXPoz8TaUMS S+KCdbk8oqf5aG78BF/iyH1E4APBxNqPUXinI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=DnLUQVbz+e5BXAOaYlD5DL5nFn9+pD5v7NO26bws+p5eYGXObCVZn+uYziNZ0GsOlY ELEdL8JwZ6vP0ZVVVMcguWWrHdbYV+qZPbdnnwi+fJKipkE8ftulec6BZ9RALOqeskHb ++cEV2OAB/J6ui4buPeq8zZ7VmGiv//zIE/PU= MIME-Version: 1.0 Received: by 10.102.13.19 with SMTP id 19mr1348559mum.13.1257028192335; Sat, 31 Oct 2009 15:29:52 -0700 (PDT) Date: Sat, 31 Oct 2009 22:29:52 +0000 Message-ID: <9e43f0e60910311529h5a53f9dck7aed3cdc115c9a35@mail.gmail.com> Subject: creating menus From: Daniel Carvalho To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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 =93Tools=94 men= u (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 =93[menu-bar mymenu]=94 (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]) From jan.h.d@swipnet.se Sun Nov 1 04:45:29 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 1 Nov 2009 12:45:29 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.5 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nA1CjRL1010835 for ; Sun, 1 Nov 2009 04:45:29 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4ZoF-0007Od-IL for bug-gnu-emacs@gnu.org; Sun, 01 Nov 2009 07:45:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4ZoA-0007O3-JS for bug-gnu-emacs@gnu.org; Sun, 01 Nov 2009 07:45:26 -0500 Received: from [199.232.76.173] (port=50719 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4ZoA-0007O0-F6 for bug-gnu-emacs@gnu.org; Sun, 01 Nov 2009 07:45:22 -0500 Received: from proxy3.bredband.net ([195.54.101.73]:60778) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4ZoA-000732-37 for bug-gnu-emacs@gnu.org; Sun, 01 Nov 2009 07:45:22 -0500 Received: from iph1.telenor.se (195.54.127.132) by proxy3.bredband.net (7.3.140.3) id 4AD3E1BA007C2B9A for bug-gnu-emacs@gnu.org; Sun, 1 Nov 2009 13:45:18 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmVdAF8R7UpV4S1uPGdsb2JhbACBT5l5AQEBATe+C4Q5BA X-IronPort-AV: E=Sophos;i="4.44,662,1249250400"; d="scan'208";a="61059093" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by iph1.telenor.se with ESMTP; 01 Nov 2009 13:45:17 +0100 Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 2D6FD7FA07B; Sun, 1 Nov 2009 13:45:17 +0100 (CET) Message-ID: <4AED82DD.9060704@swipnet.se> Date: Sun, 01 Nov 2009 13:45:17 +0100 From: =?windows-1252?Q?Jan_Dj=E4rv?= User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Daniel Carvalho , 4843@debbugs.gnu.org CC: bug-gnu-emacs@gnu.org Subject: Re: bug#4843: creating menus References: <9e43f0e60910311529h5a53f9dck7aed3cdc115c9a35@mail.gmail.com> In-Reply-To: <9e43f0e60910311529h5a53f9dck7aed3cdc115c9a35@mail.gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Daniel Carvalho skrev: > 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? It can be because you are now using a newer Gtk+ version. Please use report-emacs-bug so we can see that at once instead of having to ask. 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. Jan D. From idnael@gmail.com Sun Nov 1 04:58:41 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 1 Nov 2009 12:58:41 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.9 required=4.0 tests=FOURLA,HAS_BUG_NUMBER autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nA1CwdLx011712 for ; Sun, 1 Nov 2009 04:58:40 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4a11-0008Vo-G0 for bug-gnu-emacs@gnu.org; Sun, 01 Nov 2009 07:58:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4a10-0008VU-Ua for bug-gnu-emacs@gnu.org; Sun, 01 Nov 2009 07:58:39 -0500 Received: from [199.232.76.173] (port=59049 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4a10-0008VR-Pf for bug-gnu-emacs@gnu.org; Sun, 01 Nov 2009 07:58:38 -0500 Received: from fg-out-1718.google.com ([72.14.220.157]:16378) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4a10-0000Xz-AV for bug-gnu-emacs@gnu.org; Sun, 01 Nov 2009 07:58:38 -0500 Received: by fg-out-1718.google.com with SMTP id e21so437954fga.12 for ; Sun, 01 Nov 2009 04:58:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wlmAKsXYQ3slFVQ+o6J6j4ljm7my4IDmflMD26Bk1OA=; b=pEexCGURec4a4/n+wBJ5DN2rDCgzL3d0R6z5P5CrdKPs0seYf4A62qOIJWO81i5e9f qAnrCe6GVwhQoPbA2+ZHWPR8r76NUjv0RtqqLWsa7Q0VuPrRL40fz3sv477BKHbL2bzG gmC6v8bgB6mieiIuX3dudyJIyrs0dq+m9+vEo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OROiFczM56UchR+GILriSUVJ3SVX/Ix4MVD04rl7815iYz5f5VAMZduteYfuT+2Ank DAzP9I6fnIvfRtYR4xerKzc0ileyIQOIxsOiJDLTyxeV7bT/cpBdxMcdf/OZVO6NVZlG IAyOzG4TL6lWLtK4uKVliRuCjJlL8IaQqcSuU= MIME-Version: 1.0 Received: by 10.103.64.16 with SMTP id r16mr1566655muk.90.1257080317144; Sun, 01 Nov 2009 04:58:37 -0800 (PST) In-Reply-To: <4AED82DD.9060704@swipnet.se> References: <9e43f0e60910311529h5a53f9dck7aed3cdc115c9a35@mail.gmail.com> <4AED82DD.9060704@swipnet.se> Date: Sun, 1 Nov 2009 12:58:37 +0000 Message-ID: <9e43f0e60911010458k8e06c42h7ff649502156036c@mail.gmail.com> Subject: Re: bug#4843: creating menus From: Daniel Carvalho To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Cc: 4843@debbugs.gnu.org, bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 2009/11/1 Jan Dj=E4rv : > Daniel Carvalho skrev: >> >> 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? > > It can be because you are now using a newer Gtk+ version. =A0Please use > report-emacs-bug so we can see that at once instead of having to ask. > Please see full report (without setting GDK_NATIVE_WINDOWS=3D1) at end of m= essage > 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=3D1 emacs > and try again. > If I do it that way, the problem is solved! thanks -- To: bug-gnu-emacs@gnu.org Subject: creating menus --text follows this line-- Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: 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'. If you would like to further debug the crash, please read the file /usr/share/emacs/22.2/etc/DEBUG for instructions. In GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.18.2) of 2009-10-15 on rothera, modified by Ubuntu Windowing system distributor `The X.Org Foundation', version 11.0.10604000 configured using `configure '--build=3Di486-linux-gnu' '--host=3Di486-linux-gnu' '--prefix=3D/usr' '--sharedstatedir=3D/var/lib' '--libexecdir=3D/usr/lib' '--localstatedir=3D/var' '--infodir=3D/usr/share/info' '--mandir=3D/usr/share/man' '--with-pop=3Dyes= ' '--enable-locallisppath=3D/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22= .2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.2/site-li= sp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.2/leim' '--with-x=3Dyes' '--with-x-toolkit=3Dgtk' 'build_alias=3Di486-linux-gnu' 'host_alias=3Di486-linux-gnu' 'CFLAGS=3D-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=3D5000 -g -O2' 'LDFLAGS=3D-g -Wl,--as-needed' 'CPPFLAGS=3D'' 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: pt_PT.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: show-paren-mode: t delete-selection-mode: t pc-selection-mode: t auto-image-file-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o t r t - e m a c a Recent messages: Loading delsel...done Loading paren...done Loading saveplace...done Loading /home/daniel/comp/elisp/system-type--gnu-linux.el (source)...done fim ponto_emacs Loading /home/daniel/comp/elisp/ponto_emacs.el (source)...done Loading places from /home/daniel/.emacs-places...done For information about GNU Emacs and the GNU system, type C-h C-a. Loading emacsbug...done call-interactively: End of buffer From cyd@stupidchicken.com Sun Nov 1 17:44:32 2009 Received: (at 4843) by emacsbugs.donarmstrong.com; 2 Nov 2009 01:44:32 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.7 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from pantheon-po30.its.yale.edu (pantheon-po30.its.yale.edu [130.132.50.4]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nA21iVVf000674 for <4843@emacsbugs.donarmstrong.com>; Sun, 1 Nov 2009 17:44:32 -0800 Received: from furry (adsl-99-69-52-129.dsl.wlfrct.sbcglobal.net [99.69.52.129]) (authenticated bits=0) by pantheon-po30.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id nA21iP0x006952 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 1 Nov 2009 20:44:25 -0500 Received: by furry (Postfix, from userid 1000) id C7E5EC070; Sun, 1 Nov 2009 20:44:24 -0500 (EST) From: Chong Yidong To: Jan =?utf-8?Q?Dj=C3=A4rv?= Cc: 4843@debbugs.gnu.org Subject: Re: bug#4843: creating menus Date: Sun, 01 Nov 2009 20:44:23 -0500 Message-ID: <87hbtdpuo8.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) > It can be because you are now using a newer Gtk+ version. Please use > report-emacs-bug so we can see that at once instead of having to ask. > > 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. I don't have any recollection of this problem. Could you elaborate? If the menus don't work properly unless GDK_NATIVE_WINDOWS=1, maybe we should set it unconditionally. From jan.h.d@swipnet.se Mon Nov 2 00:08:15 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 2 Nov 2009 08:08:15 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nA288C85019039 for ; Mon, 2 Nov 2009 00:08:13 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4rxU-0003zu-CY for bug-gnu-emacs@gnu.org; Mon, 02 Nov 2009 03:08:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4rxP-0003yw-5b for bug-gnu-emacs@gnu.org; Mon, 02 Nov 2009 03:08:11 -0500 Received: from [199.232.76.173] (port=36125 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4rxP-0003yt-1i for bug-gnu-emacs@gnu.org; Mon, 02 Nov 2009 03:08:07 -0500 Received: from proxy3.bredband.net ([195.54.101.73]:40126) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4rxO-0001iD-JI for bug-gnu-emacs@gnu.org; Mon, 02 Nov 2009 03:08:06 -0500 Received: from iph2.telenor.se (195.54.127.133) by proxy3.bredband.net (7.3.140.3) id 4AD3E1BA00805D59 for bug-gnu-emacs@gnu.org; Mon, 2 Nov 2009 09:08:05 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnpaAPch7kpV4S1uPGdsb2JhbACBT4gGkXMBAQEBN713hDkE X-IronPort-AV: E=Sophos;i="4.44,665,1249250400"; d="scan'208";a="60391916" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by iph2.telenor.se with ESMTP; 02 Nov 2009 09:08:05 +0100 Received: from [10.225.40.98] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id 04E8F7FA07B; Mon, 2 Nov 2009 09:08:03 +0100 (CET) Message-ID: <4AEE9362.2050407@swipnet.se> Date: Mon, 02 Nov 2009 09:08:02 +0100 From: "Jan D." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: Daniel Carvalho CC: 4843@debbugs.gnu.org, bug-gnu-emacs@gnu.org, 4843-done@debbugs.gnu.org Subject: Re: bug#4843: creating menus References: <9e43f0e60910311529h5a53f9dck7aed3cdc115c9a35@mail.gmail.com> <4AED82DD.9060704@swipnet.se> <9e43f0e60911010458k8e06c42h7ff649502156036c@mail.gmail.com> In-Reply-To: <9e43f0e60911010458k8e06c42h7ff649502156036c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. On 2009-11-01 13:58, Daniel Carvalho wrote: > 2009/11/1 Jan Dj=E4rv: >> 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=3D1 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=20 22 branch. The 23 branch have a fix for this, and the next released 23=20 will handle this fine. For Emacs 22, the workaround is to set GDK_NATIVE_WINDOWS=3D1 in the=20 environment. Jan D. From jan.h.d@swipnet.se Mon Nov 2 00:20:28 2009 Received: (at 4843) by emacsbugs.donarmstrong.com; 2 Nov 2009 08:20:28 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.5 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nA28KQqo020909 for <4843@emacsbugs.donarmstrong.com>; Mon, 2 Nov 2009 00:20:28 -0800 Received: from iph1.telenor.se (195.54.127.132) by proxy1.bredband.net (7.3.140.3) id 4AD3E1C00080A15A for 4843@emacsbugs.donarmstrong.com; Mon, 2 Nov 2009 09:20:20 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnpaAMMk7kpV4S1uPGdsb2JhbACBT4gGkXMBAQEBN71yhDkE X-IronPort-AV: E=Sophos;i="4.44,665,1249250400"; d="scan'208";a="61492003" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by iph1.telenor.se with ESMTP; 02 Nov 2009 09:20:20 +0100 Received: from [10.225.40.98] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id D9F007FA07B; Mon, 2 Nov 2009 09:20:19 +0100 (CET) Message-ID: <4AEE9642.7060401@swipnet.se> Date: Mon, 02 Nov 2009 09:20:18 +0100 From: "Jan D." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: Chong Yidong CC: 4843@debbugs.gnu.org Subject: Re: bug#4843: creating menus References: <87hbtdpuo8.fsf@stupidchicken.com> In-Reply-To: <87hbtdpuo8.fsf@stupidchicken.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2009-11-02 02:44, Chong Yidong wrote: >> It can be because you are now using a newer Gtk+ version. Please use >> report-emacs-bug so we can see that at once instead of having to ask. >> >> 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. > > I don't have any recollection of this problem. Could you elaborate? If > the menus don't work properly unless GDK_NATIVE_WINDOWS=1, maybe we > should set it unconditionally. Native windows is Gtk having internal windows that map to the same X window. This confuses Emacs, mostly when it tries to map X events for windows to frames. I.e. there might not be separate X windows in the menu that is children to the frame X window. See bug #4122. I'd rather not set GDK_NATIVE_WINDOWS as it disables the optimizations that native windows give. It may also be removed in a future Gtk+ release, so it isn't a good solution. It isn't hard to fix emacs 22 as well, but does this bug warrant a new 22 release? Maybe, as distributions like Ubuntu still ships 22 (see the linked Ubuntu bug in #4122). A 23-release soonish is not wrong though :-) Jan D. From rgm@gnu.org Thu Nov 5 10:34:00 2009 Received: (at control) by emacsbugs.donarmstrong.com; 5 Nov 2009 18:34:01 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.3 required=4.0 tests=AWL,ONEWORD,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nA5IXx0t030065 for ; Thu, 5 Nov 2009 10:34:00 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1N679i-0003ke-Ps; Thu, 05 Nov 2009 13:33:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19187.6806.750996.226307@fencepost.gnu.org> Date: Thu, 5 Nov 2009 13:33:58 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: white X-Ran: ?*D\HVp||fZ%x_zg`}w:h}]I-m)L|:k4sRm-^1(uj{WuTN2msr.:,)'Gdekpja"$oXuj=5 X-Debbugs-No-Ack: yes forcemerge 4122 4843 reassign 4872 spam reassign 4874 spam reassign 4875 spam retitle 4870 gtk issues From rgm@gnu.org Mon Nov 9 00:44:18 2009 Received: (at control) by emacsbugs.donarmstrong.com; 9 Nov 2009 08:44:18 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-7.3 required=4.0 tests=AWL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nA98iGb2017926; Mon, 9 Nov 2009 00:44:18 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1N7PrE-00083s-7V; Mon, 09 Nov 2009 03:44:16 -0500 From: Glenn Morris To: waterloo Cc: 4884@debbugs.gnu.org Subject: Re: bug#4884: 23.1; I can not open some menu References: <907065090911070654k4e4a741enfaade2f8315c6df2@mail.gmail.com> X-Spook: pre-emptive diwn Fedayeen Hugo Chavez ASDIC Perl-RSA X-Ran: {$9tPV]6!\)m1h]B\F"mZo{9lDG[bT"{=S_ogQd`_G8^H=*(\d|U5IqK/XvBJhxzLp6/OD X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 09 Nov 2009 03:44:16 -0500 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii forcemerge 4122 4884 stop waterloo wrote: > I can not open `Outline' and `Ref' menu . > But I can open `File' `Edit' and `Help' menu. This is a known issue with menus and newer GTK versions, fixed in Emacs CVS. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4122 As a workaround, you may use GDK_NATIVE_WINDOWS=1 emacs > In GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.3) From rgm@gnu.org Fri Nov 13 12:49:54 2009 Received: (at control) by emacsbugs.donarmstrong.com; 13 Nov 2009 20:49:55 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-7.3 required=4.0 tests=AWL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nADKnrec032724; Fri, 13 Nov 2009 12:49:54 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1N935c-0002gz-ON; Fri, 13 Nov 2009 15:49:52 -0500 From: Glenn Morris To: Ryan Cc: 4916@debbugs.gnu.org Subject: Re: bug#4916: Menu bar items non-functional References: X-Spook: weapons of mass destruction InfoSec Hugo Chavez UNSCOM X-Ran: \<&9%OMMBt#XpG?&i6(8oT3eXKo#9IISp"9&"G\ign9:;+3vI|3k]H@OG_13]1{t"(uG(m X-Hue: blue X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 13 Nov 2009 15:49:52 -0500 In-Reply-To: (Ryan's message of "Thu, 12 Nov 2009 17:31:52 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii forcemerge 4122 4916 stop This was previously reported and fixed in both Emacs CVS trunk and Debian unstable. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550541 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4122 > In GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.2) > of 2009-10-15 on yellow, modified by Debian From fexpop@onlinehome.de Wed Dec 9 00:14:06 2009 Received: (at 4843) by emacsbugs.donarmstrong.com; 9 Dec 2009 08:14:07 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from wp188.webpack.hosteurope.de (wp188.webpack.hosteurope.de [80.237.132.195]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB98E5Tg010244 for <4843@emacsbugs.donarmstrong.com>; Wed, 9 Dec 2009 00:14:06 -0800 Received: from p578f7d7f.dip.t-dialin.net ([87.143.125.127] helo=[192.168.2.20]); authenticated by wp188.webpack.hosteurope.de running ExIM with esmtpsa (TLSv1:RC4-MD5:128) id 1NIHgN-0002BV-67; Wed, 09 Dec 2009 09:13:59 +0100 Message-ID: <4B1F5C46.2070909@onlinehome.de> Date: Wed, 09 Dec 2009 09:13:58 +0100 From: Felix Homann User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: 4843@debbugs.gnu.org Subject: Is it supposed to be fixed? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;fexpop@onlinehome.de;1260346446;8782c818; Hi, this bug has been closed over a month ago whith an indication of a supposed fix in emacs23. Since it is not mentioned in which version of emacs23 it is supposed to be fixed I would like to ask when a fix can be expected. If the current emacs23-gtk (23.1+1-2) is supposed to fix this issue I would like to inform you that it doesn't. There are still several empty menus (e.g. AucTex Menus) without GDK_NATIVE_WINDOWS=1. Kind regards, Felix From jan.h.d@swipnet.se Wed Dec 9 01:47:32 2009 Received: (at 4843) by emacsbugs.donarmstrong.com; 9 Dec 2009 09:47:32 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.3 required=4.0 tests=AWL,FOURLA,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB99lUYV019641 for <4843@emacsbugs.donarmstrong.com>; Wed, 9 Dec 2009 01:47:31 -0800 Received: from ipb1.telenor.se (195.54.127.164) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC01945054 for 4843@emacsbugs.donarmstrong.com; Wed, 9 Dec 2009 10:47:24 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArpZAGoAH0tV4S1uPGdsb2JhbACBTJc5glMBAQEBN7pZhCwEgWI X-IronPort-AV: E=Sophos;i="4.47,367,1257116400"; d="scan'208";a="13230831" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 09 Dec 2009 10:47:24 +0100 Received: from [10.225.40.64] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id 681427FA07B; Wed, 9 Dec 2009 10:47:23 +0100 (CET) Message-ID: <4B1F722A.7020708@swipnet.se> Date: Wed, 09 Dec 2009 10:47:22 +0100 From: "Jan D." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091130 Thunderbird/3.0 MIME-Version: 1.0 To: Felix Homann , 4843@debbugs.gnu.org Subject: Re: bug#4843: Is it supposed to be fixed? References: <4B1F5C46.2070909@onlinehome.de> In-Reply-To: <4B1F5C46.2070909@onlinehome.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2009-12-09 09:13, Felix Homann wrote: > Hi, > > this bug has been closed over a month ago whith an indication of a > supposed fix in emacs23. > Since it is not mentioned in which version of emacs23 it is supposed to > be fixed I would like to ask when a fix can be expected. > > If the current emacs23-gtk (23.1+1-2) is supposed to fix this issue I > would like to inform you that it doesn't. There are still several empty > menus (e.g. AucTex Menus) without GDK_NATIVE_WINDOWS=1. > > Kind regards, > Fixed means it is fixed in Emacs CVS HEAD unless something else is said. The next release will be Emacs 23.2. Pretest for that is starting right about now. A release is months away (2-3 probably). I don't know what you are running, but it looks like some sort of 23.1. 23.1+1-2 is not an Emacs version number, I guess it something from some package system. A fix for 23.1 will not be released. You can request that whatever you are running backports the fix to their version of 23.1. Jan D. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 12 13:32:03 2010 Received: (at control) by debbugs.gnu.org; 12 Jan 2010 18:32:03 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NUlX9-0002rJ-Hp for submit@debbugs.gnu.org; Tue, 12 Jan 2010 13:32:03 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NUlX8-0002qy-HG for control@debbugs.gnu.org; Tue, 12 Jan 2010 13:32:02 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NUlX3-000308-4z; Tue, 12 Jan 2010 13:31:57 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19276.49181.129328.540994@fencepost.gnu.org> Date: Tue, 12 Jan 2010 13:31:57 -0500 From: Glenn Morris To: control Subject: control X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) forcemerge 4122 5353 reassign 5355 emacs,ns reassign 5357 emacs,ns reassign 5359 emacs,w32 From unknown Wed Jun 18 23:16:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 10 Feb 2010 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 11 20:44:23 2010 Received: (at control) by debbugs.gnu.org; 12 Apr 2010 00:44:23 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O17lG-0007vX-W9 for submit@debbugs.gnu.org; Sun, 11 Apr 2010 20:44:23 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O17lE-0007vM-0i; Sun, 11 Apr 2010 20:44:20 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O17l8-0001bF-LJ; Sun, 11 Apr 2010 20:44:14 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19394.27870.541283.440302@fencepost.gnu.org> Date: Sun, 11 Apr 2010 20:44:14 -0400 From: Glenn Morris To: Ingo Thies Subject: Re: bug#5930: 23.1; Dead buffer list In-Reply-To: <4BC219C2.8090809@gmx.de> References: <4BC219C2.8090809@gmx.de> X-Debbugs-No-Ack: yes X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: control Cc: 5930@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) unarchive 4122 forcemerge 4122 5930 stop This is a duplicate of http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4122 From unknown Wed Jun 18 23:16:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 10 May 2010 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 28 13:42:09 2010 Received: (at control) by debbugs.gnu.org; 28 Jun 2010 17:42:09 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTILR-0002I9-4f for submit@debbugs.gnu.org; Mon, 28 Jun 2010 13:42:09 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTILO-0002Ht-TM for control@debbugs.gnu.org; Mon, 28 Jun 2010 13:42:07 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OTILK-0005I0-AJ; Mon, 28 Jun 2010 13:42:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19496.57066.259276.257573@fencepost.gnu.org> Date: Mon, 28 Jun 2010 13:42:02 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: red X-Ran: 0eGq1use]ZiZE)-P/6KWluuzPl~Diek3MPPVV})~Qr5udtrKP:$?='9~s<+(m@&"gW,F5m X-Debbugs-No-Ack: yes X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) close 6478 24.0.50 unarchive 4122 forcemerge 4122 6499 From unknown Wed Jun 18 23:16:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Fri, 16 Jul 2010 10:51:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 16 11:59:23 2010 Received: (at control) by debbugs.gnu.org; 16 Jul 2010 15:59:23 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZnJr-0006ge-3s for submit@debbugs.gnu.org; Fri, 16 Jul 2010 11:59:23 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZnJp-0006gV-Ko for control@debbugs.gnu.org; Fri, 16 Jul 2010 11:59:22 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OZnK2-0004zR-97; Fri, 16 Jul 2010 11:59:34 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19520.33254.152591.640341@fencepost.gnu.org> Date: Fri, 16 Jul 2010 11:59:34 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: ~t(;"9*)[#X]HUd~$ndo{ReK39EZsQ4>FB8p<;|D4{SEe!I2Kyfv0%w>&do!"Q@:6O!~X= X-Debbugs-No-Ack: yes X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.0 (----) unmerge 6499 From unknown Wed Jun 18 23:16:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 14 Aug 2010 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 28 18:16:09 2010 Received: (at control) by debbugs.gnu.org; 28 Sep 2010 22:16:09 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0iT3-0004DG-Mr for submit@debbugs.gnu.org; Tue, 28 Sep 2010 18:16:09 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0iT2-0004D8-46 for control@debbugs.gnu.org; Tue, 28 Sep 2010 18:16:08 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P0iVm-00014X-8U; Tue, 28 Sep 2010 18:18:58 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19618.27090.119686.630307@fencepost.gnu.org> Date: Tue, 28 Sep 2010 18:18:58 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: black X-Ran: Y6NbfrnI/,sqBvbbK2#b]*-e|*+5>!)=[MCGfN$0'r7]4UBpA[OdS+HWU^RAy#h:2mxvf$ X-Debbugs-No-Ack: yes X-Spam-Score: -5.2 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.2 (-----) close 5656 close 7055 unarchive 4122 forcemerge 4122 7095 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 11:51:18 2010 Received: (at control) by debbugs.gnu.org; 5 Oct 2010 15:51:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P39nS-00049D-Hx for submit@debbugs.gnu.org; Tue, 05 Oct 2010 11:51:18 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P39nQ-000491-CJ; Tue, 05 Oct 2010 11:51:16 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P39qR-0000UJ-MP; Tue, 05 Oct 2010 11:54:23 -0400 To: jamshark70@dewdrop-world.net Subject: Re: bug#7162: 23.1; clicking in menu bar blank area hangs emacs interface References: From: Glenn Morris X-Spook: DES benelux Echelon nuclear Abbas Uzi bullion enforcers X-Ran: Zk$};[o]vyA`G!x@@M,Zt)}8wPux~QmL|QFNB!>6KPw^Do#@7)|w/^1b\|]Ml4ZoEMP`>, X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 05 Oct 2010 11:54:23 -0400 Message-ID: <2c8w2ceits.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: control Cc: 7162@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) forcemerge 7095 7162 stop James Harkins wrote: > When I click in the menu bar area to the right of "Help" (where there is no > menu), Emacs 23 on my ubuntu 10.04 box "hangs" [...] > Ubuntu 10.04 (amd64), gnome desktop, GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, > GTK+ Version 2.20.0) Problems with menus and recent gtk versions in Emacs 23.1 are usually http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4122 Try updating to Emacs 23.2, or using GDK_NATIVE_WINDOWS=1 emacs (Please encourage Ubuntu to update their packages.) From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 14 11:49:38 2010 Received: (at control) by debbugs.gnu.org; 14 Oct 2010 15:49:38 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P6Q3l-0001JE-Sh for submit@debbugs.gnu.org; Thu, 14 Oct 2010 11:49:38 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P6Q3l-0001J9-3x for control@debbugs.gnu.org; Thu, 14 Oct 2010 11:49:37 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P6Q7B-0007CL-U0; Thu, 14 Oct 2010 11:53:09 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19639.10085.897301.967345@fencepost.gnu.org> Date: Thu, 14 Oct 2010 11:53:09 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: magenta X-Ran: t}mDt85vh<8:7n4^#1O~(_H2kQ{oE~0b<#H/:lErL52\d0:(eA,^?)JtA?0*Wi,Hz~:M+= X-Debbugs-No-Ack: yes X-Spam-Score: -5.2 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.2 (-----) unmerge 7095 unmerge 7162 unarchive 6499 forcemerge 6499 7096 7162 7212 From unknown Wed Jun 18 23:16:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 12 Nov 2010 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator