bug-guile
[Top][All Lists]
Advanced

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

Re: guile.info: Procedures for On the Fly Evaluation


From: Alex Schroeder
Subject: Re: guile.info: Procedures for On the Fly Evaluation
Date: Thu, 27 Sep 2001 10:19:17 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7

Thien-Thi Nguyen <address@hidden> writes:

> i believe this bug is actually a misunderstanding.  i could not
> reproduce the above behavior.  see below for a more straightforward way
> to see if some proc is available.
>
> thi
>
> _____________________________
> guile> read-and-eval!
> #<primitive-procedure read-and-eval!>
> guile> (version)
> "1.5.2"
> guile> 
>

Hm.  Maybe when I built Guile something got left out?

Alex.

guile> read-and-eval!
<unnamed port>: In expression read-and-eval!:
<unnamed port>: Unbound variable: read-and-eval!
ABORT: (unbound-variable)

Type "(backtrace)" to get more information or "(debug)" to enter the debugger.
guile> (backtrace)

Backtrace:
In unknown file:
   ?: 0* read-and-eval!

Type "(debug-enable 'backtrace)" if you would like a backtrace
automatically if an error occurs in the future.
guile> (version)
"1.7.0"
guile> (apropos "read-and-eval")
guile> 


-- 
http://www.geocities.com/kensanata/
Coffee should be black as hell, strong as death and sweet as love.
        -- Turkish proverb



reply via email to

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