emacs-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]