xcscope.el icon indicating copy to clipboard operation
xcscope.el copied to clipboard

cscope interface for (X)Emacs

Results 6 xcscope.el issues
Sort by recently updated
recently updated
newest added

I have multiple cscope databases to refer to at once. Is there any way in which I can add all the database to the search list? Basically, I want to...

I've read the docs, but still can't make xcscope.el work with sources in sub-directories. files in the directory: ``` cscope.out [...] got/ lib/ ``` I start `emacs got/got.c`, then point...

Hi, when I tried to use xcscope to find definition or something, it prints multiple lines of cscope: cannot find file path/to/file and I notice that the path/to/file is symbolic...

am using emacs 24.3 with xcscope. I need help in setting cscope-database-regexps. I am trying to setup so that it will look for code in this order /home/mike/Src/master1/child1/child1 /home/mike/Src/master2/child2/child2 /home/mike/Src/master1...

while tracing a function call flow, we can go up the call-stack via the "cscope-pop-mark", once that is done, the popped mark is lost. it would be _nice_ if we...