On Thu, 02 Jun 2011 22:24:27 +0200, Christopher Roy Bratusek wrote: >>> Including [position] in sawfish.gtk.widgets should be enough. >> Please put it in librep.>> > > OK. There's now rep.util.misc which atm contains string->symbol and > position
It's not pushed yet, (only the changelog) but before you do, let me comment a bit. string->symbol: `intern' may be what you want. position: If it's only what you want, (= if string->symbol turns out to be unnecessary) than you can put it in rep/data.jl. Then all you have to import is 'rep'. In another words, you don't have to import any extra module, since it's always loaded. Don't forget to add it to 'export-bindings'. Teika (Teika kazura)
