[`current-reader' stuff...]

Neil Jerram <[EMAIL PROTECTED]> writes:

> This is in CVS now.

I think there's another bit that should get in too:


--- ../../guile-core--cvs/ice-9/boot-9.scm      2005-12-14 14:58:29.000000000 
+0100
+++ boot-9.scm  2006-01-05 11:19:34.901389352 +0100
@@ -2540,7 +2540,7 @@
     (display prompt)
     (force-output)
     (run-hook before-read-hook)
-    (read (current-input-port))))
+    ((or (fluid-ref current-reader) read) (current-input-port))))
 
 (define (scm-style-repl)


Thanks,
Ludovic.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to