emacs的drupal开发的cscope配备

emacs的drupal开发的cscope配置下载cscope,解压后执行./configuremakemake install?安装cscope-indexersud

emacs的drupal开发的cscope配置

下载cscope,解压后执行

./configure

make

make install

?

安装cscope-indexer

sudo apt-get install cscope

?

修改/usr/bin/cscope-indexer(大概在141行)

?

egrep -i '\.([chly](xx|pp)*|cc|hh|x|php|sh|inc)$' | \

?

查找函数定义C-c s d,查找函数很快。