> I don't agree that having both at the same time is a mess. In fact, I need > exactly that: > > 1) Sometimes I load code which uses _ as assigment > 2) Sometimes I load packages which use _ as selector (like Glorp). > > So now I cannot have both. It means that if I load Glorp, I cannot load code > that needs _ as assigment. > If I load code that needs _ as assigment, I cannot load Glorp. > > THAT means a "broken mess" for me.
Why? You can change the setting before you load each individual package. It only affects code that is newly parsed, existing code continues to work the way it was compiled. This should encourage you to clean up the underscore assignment mess. There is really no reason to keep an underscore assignment. Lukas -- Lukas Renggli www.lukas-renggli.ch
