Re: [Chicken-users] srfi-19 DST

2009-09-13 Thread David N Murray
Sorry for the extraordinarily long-winded email the first time around. The attached patch seems to fix the problem: d...@kili:~/tr/scheme$ export TZ=EST5EDT d...@kili:~/tr/scheme$ csi -q t.scm #,(date 39200 9 4 2 13 9 2009 -14400 EDT #t #f #f #f) Sun Sep 13 02:04:09-0400 2009

Re: [Chicken-users] readline?

2009-09-13 Thread Jim Ursetto
On Sat, Sep 12, 2009 at 10:39 PM, David N Murray dmur...@jsbsystems.com wrote: d...@kili:~/tr/scheme$ cat ~/.csirc (require 'readline) (current-input-port (make-gnu-readline-port)) (gnu-history-install-file-manager (string-append (or (getenv HOME) .) /.csi.history)) Hi, Just change require

Re: [Chicken-users] readline?

2009-09-13 Thread David N Murray
On Sep 13, Jim Ursetto scribed: On Sat, Sep 12, 2009 at 10:39 PM, David N Murray dmur...@jsbsystems.com wrote: d...@kili:~/tr/scheme$ cat ~/.csirc (require 'readline) (current-input-port (make-gnu-readline-port)) (gnu-history-install-file-manager (string-append (or (getenv HOME) .)

Re: [Chicken-users] readline?

2009-09-13 Thread Jim Ursetto
On Sun, Sep 13, 2009 at 11:28 AM, David N Murray dmur...@jsbsystems.com wrote: Thanks Jim.  That fixed it. I tried to update the Wiki (http://chicken.wiki.br/readline#Examples) since that's where I got the code from, but it tells me the page doesn't exist. Thanks. The wiki is confused. Looks