unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* [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 --
     [not found] <mailman.1361.1044311131.21513.bug-gnu-emacs@gnu.org>
2003-02-08 18:08 ` [feature request] smooth scrolling D. Goel
2003-02-03 22:24 Jérôme Bouat
  -- strict thread matches above, loose matches on Subject: below --
2003-02-03 22:15 Jérôme Bouat

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).