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: Canceling dialogues Date: Thu, 03 Aug 2006 06:12:31 +0300 Message-ID: References: <44CE4007.6020904@student.lu.se> <44CEF719.3050703@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154574776 19776 80.91.229.2 (3 Aug 2006 03:12:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Aug 2006 03:12:56 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 03 05:12:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G8Tdg-0008AG-4m for ged-emacs-devel@m.gmane.org; Thu, 03 Aug 2006 05:12:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8Tdf-0006XZ-Ez for ged-emacs-devel@m.gmane.org; Wed, 02 Aug 2006 23:12:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G8TdS-0006Sk-5H for emacs-devel@gnu.org; Wed, 02 Aug 2006 23:12:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G8TdR-0006SH-7Q for emacs-devel@gnu.org; Wed, 02 Aug 2006 23:12:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8TdR-0006SA-1f for emacs-devel@gnu.org; Wed, 02 Aug 2006 23:12:33 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G8Tge-000725-GN; Wed, 02 Aug 2006 23:15:52 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-254-194.inter.net.il [83.130.254.194]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FKR04874 (AUTH halo1); Thu, 3 Aug 2006 06:12:27 +0300 (IDT) Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Wed, 02 Aug 2006 17:20:53 -0400) 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:58028 Archived-At: > From: Richard Stallman > CC: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org > Date: Wed, 02 Aug 2006 17:20:53 -0400 > > I've now checked on GNU/Linux, and the dialogs behave there in exactly > the same manner: even if you click the "X" button in the upper-right > corner of the dialog, to close the dialog, the command continues; you > need to type some character to stop it. > > In my configuration, with Lucid menus, this does cause a quit. It > displays Quit in the echo area, and it does not execute the rest > of the command. That's strange: I also checked in the configuration with X toolkit. What command did you try? I tried revert-buffer (invoked through the menu-bar's File menu).