bug-guile
[Top][All Lists]
Advanced

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

readline mysteriousness


From: Guido Sohne
Subject: readline mysteriousness
Date: Fri, 4 Apr 2003 12:56:32 +0000
User-agent: Mutt/1.4.1i

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                                address@hidden
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
----------------------------------------------------------




reply via email to

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