I have never noticed the TCL Help feature in the TCL menu when in TCL-mode. The menu item always seems to be grayed-out. I have tried to invoke the command with the C-c TAB and it then prompts me to enter a TCL command. No matter what I type in the result is "[No Match]". Does anyone know how I can get this feature to work?
- I've noticed that the *inferior-tcl* buffer that is created when the TCL process is started does not give full feedback to all commands. For example I have to execute the following commands to get the unit time printed in the buffer: set t [clock seconds] puts $t Is this by design? - When my TCL app calls the tk_chooseDirectory function for example, the GUI doesn't refresh with this window until I press "enter" in the *inferior-tcl* window. Is this a known bug?