I haven't looked at the Termite code in a while; but changing the namespace handling should be easy. Search for "namespaces" in the search field on the Gambit homepage to learn how those work. You've got two solutions, (1) put the identifyers you want to see into the "" namespace by modifying the namespace form(s) in the Termite sources, (2) add a namespace declaration for them above your code where you want to use them (so that when you use one of the identifyers it will refer to the termite# namespace).