From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Need w32 help (was find-file dialog in Carbon Emacs is broken) Date: Tue, 02 Nov 2004 09:28:33 +0100 Message-ID: <41874531.3070708@swipnet.se> References: <2E4D1BEC-197D-11D9-8298-00039384A728@rice.edu> <5860A2EC-1A19-11D9-BB9A-000D93505B76@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099384187 1452 80.91.229.6 (2 Nov 2004 08:29:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2004 08:29:47 +0000 (UTC) Cc: steventamm@mac.com, mmoll@rice.edu, rms@gnu.org, monnier@iro.umontreal.ca Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 02 09:29:32 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 1COu2m-0000FD-00 for ; Tue, 02 Nov 2004 09:29:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COuAo-0004wQ-EO for ged-emacs-devel@m.gmane.org; Tue, 02 Nov 2004 03:37:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COuAK-0004w3-Nt for emacs-devel@gnu.org; Tue, 02 Nov 2004 03:37:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COuAI-0004vY-Ss for emacs-devel@gnu.org; Tue, 02 Nov 2004 03:37:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COuAI-0004vO-JV for emacs-devel@gnu.org; Tue, 02 Nov 2004 03:37:18 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1COu2B-0002LR-Jb; Tue, 02 Nov 2004 03:28:56 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep01.bredband.com with ESMTP id <20041102082854.SFMZ4883.mxfep01.bredband.com@coolsville.localdomain>; Tue, 2 Nov 2004 09:28:54 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040916 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org In-Reply-To: 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: main.gmane.org gmane.emacs.devel:29292 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29292 Richard Stallman wrote: > Replace "Open File" with "Open old file" and "New buffer". > > It is not a good idea to encourage users to create a buffer to edit a > new file without specifying the file name. So instead let's have > "Open File" and "New File"; "New File" should use the Save dialog to > choose the file name. I've done the changes for this for X and Mac. I've updated w32fns.c, but I have no access to a build environment for W32. Can someone please check if it is OK? Thanks, Jan D.