Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!rutgers!mailrus!cornell!rochester!denber From: denber@cs.rochester.edu Newsgroups: comp.sys.amiga Subject: AMXLisp Problem Message-ID: <1989Jun5.214236.24309@cs.rochester.edu> Date: 6 Jun 89 01:42:36 GMT Organization: U of Rochester, CS Dept, Rochester, NY Lines: 12 I got the Amiga version of XLisp 2.0 and managed to get it running after creating the necessary subdirectories and renaming the truncated file names, but I get stuck trying to run the function DEMO in demo.lsp. It claims NEWWINDOW is an unbound variable. In the code is the line (let ((nw (newamiga newwindow)) ... The system knows about the function newamiga, but I can't find it mentioned in the scanty AMXLisp documentation. What is this supposed to do? Have I not loaded some critical piece of code that defines NEWWINDOW? Any advice would be appreciated. Thanks. - Michel