Jeff Hobbs | 26 Jun 01:31
Picon

Re: Why TCL interactive interpreter tries to auto-complete commands that were bound by the application to C functions?

Yuri wrote:
> I defined my own command 'g'.
> When this command is in a script file it's executed fine in a batch.
> But when I try to type it in interactive mode I get this:
> 
> % g
> ambiguous command name "g": get gets glob global glut
> 
> 
> Why it does this and how do I disable this auto-completion?

set ::tcl_interactive 0

Jeff

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

Gmane