0
votes
3answers
66 views
Can anyone tell me where to get Vim 7.2 with cscope support ?
I wanted to use cscope enabled vim - unfortuantely , the binaries at work are not compiled with cscope support , and when I tried building from src , I'm getting a lot of errors due to proper dev …
0
votes
0answers
29 views
Single user mode in mac
I want to use the mac in single user mode. I want to use ctags and cscope in that mode. Could anyone help me with the setups required for this. Thank you. All i know is how to go to the single user …
0
votes
2answers
19 views
cscope menu without recreating the database ?
I usually create the cscope database with the command,
cscope -bqRv
But at times, I just want to access the cscope menu usually got by running,
cscope -R
This needlessly recreates the cscope …
0
votes
0answers
4 views
cscope regular expression question
egrep "->tx(" *.c works fine on command line but not from
within "cscope -d" why ?
0
votes
2answers
192 views
Arrow keys does not work in cscope in Terminal on Macos
Hi,
I am running cscope in Terminal on Macos by using 'cscope -d'.
But the arrow keys (UP/DOWN arrow) do not work, as i need to navigate from 1 query to another.
Can you please tell me how can I fix …
0
votes
1answer
130 views
How to setup cscope with aquamacs on MacOS?
Can you please tell me how can I setup cscope with aquamacs on MacOS?
I have followed a link from Google saying how to build a cscope database for my source code. But how can I invoke cscope with …
6
votes
1answer
285 views
scope vs ctags in terms of features
I am a big fan of ctags Hence I am wondering if I have cscope, will I benefit more there two programs. Seems like the latter has the same features as ctags, namely, facilitating the finding of …
0
votes
0answers
47 views
Cscope egrep speedup
I use cscope in vim to search for stuff in a large codebase. I find the "cs f e" option too slow. Anyway tips speed it up. I build my cscope database using cscope -bq
2
votes
1answer
142 views
How to make Emacs always open .c files in the left windows while .h in the right?
I always open three windows when writing C code like this:
|
| 2
1 |_____
|
| 3
|
Window 1 is used for code writing, window 2 is used for cscope, and …
1
vote
1answer
117 views
How can I solve this cscope problem?
I always use vim+cscope to check sysmbol definition, and I find cscope always take declaration like:
struct sk_buff;
as a defintiion, which make vim always show a long list files to choose, always …
0
votes
0answers
59 views
How to tell cscope not to dereference symbolic links?
How do I tell cscope to ignore symbolic links when it is recursively traversing a directory to index source code files?
I do something like this:
find . \( -name "*".hh -or -name "*".h -or -name …
0
votes
1answer
85 views
Wrapping a quoted function in emacs-lisp
I use the cscope emacs extension (and find it quite useful). Unfortunately, it's default behaviour of only searching the current directory and below is insufficient for me, so I use the …
7
votes
2answers
1k views
cscope or ctags why choose one over the other?
I primarily use vim / gvim as an editor and am looking at using a combination of lxr ( the Linux Cross Reference ) and either cscope or ctags for exploring the kernel source. However I haven't ever …
1
vote
5answers
577 views
OSX: Environment variables pointing to application bundles?
I want cscope to open files in MacVim instead of vim, so I'm trying to have the path to MacVim as the Value of the EDITOR environment variable which is used by cscope:
$ export …
2
votes
3answers
367 views
non-gui emacs with cscope
So, i'm running emacs over a crappy ssh connection and I have it set up to use cscope. I can not use X because of this...hence I'm running emacs inside putty. However, when I search for something with …
