Programming

emacs tags 사용법

steloflute 2014. 10. 31. 23:30

http://www.emacswiki.org/emacs/EmacsTags

 

* tags 생성

etags *.c *.h

 

* find a tag

M-.

 

* jump back

M-*

 

 

 

'Programming' 카테고리의 다른 글

Understanding “extern” keyword in C  (0) 2014.11.08
Smashing The Stack For Fun And Profit  (0) 2014.11.07
(Common Lisp) Converting characters to integers  (0) 2014.10.27
Test EOF in Common Lisp  (0) 2014.10.24
Precise Garbage Collection for C  (0) 2014.10.01