emacs-devel
[Top][All Lists]
Advanced

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

Re: problem of released-button style mode-line


From: Miles Bader
Subject: Re: problem of released-button style mode-line
Date: Wed, 25 Oct 2000 10:01:33 +0900 (JST)

Kenichi Handa <address@hidden> writes:
> That's one way.  Another way may be to make a new flag, say
> fully_visible_p, for a window, and make redispaly routine
> itself to handle it.  This way, the Lisp program gets very
> simple, just calling (set-window-fully-visible-p t).

That is certainly much more convenient for this case, but it seems a lot
less general...

On the other hand, I guess the redisplay code must already have this code
*somewhere*, because it does it for the echo area.

I think that it's desirable that pos-visible-in-window-p work correctly in
all cases, so it should be fixed regardless, but perhaps if it's simple to
subvert the echo-area code to implement set-window-fully-visible-p, we
could do both.

-Miles
-- 
Love is a snowmobile racing across the tundra.  Suddenly it flips over,
pinning you underneath.  At night the ice weasels come.  --Nietzsche



reply via email to

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