From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: A question about GTK file selection dialog and `use-dialog-box' Date: 27 Nov 2003 09:35:53 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20106.1069904944@mixed> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069943861 21116 80.91.224.253 (27 Nov 2003 14:37:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2003 14:37:41 +0000 (UTC) Cc: Peter S Galbraith , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Nov 27 15:37:37 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1APNGz-0001Z3-00 for ; Thu, 27 Nov 2003 15:37:37 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1APNGz-0008LP-00 for ; Thu, 27 Nov 2003 15:37:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APODh-0004XZ-JM for emacs-devel@quimby.gnus.org; Thu, 27 Nov 2003 10:38:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1APODT-0004Ut-9c for emacs-devel@gnu.org; Thu, 27 Nov 2003 10:38:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1APOCx-0004JI-FN for emacs-devel@gnu.org; Thu, 27 Nov 2003 10:38:02 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APOCw-0004Ii-R3; Thu, 27 Nov 2003 10:37:30 -0500 Original-Received: from vor.iro.umontreal.ca (vor.iro.umontreal.ca [132.204.24.42]) by mercure.iro.umontreal.ca (8.12.9/8.12.9) with ESMTP id hAREZrbj000678; Thu, 27 Nov 2003 09:35:53 -0500 Original-Received: by vor.iro.umontreal.ca (Postfix, from userid 20848) id 8F4343C63E; Thu, 27 Nov 2003 09:35:53 -0500 (EST) Original-To: David Kastrup In-Reply-To: Original-Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-DIRO-MailScanner: Found to be clean X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18167 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18167 > Unless, say, you are hitting upon a bug of AUCTeX that can trigger > calling read-file-name from update-menu-hook or so (which apparently > does not count as a keyboard event in that context). I believe the behavior depends on the last actual event (although the event may be totally unrelated to the execution of the update-menu-hook). Stefan