set SCOPE = “myscope:gogo:*” then when you enter: mycmd, it will try: myscope:mycmd, gogo:mycmd, and then all other scopes in undefined order.
The ‘type’ command can be used to find which command will be executed: % type -a mycmd mycmd is void myscope:mycmd(Object[]) mycmd is void otherscope:mycmd(String, Integer) — Derek > On 21 Aug 2015, at 16:00, Benson Margulies <[email protected]> wrote: > > If two bundles both provide an 'exit' command, how do I configure to > control which one is found by default?

