Index: library/nx/nx.tcl =================================================================== diff -u -r3e0565bde9f6f02b2145aecc8c1756c28d8ae507 -rcb838e0d7ecf616891cc1f5089750208913d8503 --- library/nx/nx.tcl (.../nx.tcl) (revision 3e0565bde9f6f02b2145aecc8c1756c28d8ae507) +++ library/nx/nx.tcl (.../nx.tcl) (revision cb838e0d7ecf616891cc1f5089750208913d8503) @@ -3,6 +3,8 @@ namespace eval ::nx { namespace eval ::nsf {}; # make pkg indexer happy + namespace eval ::nsf::object {}; # make pkg indexer happy + # # By setting the variable bootstrap, we can check later, whether we # are in bootstrapping mode @@ -33,7 +35,8 @@ # # get frequenly used primitiva from the next scripting framework # - namespace import ::nsf::next ::nsf::current ::nsf::self + namespace export next current self configure finalize interp is my relation + namespace import ::nsf::next ::nsf::current ::nsf::self ::nsf::my ::nsf::object::dispatch # # provide the standard command set for ::nx::Object