[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem of released-button style mode-line
From: |
Gerd Moellmann |
Subject: |
Re: problem of released-button style mode-line |
Date: |
Wed, 25 Oct 2000 13:58:35 +0200 (CEST) |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.90 |
Miles Bader <address@hidden> writes:
> I added an argument, FULLY, to Fpos_visible_in_window_p that uses
> the window's desired_matrix to do more careful checking of partial
> visiblity.
>
> However, in the case where the window layout has been recently
> changed, with no intervening redisplay, the desired_matrix is out of
> date. I want a way to update the window's desired_matrix, without
> doing a real redisplay.
I've installed something which I think does the trick.
The problem with the previous code was that move_* functions don't
built a desired matrix (it's considerably faster), so this could not
work.
- Re: problem of released-button style mode-line, (continued)
- Re: problem of released-button style mode-line, Miles Bader, 2000/10/20
- Re: problem of released-button style mode-line, Kenichi Handa, 2000/10/20
- Re: problem of released-button style mode-line, Miles Bader, 2000/10/20
- Re: problem of released-button style mode-line, Miles Bader, 2000/10/21
- Re: problem of released-button style mode-line, Kenichi Handa, 2000/10/24
- Re: problem of released-button style mode-line, Miles Bader, 2000/10/24
- Re: problem of released-button style mode-line, Kenichi Handa, 2000/10/24
- Re: problem of released-button style mode-line, Miles Bader, 2000/10/24
- Re: problem of released-button style mode-line, Gerd Moellmann, 2000/10/24
- Re: problem of released-button style mode-line, Miles Bader, 2000/10/24
- Re: problem of released-button style mode-line,
Gerd Moellmann <=
- Re: problem of released-button style mode-line, Miles Bader, 2000/10/25
- Re: problem of released-button style mode-line, Kenichi Handa, 2000/10/25
- Re: problem of released-button style mode-line, Miles Bader, 2000/10/25
- Re: problem of released-button style mode-line, Kenichi Handa, 2000/10/26
- Re: problem of released-button style mode-line, Miles Bader, 2000/10/26
- Re: problem of released-button style mode-line, Kenichi Handa, 2000/10/26
- Re: problem of released-button style mode-line, Miles Bader, 2000/10/26
- Re: problem of released-button style mode-line, Gerd Moellmann, 2000/10/26
- Re: problem of released-button style mode-line, Gerd Moellmann, 2000/10/26
- Re: problem of released-button style mode-line, Kenichi Handa, 2000/10/30