From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: lispref/frames.texi and xmenu.c Date: Wed, 04 May 2005 18:05:08 -0400 Message-ID: References: <200505011335.j41DZK123269@raven.dms.auburn.edu> <200505020306.j4236xc26850@raven.dms.auburn.edu> <200505032311.j43NBja19188@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115254028 3928 80.91.229.2 (5 May 2005 00:47:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 May 2005 00:47:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 05 02:47:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTUVY-0005l4-Ek for ged-emacs-devel@m.gmane.org; Thu, 05 May 2005 02:46:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTUcx-0001hg-TM for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 20:54:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DTS0w-0005o3-0z for emacs-devel@gnu.org; Wed, 04 May 2005 18:06:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DTS0u-0005n3-2Y for emacs-devel@gnu.org; Wed, 04 May 2005 18:06:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTS0s-0005km-Rb for emacs-devel@gnu.org; Wed, 04 May 2005 18:06:38 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DTS4k-0007V4-Bg for emacs-devel@gnu.org; Wed, 04 May 2005 18:10:38 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DTRzQ-0006Qn-Rc; Wed, 04 May 2005 18:05:08 -0400 Original-To: Luc Teirlinck In-reply-to: <200505032311.j43NBja19188@raven.dms.auburn.edu> (message from Luc Teirlinck on Tue, 3 May 2005 18:11:45 -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:36684 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36684 My text assumes that in situations where `x-popup-dialog' has to actually use a menu instead of a dialog box, doing M-: (x-popup-dialog (read-event) '("PANE" ("LINE1" . 1))) then clicking the mouse to make the menu pop up and then getting rid of that menu without making a valid choice actually returns nil without quitting. I think that assumption is not true. From reading the code, x-popup-dialog ALWAYS quits if the user doesn't make a valid choice.