I have a problem with using cscope on Emacs.
When I pressed "C-c C-s {g,s,..}" to use cscope, the key binding is blocked by syntactic analysis from CC mode.
The message printed out like(When I press C-c C-s) :
Syntactic analysis: ((topmost-intro 6123))
I want to use original cscope keybindings... is there any solutions for this issue?