Re: [patch] sanitize fitCursor

2004-04-03 Thread Andre Poenitz
On Fri, Apr 02, 2004 at 01:44:33PM +0200, Alfredo Braunstein wrote: > This patch sanitizes fitCursor. Good stuff. Andre'

Re: [patch] sanitize fitCursor

2004-04-02 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > This patch sanitizes fitCursor. > > The main trick is that all y information (but not x) is known after the > first drawing step, and this y information is the only one needed for > fitCursor. So we simply do a redoParagraph on the outer paragraph of the > cursor befor

[patch] sanitize fitCursor

2004-04-02 Thread Alfredo Braunstein
This patch sanitizes fitCursor. The main trick is that all y information (but not x) is known after the first drawing step, and this y information is the only one needed for fitCursor. So we simply do a redoParagraph on the outer paragraph of the cursor before asking for it. Aditionally: + re