Jakub Narebski writes: > Could you recommend some good (best if also free) documentation of > Tcl/Tk, so I won't be doing "cargo cult" (copy'n'paste) programming? Tcl/Tk normally comes with an extensive set of man pages. Under Debian there are tcl8.5-doc and tk8.5-doc packages, for instance, that contain the man pages. If you have them installed you can do "man Tcl" to get an overview of the language, or "man lsearch" if you want to find out the arguments, options and semantics for the lsearch command, or "man canvas" if you want to know what the canvas widget can do, and so on. Paul. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html