emacs中使用cscope问题

Vim、Emacs配置和使用
回复
firenzeit
帖子: 1
注册时间: 2011-01-11 22:22

emacs中使用cscope问题

#1

帖子 firenzeit » 2011-01-11 22:35

我试着在emacs中使用scscope,跟据网上的教程. 在源码的根目录下用cscope-indexer -r
命令建立了cscope.out等文件,在.emacs文件上也放了
(setq cscope-do-not-update-database t)
(load-file ".emacs.d/elisp/cscope/xcscope.el")
(require 'xcscope)
但是当我用emacs打开一个源文件想使用任何一个cscope命令,在mini-buffer上
总是说"no such file or directory cscope"

请问有人知道这是怎么回事吗?
回复