[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: some MCL questions



In article <...> lafourca@cs.usm.my (Mathieu Lafourcade) writes:
 > Here is some aspects of MCL and Lisp which I can't figure out by myself
 > 
 > * how to set-view-size and set-view-position without redrawing....
 > I modifiy the size and the position of many subviews and only after I want
 > to have a redrawing.

(without-interrupts
   ;; Do the set-view-size and set-view-position here
  )


 > * how can I reduce an MCL image ? Any tree shacker for MCL ?

You can't yet.  There is no tree shaker.

 > * any url for the online CLtL2 ? Is the anything about CLtL3 (a such
 > version exists, isn't) ?

  http://www.cs.cmu.edu:8001/Web/Groups/AI/html/cltl/cltl2.html

--
Thomas A. Russ,  USC/Information Sciences Institute          tar@isi.edu