"Dario Bahena Tapia" <[EMAIL PROTECTED]> writes: > d) The interaction works pretty well, with the exception that I see > files like this: file.ext.~1.1.~ > where 1.1 looks like the CVS version (which is integrated within RAD).
These files are backups created by vc-mode when you first change a file that is under version control using Emacs. If you check in the file from Emacs, the file will be deleted. It is used to speed up common operations, such as diff'ing your current edited version of the file with its base version. See the variable vc-stay-local
