From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: how to move to upper line Date: 06 Jul 2004 09:52:26 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089100437 23861 80.91.224.253 (6 Jul 2004 07:53:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2004 07:53:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 06 09:53:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bhklz-0001pY-00 for ; Tue, 06 Jul 2004 09:53:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bhknz-0008SI-L3 for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jul 2004 03:55:55 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-X-Trace: news.uni-berlin.de tLxsTnF7A1r3uT+Zec6ixA2/6TGzGxWoRqsdGNFpSrP/jy4cmb User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:124147 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19478 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19478 "Chang PilHun" writes: > Not as ctrl+p or ctrl+n. > for example, if my terminal width is 80, the line of longer width than > 80chars appears as two different lines. > 'Ctrl+p' moves cursor two or more upper lines.(In fact, This is only one > line !) > I want move cursor 'only one line'. > In Vim, 'k' is equal to 'ctrl+p', and 'j' is equal to 'ctrl+n', > and I can do that by typing 'gk', 'gj'. > > (I cannot find this in my o'reilly book...) > Sorry for my poor english. :-( Maybe this is what you want: screen-lines.el version 0.52 (from google groups): http://groups.google.com/groups?q=%22screen-lines%22+group:gnu.emacs.sources&hl=en&lr=&ie=UTF-8&group=gnu.emacs.sources&selm=927e54%24f7l%241%40nw032.infoweb.ne.jp&rnum=3 /Mathias