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: Fri, 16 Dec 2005 21:05:40 +0100 Message-ID: <87slss7qp7.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 1134770042 14459 80.91.229.2 (16 Dec 2005 21:54:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2005 21:54:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 16 22:54:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EnNUn-0000GE-B5 for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 22:52:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnNVV-00075S-B9 for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 16:52:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EnLmW-0006wI-7m for emacs-devel@gnu.org; Fri, 16 Dec 2005 15:02:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EnLmU-0006vY-7h for emacs-devel@gnu.org; Fri, 16 Dec 2005 15:02:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnLmT-0006vQ-Qd for emacs-devel@gnu.org; Fri, 16 Dec 2005 15:02:17 -0500 Original-Received: from [212.27.42.35] (helo=smtp5-g19.free.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EnLow-0005YZ-BU; Fri, 16 Dec 2005 15:04:50 -0500 Original-Received: from localhost.localdomain (mol92-4-82-227-97-206.fbx.proxad.net [82.227.97.206]) by smtp5-g19.free.fr (Postfix) with ESMTP id 1E4FE16FB9; Fri, 16 Dec 2005 21:01:31 +0100 (CET) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 1D3C8DA6487; Fri, 16 Dec 2005 21:05:41 +0100 (CET) Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Wed, 14 Dec 2005 21:08:41 -0500") 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:47896 Archived-At: "Richard M. Stallman" writes: > Someone suggested: > > If it's GTK2, then you should be able to start typing a file name and= have a > text field appear. You can use this text field to access dot files.=20 > > Does that work for you? If so, could you explain to me what it means? A text field appears but typing a dotfile name does not make the file being loaded. As many people explained, Ctrl-l is the right action for this. Regards, --=20 J=C3=A9r=C3=B4me Marant