From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?J=C3=A9r=C3=B4me_Marant?= Newsgroups: gmane.emacs.devel Subject: Re: GTK file selector Date: Wed, 14 Dec 2005 22:23:01 +0100 Message-ID: <87acf3bcga.fsf@marant.org> References: <1134552456.439fe58850f31@imp5-g19.free.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1134605573 13379 80.91.229.2 (15 Dec 2005 00:12:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Dec 2005 00:12:53 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 15 01:12:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmgiF-0004IH-2M for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2005 01:11:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Emgir-0003VP-4j for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 19:11:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmfwH-0000Iv-MJ for emacs-devel@gnu.org; Wed, 14 Dec 2005 18:21:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmfwG-0000I9-2d for emacs-devel@gnu.org; Wed, 14 Dec 2005 18:21:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmfwF-0000I2-9U for emacs-devel@gnu.org; Wed, 14 Dec 2005 18:21:35 -0500 Original-Received: from [212.27.42.28] (helo=smtp2-g19.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmfyO-0004JR-Bw for emacs-devel@gnu.org; Wed, 14 Dec 2005 18:23:48 -0500 Original-Received: from localhost.localdomain (mol92-4-82-227-97-206.fbx.proxad.net [82.227.97.206]) by smtp2-g19.free.fr (Postfix) with ESMTP id 9737F5FCAA for ; Wed, 14 Dec 2005 22:19:02 +0100 (CET) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 5EB35DA6487; Wed, 14 Dec 2005 22:23:01 +0100 (CET) Original-To: emacs-devel@gnu.org In-Reply-To: (Reiner Steib's message of "Wed, 14 Dec 2005 17:18:38 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) 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:47748 Archived-At: Reiner Steib writes: > On Wed, Dec 14 2005, J=C3=A9r=C3=B4me Marant wrote: > >> I may be dumb but with the current GTK file selector,=20 > > [ See http://thread.gmane.org/439E24E2.1070201%40gmx.net for a related > discussion ] Yes, I think this is a very good illustration of what's being discussed. >> I did not find any way to view dotfiles and dotdirectories. So, I >> was unable to open my .emacs nor to enter my .emacs.d directory. > > mouse-3 in the file list area (or however it's called), opens a "Show > hidden files" checkbox. Thanks. >> Also, there is no textarea where I could enter a filename manually. > > Ctrl-l Ah. I'll have to read docs in order to use GTK dialogs now ;-P >> Is there something to configure I missed? > > ,----[ v use-file-dialog RET ] > | use-file-dialog is a variable defined in `C source code'. > | Its value is nil > |=20 > | Documentation: > | *Non-nil means mouse commands use a file dialog to ask for files. > | This applies to commands from menus and tool bar buttons. The value > | of `use-dialog-box' takes precedence over this variable, so a file > | dialog is only used if both `use-dialog-box' and this variable are > | non-nil. > `---- I think I can switch back to C-x C-f ;-) --=20 J=C3=A9r=C3=B4me Marant