Index: library/nx/nx.tcl =================================================================== diff -u -N -r75f60be7698fecc92f988b113075465a792f4ebc -r40b842e5b218cc6144506ff4689671b780c4e8c5 --- library/nx/nx.tcl (.../nx.tcl) (revision 75f60be7698fecc92f988b113075465a792f4ebc) +++ library/nx/nx.tcl (.../nx.tcl) (revision 40b842e5b218cc6144506ff4689671b780c4e8c5) @@ -2820,7 +2820,10 @@ foreach m [$origin ::nsf::methods::object::info::methods -path -callprotection all] { set rest [lassign [$origin ::nsf::methods::object::info::method definition $m] . protection . what .] - + #if {$what eq ""} { + # puts stderr "COPY <$m> can't handle [$origin ::nsf::methods::object::info::method definition $m] -> what '$what'" + # continue + #} # remove -returns from reported definitions set p [lsearch -exact $rest -returns]; if {$p > -1} {set rest [lreplace $rest $p $p+1]}