In guile-1.6.3 evaluating the form below by pasting
it in from middle mouse button
(let ((x '((a b) c)))
(cons (let ((x (cdr x)))
(car x))
(let ((s (car x)))
(cons (let ((x (cdr x)))
(car x))
(cons (let ((x (car x)))
x)
(cdr x))))))
works fine. However if your .guile has the following in it
(define-module (guile-user))
(use-modules (ice-9 readline))
(activate-readline)
then all kind of wierdness goes on ...
----------------------------------------------------------
Guido Sohne [EMAIL PROTECTED]
At Large http://sohne.net
----------------------------------------------------------
The mark of your ignorance is the depth of your belief
in injustice and tragedy. What the caterpillar calls
the end of the world, the master calls a butterfly.
-- Messiah's Handbook : Reminders for
the Advanced Soul
----------------------------------------------------------
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile