From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: GTK file selector Date: Tue, 20 Dec 2005 21:58:11 -0500 Message-ID: References: <1134552456.439fe58850f31@imp5-g19.free.fr> <878xuma53q.fsf@jurta.org> <43A31FF5.2000007@swipnet.se> <877ja45eq6.fsf@jurta.org> <43A59608.4060707@swipnet.se> <9B6A0C7B-215D-4862-9AFD-FCC95E860182@swipnet.se> <69D351D5-0B37-46EF-B94D-491FAFC1E5BE@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135134188 8162 80.91.229.2 (21 Dec 2005 03:03:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 03:03:08 +0000 (UTC) Cc: juri@jurta.org, ich@frank-schmitt.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 21 04:03:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EouDr-0004YF-6h for ged-emacs-devel@m.gmane.org; Wed, 21 Dec 2005 04:00:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EouEm-00089b-MI for ged-emacs-devel@m.gmane.org; Tue, 20 Dec 2005 22:01:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EouE4-0007uM-RF for emacs-devel@gnu.org; Tue, 20 Dec 2005 22:01:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EouE4-0007tn-2Y for emacs-devel@gnu.org; Tue, 20 Dec 2005 22:01:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EouE3-0007td-R0 for emacs-devel@gnu.org; Tue, 20 Dec 2005 22:01:11 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EouHH-0003VU-Ls for emacs-devel@gnu.org; Tue, 20 Dec 2005 22:04:31 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EouB9-0003er-Gp; Tue, 20 Dec 2005 21:58:11 -0500 Original-To: "Jan D." In-reply-to: <69D351D5-0B37-46EF-B94D-491FAFC1E5BE@swipnet.se> (jan.h.d@swipnet.se) 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:48138 Archived-At: No, it is the text entry box in the file dialog that is read only, i.e. when the dialog pops up to open an existing file, you can not enter the file name in the text entry box, because that would make it possible to enter a file name for a file that does not exist. The buffer has the correct read/write state. That is to say, it does not function as a file name entry box. Could we fix this by always specifying that new files are allowed, even in Open File?