Pekka Marjola writes:
Here's a minor mode to avoid opening buffers for non-existing
files
like "foo.", when "foo.c" and "foo.h" exist, and to avoid
duplicate
frames.
Use it by running following:
(require 'file-confirm) ; or generate auto-autoloads
(turn-on-file-confim)
If there's interest, this could be added to suitable package.
Hi
I just played a little around (xemacs-21.1.14) and it is quite
nifty. So far I only find a little confusing the following
phrase
"File does not exist, visit anyway"
I suggest to use "open" instead.
I can not remember to have seen this in gnu.emacs.source, I also
suggest to send it there.
Uwe Brauer