Another bug which I'd like to get fixed is the following:
If minibuffer-confirm-incomplete is nil, then attempting to find a
file (C-x C-f) in a directory that does not exist prompts:
| The directory containing <file> does not exist. Create? (yes or no)
and if you type "yes" it works as expected.
However, if minibuffer-confirm-incomplete is T, then you get the
following error:
| Opening directory: No such file or directory, <file>
and are returned to the find-file minibuffer prompt.
I fixed this locally some time ago by wrapping (ignore-errors ...)
around the call to try-completion in the function exit-minibuffer in
minibuf.el, and it seems to solve the problem.
Does that sound like an appropriate fix? If so I can submit a patch..
thanks,
Greg
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta