I have been a VIM user for 4 years, but have been trying to learn emacs. My project is entirely written in Perl, and I'm trying to get cscope to work in emacs for perl.
I have no problem with perl navigation from VIM. "cs add cscope.out" from vim command-line mode does this job for me. However, in emacs with the same cscope database (which has both C ++ and perl characters) emacs perfectly recognizes my C characters (Mx Mx cscope-find-global-definition). But for perl characters, I get the following error.
Error: Search global definition: somePerlFunction Search complete.
Search time = 0.92 seconds. No matches found.
Does emacs support perl code navigation? If not, isn't that a major flaw? Can someone help?
source
share