From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mark Moll Newsgroups: gmane.emacs.devel Subject: find-file dialog in Carbon Emacs is broken Date: Fri, 8 Oct 2004 17:55:42 -0500 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <2E4D1BEC-197D-11D9-8298-00039384A728@rice.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1097278962 31290 80.91.229.6 (8 Oct 2004 23:42:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2004 23:42:42 +0000 (UTC) Cc: Mark Moll Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 09 01:42:31 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 1CG4Nb-0004VJ-00 for ; Sat, 09 Oct 2004 01:42:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CG4UP-0006hR-Qp for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2004 19:49:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CG4Su-0005t2-LK for emacs-devel@gnu.org; Fri, 08 Oct 2004 19:48:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CG4St-0005sQ-PF for emacs-devel@gnu.org; Fri, 08 Oct 2004 19:48:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CG4St-0005sG-Hr for emacs-devel@gnu.org; Fri, 08 Oct 2004 19:47:59 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CG4KB-0003h7-2l for emacs-devel@gnu.org; Fri, 08 Oct 2004 19:38:59 -0400 Original-Received: from [128.42.1.30] (helo=cs.rice.edu) by mx20.gnu.org with esmtp (Exim 4.34) id 1CG3fs-0003SS-AZ for emacs-devel@gnu.org; Fri, 08 Oct 2004 18:57:20 -0400 Original-Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 9A9BE4A9EE; Fri, 8 Oct 2004 17:55:48 -0500 (CDT) Original-Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 09998-01-88; Fri, 8 Oct 2004 17:55:48 -0500 (CDT) Original-Received: from [67.100.137.115] (h-67-100-137-115.hstqtx02.dynamic.covad.net [67.100.137.115]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by cs.rice.edu (Postfix) with ESMTP id B26224A9D0; Fri, 8 Oct 2004 17:55:47 -0500 (CDT) Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.619) X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu 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:28108 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28108 The find-file dialog window in Carbon Emacs, built today from CVS with .../emacs/mac/make-package --self-contained --keep-dir --without-x, is broken. When clicking on the "Open file" icon in the toolbar, a "Save as:" dialog window appears. However, if the current buffer is the "*Messages*" buffer, clicking on the "Open file" icon produces a "Find file:" dialog window. -- Mark