From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bill Schottstaedt Newsgroups: gmane.lisp.guile.bugs Subject: Misplaced syntactic keyword defvar Date: Wed, 19 May 2004 09:07:01 -0700 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <40AB8625.7040202@ccrma> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1084982992 5735 80.91.224.253 (19 May 2004 16:09:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 May 2004 16:09:52 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed May 19 18:09:36 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQTdP-0004iH-00 for ; Wed, 19 May 2004 18:09:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQTbi-0002Ec-7n for guile-bugs@m.gmane.org; Wed, 19 May 2004 12:07:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BQTbY-0002Cw-PK for bug-guile@gnu.org; Wed, 19 May 2004 12:07:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BQTay-00024I-WE for bug-guile@gnu.org; Wed, 19 May 2004 12:07:38 -0400 Original-Received: from [171.67.16.138] (helo=smtp3.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQTax-00023U-Oi for bug-guile@gnu.org; Wed, 19 May 2004 12:07:04 -0400 Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp3.Stanford.EDU (8.12.11/8.12.11) with ESMTP id i4JG71pc030333 for ; Wed, 19 May 2004 09:07:02 -0700 Original-Received: from ccrma (cmn13.stanford.edu [171.64.197.162]) by cm-mail.stanford.edu (8.11.6/8.11.6) with ESMTP id i4JG71x14177 for ; Wed, 19 May 2004 09:07:01 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040308 X-Accept-Language: en-us, en Original-To: bug-guile@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1429 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1429 In the current CVS Guile: /home/bil/cl/ ../test/bin/guile guile> (define defvar #f) guile> (set! defvar define) guile> (set! defvar define) Backtrace: In standard input: 3: 0* (set! defvar define) standard input:3:1: In procedure memoization in expression (set! defvar define): standard input:3:1: Misplaced syntactic keyword defvar. ABORT: (syntax-error) guile> Even shorter, though I'm not sure this is legal: guile> (set! define define) Backtrace: In standard input: 1: 0* (set! define define) standard input:1:1: In procedure memoization in expression (set! define define): standard input:1:1: Misplaced syntactic keyword define. ABORT: (syntax-error) (The first example is abstracted from a larger context where I'm using the same code in both Scheme and Common Lisp). _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile