* David Kastrup (2005-06-10) writes: > Ralf Angeli <[EMAIL PROTECTED]> writes: > >> I checked in some changes which will avoid the unresponsiveness if >> the respective commands are invoked from the menu. This way you >> should get a file dialog box at least with CVS Emacs. Does this >> improve the behavior of Emacs 21.3 as well? > > Ok, I am sick of it. Why don't we stop all of this filter business > right now?
The problem of Emacs being unresponsive on Windows when the master file question was asked was totally unrelated to menu filters and parsing. It could be triggered by a simple (x-file-dialog "" "" "<default>") The problem as diagnosed by Jason Rumney on emacs-pretest-bug is an incorrectly placed BLOCK_INPUT..UNBLOCK_INPUT pair. Also, one of the characters "<" or ">" is regarded is invalid for the file dialog which will prevent the dialog box from being opened. Instead the minibuffer will be used. By eliminating "<default>" I avoided the problems with the file dialog and in addition the file history is not cluttered by this string anymore. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
