Loading R6RS Libraries

2010-11-14 Thread Noah Lavine
Hello all, I encountered some behavior I didn't expect, and I'm not sure if it's intended or not. The following code works fine: (use-modules (rnrs base)) However, the next two lines both give errors: (use-modules (rnrs base (6))) (use-modules (rnrs base 6)) I didn't expect this because the ma

Re: request for hack: readline fixes

2010-11-14 Thread Andy Wingo
Hi Neil, On Sun 31 Oct 2010 00:11, Neil Jerram writes: > Neil Jerram writes: > >> Subject: [PATCH] Expression-oriented readline history Awesome! Applied, with gusto :) > 2. An interesting different approach would be not to do the add-history > here (i.e. in make-readline-port) at all, but ins