views:

278

answers:

2

Can you please tell me how can I setup cscope with aquamacs on MacOS?

I have followed a link from Google saying how to build a cscope database for my source code. But how can I invoke cscope with aquamacs?

Thank you.

A: 

M-x shell then 'cd your_dir; cscope ...." ?

Alex Ott
A: 

Install xscope.el http://www.emacswiki.org/emacs/CScopeAndEmacs#toc3

I use the GNU Cocoa build of Emacs, but I think this will work for you too.

abababa22