From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: lispref/frames.texi and xmenu.c Date: Sun, 01 May 2005 22:01:50 +0300 Message-ID: <01c54e80$Blat.v2.4$606c0700@zahav.net.il> References: <200505011335.j41DZK123269@raven.dms.auburn.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1114976083 20838 80.91.229.2 (1 May 2005 19:34:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 19:34:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 01 21:34:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSKCw-0001BN-9a for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 21:34:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSKJh-0006jy-67 for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 15:41:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSJmP-00060E-Vj for emacs-devel@gnu.org; Sun, 01 May 2005 15:07:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSJmI-0005vR-M9 for emacs-devel@gnu.org; Sun, 01 May 2005 15:06:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSJmI-0005qN-3s for emacs-devel@gnu.org; Sun, 01 May 2005 15:06:54 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DSJnt-0003nc-Ea for emacs-devel@gnu.org; Sun, 01 May 2005 15:08:33 -0400 Original-Received: from zaretski (IGLD-80-230-71-109.inter.net.il [80.230.71.109]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id EGS42904 (AUTH halo1); Sun, 1 May 2005 22:03:58 +0300 (IDT) Original-To: Luc Teirlinck X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: <200505011335.j41DZK123269@raven.dms.auburn.edu> (message from Luc Teirlinck on Sun, 1 May 2005 08:35:20 -0500 (CDT)) 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:36552 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36552 > Date: Sun, 1 May 2005 08:35:20 -0500 (CDT) > From: Luc Teirlinck > > In some configurations, Emacs cannot display a real dialog box; > so instead it displays the same items in a pop-up menu in the > center of the frame. > > I can not check, but does quitting or popping down that popup-menu > when `x-popup-dialog' is used in this situation quit or return nil? Please post a test case, a Lisp code that can be eval'ed and instructions to follow, and I will tell you what happens. (There's one thing one should remember when dealing with xmenu issues: on some configurations, I think precisely those which the manual has in mind, there's no such thing as ``popping down the menu''; one needs to click something for the menu to disappear.)