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: [drew.adams@oracle.com: use-file-dialog should not apply to mouse in *Completions*] Date: Mon, 03 Dec 2007 01:10:48 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1196662264 21654 80.91.229.12 (3 Dec 2007 06:11:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2007 06:11:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 07:11:13 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iz4WO-0006XW-LT for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 07:11:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iz4W7-0006tL-QH for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 01:10:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iz4W1-0006s4-S5 for emacs-devel@gnu.org; Mon, 03 Dec 2007 01:10:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iz4W1-0006rN-0R for emacs-devel@gnu.org; Mon, 03 Dec 2007 01:10:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iz4W0-0006rD-RI for emacs-devel@gnu.org; Mon, 03 Dec 2007 01:10:48 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iz4W0-0003u0-Gh for emacs-devel@gnu.org; Mon, 03 Dec 2007 01:10:48 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Iz4W0-0007mS-5U; Mon, 03 Dec 2007 01:10:48 -0500 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84533 Archived-At: This is a real bug. Would someone please fix it, then ack? From: "Drew Adams" To: "Bug-Gnu-Emacs" Date: Sun, 25 Nov 2007 00:17:10 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: use-file-dialog should not apply to mouse in *Completions* 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'