[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scroll-down with pixel transition
From: |
Tak Kunihiro |
Subject: |
Re: scroll-down with pixel transition |
Date: |
Tue, 11 Apr 2017 07:24:17 +0900 (JST) |
>> It works.
>> Is there a way to visually hide the overshoot on (scroll-down 1)?
>
> I don't understand the question. The display is only refreshed when
> you call sit-for, so you have complete control of that already, and
> AFAICS the code does what you told it to do. Am I missing something?
In Emacs around me (25.1 on Mac, 25.1 on Windows), the following lines
give me overshoot for each scroll-down. Is not the case for you?
(dotimes (ii 10)
(scroll-down 1)
(set-window-vscroll nil (1- (frame-char-height)) t) (sit-for 0.05)
(dolist (vs (reverse (number-sequence 0 (- (frame-char-height) 2))))
(set-window-vscroll nil vs t) (sit-for 0.05)))
- scroll-down with pixel transition, Tak Kunihiro, 2017/04/09
- Re: scroll-down with pixel transition, Eli Zaretskii, 2017/04/10
- Re: scroll-down with pixel transition, Tak Kunihiro, 2017/04/10
- Re: scroll-down with pixel transition, Eli Zaretskii, 2017/04/10
- Re: scroll-down with pixel transition,
Tak Kunihiro <=
- Re: scroll-down with pixel transition, Eli Zaretskii, 2017/04/11
- Re: scroll-down with pixel transition, Tak Kunihiro, 2017/04/12
- Re: scroll-down with pixel transition, Eli Zaretskii, 2017/04/12
- Re: scroll-down with pixel transition, Tak Kunihiro, 2017/04/13
- Re: scroll-down with pixel transition, Eli Zaretskii, 2017/04/13
- Re: scroll-down with pixel transition, Tak Kunihiro, 2017/04/13
- Re: scroll-down with pixel transition, Eli Zaretskii, 2017/04/13
- Re: scroll-down with pixel transition, Tak Kunihiro, 2017/04/13
- Re: scroll-down with pixel transition, Eli Zaretskii, 2017/04/13
- Re: scroll-down with pixel transition, Tak Kunihiro, 2017/04/13