Version 15 of Alexander Danilov

Updated 2012-08-27 21:18:56 by LkpPo

Jabber: daapp at conference.jabber.ru


My wiki pages:

Small notes:


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
     }
 }