* [feature request] smooth scrolling
@ 2003-02-03 22:15 Jérôme Bouat
0 siblings, 0 replies; 3+ messages in thread
From: Jérôme Bouat @ 2003-02-03 22:15 UTC (permalink / raw)
Hello
I posted a question on news:gnu.emacs.help
but the answers didn't give me the way to resolve my problem.
I would like a progressive scrolling in emacs.
I like this feature because
it is easier to read a text
when it doesn't jump
(even for a jump of one line).
I don't speek about:
(setq scroll-conservatively '1023)
but I want the progressive scrolling of each line as does:
(dotimes (i 20) (set-window-vscroll nil (* i 0.05)) (sit-for 0.05)).
I would like
an emacs option such as 'line-scrolling-duration'.
If setted to 0: as fast as possible (i.e. not smooth).
If setted to non 0 value:
the value would represent
the duration of the whole line scrolling.
In the last case,
the number of steps would be computed
so that each step would last 1/25 second.
Jérôme
^ permalink raw reply [flat|nested] 3+ messages in thread
* [feature request] smooth scrolling
@ 2003-02-03 22:24 Jérôme Bouat
0 siblings, 0 replies; 3+ messages in thread
From: Jérôme Bouat @ 2003-02-03 22:24 UTC (permalink / raw)
Hello
I posted a question on news:gnu.emacs.help
but the answers didn't give me the way to resolve my problem.
I would like a progressive scrolling in emacs.
I like this feature because
it is easier to read a text
when it doesn't jump
(even for a jump of one line).
I don't speek about:
(setq scroll-conservatively '1023)
but I want the progressive scrolling of each line as does:
(dotimes (i 20) (set-window-vscroll nil (* i 0.05)) (sit-for 0.05)).
I would like
an emacs option such as 'line-scrolling-duration'.
If setted to 0: as fast as possible (i.e. not smooth).
If setted to non 0 value:
the value would represent
the duration of the whole line scrolling.
In the last case,
the number of steps would be computed
so that each step would last 1/25 second.
Jérôme
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [feature request] smooth scrolling
[not found] <mailman.1361.1044311131.21513.bug-gnu-emacs@gnu.org>
@ 2003-02-08 18:08 ` D. Goel
0 siblings, 0 replies; 3+ messages in thread
From: D. Goel @ 2003-02-08 18:08 UTC (permalink / raw)
> I don't speek about:
> (setq scroll-conservatively '1023)
> but I want the progressive scrolling of each line as does:
> (dotimes (i 20) (set-window-vscroll nil (* i 0.05)) (sit-for 0.05)).
>
i posted a response to you there. Did you check out [plug] vel.el
(gnu.emacs.sources)?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-02-08 18:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-03 22:15 [feature request] smooth scrolling Jérôme Bouat
-- strict thread matches above, loose matches on Subject: below --
2003-02-03 22:24 Jérôme Bouat
[not found] <mailman.1361.1044311131.21513.bug-gnu-emacs@gnu.org>
2003-02-08 18:08 ` D. Goel
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.