line numbers for error messages?
 
Being new to tcltk and STk, I am learning them both at the same time.
I use the examples from Brent Welch's (draft) new book, "Practical
Programming in Tcl and Tk", and convert them to STk after I understand
how they work in Tcl.
Naturally, I find STk much more pleasant to work with...  But the
Tcl interpreter has one feature I find quite helpful -- it's 
error messages are somewhat more informative.  
For example, when I use the wrong name for a parent window, STk 
tells me
   *** Error:
   bad window path name ".toplabel"
and Tcl says:
   bad window path name ".topLabel"
       while executing
   "entry .topLabel.textEntry -width 20 -relief sunken -textvariable command"
       (file "./execlog.tcl" line 24)
       invoked from within
   "source ./execlog.tcl"
I find the line number, in particular, pretty helpful.  Is there
any chance line numbers could go on the official STk wish list?
Thanks -- and my compliments on STk.
 - Paul Shannon
   pshannon_at_nrao.edu
   National Radio Astronomy Observatory
   Charlottesville, Virginia
Received on Mon Mar 13 1995 - 19:23:50 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST