It's been a long time I haven't done Tcl development, but from memory:

namespace eval <namespace name> {
     --> your code here <---
}

should do what you're trying to do.

--
David

On Fri, Oct 7, 2016 at 2:12 PM, René J.V. Bertin <rjvber...@gmail.com>
wrote:

> sorry for the noise, it seems I can simply use
>
> namespace upvar kf5 ${name}_dep dep
>
> etc.
>
> Now, would it be possible and worth the trouble to put
> kf5.framework_dependency procedure itself into the dedicated namespace?
>
> R.
> _______________________________________________
> macports-dev mailing list
> macports-dev@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-dev
>
_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to