how to do tags?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yun Mao

    how to do tags?

    Hi, I'm using emacs now. How to run etags so that I can search into my own
    source code as well as those site-packages source? Thanks a million!

    Yun


  • John J. Lee

    #2
    Re: how to do tags?

    "Yun Mao" <maoy@REMOVE_IF _NOT_SPAM.cis.u penn.edu> writes:
    [color=blue]
    > Hi, I'm using emacs now. How to run etags so that I can search into my own
    > source code as well as those site-packages source? Thanks a million![/color]

    Same way you'd do anything else with etags. You just feed it the
    files you want.

    C-h i m emacs RET m tags RET m create RET

    ....and page down a bit, for an example.


    John

    Comment

    Working...