Re: "cscope -d" can't find trailer offset if path contains space (was: vim mlcscope interface issues)

2007-01-03 Thread Fred Ma
Bug fix request submitted for cscope via sourceforge: This problem arose when using vim, but also appears when using "cscope -d". I get the error "cannot read trailer offset from file cscope.out". I browsed build.c to find that it is caused when reading in a single number with fscanf. To see w

Re: vim mlcscope interface issues

2007-01-02 Thread Fred Ma
cscope as my next step. Since I've gotten vim/cscope to work on solaris before, I'm hopeful that it will be straightforward. I'm curious as to whether there has been any succcess or failures with the current cygwin/vim/mlcscope combination, which will hint at whether it is my setup o

Re: vim mlcscope interface issues

2007-01-02 Thread Fred Ma
curious as to whether there has been any succcess or failures with the current cygwin/vim/mlcscope combination, which will hint at whether it is my setup or not. Thanks. Fred Date: Sun, 15 Oct 2006 17:03:42 -0500 From: Dave & Diane Subject: Re: vim mlcscope interface issues Delivered-To: mail

Re: vim mlcscope interface issues

2006-10-15 Thread Dave & Diane
Hi Frodak, Interesting find. Looks like I'll have to work with the vim folks to see if they will add support for mlcscope. It is a completely different version than cscope, but the interface is generically the same so I don't think it would be too difficult to add support in vim and fix if_cs

vim mlcscope interface issues

2006-10-14 Thread Frodak
Hi, Over the last several days I've been trying to use vim with mlcscope and have come to the conclusion that the two won't place nice. Whenever performing a ":cs find ..." vim would hang until I killed the mlcscope process. I couldn't find anything on-line about compatibly issues between the tw