From jdunrue at gmail.com Sat Jul 8 22:14:20 2006 From: jdunrue at gmail.com (Jack Unrue) Date: Sat, 8 Jul 2006 16:14:20 -0600 Subject: [graphic-forms-devel] event functions API change Message-ID: Hi all. Just a quick heads-up that I'm going to be changing the argument lists for the event-*** generic functions so that I can make the lesser used arguments &optional. E.g., (defgeneric event-paint (dispatcher widget time gc rect) ...) will become (defgeneric event-paint (dispatcher widget gc &optional time rect) ...) ...similar changes will be made to the other functions. -- Jack Unrue From jdunrue at gmail.com Mon Jul 10 23:02:34 2006 From: jdunrue at gmail.com (Jack Unrue) Date: Mon, 10 Jul 2006 17:02:34 -0600 Subject: [graphic-forms-devel] input requested: adding a REPL to the library Message-ID: I'm thinking about adding a Lisp listener to Graphic-Forms, and was hoping to get some input from you all. Do you think it is: a) a "must have" feature if GF is to be taken seriously b) a "nice-to-have" feature that you could live without (note -- thinking of the availability of SLIME or commercial IDEs as I write this) c) more important to make sure apps built with GF have the right building blocks for a listener, rather than bundling one directly with the library proper d) a complete waste of time ??? Thanks in advance. -- Jack Unrue