Ann: kbs 0.40121 (11/21/2009 2:21:22 PM) kbs -- kitgen build system (version 0.4 for tcl/tk 8.5.8 and 8.6b1)
==========================
The system can generate [Tclkit] and [Tclkit Lite] executables,
Tcl packages, starkits and starpacks for diffe... rene
Whats wrong with that code(II)?7106 (11/19/2009 4:22:48 PM) Hi TCLers,
I've studied Tcl language syntax several times, but I don't see my=20
fault:
% set obrace 3
3
% if {$obrace<0} {return "missing '}'"}
extra characters after close-brace
Why doest this ... gerhard.reithofer(210)
Use tcl to perform linux commands10291 (11/18/2009 3:11:04 AM) I'm a beginner to tcl. Could anyone please answer me the question:
How to use tcl to perform linux commands? What i mean is I want to
write a tcl script that once executed it's able to lets say perfoms
linux... ryanlim0907(1)
Expect: interact with a pipeline0162 (11/18/2009 3:56:51 PM) Hello,
I'm struggling with the following chunk of code:
# pipeline_interact.exp
set channel [open {|tee out.log} RDWR]
fconfigure $channel -buffering none
spawn -noecho -open $channel
interact
wh... sebastien10(1)
Starkit from a starkit4165 (11/17/2009 7:20:45 AM) Hi all,
I tried to include wikit.kit inside my starkit. The tcl wiki explains
how to do that by unwrapping wikit.kit and copying 3 folders to my
starkit vfs. This works fine.
What I'm trying to do instead... israelu(152)
When bug 2176669 will get fixed?3139 (11/17/2009 9:38:41 PM) Hello.
When bug 2176669 will get fixed? It was reported 2008-10-18,
Alexandre Ferrieux provided a patch... Nothing happened after that.
Why?
WBR, Yaroslav Schekin
... ladayaroslav(35)
Old tkcon version crasing tcl 8.5.7?5130 (11/17/2009 5:43:00 PM) Hi all,
I have just noticed that an old version of tkcon (copied here:
http://www.ellogon.org/~petasis/tcl/tkcon_crash.tcl) crashes ActiveTcl
8.5.7. Can anybody verify this?
George
... Georgios
Passing a list to exec - simple yet anoyying porblem2122 (11/16/2009 8:47:11 PM) Hi all,
I have a proc which receives script name and parameters, then exec it
with the parameters. Very simple but for some reason exec sees all
list of parameters as one object. I tried using join, which ... bengoavs(4)
Security issue with "send"?2116 (11/17/2009 10:23:01 AM) Hello all,
in the PLplot project (http://plplot.sf.net) we have run into an issue
with the Tk send command
on Ubuntu. I am not familiar enough with xhost and xauth to construct
a decent solution, but here... arjen.markus895(657)