Re: Using vimserver with multiple clearcase views

2006-09-30 Thread Yakov Lerner
On 9/30/06, Mishra, Vikas [EMAIL PROTECTED] wrote: emacsclient ${CLEARCASE_ROOT}/${PWD}/filename This would always open up the file from the right view, since the complete path was specificed. And I was hoping that the same would work in vim as well. Looks like it won't. How exactly do you

Using vimserver with multiple clearcase views

2006-09-29 Thread Mishra, Vikas
Hello Folks, I want to be able to use multiple clearcase views with vim (with vim in the vimserver model). Does any one have any suggestions to work with these ? The issue that I am finding is that I start a vimserver outside a clearcase view - Then I try to invoke vim by using the following

Re: Using vimserver with multiple clearcase views

2006-09-29 Thread Yakov Lerner
On 9/29/06, Mishra, Vikas [EMAIL PROTECTED] wrote: Hello Folks, I want to be able to use multiple clearcase views with vim (with vim in the vimserver model). Does any one have any suggestions to work with these ? The issue that I am finding is that I start a vimserver outside a clearcase view

RE: Using vimserver with multiple clearcase views

2006-09-29 Thread Mishra, Vikas
Hello Yakov, On 9/29/2006 11:33:42 PM Yakov Lerner wrote: When you define new clearcase view, it starts new subshell and only process which are children of this subshell see the files belonging to the view, thanks to the clearcase kernel magic. I knew that already. But was hoping that