[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rank novice question
- To: pts@faraday.clas.Virginia.EDU (Paul T. Shannon)
- Subject: Re: rank novice question
- From: Michael Travers <mt@media.mit.edu>
- Date: Thu, 26 Mar 92 23:48:48 -0500
- Cc: info-mcl@cambridge.apple.com
- In-reply-to: Your message of "25 Mar 92 13:26:56 GMT." <1992Mar25.132656.2638@murdoch.acc.Virginia.EDU>
From: pts@faraday.clas.Virginia.EDU (Paul T. Shannon)
? (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.
You're missing the line:
(require "QUICKDRAW")
which should precede the use of any quickdraw functions like LINE-TO.