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 00:32:56 -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> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135057078 21383 80.91.229.2 (20 Dec 2005 05:37:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Dec 2005 05:37:58 +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 Tue Dec 20 06:37:54 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eoa9y-0001KS-Ht for ged-emacs-devel@m.gmane.org; Tue, 20 Dec 2005 06:35:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EoaAq-0000qU-Ir for ged-emacs-devel@m.gmane.org; Tue, 20 Dec 2005 00:36:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EoaA7-0000WT-BV for emacs-devel@gnu.org; Tue, 20 Dec 2005 00:35:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EoaA6-0000W6-KV for emacs-devel@gnu.org; Tue, 20 Dec 2005 00:35:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EoaA6-0000W1-Is for emacs-devel@gnu.org; Tue, 20 Dec 2005 00:35:46 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EoaDA-0002vn-Vo for emacs-devel@gnu.org; Tue, 20 Dec 2005 00:38:57 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Eoa7M-0004xh-3f; Tue, 20 Dec 2005 00:32:56 -0500 Original-To: "Jan D." In-reply-to: <9B6A0C7B-215D-4862-9AFD-FCC95E860182@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:48080 Archived-At: Sorry to be unclear, "it" refers to the text entry box in the fileselection widget (the old GTK dialog). If using that text entry box always opens existing files read-only, even if you can write them, that is a bug. Can you fix the bug? But I can just as well make it so the user can enter file names there, I don't follow. it is just for the new dialog we need to distinguish between open old and open new file. Opening an old file should make the buffer writable, if the file is writable, in both the old dialog and the new dialog.