all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* problem of cursor position
@ 2003-04-09 17:49 Han Xu
  2003-04-09 19:18 ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Han Xu @ 2003-04-09 17:49 UTC (permalink / raw)



Hi,

Suppose my current emacs window is like this:
---------------------------------------------
Line 1
...
..
Line 20
....
....
Line 40
----------------------------------------------

where, Line 40 is at bottom of the window. Now, I press the "Down" arrow
key, by which I intend to move to next line, i.e. Line 41. AND: I intend
to make the Line 41 at the bottom of the window, NOT at the middle of
window, which is default by Emacs. How can I achieve that ?

i.e. I want the result like this:
--------------------------------
Line 2
...
...
Line 21
...
...
Line 41
--------------------------------

NOT like this:
---------------------------------
Line 20
...
...
Line 41
...
...
Line 61
----------------------------------

Thanks a lot !

Han

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

* Re: problem of cursor position
  2003-04-09 17:49 problem of cursor position Han Xu
@ 2003-04-09 19:18 ` Kai Großjohann
  2003-04-09 21:39   ` Han Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2003-04-09 19:18 UTC (permalink / raw)


See the variables scroll-step and scroll-conservatively.
-- 
A preposition is not a good thing to end a sentence with.

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

* Re: problem of cursor position
  2003-04-09 19:18 ` Kai Großjohann
@ 2003-04-09 21:39   ` Han Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Han Xu @ 2003-04-09 21:39 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 212 bytes --]


It works. Thanks !

On Wed, 9 Apr 2003, Kai [iso-8859-1] Großjohann wrote:

> See the variables scroll-step and scroll-conservatively.
> --
> A preposition is not a good thing to end a sentence with.
>

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

end of thread, other threads:[~2003-04-09 21:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-09 17:49 problem of cursor position Han Xu
2003-04-09 19:18 ` Kai Großjohann
2003-04-09 21:39   ` Han Xu

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.