From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: find-file dialog in Carbon Emacs is broken Date: Sat, 09 Oct 2004 19:01:45 +0100 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <2E4D1BEC-197D-11D9-8298-00039384A728@rice.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097344976 21503 80.91.229.6 (9 Oct 2004 18:02:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2004 18:02:56 +0000 (UTC) Cc: Steven Tamm , Mark Moll , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 09 20:02:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CGLYJ-0000oF-00 for ; Sat, 09 Oct 2004 20:02:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGLfA-0001Cb-Dc for ged-emacs-devel@m.gmane.org; Sat, 09 Oct 2004 14:09:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGLeh-00015B-Dd for emacs-devel@gnu.org; Sat, 09 Oct 2004 14:09:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGLeg-00014K-6g for emacs-devel@gnu.org; Sat, 09 Oct 2004 14:09:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGLef-00014A-Ib for emacs-devel@gnu.org; Sat, 09 Oct 2004 14:09:17 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CGLXf-00006R-Fd for emacs-devel@gnu.org; Sat, 09 Oct 2004 14:02:03 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id i99I22nF012641; Sat, 9 Oct 2004 19:02:02 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id AC6B0DDD16; Sat, 9 Oct 2004 19:02:01 +0100 (BST) Original-To: Stefan In-Reply-To: (Stefan's message of "Sat, 09 Oct 2004 13:14:36 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28146 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28146 Stefan writes: >> The problem is that there isn't a good way to determine if it should be an >> open or a save dialog, and unlike on W32 or X, you need to pick "ChooseFile" >> or "PutFile". The comment I have in the code is; > > It seems the Gtk support has the same problem. > Hopefully the two can share the code that implements their solution, > whatever that one is. It's also a problem on Windows, though only cosmetic ("Save" vs "Open" for the button name). At least one person has reported it as a bug before now.