On Sun, 28 Dec 2008 18:06:44 +0100, Stelian Ionescu said:
On Sat, 2008-12-27 at 21:10 -0600, Stephen Compall wrote:
and *default-special-bindings*.
pushed with a few modifications
I also added default initialization forms to *default-special-bindings*: the rebound specials are those bound by with-standard-io-syntax, with the addition of *break-on-signals* and *random-state*
I think those default initializations are a bad idea. Anyone setting them globally either wants that effect or needs to learn about let. Conversely, it could be quite annoying not to be able to set *break-on-signals* for all threads.