Anthony Fairchild wrote:
> Hello again,
> 
> I can get it to work if I do this:
> 
> (sdl:with-rectangle (r rect)
>    (util:print-vars sdl::x sdl::y sdl::w sdl::h))
> 
> So is this a bug or am I being too nit-picky? ;-)
> 

Hi Anthony,

That is just the way the Lisp package system works. But I should at
least export x, y, w and w from lispbuilder-sdl, so that it becomes
possible to do:

(sdl:with-rectangle (r rect)
   (util:print-vars sdl:x sdl:y sdl:w sdl:h))



- Luke
_______________________________________________
application-builder mailing list
[EMAIL PROTECTED]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to