From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Schmidt Newsgroups: gmane.emacs.help Subject: Re: Emacs 24 - next line with wrapped lines Date: Sat, 30 Jun 2012 00:07:45 +0100 (BST) Message-ID: <87hattpvid@ch.ristopher.com> References: <34093565.post@talk.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1341011279 21590 80.91.229.3 (29 Jun 2012 23:07:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 29 Jun 2012 23:07:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 30 01:07:58 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SkkI8-0004Ei-Se for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jun 2012 01:07:57 +0200 Original-Received: from localhost ([::1]:40165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkkI8-0004BT-N5 for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jun 2012 19:07:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkkI4-0004BO-3u for help-gnu-emacs@gnu.org; Fri, 29 Jun 2012 19:07:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkkI2-0005On-8T for help-gnu-emacs@gnu.org; Fri, 29 Jun 2012 19:07:51 -0400 Original-Received: from ristopher.com ([146.185.21.93]:40858 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkkI1-0005ON-RP for help-gnu-emacs@gnu.org; Fri, 29 Jun 2012 19:07:50 -0400 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id AB3B020B2F; Sat, 30 Jun 2012 00:07:45 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1341011265; bh=vwe/6KH88iR+3WTAcVKhg2foURFF4c+WhwtZc5Kp4g0=; h=From:To:Subject:In-Reply-To:References:Message-ID:MIME-Version: Content-Type:Date; b=HTTtU6RqtjgoJgt2DydeOyQPg7Fk0gCqZ4KkLClwgS41Jzidg4gvcT3BjUqDg3qpM lUp/KjydJ+cP5iKjDOd/cmvVczOpBaOjkVwrzAqfs3Gepo8GpwYlUTwnCDFiAH9NGC Pab1FSgPbbRp5OkuqDgntfO9VtItXAlAN5JUC0wQ= In-Reply-To: <34093565.post@talk.nabble.com> (nroose@earthlink.net's message of "Fri, 29 Jun 2012 15:57:21 -0700 (PDT)") Mail-Followup-To: help-gnu-emacs@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 146.185.21.93 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85578 Archived-At: nroose writes: > In the new emacs 24, when I am at the beginning of a wrapped line, and > I hit ctrl-n, it takes me to the next visual line, which is the middle > of the current actual line, instead of taking me to the beginning of > the next actual line. Is there a way to turn this off? I can > understand this if someone is writing prose, but when I am > programming, this is NOT the way I want it to be. M-x customize-variable RET line-move-visual RET Christopher