From owner-cse663-fa06-list@LISTSERV.BUFFALO.EDU Tue Sep 12 13:37:31 2006 Received: from ares.cse.buffalo.edu (ares.cse.Buffalo.EDU [128.205.32.79]) by castor.cse.Buffalo.EDU (8.13.6/8.12.10) with ESMTP id k8CHbVK5029215 for ; Tue, 12 Sep 2006 13:37:31 -0400 (EDT) Received: from front2.acsu.buffalo.edu (coldfront.acsu.buffalo.edu [128.205.6.89]) by ares.cse.buffalo.edu (8.13.6/8.13.6) with SMTP id k8CHbShk064854 for ; Tue, 12 Sep 2006 13:37:28 -0400 (EDT) Received: (qmail 8568 invoked from network); 12 Sep 2006 17:37:28 -0000 Received: from mailscan1.acsu.buffalo.edu (128.205.6.133) by front2.acsu.buffalo.edu with SMTP; 12 Sep 2006 17:37:28 -0000 Received: (qmail 13466 invoked from network); 12 Sep 2006 17:37:27 -0000 Received: from deliverance.acsu.buffalo.edu (128.205.7.57) by front1.acsu.buffalo.edu with SMTP; 12 Sep 2006 17:37:27 -0000 Received: (qmail 7911 invoked from network); 12 Sep 2006 17:37:16 -0000 Received: from listserv.buffalo.edu (128.205.7.35) by deliverance.acsu.buffalo.edu with SMTP; 12 Sep 2006 17:37:16 -0000 Received: by LISTSERV.BUFFALO.EDU (LISTSERV-TCP/IP release 14.5) with spool id 474316 for CSE663-FA06-LIST@LISTSERV.BUFFALO.EDU; Tue, 12 Sep 2006 13:37:16 -0400 Delivered-To: cse663-fa06-list@listserv.buffalo.edu Received: (qmail 847 invoked from network); 12 Sep 2006 17:37:15 -0000 Received: from mailscan7.acsu.buffalo.edu (128.205.6.158) by listserv.buffalo.edu with SMTP; 12 Sep 2006 17:37:15 -0000 Received: (qmail 14625 invoked from network); 12 Sep 2006 17:37:15 -0000 Received: from castor.cse.buffalo.edu (128.205.32.14) by smtp1.acsu.buffalo.edu with SMTP; 12 Sep 2006 17:37:15 -0000 Received: from castor.cse.Buffalo.EDU (rapaport@localhost [127.0.0.1]) by castor.cse.Buffalo.EDU (8.13.6/8.12.10) with ESMTP id k8CHbEYE029201 for ; Tue, 12 Sep 2006 13:37:15 -0400 (EDT) Received: (from rapaport@localhost) by castor.cse.Buffalo.EDU (8.13.6/8.12.9/Submit) id k8CHbEHq029200 for cse663-fa06-list@listserv.buffalo.edu; Tue, 12 Sep 2006 13:37:14 -0400 (EDT) X-UB-Relay: (castor.cse.buffalo.edu) X-PM-EL-Spam-Prob: : 7% Message-ID: <200609121737.k8CHbEHq029200@castor.cse.Buffalo.EDU> Date: Tue, 12 Sep 2006 13:37:14 -0400 Reply-To: CSE 663 - Advanced Knowledge Representation - Fall 2006 Sender: CSE 663 - Advanced Knowledge Representation - Fall 2006 From: "William J. Rapaport" Subject: more on SNePS To: CSE663-FA06-LIST@LISTSERV.BUFFALO.EDU Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: X-UB-Relay: (castor.cse.buffalo.edu) X-DCC-Buffalo.EDU-Metrics: castor.cse.Buffalo.EDU 1335; Body=0 Fuz1=0 Fuz2=0 X-Virus-Scanned: ClamAV 0.88.3/1871/Tue Sep 12 09:28:18 2006 on ares.cse.buffalo.edu X-Virus-Status: Clean Status: RO X-Status: X-Keywords: NotJunk $NotJunk X-UID: 12527 Content-Length: 774 | 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.