bsdmp
bsdmp
Thank you for the fast reply. I've tried C-c s I and got the following: ``` Creating cscope index `cscope.out' in: /home/misha/work/got/ =============================================================================== Creating list of files to index ......
I removed `-o -false` from the xcscope.el, cscope.files file is created, but it is empty, and building of cscope.out is failing because of it. ``` --- xcscope.el.orig Sun Mar 13...
I did a little bit more investigation, it looks like you're doing cycle to build find string like this: ``` -iname -o -iname -o [...] -iname -o ``` and after...
I added printing of `findargs` with following code: ``` (message "findcmds: %s" findargs) ``` and it gives the following: ``` findcmds: (. \( -type d \( -name CVS -o -name...