[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: |
David Kastrup |
Subject: |
Re: find-file dialog in Carbon Emacs is broken |
Date: |
Sat, 09 Oct 2004 19:26:09 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
Stefan <address@hidden> 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.
I think it is obvious that the caller has to specify what it is
looking for. Where the call comes from an interactive spec, a good
clue is whether the spec will allow non-existing files.
But apart from that, I am afraid there is no way around actually
having different functions (or arguments) for different outcomes.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- find-file dialog in Carbon Emacs is broken, Mark Moll, 2004/10/08
- Re: find-file dialog in Carbon Emacs is broken, Steven Tamm, 2004/10/09
- Re: find-file dialog in Carbon Emacs is broken, Stefan, 2004/10/09
- Re: find-file dialog in Carbon Emacs is broken,
David Kastrup <=
- 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
- Re: find-file dialog in Carbon Emacs is broken, Stefan, 2004/10/11
- Re: find-file dialog in Carbon Emacs is broken, Jan D., 2004/10/11