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: [drew.adams@oracle.com: use-file-dialog should not apply to mouse in *Completions*] Date: Mon, 03 Dec 2007 13:43:00 -0500 Message-ID: References: <4753AD13.9040400@swipnet.se> <4753CC43.1020107@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1196707527 10707 80.91.229.12 (3 Dec 2007 18:45:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2007 18:45:27 +0000 (UTC) Cc: jan.h.d@swipnet.se, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 19:45:36 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 1IzGIJ-0001B5-7Q for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 19:45:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzGI2-0007yb-PH for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 13:45:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzGG0-0006Y3-BT for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzGFx-0006WM-TW for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzGFx-0006W7-Lc for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:01 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzGFx-0002h2-6R for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:01 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IzGFw-0006Pf-FH; Mon, 03 Dec 2007 13:43:00 -0500 In-reply-to: <4753CC43.1020107@gnu.org> (message from Jason Rumney on Mon, 03 Dec 2007 09:28:35 +0000) 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:84582 Archived-At: However, I think it is the documentation that needs fixing here to match the documentation of read-file-name. This is a real bug; the code needs to be changed. `read-file-name' is supposed to use the file dialog when you invoke the command with the mouse. The point is that choosing a completion with the mouse, inside M-x, should not count as "invoking the command with the mouse". That is what needs to be changed. Would someone fix that and ack?