* Re: [feature request] smooth scrolling (continuing) [not found] <mailman.2129.1045652354.21513.bug-gnu-emacs@gnu.org> @ 2003-02-23 21:25 ` D. Goel [not found] ` <mailman.2288.1046035747.21513.bug-gnu-emacs@gnu.org> 1 sibling, 0 replies; 5+ messages in thread From: D. Goel @ 2003-02-23 21:25 UTC (permalink / raw) Jérôme Bouat <jerome.bouat@wanadoo.fr> writes: > > If it has to be properly implemented Indeed, emacs does not allow scrolling by less than one line, AFAIU. viz. there is always a complete full line visible at the end or bottom of a screen. (Would be neat when emacs overcomes that restriction..) :) > (no hack but global property), > I think it is a feature > that touch the core of emacs. > Does someone has planned to fix it ? (and until that time, any package like vel.el shall have this last remaining bit of granularity remaining: the "minimum" jumpit makes is 1 line... other than that, vel.el is very smooth, jumping every 0.05 seconds.. and can be made smoother by customizing the smoothness parameter: vel-moment). ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.2288.1046035747.21513.bug-gnu-emacs@gnu.org>]
* Re: [feature request] smooth scrolling (continuing) [not found] ` <mailman.2288.1046035747.21513.bug-gnu-emacs@gnu.org> @ 2003-02-23 21:48 ` David Kastrup [not found] ` <mailman.2291.1046036951.21513.bug-gnu-emacs@gnu.org> 1 sibling, 0 replies; 5+ messages in thread From: David Kastrup @ 2003-02-23 21:48 UTC (permalink / raw) "D. Goel" <deego@gnufans.org> writes: > Jérôme Bouat <jerome.bouat@wanadoo.fr> writes: > > > > If it has to be properly implemented > > > Indeed, emacs does not allow scrolling by less than one line, AFAIU. > > viz. there is always a complete full line visible at the end or bottom > of a screen. (Would be neat when emacs overcomes that > restriction..) :) ***Poof*** Your wish has been granted. You may now try C-h f set-window-vscroll RET in order to understand what (set-window-vscroll nil 0.5) may achieve. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.2291.1046036951.21513.bug-gnu-emacs@gnu.org>]
* Re: [feature request] smooth scrolling (continuing) [not found] ` <mailman.2291.1046036951.21513.bug-gnu-emacs@gnu.org> @ 2003-02-24 13:24 ` D. Goel 2003-02-25 1:16 ` =?iso-8859-1?b?IkrpcvRtZQ==?=.Bouat, <jerome.bouat@wanadoo.fr> [not found] ` <mailman.2355.1046135871.21513.bug-gnu-emacs@gnu.org> 2 siblings, 0 replies; 5+ messages in thread From: D. Goel @ 2003-02-24 13:24 UTC (permalink / raw) David Kastrup <dak@gnu.org> writes: > > Your wish has been granted. > > You may now try C-h f set-window-vscroll RET in order to understand > what > (set-window-vscroll nil 0.5) may achieve. Thanks David. DG http://deego.gnufans.org/ -- ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [feature request] smooth scrolling (continuing) [not found] ` <mailman.2291.1046036951.21513.bug-gnu-emacs@gnu.org> 2003-02-24 13:24 ` D. Goel @ 2003-02-25 1:16 ` =?iso-8859-1?b?IkrpcvRtZQ==?=.Bouat, <jerome.bouat@wanadoo.fr> [not found] ` <mailman.2355.1046135871.21513.bug-gnu-emacs@gnu.org> 2 siblings, 0 replies; 5+ messages in thread From: =?iso-8859-1?b?IkrpcvRtZQ==?=.Bouat, <jerome.bouat@wanadoo.fr> @ 2003-02-25 1:16 UTC (permalink / raw) Le Sun, 23 Feb 2003 22:48:58 +0100, David Kastrup a écrit : > "D. Goel" <deego@gnufans.org> writes: > >> Jérôme Bouat <jerome.bouat@wanadoo.fr> writes: >> > >> > If it has to be properly implemented >> >> >> Indeed, emacs does not allow scrolling by less than one line, AFAIU. >> >> viz. there is always a complete full line visible at the end or bottom >> of a screen. (Would be neat when emacs overcomes that >> restriction..) :) > > ***Poof*** > > Your wish has been granted. > > You may now try C-h f set-window-vscroll RET in order to understand > what > (set-window-vscroll nil 0.5) may achieve. I tried it but, sorry, I found this is not smooth at all. Maybe I have some other settings which interfer. The window jumps of on line instead of moving slowly by the intermediate pixels during some milliseconds. I mean one key hitting and then a automatic smooth scrolling which moves the window one pixel at a time and stop when the whole line has been scrolled. 1 stroke => smooth scrolling of the pixels which make 1 line during 300 ms (for example) ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.2355.1046135871.21513.bug-gnu-emacs@gnu.org>]
* Re: [feature request] smooth scrolling (continuing) [not found] ` <mailman.2355.1046135871.21513.bug-gnu-emacs@gnu.org> @ 2003-02-25 16:39 ` =?iso-8859-1?b?IkrpcvRtZQ==?=.Bouat, <jerome.bouat@wanadoo.fr> 0 siblings, 0 replies; 5+ messages in thread From: =?iso-8859-1?b?IkrpcvRtZQ==?=.Bouat, <jerome.bouat@wanadoo.fr> @ 2003-02-25 16:39 UTC (permalink / raw) Le Tue, 25 Feb 2003 02:16:12 +0100, =?iso-8859-1?b?IkrpcvRtZQ==?=.Boua a écrit : > Le Sun, 23 Feb 2003 22:48:58 +0100, David Kastrup a écrit : > >> "D. Goel" <deego@gnufans.org> writes: >> >>> Jérôme Bouat <jerome.bouat@wanadoo.fr> writes: >>> > >>> > If it has to be properly implemented >>> >>> >>> Indeed, emacs does not allow scrolling by less than one line, AFAIU. >>> >>> viz. there is always a complete full line visible at the end or bottom >>> of a screen. (Would be neat when emacs overcomes that >>> restriction..) :) >> >> ***Poof*** >> >> Your wish has been granted. >> >> You may now try C-h f set-window-vscroll RET in order to understand >> what >> (set-window-vscroll nil 0.5) may achieve. > > I tried it but, sorry, > I found this is not smooth at all. > Maybe I have some other settings > which interfer. > The window jumps of on line > instead of moving slowly by the intermediate pixels > during some milliseconds. > I mean one key hitting > and then a automatic smooth scrolling > which moves the window one pixel at a time > and stop when the whole line has been scrolled. > > 1 stroke > => smooth scrolling of the pixels > which make 1 line > during 300 ms (for example) In order to see what I expect, do the following: 1. open a long text file 2. place the cursor at the bottom of the window 3. execute (dotimes (i 20) (set-window-vscroll nil (* i 0.05)) (sit-for 0.05)) Now imagine that emacs scroll as shown each time you strike the 'down' key. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-02-25 16:39 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <mailman.2129.1045652354.21513.bug-gnu-emacs@gnu.org> 2003-02-23 21:25 ` [feature request] smooth scrolling (continuing) D. Goel [not found] ` <mailman.2288.1046035747.21513.bug-gnu-emacs@gnu.org> 2003-02-23 21:48 ` David Kastrup [not found] ` <mailman.2291.1046036951.21513.bug-gnu-emacs@gnu.org> 2003-02-24 13:24 ` D. Goel 2003-02-25 1:16 ` =?iso-8859-1?b?IkrpcvRtZQ==?=.Bouat, <jerome.bouat@wanadoo.fr> [not found] ` <mailman.2355.1046135871.21513.bug-gnu-emacs@gnu.org> 2003-02-25 16:39 ` =?iso-8859-1?b?IkrpcvRtZQ==?=.Bouat, <jerome.bouat@wanadoo.fr>
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).