guile-devel
[Top][All Lists]
Advanced

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

What is the Guile 1.4 equivalent?


From: Bruce Korb
Subject: What is the Guile 1.4 equivalent?
Date: Sat, 31 May 2003 11:28:22 -0700

Hi all,

Since 1.4.x is still in distribution, I need my code to work
against that version.  In my various email exchanges, someone
suggested the following for enabling source lines in error messages.
Except is doesn't work for 1.4.  Is there an equivalent, or
should I not bother?


guile> (add-hook! before-error-hook error-source-line)
standard input:54:1: While evaluating arguments to add-hook! in expression 
(add-hook! before-error-hook error-source-line):
standard input:54:1: Unbound variable: error-source-line
ABORT: (unbound-variable)

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


By the way, I would still be interested in knowing the developers'
consensus on getting scm_c_eval_string_from_file_line into 1.7 and following.

Regards,
        Bruce




reply via email to

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