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: Canceling dialogues Date: Wed, 02 Aug 2006 17:20:53 -0400 Message-ID: References: <44CE4007.6020904@student.lu.se> <44CEF719.3050703@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1154553796 1070 80.91.229.2 (2 Aug 2006 21:23:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Aug 2006 21:23:16 +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 Wed Aug 02 23:23:11 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 1G8OAv-0000pV-7D for ged-emacs-devel@m.gmane.org; Wed, 02 Aug 2006 23:22:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8OAu-0008JP-AW for ged-emacs-devel@m.gmane.org; Wed, 02 Aug 2006 17:22:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G8O9C-0007Np-5E for emacs-devel@gnu.org; Wed, 02 Aug 2006 17:20:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G8O9B-0007NX-Nd for emacs-devel@gnu.org; Wed, 02 Aug 2006 17:20:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8O9B-0007NJ-FL for emacs-devel@gnu.org; Wed, 02 Aug 2006 17:20:57 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G8OCN-000494-Ar for emacs-devel@gnu.org; Wed, 02 Aug 2006 17:24:15 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1G8O97-0007WB-V2; Wed, 02 Aug 2006 17:20:54 -0400 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Wed, 02 Aug 2006 01:43:30 -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:58019 Archived-At: 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 what it ought to do in other configurations also.