Jabber: daapp at conference.jabber.ru
My wiki pages:
Small notes:
My repositories:
My .tclshrc
# my OS is Debian, so Tcl/Tk manual pages in sections 3tcl and 3tk
if {$tcl_platform(platform) eq {unix}} {
proc help command {
exec xterm -e man -S 3tcl:3tk $command &
return
}
}