aka:Reading Source
aka
:Reading Source
Tags
Reference
Tags and Emacs:
http://www.emacswiki.org/emacs/EmacsTags
Useful Alias
Assuming CODEDIR to be the top-level source directory, first of all, modify your ~/.bashrc with this:
alias mktags='cd $CODEDIR && etags `find $CODEDIR -name "*.[h|c]"` && cd -'
Then run:
source ~/.bashrc mktags
Last modified : 2011/12/30 09:08:47 UTC