guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Per-module reader, take #3


From: Ludovic Courtès
Subject: Re: [PATCH] Per-module reader, take #3
Date: Wed, 11 Jan 2006 17:45:49 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

[`current-reader' stuff...]

Neil Jerram <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]