From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: disappearing custom menu (was: Re: byte compiling defcustom) Date: Sun, 18 Nov 2007 10:42:51 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195411472 11083 80.91.229.12 (18 Nov 2007 18:44:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2007 18:44:32 +0000 (UTC) Cc: teirllm@dms.auburn.edu, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: "Dan Nicolaescu" , Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 18 19:44:36 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Itp8E-00022x-04 for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 19:44:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Itp80-00029D-D7 for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 13:44:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Itp7v-00024S-Hc for emacs-devel@gnu.org; Sun, 18 Nov 2007 13:44:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Itp7s-00020e-Mk for emacs-devel@gnu.org; Sun, 18 Nov 2007 13:44:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Itp7s-00020O-HW for emacs-devel@gnu.org; Sun, 18 Nov 2007 13:44:12 -0500 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Itp7o-0000x2-8x; Sun, 18 Nov 2007 13:44:08 -0500 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id lAIIhuV3024537; Sun, 18 Nov 2007 12:43:56 -0600 Original-Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id lAIG1fYl001244; Sun, 18 Nov 2007 11:43:54 -0700 Original-Received: from dhcp-amer-csvpn-gw2-141-144-72-5.vpn.oracle.com by acsmt351.oracle.com with ESMTP id 3373628541195411363; Sun, 18 Nov 2007 10:42:43 -0800 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: Importance: Normal X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83551 Archived-At: > > it seems that the "Custom" > > menu in a customize buffer does not work, it disappears > > after touching the customize value, the same happens in 22.1... > > > > I am not sure what this means. > > Could you please send us a *precise* test case for this bug? > > emacs -Q > M-x customize-variable RET fill-column RET > > There should be a "Custom" menu entry in the menu bar. > > Click on the "70" text box, now try to click on the "Custom" menu to > open it, it disappears. > This happens with both Gtk+ and Athena widgets, with the CVS HEAD and > 22.1. Confirmed in GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include' Also, if you double-click the mouse to select the `70' value, the Custom menu disappears as well.