From mrzorn@cse.Buffalo.EDU Wed Sep 13 00:58:17 2006 Received: from hadar.cse.Buffalo.EDU (root@hadar.cse.Buffalo.EDU [128.205.32.1]) by castor.cse.Buffalo.EDU (8.13.6/8.12.10) with ESMTP id k8D4wGGX014515 for ; Wed, 13 Sep 2006 00:58:16 -0400 (EDT) Received: from yeager.cse.Buffalo.EDU (root@yeager.cse.Buffalo.EDU [128.205.36.9]) by hadar.cse.Buffalo.EDU (8.13.6/8.12.10) with ESMTP id k8D4wGgn022279 for ; Wed, 13 Sep 2006 00:58:16 -0400 (EDT) Received: from yeager.cse.Buffalo.EDU (mrzorn@localhost [127.0.0.1]) by yeager.cse.Buffalo.EDU (8.12.10+Sun/8.12.4) with ESMTP id k8D4wFGb028712; Wed, 13 Sep 2006 00:58:15 -0400 (EDT) Received: (from mrzorn@localhost) by yeager.cse.Buffalo.EDU (8.12.10+Sun/8.12.8/Submit) id k8D4wFxP028711; Wed, 13 Sep 2006 00:58:15 -0400 (EDT) Date: Wed, 13 Sep 2006 00:58:15 -0400 (EDT) From: Mark R Zorn To: "William J. Rapaport" cc: CSE663-FA06-LIST@LISTSERV.BUFFALO.EDU Subject: Re: more on SNePS In-Reply-To: <200609121737.k8CHbEHq029200@castor.cse.Buffalo.EDU> Message-ID: References: <200609121737.k8CHbEHq029200@castor.cse.Buffalo.EDU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-Buffalo.EDU-Metrics: castor.cse.Buffalo.EDU 1029; Body=0 Fuz1=0 Fuz2=0 Status: R Content-Length: 941 Using /projects/shapiro/Sneps/sneps262 appears to be working. thanks On Tue, 12 Sep 2006, William J. Rapaport wrote: > | From mrzorn@cse.Buffalo.EDU Tue Sep 12 13:31:53 2006 > | Subject: CSE663 - Problem with sneps > | > | I seem to be getting an error when trying to run sneps. > | > | >From the command prompt I start lisp (mlisp) and load sneps with :ld > | /projects/snwiz/bin/sneps > | > | but when trying to run snepsul from there with the command (sneps) I > | receive the following error: > | > | Error: Attempt to call sneps::undefine.r which is defined as a macro. > | [condition type: undefined-function] > | > | Am I doing something wrong? I don't recall having to do more than that, > | albeit I have not used sneps in quite a while. > | > | Thanks, > | Mark Zorn > > Try using > > /projects/shapiro/Sneps/sneps262 > > instead; it's a more up-to-date (but still beta-test) version. > > Please let me know if it works. >