From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.devel Subject: What is the Guile 1.4 equivalent? Date: Sat, 31 May 2003 11:28:22 -0700 Organization: Home Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <3ED8F446.12425825@veritas.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054405065 11469 80.91.224.249 (31 May 2003 18:17:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 31 May 2003 18:17:45 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 31 20:17:44 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19MAvI-0002yo-00 for ; Sat, 31 May 2003 20:17:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MAxB-0005Y1-Fj for guile-devel@m.gmane.org; Sat, 31 May 2003 14:19:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MAwt-0005TF-Tm for guile-devel@gnu.org; Sat, 31 May 2003 14:19:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MAws-0005PK-ES for guile-devel@gnu.org; Sat, 31 May 2003 14:19:23 -0400 Original-Received: from bay-bridge.veritas.com ([143.127.3.10] helo=bach.veritas.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MAwr-0005Ka-Qv for guile-devel@gnu.org; Sat, 31 May 2003 14:19:22 -0400 Original-Received: from veritas.com (localhost [127.0.0.1]) by bach.veritas.com (Postfix) with ESMTP id 51613249F7 for ; Sat, 31 May 2003 11:28:22 -0700 (PDT) X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.19-4GB i686) X-Accept-Language: en Original-To: guile development X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2461 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2461 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 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel