From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philip Newsgroups: gmane.emacs.help Subject: Move up and down through a wrapped line Date: Wed, 6 Apr 2011 00:20:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <39a3dfc6-4651-4a2f-8d13-63a90369f538@l39g2000yqh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1302184779 27108 80.91.229.12 (7 Apr 2011 13:59:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2011 13:59:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 07 15:59:35 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7pkE-0007F8-RH for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Apr 2011 15:59:35 +0200 Original-Received: from localhost ([127.0.0.1]:56022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7pkE-0002ur-0x for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Apr 2011 09:59:34 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!l39g2000yqh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 74.98.42.137 Original-X-Trace: posting.google.com 1302074451 24970 127.0.0.1 (6 Apr 2011 07:20:51 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 6 Apr 2011 07:20:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l39g2000yqh.googlegroups.com; posting-host=74.98.42.137; posting-account=_7wIHwoAAAAD-ffJstuJiKvbB0nCKtnv User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.10 (maverick) Firefox/3.6.16,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:186511 X-Mailman-Approved-At: Thu, 07 Apr 2011 09:58:26 -0400 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80661 Archived-At: Is it possible to make Emacs emulate the behavior of modern text editors with regard to wrapped lines -- that is, the Up and Down keys move the cursor to one part of the wrapped line and then to the other? For example, if the cursor is at position 0 on the wrapped line: ^abcd efgh abcd efgh abcd efgh -/ abcd efgh then pressing Down will move it to the first part character of the second fold of the line: abcd efgh abcd efgh abcd efgh -/ ^abcd efgh