Subject: PATCH: tkinspect-5.1.6 for tcl/tk 8.0p2 (namespaces, afters)
Newsgroups: comp.lang.tcl
Summary: patch to last sls tkinspect release for tcl/tk 8.x
Keywords: tkinspect namespace after tcl/tk 8.x tkerror

This is a patch that allows tkinspect-5.1.6 work with tcl/tk8.x

Changes from the last patch include:
   . added class to look at afters.
   . added class to look at namespaces.
   . now handles undefined variables inside namespaces

Get tkinspect and the patch from:

   http://www.neosoft.com/tcl/ftparchive/sorted/devel/

the files of interest in this directory are:

   tkinspect-5.1.6.tar.gz            the last release from sls
   tkinspect-5.1.6p4.patch.README    this README file
   tkinspect-5.1.6p4.patch.tar.gz    archive containing the patch

then:

gunzip <tkinspect-5.1.6p4.patch.tar.gz | tar -xf - 
gunzip <tkinspect-5.1.6.tar.gz | tar -xf - 

cd tkinspect-5

mv RCS X-RCS
patch -p1 <../tkinspect-5.1.6p4.patch/patch-5.1.6-5.1.6p4
mv X-RCS RCS

The dance to get around the patch/RCS interaction is naff. `co' puts 
the userid of the locker into the RCS $Id: README,v 1.1 1997/12/26 18:48:00 phealy Exp $ variables in the tkinspect 
files and you end up with rejected hunks. Suggestions to avoid this
problem are welcomed. 

Paul
--
ei9gl@indigo.ie
