From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: GTK file selector Date: Sat, 17 Dec 2005 12:57:16 +0200 Organization: JURTA Message-ID: <8764po5eq3.fsf@jurta.org> References: <1134759204.9530.6.camel@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134823515 15986 80.91.229.2 (17 Dec 2005 12:45:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Dec 2005 12:45:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 17 13:45:06 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EnbPf-0007qJ-4A for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2005 13:43:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnbLi-0005QI-0i for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2005 07:39:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EnaKo-0004k1-0W for emacs-devel@gnu.org; Sat, 17 Dec 2005 06:34:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EnaKi-0004jO-C6 for emacs-devel@gnu.org; Sat, 17 Dec 2005 06:34:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnZwM-0003cr-W4 for emacs-devel@gnu.org; Sat, 17 Dec 2005 06:09:28 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EnZyx-0003G5-6B for emacs-devel@gnu.org; Sat, 17 Dec 2005 06:12:07 -0500 Original-Received: from mail.neti.ee (80-235-37-109-dsl.mus.estpak.ee [80.235.37.109]) by Relayhost1.neti.ee (Postfix) with ESMTP id 82914170C; Sat, 17 Dec 2005 13:08:57 +0200 (EET) Original-To: Pierre-Charles David In-Reply-To: <1134759204.9530.6.camel@localhost.localdomain> (Pierre-Charles David's message of "Fri, 16 Dec 2005 19:53:23 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:47934 Archived-At: > 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. -- Juri Linkov http://www.jurta.org/emacs/