emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem report #12


From: Stuart D. Herring
Subject: Re: Problem report #12
Date: Tue, 11 Apr 2006 10:02:49 -0700 (PDT)
User-agent: SquirrelMail/1.4.3a-11.EL3

> 640     /* If POOL is null, MATRIX is a window matrix for window-based
> redisplay.
> 641        Do nothing if MATRIX' size, position, vscroll, and marginal
> areas
> 642        haven't changed.  This optimization is important because
> preserving
> 643        the matrix means preventing redisplay.  */
>
> At conditional (2): "(matrix)->pool == 0" taking true path

(Disclaimer: I know nothing about redisplay.)
See comment: w is only NULL if we're handling a frame matrix, not a window
matrix.  So matrix should have a pool, and this code path is dead.  No
bug.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]