From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter S Galbraith Newsgroups: gmane.emacs.devel Subject: Re: A question about GTK file selection dialog and `use-dialog-box' Date: Thu, 27 Nov 2003 20:56:43 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <4359.1069984603@mixed> References: <20106.1069904944@mixed> <86ad6hair7.fsf@avet.kvota.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1069984862 14437 80.91.224.253 (28 Nov 2003 02:01:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Nov 2003 02:01:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Nov 28 03:01:00 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1APXwK-0007AW-00 for ; Fri, 28 Nov 2003 03:01:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1APXwJ-00071D-00 for ; Fri, 28 Nov 2003 03:01:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APYqP-00081c-1d for emacs-devel@quimby.gnus.org; Thu, 27 Nov 2003 21:58:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1APYq8-00081C-RQ for emacs-devel@gnu.org; Thu, 27 Nov 2003 21:58:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1APYpc-0007zd-8p for emacs-devel@gnu.org; Thu, 27 Nov 2003 21:58:39 -0500 Original-Received: from [66.110.154.162] (helo=mixed.dyndns.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APYpb-0007za-VC for emacs-devel@gnu.org; Thu, 27 Nov 2003 21:58:08 -0500 Original-Received: by mixed.dyndns.org (Postfix, from userid 1000) id D15FE719CF; Thu, 27 Nov 2003 20:56:44 -0500 (EST) Original-Received: from mixed (localhost [127.0.0.1]) by mixed.dyndns.org (Postfix) with ESMTP id D0AC271983 for ; Thu, 27 Nov 2003 20:56:44 -0500 (EST) Original-To: emacs-devel@gnu.org In-Reply-To: Message from Danilo Segan of "Thu, 27 Nov 2003 17:17:16 +0100." <86ad6hair7.fsf@avet.kvota.net> X-Mailer: MH-E 7.4.3+cvs; nmh 1.1-RC1; GNU Emacs 21.3.50.2 X-Image-URL: http://people.debian.org/~psg/face.png X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18181 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18181 Danilo Segan wrote: > Peter S Galbraith написа: > > > > It would be great if the GTK file selector's minibuffer area acted like > > the minibuffer (history and completion). If not, then consider > > providing a way to disable the file selector without disabling > > `y-or-n-p' and `yes-or-no-p' pop-ups. > > > > Uhm, GTK file selector provides TAB completion since the beginning of > time (or at least for four years). Oh. Something must be wrong here then. I'm using a CVS snapshot from a few weeks ago, and I can't even click in the file dialog box to type something in. I can only navigate the directory tree using the mouse. Having completion is good, thanks. Can history be used as well? Thanks, Peter