Clim-Fig doesn't ignore figure presentation highliting

Paolo Amoroso amoroso at mclink.it
Sun Oct 17 14:13:18 CEST 2004


Clim-Fig defines this method to avoid highlighting the figures drawn
by the user:

  (define-presentation-method highlight-presentation
      ((type figure) record stream state)
    (declare (ignore record stream state))
    nil)

But Clim-Fig in the latest McCLIM CVS sources does highlight the
figures.  I seem to remember that early versions didn't.


Paolo
-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film



More information about the mcclim-devel mailing list