From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.bugs Subject: use-file-dialog should not apply to mouse in *Completions* Date: Sun, 25 Nov 2007 00:17:10 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195978709 6803 80.91.229.12 (25 Nov 2007 08:18:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2007 08:18:29 +0000 (UTC) To: "Bug-Gnu-Emacs" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Nov 25 09:18:36 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IwChG-0000xG-In for geb-bug-gnu-emacs@m.gmane.org; Sun, 25 Nov 2007 09:18:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IwCh1-0002XI-Mb for geb-bug-gnu-emacs@m.gmane.org; Sun, 25 Nov 2007 03:18:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IwCgw-0002X3-BY for bug-gnu-emacs@gnu.org; Sun, 25 Nov 2007 03:18:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IwCgt-0002Wr-It for bug-gnu-emacs@gnu.org; Sun, 25 Nov 2007 03:18:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IwCgt-0002Wo-Bi for bug-gnu-emacs@gnu.org; Sun, 25 Nov 2007 03:18:11 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IwCgt-0005Gj-9w for bug-gnu-emacs@gnu.org; Sun, 25 Nov 2007 03:18:11 -0500 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IwCgr-0006I5-VQ for bug-gnu-emacs@gnu.org; Sun, 25 Nov 2007 03:18:10 -0500 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id lAP8HEf3027231 for ; Sun, 25 Nov 2007 02:17:15 -0600 Original-Received: from rcsmt251.oracle.com (rcsmt251.oracle.com [148.87.90.196]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id lAP38Ud6024238 for ; Sun, 25 Nov 2007 01:17:14 -0700 Original-Received: from 141.144.88.84 by acsmt351.oracle.com with ESMTP id 3385047401195978627; Sun, 25 Nov 2007 00:17:07 -0800 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by mx20.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17059 Archived-At: The doc string of `use-file-dialog' says "it applies to commands from menus and tool bar buttons". That suggests that it does not apply to command names that you click mouse-2 on in *Completions* - e.g. `find-file-other-window' from `M-x'. However, that's what happens: if the value is non-nil, then the file dialog box pops up. It should not. Please fix the variable in accordance with its doc string (menus and tool-bar buttons only). If it's thought that users should be also able to specify the file dialog box for *Completions* (to keep using the mouse to pick the file), then there should be another option for that - it's too common to want a file dialog box for menus and tool-bar buttons but not for *Completions*. In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include'