Michael Diers writes:
There is a bogon in the way path conversion is done. Could you
please try again with the following patch:
+ (if (equal ":" (substring path 1 2))
+ (substring (shell-command-to-string (concat "cygpath -w " path)) 0
-1)
+ (substring (shell-command-to-string (concat "cygpath -w -p " path)) 0
-1))
Sorry for the late reply. There was a change in the interpretation of
"cygpath -p" such that clearcase.el should never use "-p" anymore
(with reasonably recent cygwin DLLs.
I made this change some time ago to the version of clearcase.el here:
http://members.verizon.net/~vze24fr2/EmacsClearCase
--
Kevin Esler <kevin.esler.1989(a)alum.bu.edu>
Boston, MA, USA.