From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: When are toolkit file dialogs used? Date: Tue, 01 Feb 2005 15:34:54 +0000 Message-ID: <41FFA19E.3070803@gnu.org> References: <00d201c5086f$1bcc8ef0$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107272617 13079 80.91.229.6 (1 Feb 2005 15:43:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2005 15:43:37 +0000 (UTC) Cc: rms@gnu.org, Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 01 16:43:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cw0Be-0007z5-00 for ; Tue, 01 Feb 2005 16:43:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw0Oa-0002HH-DN for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2005 10:56:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cw0Lv-0001lo-Pw for emacs-devel@gnu.org; Tue, 01 Feb 2005 10:54:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cw0Lh-0001eS-QA for emacs-devel@gnu.org; Tue, 01 Feb 2005 10:53:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw0Lh-0001bh-As for emacs-devel@gnu.org; Tue, 01 Feb 2005 10:53:53 -0500 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cw03I-0003EZ-Im; Tue, 01 Feb 2005 10:34:52 -0500 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id D799QDRQ; Tue, 1 Feb 2005 15:34:43 -0000 Original-Received: from 192.168.111.196 ([192.168.111.196] helo=[192.168.111.196]) by ASSP-nospam ; 1 Feb 05 15:34:42 -0000 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: Lennart Borgman In-Reply-To: <00d201c5086f$1bcc8ef0$0200a8c0@sedrcw11488> 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: main.gmane.org gmane.emacs.devel:32706 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32706 Lennart Borgman wrote: >I can not either get the GUI version of Open Directory to work. There is no >way that I can find out to actually choose a directory. > What about pressing "Open" without selecting anything? > It is also not the >standard GUI for choosing a directory on MS Windows. (I think it should use >SHBrowseForFolder.) > > SHBrowseForFolder involves unecessary COM/OLE library calls, and is not available on Windows 9x/ME.