From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Ctl-E doesn't go to end of line? Date: Wed, 18 May 2011 00:58:28 -0400 Message-ID: <6356.1305694708@alphaville.dokosmarshall.org> References: <553581.47710.qm@web32001.mail.mud.yahoo.com> <8762p8ss7b.fsf@norang.ca> <5308.1305690002@alphaville.dokosmarshall.org> <87wrhosmcv.fsf@norang.ca> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMYqM-0001IE-A4 for emacs-orgmode@gnu.org; Wed, 18 May 2011 00:58:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMYqL-0005gx-41 for emacs-orgmode@gnu.org; Wed, 18 May 2011 00:58:46 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:56108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMYqK-0005gk-VQ for emacs-orgmode@gnu.org; Wed, 18 May 2011 00:58:45 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LLD00BOSKHGOV60@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 17 May 2011 23:58:34 -0500 (CDT) In-reply-to: Message from Bernt Hansen of "Tue, 17 May 2011 23:45:20 EDT." <87wrhosmcv.fsf@norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: "Mark S." , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Bernt Hansen wrote: > > Isn't this the same as setting line-move-visual to nil? Just pretend > > it's an org-mode option. > > Could be :) I didn't find any details about that var when I looked at > the docstrings for the functions involved. > There's some documentation about it in the Emacs manual, section 7.2, "Changing the location of point". It seems harmless to set it to nil (restores emacs 23 default behavior wrt long lines) and it's probably going to solve Mark's problem. Nick