[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: find-file dialog in Carbon Emacs is broken
From: |
Steven Tamm |
Subject: |
Re: find-file dialog in Carbon Emacs is broken |
Date: |
Sat, 9 Oct 2004 09:40:57 -0700 |
I'm glad someone tried it ;-)
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;
/* MAC_TODO: Find a better way to determine if this is a save
or load dialog than comparing dir with default_filename */
That's what I'm doing. I'm checking to see if the directory and the
default file name are the same, and if it is I put up a save dialog,
otherwise an open dialog.
Is there a "better semantic" I should be using?
-Steven
On Oct 8, 2004, at 3:55 PM, Mark Moll wrote:
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
_______________________________________________
Emacs-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-devel
- find-file dialog in Carbon Emacs is broken, Mark Moll, 2004/10/08
- Re: find-file dialog in Carbon Emacs is broken,
Steven Tamm <=
- Re: find-file dialog in Carbon Emacs is broken, Stefan, 2004/10/09
- Re: find-file dialog in Carbon Emacs is broken, David Kastrup, 2004/10/09
- Re: find-file dialog in Carbon Emacs is broken, Jan D., 2004/10/09
- Re: find-file dialog in Carbon Emacs is broken, Miles Bader, 2004/10/09
- Re: find-file dialog in Carbon Emacs is broken, Jan D., 2004/10/09
- Re: find-file dialog in Carbon Emacs is broken, Miles Bader, 2004/10/09
- Re: find-file dialog in Carbon Emacs is broken, Jan D., 2004/10/09
- Re: find-file dialog in Carbon Emacs is broken, Steven Tamm, 2004/10/09
- Re: find-file dialog in Carbon Emacs is broken, Richard Stallman, 2004/10/10
- Re: find-file dialog in Carbon Emacs is broken, Jan D., 2004/10/11