My wiki pages:Small notes:
- about [http proxy] for wikit at Suggestions for Wikit
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
}
}