help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Adding gst to ctags


From: Nicolas Petton
Subject: Re: [Help-smalltalk] Adding gst to ctags
Date: Wed, 15 Dec 2010 15:47:32 +0100

Le mercredi 15 décembre 2010 à 10:47 +0000, Mathieu Suen a écrit :
> Hi All
> 
> 
> For those who use emacs I have added smalltalk to ctags.
> So now you can use tags in emacs to search for the method definition.
> To do so, you need to get the latest smalltalk-mode.el from:
> https://github.com/mathk/smalltalk
> 
> Then build ctags from: 
> https://github.com/mathk/gst-ctags
> 
> To build the tag file I usally do:
> 
> smalltalk $ find . -type f -name '*.st' | xargs ctags -a -e
> 
> Now if you are in emacs, simply hit M-. under the method you whant to search 
> the 
> definition.
> 
> To visit a tag file:
> M-x visit-tags-table
> 
> For more information about emacs tags:
> M-: (info "(emacs)Tags")
> 

Cool mathieu! I'm going to try it ASAP ;)

Nico




reply via email to

[Prev in Thread] Current Thread [Next in Thread]