How to config cscope in emacs?
Posted
by
Kim
on Super User
See other posts from Super User
or by Kim
Published on 2011-02-20T05:39:08Z
Indexed on
2011/02/20
7:27 UTC
Read the original article
Hit count: 454
emacs
|configuration
I'm using Ubuntu 10.10 as my os, I am using emacs in Gnome.
I have installed emacs and cscope successfully:
sudo apt-get install emacs
sudo apt-get install cscope
then run command in the directory of the source code folder in my terminal, and the index files have been produced.
cscope-indexer
and add the following stuf in .emacs in home/username folder
(require 'xcscope))
)
However, there isn't a short-cut ,'CSCOPE', in the emacs ui and when I use ctrl_c + s to use cscope, emacs said it's undefined.
What should i do now to make cscope run.
© Super User or respective owner