From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: GTK file selector Date: Sun, 18 Dec 2005 18:02:28 +0100 Message-ID: <43A59624.2060006@swipnet.se> References: <1134759204.9530.6.camel@localhost.localdomain> <8764po5eq3.fsf@jurta.org> 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 1134925550 14465 80.91.229.2 (18 Dec 2005 17:05:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Dec 2005 17:05:50 +0000 (UTC) Cc: Pierre-Charles David , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 18 18:05:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eo1xN-0005F9-42 for ged-emacs-devel@m.gmane.org; Sun, 18 Dec 2005 18:04:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eo1y8-0003wo-Vg for ged-emacs-devel@m.gmane.org; Sun, 18 Dec 2005 12:05:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eo1x2-0003ez-Pj for emacs-devel@gnu.org; Sun, 18 Dec 2005 12:04:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eo1x0-0003d3-1k for emacs-devel@gnu.org; Sun, 18 Dec 2005 12:03:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eo1wz-0003cg-Iu for emacs-devel@gnu.org; Sun, 18 Dec 2005 12:03:57 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eo1zn-0008MD-2Y for emacs-devel@gnu.org; Sun, 18 Dec 2005 12:06:51 -0500 Original-Received: from coolsville.localdomain ([83.226.180.193] [83.226.180.193]) by mxfep01.bredband.com with ESMTP id <20051218170305.SELU4422.mxfep01.bredband.com@coolsville.localdomain>; Sun, 18 Dec 2005 18:03:05 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: Juri Linkov In-Reply-To: <8764po5eq3.fsf@jurta.org> 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:48000 Archived-At: Juri Linkov wrote: >>The Gtk+ file chooser supports the addition of arbitrary widgets, which >>are shown below the file list. One could use a toggle button to make the >>"Show hidden files" feature visible: >> >> > >Since it is possible to add a "Show hidden files" toggle button to >the file chooser, is it possible to do the same for the filename >entry field from the small window that pop-ups after C-l? > >This would be consistent with the default Emacs filename reading behavior, >i.e. the minibuffer in Emacs is like the filename entry field in the >file chooser, and the *Completions* buffer above it is like a list >of files in the file chooser. > > I don't know, I'll look in to it. But I suspect no... Jan D.