[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rank novice question



    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.