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

2012-04-17 Thread Schwarz, Konrad
Hello, an easy work around for the problem that cscope and its variant mlcscope cannot deal with paths containing spaces under Cygwin is to replace such paths with their DOS short name equivalents, since these do not contain spaces. The error surfaces as the error message mlcscope:

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

2012-04-17 Thread marco atzeri
On 4/17/2012 9:55 AM, Schwarz, Konrad wrote: Hello, an easy work around for the problem that cscope and its variant mlcscope cannot deal with paths containing spaces under Cygwin is to replace such paths with their DOS short name equivalents, since these do not contain spaces. the easy

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

2012-04-17 Thread Jim Reisert AD1C
On Tue, Apr 17, 2012 at 2:07 AM, marco atzeri wrote: the easy solution is to not use paths with space in cygwin Not so easy. Cygwin inherits the Windows path, and I have several directories in my Windows PATH with spaces in them. -- Jim Reisert AD1C, jjreis...@alum.mit.edu,

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

2012-04-17 Thread Vivek Agarwal
On 4/18/12, Jim Reisert AD1C jjreis...@alum.mit.edu wrote: On Tue, Apr 17, 2012 at 2:07 AM, marco atzeri wrote: the easy solution is to not use paths with space in cygwin Not so easy. Cygwin inherits the Windows path, and I have several directories in my Windows PATH with spaces in them.

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

2007-01-03 Thread Fred Ma
Bug fix requested 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

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

2007-01-03 Thread Fred Ma
Sorry for posting in the wrong group, slippery typing fingers. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/