1 Jun 2006 16:46
Re: SBCL patches
Peter Denno <peter.denno <at> nist.gov>
2006-06-01 14:46:08 GMT
2006-06-01 14:46:08 GMT
Hi all, OK. The patches that Marco Gidde provided are now in CVS, and the "News" section of the web page has been updated to mention this. Thanks to Marco for the patches and Andras for letting me know that I missed Marco's email! While I'm here, I'm thought I'd ask what people think is missing in cells-gtk. For example, a while back I started some stuff to do drawing, and I intend to someday pick that up again. I would use it to provide a graphing capability (at least draw and manipulate trees). But I'm not in great need of the capability now, and things just seem to work (I have a 3 cells-gtk apps now). So does anyone here have thoughts on how we can make things better? On Tuesday 30 May 2006 09:27, Andras Simon wrote: > Hi Peter, > > Are you considering applying Marco's patches > (http://common-lisp.net/pipermail/cells-gtk-devel/2006-May/000171.html)? > I tested them (except for the one in gtk-ffi.lisp which wraps > defpackage in an eval-when, because I think that the defpackage should > go instead in a separate file), and they not only make SBCL, but also > ACL 6.2 happy; and I see no regression in LWL either. (The context > menu in the Menu tab still doesn't work in LWL, but it didn't before > either.) > > Also, something like > > --- gtk-ffi/gtk-ffi.lisp 19 Feb 2006 20:17:41 -0000 1.19(Continue reading)
> While I'm here, I'm thought I'd ask what people think is missing in cells-gtk.
> For example, a while back I started some stuff to do drawing, and I intend to
> someday pick that up again. I would use it to provide a graphing capability
> (at least draw and manipulate trees). But I'm not in great need of the
> capability now, and things just seem to work (I have a 3 cells-gtk apps now).
> So does anyone here have thoughts on how we can make things better?
What I miss most are much better drawing capabilities. Though I
managed to draw a few lines on a widget using the mentioned functions
I really did not get the ideas behind the API and switched to clg
which already has cairo bindings. Of course clg has some other
problems, e.g. no cells inside
RSS Feed