Version 12 of Alexander Danilov

Updated 2007-02-08 07:26:54

Home page: http://fssg.st-oskol.ru/~alex/

Email: daapp at land dot ru

I have pack several packages for Tcl/Tk in Debian package format. Look at http://fssg.st-oskol.ru/~alex/wiki.cgi?Debian


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

...


[ Category Home Page

Category Person ]