GNU Emacs Manual. Node: VC Command Execution

PREVVC Status Retrieval UPCustomizing VC next

12.7.9.4: VC Command Execution

If vc-suppress-confirm is non-nil, then C-x C-q and C-x v i can save the current buffer without asking, and C-x v u also operates without asking for confirmation. (This variable does not affect C-x v c; that operation is so drastic that it should always ask for confirmation.)

VC mode does much of its work by running the shell commands for RCS, CVS and SCCS. If vc-command-messages is non-nil, VC displays messages to indicate which shell commands it runs, and additional messages when the commands finish.

You can specify additional directories to search for version control programs by setting the variable vc-path. These directories are searched before the usual search path. But the proper files are usually found automatically.

PREVVC Status Retrieval UPCustomizing VC next