From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Ctl-E doesn't go to end of line? Date: Wed, 18 May 2011 02:30:09 +0000 (UTC) Message-ID: <87zkmkwyui.fsf@mean.albasani.net> References: <711422.98072.qm@web32006.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMWWl-0004gV-LQ for emacs-orgmode@gnu.org; Tue, 17 May 2011 22:30:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMWWk-0004dd-SL for emacs-orgmode@gnu.org; Tue, 17 May 2011 22:30:23 -0400 Received: from lo.gmane.org ([80.91.229.12]:57731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMWWk-0004dX-MY for emacs-orgmode@gnu.org; Tue, 17 May 2011 22:30:22 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QMWWi-0006go-SM for emacs-orgmode@gnu.org; Wed, 18 May 2011 04:30:20 +0200 Received: from e178241074.adsl.alicedsl.de ([85.178.241.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 May 2011 04:30:20 +0200 Received: from gegendosenfleisch by e178241074.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 May 2011 04:30:20 +0200 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: emacs-orgmode@gnu.org Hi Mark, "Mark S." writes: > Hello, > > In org-mode, Ctl-E is bound to org-end-of-line. However, this doesn't > appear to take you to the actual end of line as it does in the regular > modes. Instead, it appears to take you out to the default line fill -- > even if your specified line fill is much shorter or much longer than > the default. Just to be clear: a) `C-e' takes you to whatever fill-column is set to globally? b) And this happens not only on headlines, but also on body lines? c) And you did not explicitly set any of the org-special-ctrl-xxx variables? afaics, org-end-of-line uses either a) end-of-visual-line, b) move-end-of-line or c) end-of-line. But none of those seem to have this effect. ... Now I am as curious as you are :). Memnon