From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: (interactive "GSome prompt: ") on w32 Date: Sun, 26 Mar 2006 22:36:41 +0200 Message-ID: <4426FB59.8020000@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143499752 556 80.91.229.2 (27 Mar 2006 22:49:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 22:49:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 28 00:49:10 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 1FO0WM-00019I-1F for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 00:49:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO0WL-0004ov-KB for ged-emacs-devel@m.gmane.org; Mon, 27 Mar 2006 17:49:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNbyh-0001k0-36 for emacs-devel@gnu.org; Sun, 26 Mar 2006 15:36:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNbyf-0001jo-Ca for emacs-devel@gnu.org; Sun, 26 Mar 2006 15:36:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNbye-0001jl-OJ for emacs-devel@gnu.org; Sun, 26 Mar 2006 15:36:44 -0500 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FNc00-0008Bg-6H for emacs-devel@gnu.org; Sun, 26 Mar 2006 15:38:08 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn2.hy.skanova.net (7.2.070) id 4405C12200602801 for emacs-devel@gnu.org; Sun, 26 Mar 2006 22:36:42 +0200 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: Emacs Devel 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:52123 Archived-At: It looks to me like (interactive "G...") can not be used to choose a file name when run from the menus (ie when a dialog box is displayed). Maybe this could be cured on w32 by asking first if the user wants to pick a directory or a file? Maybe there is some better cure? Maybe the dialog box should be avoided in this case?