From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: Canceling dialogues Date: Thu, 3 Aug 2006 11:46:48 +0200 Message-ID: <7dbe73ed0608030246q7ced0764n632dcf3e4190e9f7@mail.gmail.com> References: <44CE4007.6020904@student.lu.se> <44CEF719.3050703@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154598459 26781 80.91.229.2 (3 Aug 2006 09:47:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Aug 2006 09:47:39 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 03 11:47:38 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 1G8Znh-0006ca-Al for ged-emacs-devel@m.gmane.org; Thu, 03 Aug 2006 11:47:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8Znc-0002DL-4R for ged-emacs-devel@m.gmane.org; Thu, 03 Aug 2006 05:47:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G8ZnN-0002Ce-Mw for emacs-devel@gnu.org; Thu, 03 Aug 2006 05:47:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G8ZnJ-00025b-GN for emacs-devel@gnu.org; Thu, 03 Aug 2006 05:47:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8ZnJ-00025X-Co for emacs-devel@gnu.org; Thu, 03 Aug 2006 05:47:09 -0400 Original-Received: from [64.233.182.188] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G8Zqb-00057g-1x for emacs-devel@gnu.org; Thu, 03 Aug 2006 05:50:33 -0400 Original-Received: by nf-out-0910.google.com with SMTP id l24so1093888nfc for ; Thu, 03 Aug 2006 02:46:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Phgskf53rk64vSJ0KDSGjgrYz5NnFm9iuYjCr1DqT3UZUOK2S8/DSYR+WzAIowhas4Z6LiDm6imrQw9CciWLIT+KUTA1g72u9p1sCBa4lK6wseHRVqzPBsc0lacK4oUyrNO/zAYZAhE2aHX0MlhVBGqsb9Yx7NGWemPb5Ee/qbU= Original-Received: by 10.49.75.2 with SMTP id c2mr3474545nfl; Thu, 03 Aug 2006 02:46:49 -0700 (PDT) Original-Received: by 10.49.17.5 with HTTP; Thu, 3 Aug 2006 02:46:48 -0700 (PDT) Original-To: "Eli Zaretskii" In-Reply-To: Content-Disposition: inline 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:58041 Archived-At: > > 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). The same happens for me, running the latest CVS Emacs under GNU/Linux + Gnome. C-g and ESC does the same, and I like it.