Home > Products > CS-RCS > Integration > Add-ons > Emacs

Version Control for NTEmacs
(NTEmacs -- GNU Emacs for Windows)

GNU Emacs is a popular free programmer's editor for UNIX and Windows.
To add version control support for NTEmacs follow these steps:

  1. Install CS-RCS and follow the tutorial.

  2. Download vc-hooks.el and copy into your Emacs Lisp directory.

  3. Open vc-hooks.el with Emacs.

  4. Apply the 'Emacs-Lisp' | 'Byte-compile This File' menu command.

  5. Open your ~/.emacs file (or create a new one if does not exist). (See below on how to define your home directory)

  6. Add the two following lines to the file ~/.emacs:
    (load "vc-hooks")
    (setq vc-path "C:/program files/ComponentSoftware/cs-rcs/system")
    Note: change vc-path to match your workstation settings
    On some systems the path must be written in the following form:
    "
    c:\\Progra~1\\Compon~1\\CS-RCS\\System"

  7. Save ~/.emacs and exit Emacs.

  8. Re-activate Emacs. Version control context-sensitive commands are now available under the Tools | Version Control menu.

Notes:

 


Copyright © 2001-2010 ComponentSoftware Inc.
Names used throughout this site are trademarks of their respective companies.
Last modified:
February 02, 2010