[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rank novice question
- To: info-mcl
- Subject: rank novice question
- From: pts@faraday.clas.Virginia.EDU (Paul T. Shannon)
- Date: 25 Mar 92 13:26:56 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: University of Virginia
- Sender: usenet@murdoch.acc.Virginia.EDU
In one of my first efforts using mcl, I get completely stumped
on this problem:
(in-package :ccl)
#<Package "CCL">
(setq w (make-instance 'window)
#<WINDOW "Untitled" #x69FB1>
? (line-to w 5 5)
> Error: Undefined function LINE-TO called with arguments (#<WINDOW
"Untitled" #x69F6B1> 5 5)
etc.
I get the same error evaluating from either the Listener or a fred
buffer.
I'm sure I'm missing something simple here. Suggestions welcom.
- Paul Shannon
pts@Virginia.edu