clearcase-mode for Windows emacs

If using the mica_win region, then clearcase-mode can be found in /vobs/emacs/site-lisp/, so you may want to add this to your load path. For example, if your view is currently mapped to drive z:, then add the following to your emacs load-path:
z:/emacs/site-lisp
To use clearcase-mode in Windows, one must set the location of the cleartool in one's .emacs file like so:
(defconst cleartool-command
   "c:/apps/atria/bin/cleartool.exe"
   "Cleartool command line program name")
If you are not using mf-init, you will of course need to also add to your .emacs:
(require 'clearcase)

clearcase-mode
Scott Borton
Last modified: Thu Apr 11 12:32:49 EETDST 2002