26 Jun 01:31
Re: Why TCL interactive interpreter tries to auto-complete commands that were bound by the application to C functions?
From: Jeff Hobbs <jeffh@...>
Subject: Re: Why TCL interactive interpreter tries to auto-complete commands that were bound by the application to C functions?
Newsgroups: gmane.comp.lang.tcl.core
Date: 2008-06-25 23:31:46 GMT
Subject: Re: Why TCL interactive interpreter tries to auto-complete commands that were bound by the application to C functions?
Newsgroups: gmane.comp.lang.tcl.core
Date: 2008-06-25 23:31:46 GMT
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
RSS Feed