all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* scrolling
@ 2003-08-08  2:24 schaecsn
  2003-08-08  4:55 ` scrolling Peter Lee
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: schaecsn @ 2003-08-08  2:24 UTC (permalink / raw)


Hi,

1) Let's assume the cursor is somewhere in the middle of the
screen. How can I scroll the screen by 1 line up or down?

2) If I'm at the bottom of the screen and I press cursor-down then the
screen scrolls by several lines. Google told me to set scroll-step to
1.

(setq scroll-step 1)

That works several times but then the cursor is suddenly in the middle
of the screen. I don't like that.


Thanks for any help :)

^ permalink raw reply	[flat|nested] 21+ messages in thread
* scrolling
@ 2012-11-09 19:11 drain
  2012-11-09 19:52 ` scrolling Doug Lewan
  0 siblings, 1 reply; 21+ messages in thread
From: drain @ 2012-11-09 19:11 UTC (permalink / raw)
  To: Help-gnu-emacs

Any Emacs Lisp suggestions on scrolling by paragraph?

The following code could be easily adapted if forward / backward
paragraph returned line numbers:

(defun gcm-scroll-up (&optional arg)
  (interactive "P")
  (if arg
      (scroll-down arg)
    (scroll-down 1)))




--
View this message in context: http://emacs.1067599.n5.nabble.com/scrolling-tp269271.html
Sent from the Emacs - Help mailing list archive at Nabble.com.



^ permalink raw reply	[flat|nested] 21+ messages in thread
* scrolling
@ 2011-04-01 13:19 Mario Lassnig
  0 siblings, 0 replies; 21+ messages in thread
From: Mario Lassnig @ 2011-04-01 13:19 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

how can I prevent that mwheel-scroll goes beyond the end of the file?

Meaning... I want to scroll down in a document with the wheel,
and I want the last line of the document to stay at the bottom of
the frame.

(so, in a sense what next-line-add-newlines nil does...)

Thanks,
Mario


^ permalink raw reply	[flat|nested] 21+ messages in thread
[parent not found: <mailman.8812.1056799237.21513.help-gnu-emacs@gnu.org>]
* Scrolling
@ 2003-06-28 11:01 K T Ligesh
  0 siblings, 0 replies; 21+ messages in thread
From: K T Ligesh @ 2003-06-28 11:01 UTC (permalink / raw)




Hi,

 I am trying to set the scroll properties such that when the point moves out of screen it will be repositioned at the top of the screen rather than the middle (which is how it is currently set)


 I tried setting values for scroll-up-aggressively to 0.1 1 etc. But it did not produce any effect...

 Any help would be appreciated...

 thanks.



--
:: Ligesh :: http://ligesh.com :: http://lxlabs.com :: 

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2012-11-09 19:52 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-08  2:24 scrolling schaecsn
2003-08-08  4:55 ` scrolling Peter Lee
2003-08-08  7:01   ` scrolling schaecsn
2003-08-08  8:32     ` scrolling Ehud Karni
2003-08-08  7:34 ` scrolling upro
2003-08-08 17:15 ` scrolling Harshdeep S Jawanda
2003-08-08 18:57 ` scrolling Kai Großjohann
2003-08-08 23:01   ` scrolling schaecsn
2003-08-09  0:07     ` scrolling Johan Bockgård
2003-08-09 10:02     ` scrolling Kai Großjohann
2003-08-10 13:52       ` scrolling Peter Lee
2003-08-10 20:27         ` scrolling Kai Großjohann
2003-08-11  3:37           ` scrolling Peter Lee
2003-08-11 15:01             ` scrolling Stefan Monnier
2003-08-12 18:35             ` scrolling Kai Großjohann
2003-08-16 14:02 ` scrolling Alexander Nikolov
  -- strict thread matches above, loose matches on Subject: below --
2012-11-09 19:11 scrolling drain
2012-11-09 19:52 ` scrolling Doug Lewan
2011-04-01 13:19 scrolling Mario Lassnig
     [not found] <mailman.8812.1056799237.21513.help-gnu-emacs@gnu.org>
2003-06-29 10:46 ` Scrolling Kai Großjohann
2003-06-28 11:01 Scrolling K T Ligesh

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.