emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] emacs should use GtkFileChooser widget


From: Jan D.
Subject: Re: [PATCH] emacs should use GtkFileChooser widget
Date: Tue, 20 Jul 2004 15:33:32 +0200

  1. open an existing file
  2. open a new (non existant) file
  3. save to an existing file
  4. save to a new file

1, 3 and 4 is handeled by GtkFileChooser, but 2 is done poorly, it
requires hitting Ctrl-L and getting another dialog that has its own
problems.

I don't think (2) can be implemented at all. It is guaranteed that the
filename returned from a file-chooser in OPEN mode points to an
existing file. This could probably be handled by extending the API to
allow for a new mode (GTK_FILE_CHOOSER_ACTION_SELECT). Please submit a
bug report for this API addition.

http://bugzilla.gnome.org/show_bug.cgi?id=147988

        Jan D.





reply via email to

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