[cl-ncurses-devel] Problems with getyx macros
Brad Beveridge
brad.beveridge at gmail.com
Mon Oct 3 15:21:57 UTC 2005
Those patches look good - similar in spirit to what I have done - so
it is good that I wasn't too far off :)
It is a shame that the package is unmaintained - are there more active
alternates?
Thanks
Brad
On 10/3/05, Julian Stecklina <der_julian at web.de> wrote:
> On Sun, 2 Oct 2005 21:09:40 -0700
> Brad Beveridge <brad.beveridge at gmail.com> wrote:
>
> > Hi all, I am trying to use the getyx macro, and get the error
> > ; Warning: This function is undefined:
> > ; WRAP-GETYX
> > ; Error in KERNEL:%COERCE-TO-FUNCTION: the function WRAP-GETYX is
> > undefined.
> >
> > My program does basically ...
> > (asdf:operate 'asdf:load-op 'cl-ncurses)
> > (in-package :cl-ncurses)
> > (let (x y)
> > (getyx stdscr y x)
> > (mvaddstr 20 0 (format nil "~a ~a" x y)))
> >
> > I am new to Lisp in general, so I don't really know how to go about
> > fixing this...
> > Any help is much appreciated.
>
> I made some fairly broad patches to cl-ncurses a while ago, but it
> seems that no one is listening on this mailing list with commit rights.
>
> It addresses the problems you mention, but cl-ncurses is quite
> abandoned on the other hand, so you might use some alternative.
>
> Regards,
> --
> Julian Stecklina
>
> When someone says "I want a programming language in which I
> need only say what I wish done," give him a lollipop. - Alan Perlis
>
>
>
More information about the cl-ncurses-devel
mailing list