PT <[EMAIL PROTECTED]> writes: > Has anyone tried integrating the ClearCase package > (http://members.bellatlantic.net/~vze24fr2/EmacsClearCase/) with Tramp for > editing remote files under CC?
I've looked at the clearcase.el code. There are several `start-process' calls, which run commands on the local host. This would be needed to be replaced, likely with an asynchronous `shell-command�. There are also synchronous `call-process� calls, which could be replaced by `process-file� in Emacs 22. Not a trivial task, at all. Best regards, Michael. _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
