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: This should be so simple.... Date: Sat, 17 May 2003 10:33:33 -0700 Organization: Home Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <3EC6726D.A00AD412@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 1053192289 25890 80.91.224.249 (17 May 2003 17:24:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 17 May 2003 17:24:49 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 17 19:24:48 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 19H5QN-0006jQ-00 for ; Sat, 17 May 2003 19:24:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H5RZ-00037Q-08 for guile-devel@m.gmane.org; Sat, 17 May 2003 13:26:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H5R4-0002nV-00 for guile-devel@gnu.org; Sat, 17 May 2003 13:25:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H5Qp-0002hp-00 for guile-devel@gnu.org; Sat, 17 May 2003 13:25:16 -0400 Original-Received: from bay-bridge.veritas.com ([143.127.3.10] helo=mtvmime01.veritas.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H5Qj-0002JZ-00 for guile-devel@gnu.org; Sat, 17 May 2003 13:25:09 -0400 Original-Received: from megami (unverified) by mtvmime01.veritas.com for ; Sat, 17 May 2003 10:28:00 -0700 Original-Received: from veritas.com([172.22.12.211]) (1353 bytes) by megami via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Sat, 17 May 2003 10:25:06 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #15 built 2001-Aug-30) 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:2387 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2387 All I want is the error handling code to believe that it is processing file "error.tpl6" on line 7 instead of "" line 5. *** error.samp6 2003-05-17 10:29:07.000000000 -0700 --- error.out6 2003-05-17 10:29:07.000000000 -0700 *************** *** 1,5 **** ! error.tpl6:7:4: In expression (stumble-over-unbound-variable): ! error.tpl6:7:4: Unbound variable: stumble-over-unbound-variable Scheme evaluation error. AutoGen ABEND-ing in template error.tpl6 on line 3 Failing Guile command: = = = = = --- 1,5 ---- ! :5:4: In expression (stumble-over-unbound-variable): ! :5:4: Unbound variable: stumble-over-unbound-variable Scheme evaluation error. AutoGen ABEND-ing in template error.tpl6 on line 3 Failing Guile command: = = = = = _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel