[gnu.emacs.bug] nfs / version-control bug

pace@PREP.AI.MIT.EDU (Pace Willison) (01/11/89)

Running emacs 18.49 on prep with a .emacs file that contains:

	(put 'eval-expression 'disabled nil)

I did the following:

	ESC ESC (setq version-control t)
	C-X C-F /gp/gnu/binutils/Makefile
	<make change>
	C-X C-S

Before I started, there where several backup Makefiles, the highest
number was Makefile.~7~.  The original Makefile got backed up into
Makefile.~1~, and Makefile contained the new change.

Also, If try to insert a file from /gp, for example:

	C-X i /gp/gnu/binutils/Makefile<CR>

I get a beep, and the message "[No Match]".

Pace