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: Thu, 03 Aug 2006 15:14:38 -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 1154632549 17241 80.91.229.2 (3 Aug 2006 19:15:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Aug 2006 19:15:49 +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 21:15:46 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 1G8ifF-0006uW-5C for ged-emacs-devel@m.gmane.org; Thu, 03 Aug 2006 21:15:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8ifE-0006Xu-Gg for ged-emacs-devel@m.gmane.org; Thu, 03 Aug 2006 15:15:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G8ieX-0006Lg-R0 for emacs-devel@gnu.org; Thu, 03 Aug 2006 15:14:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G8ieW-0006LB-Eb for emacs-devel@gnu.org; Thu, 03 Aug 2006 15:14:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8ieW-0006L8-9q for emacs-devel@gnu.org; Thu, 03 Aug 2006 15:14:40 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G8ihu-0007Lx-Si for emacs-devel@gnu.org; Thu, 03 Aug 2006 15:18:10 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1G8ieU-0003Dm-Hg; Thu, 03 Aug 2006 15:14:38 -0400 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Thu, 03 Aug 2006 06:12:31 +0300) 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:58058 Archived-At: 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). I defined a command (defun foo () (interactive) (y-or-n-p "Foo? ") (setq foo t)) and bound it to C-M-mouse-1 using global-set-key. Then I did C-M-mouse-1, and it brought up the dialog box. Then I clicked on the X to kill the dialog box. Emacs displayed Quit, and the variable foo was still unbound.