@@ -1,8 +1,8 @@ #!/bin/sh -# FILE: "/home/joze/src/tclreadline/sample.tclshrc" -# LAST MODIFICATION: "Mon Aug 23 00:55:51 1999 (joze)" +# FILE: "/diska/home/joze/src/tclreadline/sample.tclshrc" +# LAST MODIFICATION: "Mon Aug 23 17:50:54 1999 (joze)" # (C) 1999 by Johannes Zellner, # $Id$ # vim:set ft=tcl: \ exec tclsh "$0" "$@" @@ -27,25 +27,26 @@ # } # uncomment the following line to use # tclreadline's fancy ls proc. # - # namespace import ::tclreadline::ls + # namespace import tclreadline::ls # tclreadline::Print is on (`yes') by default. # This mimics the command echoing like in the # non-readline interactive tclsh. # If you don't like this, uncomment the following # line. # - # ::tclreadline::Print no + # tclreadline::Print no # uncomment the folling line, if you want # to change tclreadline's print behaviour # frequently with less typing. # - # namespace import ::tclreadline::Print + # namespace import tclreadline::Print # go to tclrealdine's main loop. - ::tclreadline::Loop + # + tclreadline::Loop }