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: Thu, 26 Oct 2000 12:22:43 +0900 (JST)

Kenichi Handa <address@hidden> writes:
> And, I found one more problem.  
>   (set-window-start WINDOW 1)
> doesn't make the position 1 fully visible if it is already
> partially visible.

That's simply the nature of window-start -- it's where emacs begins
drawing *any* text in the window, even if it's not fully visible.

I think you can do `(set-window-vscroll WINDOW 0)' to make the first
line fully visible.

-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]