From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Canceling dialogues Date: Tue, 01 Aug 2006 08:36:28 +0200 Message-ID: <44CEF66C.9060103@student.lu.se> References: <44CE4007.6020904@student.lu.se> <44CE5BB3.7000008@student.lu.se> <44CEDA26.8010300@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: sea.gmane.org 1154414210 10432 80.91.229.2 (1 Aug 2006 06:36:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Aug 2006 06:36:50 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 01 08:36:48 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 1G7nrz-0002Ps-P1 for ged-emacs-devel@m.gmane.org; Tue, 01 Aug 2006 08:36:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7nrz-00080f-5g for ged-emacs-devel@m.gmane.org; Tue, 01 Aug 2006 02:36:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7nrm-0007yh-QG for emacs-devel@gnu.org; Tue, 01 Aug 2006 02:36:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7nrk-0007xx-Ro for emacs-devel@gnu.org; Tue, 01 Aug 2006 02:36:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7nrk-0007xu-OV for emacs-devel@gnu.org; Tue, 01 Aug 2006 02:36:32 -0400 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7nuX-0003Je-Tt; Tue, 01 Aug 2006 02:39:26 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.075) id 44A1364D006C4647; Tue, 1 Aug 2006 08:36:29 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: <44CEDA26.8010300@swipnet.se> 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:57916 Archived-At: Jan Dj=E4rv wrote: >> Yes ... - I was suggesting that we should add a Cancel alternative.=20 >> So I do not understand what you mean. Can you explain? > > Does not ESC cancel it? Thanks for mentioning that. It removes the menu but the last user=20 command continues. This is in my opinion also a bug. If it would be possible to let ESC to stop the last user command (like=20 C-g) then this would probably be the most inituitive behaviour. Then a=20 "Cancel" alternative would perhaps be unnecessary.