From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: GTK file selector Date: Tue, 20 Dec 2005 00:18:35 +0100 Message-ID: <9B6A0C7B-215D-4862-9AFD-FCC95E860182@swipnet.se> References: <1134552456.439fe58850f31@imp5-g19.free.fr> <878xuma53q.fsf@jurta.org> <43A31FF5.2000007@swipnet.se> <877ja45eq6.fsf@jurta.org> <43A59608.4060707@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135034373 22415 80.91.229.2 (19 Dec 2005 23:19:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2005 23:19:33 +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 00:19:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EoUHq-00022b-1x for ged-emacs-devel@m.gmane.org; Tue, 20 Dec 2005 00:19:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EoUIh-00074H-QC for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2005 18:20:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EoUIV-000749-8I for emacs-devel@gnu.org; Mon, 19 Dec 2005 18:20:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EoUIT-00073p-4v for emacs-devel@gnu.org; Mon, 19 Dec 2005 18:20:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EoUIT-00073l-3L for emacs-devel@gnu.org; Mon, 19 Dec 2005 18:20:01 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EoULS-0007Na-Hy; Mon, 19 Dec 2005 18:23:06 -0500 Original-Received: from coolsville.localdomain ([83.226.180.193] [83.226.180.193]) by mxfep01.bredband.com with ESMTP id <20051219231902.OIGF4422.mxfep01.bredband.com@coolsville.localdomain>; Tue, 20 Dec 2005 00:19:02 +0100 In-Reply-To: Original-To: rms@gnu.org X-Mailer: Apple Mail (2.746.2) 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:48064 Archived-At: 19 dec 2005 kl. 05.40 skrev Richard M. Stallman: > If you use it to open existing files it will be read only. > > That sounds like a bug, unless I've misunderstood the facts. > Which menu item does this? > > Open File should not make files read only, > if the user can read them. Sorry to be unclear, "it" refers to the text entry box in the fileselection widget (the old GTK dialog). But I can just as well make it so the user can enter file names there, it is just for the new dialog we need to distinguish between open old and open new file. Jan D.