From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han Xu Newsgroups: gmane.emacs.help Subject: problem of cursor position Date: Wed, 9 Apr 2003 13:49:29 -0400 Organization: College of Computing, Georgia Tech Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1049911057 17236 80.91.224.249 (9 Apr 2003 17:57:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2003 17:57:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 09 19:57:36 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 193JpH-0004To-00 for ; Wed, 09 Apr 2003 19:57:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193JnX-0004IU-07 for gnu-help-gnu-emacs@m.gmane.org; Wed, 09 Apr 2003 13:55:48 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.ems.psu.edu!news.cse.psu.edu!uwm.edu!rpi!news-ext.gatech.edu!news-int.gatech.edu!cc.gatech.edu!tokyo.cc.gatech.edu!xuhan Original-Newsgroups: gnu.emacs.help Original-Lines: 44 Original-NNTP-Posting-Host: tokyo.cc.gatech.edu Original-Xref: shelby.stanford.edu gnu.emacs.help:111823 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8324 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8324 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