From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: disappearing custom menu Date: Sun, 18 Nov 2007 11:33:52 -0800 Message-ID: References: <200711171647.lAHGlHqH024027@jane.dms.auburn.edu> <47409082.5030307@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195414534 11518 80.91.229.12 (18 Nov 2007 19:35:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2007 19:35:34 +0000 (UTC) Cc: teirllm@dms.auburn.edu, rms@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 18 20:35:35 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 1Itpvb-0001or-6S for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 20:35:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItpvN-0001L8-ME for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 14:35:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItpvK-0001Im-5z for emacs-devel@gnu.org; Sun, 18 Nov 2007 14:35:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItpvJ-0001Gr-Gc for emacs-devel@gnu.org; Sun, 18 Nov 2007 14:35:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItpvJ-0001GY-7v for emacs-devel@gnu.org; Sun, 18 Nov 2007 14:35:17 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItpvF-0005yV-4X; Sun, 18 Nov 2007 14:35:13 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lAIJXrdj003609; Sun, 18 Nov 2007 11:33:53 -0800 (PST) In-Reply-To: <47409082.5030307@gmx.at> (martin rudalics's message of "Sun, 18 Nov 2007 20:20:34 +0100") Original-Lines: 15 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:83556 Archived-At: martin rudalics writes: > > 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. > > It's because you're in an editable field where `custom-mode-map' is > no active. If that is the case, then there's something wrong with the mechanism to set the map. The menu does not disappear when the point is moved to the field (and does not appear when the point is moved out of the field). It disappears when trying to click on it, this is strange for the users.