Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!PREP.AI.MIT.EDU!pace From: pace@PREP.AI.MIT.EDU (Pace Willison) Newsgroups: gnu.emacs.bug Subject: nfs / version-control bug Message-ID: <8901110042.AA09990@prep.ai.mit.edu> Date: 11 Jan 89 00:42:15 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 22 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 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 I get a beep, and the message "[No Match]". Pace