vote up 0 vote down star

Hi,

I am using xcode with emacs. But everytime I start emacs, I need to go to menu 'CScope' -> Cscope->database -> set init Directory and it pick the root directory of my source.

And then I click 'CScope' -> Cscope->database -> set init Directory->create list and index'

Is there anyway I can configure that in .emacs so that I don't need to do that every time i start emacs?

Thank you.

flag

10% accept rate

1 Answer

vote up 0 vote down

If you're using this cscope mode it looks like you could do M-x customize-variable RET cscope-last-directory RET, set the variable to your favorite directory, and save the value. If not, you'll have to be more specific about how you are using cscope with Emacs.

link|flag
I am mainly using cscope in emacs to search for definition of a function and they open the file contains that function in a new frame in emacs. – n179911 Jul 2 at 16:41
Where did you get the Cscope mode you are using with Emacs? If it came with Emacs, which version of Emacs do you have? – Jouni K. Seppänen Jul 3 at 8:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.