Saturday, March 21, 2009

emacs+etags

from http://tulrich.com/geekstuff/emacs.html:

from your base dir:

$ etags [your cpp hpp files]
(creates a TAGS file)

Then, from within emacs, go over your function:
M-.       goes to the symbol definition
M-0 M-.   goes to the next matching definition
M-*       return to your starting point

No comments: