Jabber: daapp at conference.jabber.ru ---- My wiki pages: * [TclTk russian manual pages] * [Man Tcl по-русски] Small notes: * about [http proxy] for [wikit] at [Suggestions for Wikit] My repositories: * https://github.com/daapp/tcltk-rotext%|%widget::rotext%|% - Scrollable readonly text widget for Tcl/Tk. * https://github.com/daapp/tcltk-radiogroup%|%widget::radiogroup%|% - Radio group widget intended for small groups of radiobuttons. * https://github.com/daapp/tcltk-application%|%tkapp%|% - Basic application framework for Tk. * https://github.com/daapp/tcl1%|%tcl1%|% - Frontend to run one line scripts in Tcl. ---- 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 } } ====== <> Person