Posted to tcl by apw at Sun Aug 12 18:59:40 GMT 2007view raw

  1. dkf, I have 2 problems with namespace ensemble command (for me only C-level):
  2. - I need a different "wrong # args" message (maybe only if an user unknown handler is installed which should be called in that case)
  3.  
  4. - if an user unknown handler is installed, I don't want the reparsing of the ensemble.
  5. Reason for that is that I have added an ensemble "itclinfo" with some subcommands to the ::info ensemble. When a subcommand - for example "vars" - is not found in "::info itclinfo" I want to call "::info vars" instead using the unknown handler.
  6. In that case (if I change the command within the unknown handler) I get into trouble because of reparsing.