Index: library/nx/nx.tcl =================================================================== diff -u -rf3cb5afe6aa1b6761b4a9909058f64ff7d64ab92 -r033c63d771af5253b0e94c2a9c1c6a94df40242e --- library/nx/nx.tcl (.../nx.tcl) (revision f3cb5afe6aa1b6761b4a9909058f64ff7d64ab92) +++ library/nx/nx.tcl (.../nx.tcl) (revision 033c63d771af5253b0e94c2a9c1c6a94df40242e) @@ -59,7 +59,6 @@ foreach cmd [list recreate] { ::nsf::methodproperty Class $cmd protected 1 } - # TODO: info methods shows finally "slots" and "slot". Wanted? # protect some methods against redefinition ::nsf::methodproperty Object destroy redefine-protected true @@ -1212,8 +1211,10 @@ } } - Class forward slots %self contains \ - -object {%::nsf::dispatch [::nsf::current object] -objscope ::subst [::nsf::current object]::slot} + # TODO: This is the slots method.... remove it for now. + # + #Class forward slots %self contains \ + # -object {%::nsf::dispatch [::nsf::current object] -objscope ::subst [::nsf::current object]::slot} ################################################################## # copy/move implementation @@ -1395,7 +1396,7 @@ namespace export Object Class next self current # TODO should not be necessary in the future - namespace export Attribute + #namespace export Attribute set ::nx::confdir ~/.nx set ::nx::logdir $::nx::confdir/log