help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] TCL Help using C-c TAB


From: Victor Hellberg
Subject: [h-e-w] TCL Help using C-c TAB
Date: Tue, 12 Dec 2006 15:06:01 +0200

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?

 

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]