At 08:27 AM 1/21/02 +0000, Nix wrote:
(I don't expect to be calling *much* from redisplay, anyway; but
equally
I don't really want the system to explode because I've called a few
things, either.)
What you should aim for is that in the steady state lisp isn't called at
all. This is true currently. The widget stuff invokes lisp for
instantiation but subsequently uses cached copies.
andy