<div>Maybe there&#39;s a fancier way to do that, but that works for me (tested with a jump to a function).</div><div><br></div><div>With vim:</div><div>:cd your_project_root</div><div>:!ctags -R .</div>:set tags=tags<div><br>
</div><div>Ctrl ] will jump to the &quot;word under the cursor&quot; definition.</div><div>I think it&#39;s alt-d in emacs.</div><div><br></div><div>The problem is updating the tags file. I sometimes add a Makefile rule to a Makefile that sits in my project root folder. You can probably do something fancy with an event system (inotify or kqueue ?) to monitor files save and do the updating automatically.</div>
<div><br></div><div><br></div><div>- Benjamin.<br><div><br></div><div><br></div><div><br><div class="gmail_quote">On Sat, Dec 27, 2008 at 5:39 PM, Shannon -jj Behrens <span dir="ltr">&lt;<a href="mailto:jjinux@gmail.com">jjinux@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I don&#39;t know if we have anyone scheduled to do a newbie nugget. &nbsp;I<br>
personally would love it if someone showed us (i.e. me) how to setup<br>
TAGS for a Python project in either Emacs or Vim.<br>
<br>
;)<br>
-jj<br>
_______________________________________________<br>
Baypiggies mailing list<br>
<a href="mailto:Baypiggies@python.org">Baypiggies@python.org</a><br>
To change your subscription options or unsubscribe:<br>
<a href="http://mail.python.org/mailman/listinfo/baypiggies" target="_blank">http://mail.python.org/mailman/listinfo/baypiggies</a><br>
</blockquote></div><br></div></div>