Re: 1.8.2 srfi-19 warns about current-time

2007-10-07 Thread Ludovic Courtès
Hi, Jon Wilson <[EMAIL PROTECTED]> writes: > SRFI-19, on the other hand, exports its own version of |current-time| > (see SRFI-19 Time > ) > which is not compatible with the core |current-time| function (se

Re: 1.8.2 srfi-19 warns about current-time

2007-10-07 Thread Jon Wilson
Hi Gregory, From the very page you linked: SRFI-19, on the other hand, exports its own version of |current-time| (see SRFI-19 Time ) which is not compatible with the core |current-time| function (see Tim

1.8.2 srfi-19 warns about current-time

2007-10-07 Thread Gregory Marton
In guile-1.8.2 (use-modules (srfi srfi-19)) warns: WARNING: (guile-user): imported module (srfi srfi-19) overrides core binding `current-time' Apparently one can control this using the #:replace keyword: http://www.gnu.org/software/guile/manual/html_node/Creating-Guile-Modules.html#Creating

Re: Make problem Mac OS X

2007-10-07 Thread Ludovic Courtès
Hi, David Fang <[EMAIL PROTECTED]> writes: > It's not a perfect substitute for GNU readline. Then I guess MacOS X users had better install the "real" GNU Readline. Alternatively, we could detect whether `rl_pending_input' is available at configure-time, and `#ifdef' the offending line of code.