"PA" == Paolo Amoroso amoroso@mclink.it writes:
PA> Duncan Rose duncan@robotcat.demon.co.uk writes: >> I'm trying to define a presentation command translator which will >> invoke 'describe presentation' on specific types. Unfortunately it >> doesn't work (or at least, works in a way that I'm not expecting so if
PA> The problem seems related more to the presentations than the PA> translators, but I can't isolate it.
PA> Concerning your comment in the Glimpse code:
PA> ;;; ::FIXME:: if :graph is specified here, we have problems because the graph PA> ;;; doesn't fit on the pane, but the scroll bar updates and pane PA> ;;; resizing DON'T HAPPEN! At least when we output text, the pane is sized so PA> ;;; it can be scrolled!
PA> This is probably a known issue:
PA> http://mcclim.cliki.net/Bug#table-formatting-scrolling
I just yesterday had a long conversation on #lisp with Andy H about this, which was very helpful. At least for format-graph-from-roots, I needed to explicitly call
change-space-requirements
We couldn't determine (well, Andy couldn't, and my attempt was cursory) whether the spec required format-graph-from-roots to change its stream's space requirements or not.
Best, R