In tclsh/tcl, when I debug a few lines of scripts, I find it is very
unconvenient withou this kind of short key. so my question is
straigthforward, Is this a bug or feature? Can this kind of thing
done in tclshl? If NOT, is there any work around tips ? any
suggestions?
It would be nice if tclsh had a built-in cross-platform readline type
capability.
You could try using 'rlwrap'.
I start my tclsh as
%rlwrap tclsh
and then all the arrow keys CTRL +A etc seem to do the right thing.
J
Have a look at http://wiki.tcl.tk/16139.