Re: idutils and Python

2006-08-23 Thread Fabio Zadrozny
On 8/23/06, Ramon Diaz-Uriarte <[EMAIL PROTECTED]> wrote: Thanks for the answer. I had read about PyDev and its extenssions but,if at all possible, I'd like to keep working with Emacs (or Vim)instead of Eclipse, and I'd rather use free/open source software. Well, you can use only Pydev without the

Re: idutils and Python

2006-08-23 Thread Ramon Diaz-Uriarte
Thanks for the answer. I had read about PyDev and its extenssions but, if at all possible, I'd like to keep working with Emacs (or Vim) instead of Eclipse, and I'd rather use free/open source software. Best, R. On 8/23/06, Fabio Zadrozny <[EMAIL PROTECTED]> wrote: > > > > > > > What exactly are

Re: idutils and Python

2006-08-23 Thread Ramon Diaz-Uriarte
On 22 Aug 2006 10:04:12 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > That's usually cscope http://cscope.sourceforge.net/ but I've not > tried to use it with Python before; from the web page it looks like it > may be worth a spin: > "The fuzzy parser supports C, but is flexible enough to

Re: idutils and Python

2006-08-23 Thread Fabio Zadrozny
> What exactly are you trying to accomplish?  If you want to index> function/class names, variables, etc then you should take a look at > "exuberant ctags" http://ctags.sourceforge.net53 --although it started> off as a C indexer, it has excellent Python support, it's free, and as> a bonus its indic

Re: idutils and Python

2006-08-22 Thread [EMAIL PROTECTED]
Ramon Diaz-Uriarte wrote: > On 21 Aug 2006 22:56:13 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > What exactly are you trying to accomplish? If you want to index > > function/class names, variables, etc then you should take a look at > > "exuberant ctags" http://ctags.sourceforge.net53

Re: idutils and Python

2006-08-22 Thread Ramon Diaz-Uriarte
On 21 Aug 2006 22:56:13 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > What exactly are you trying to accomplish? If you want to index > function/class names, variables, etc then you should take a look at > "exuberant ctags" http://ctags.sourceforge.net53 --although it started > off as a C

Re: idutils and Python

2006-08-21 Thread [EMAIL PROTECTED]
Ramon Diaz-Uriarte wrote: > Dear All, > > Has anybody tried to use ID Utils > (http://www.gnu.org/software/idutils/46) with Python? What exactly are you trying to accomplish? If you want to index function/class names, variables, etc then you should take a look at "exuberant ctags" http://ctags.so

idutils and Python

2006-08-21 Thread Ramon Diaz-Uriarte
Dear All, Has anybody tried to use ID Utils (http://www.gnu.org/software/idutils/46) with Python? I've googled, searched the mailing list, and have found nothing. A silly, simple use of IDUtils with Python code does work, using a language map that says *.py files are text files. But I am wonderi