From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Orgmode and filling Date: Wed, 06 Oct 2010 17:22:10 +0200 Message-ID: <83mxqrny71.fsf@yahoo.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=40255 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3Vot-0004hu-CA for emacs-orgmode@gnu.org; Wed, 06 Oct 2010 11:22:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3Vos-0002f1-9K for emacs-orgmode@gnu.org; Wed, 06 Oct 2010 11:22:15 -0400 Received: from slim-4a.inet.it ([213.92.5.126]:38469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3Vor-0002ek-Sq for emacs-orgmode@gnu.org; Wed, 06 Oct 2010 11:22:14 -0400 In-Reply-To: (Guy Wiener's message of "Wed, 6 Oct 2010 16:07:33 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Guy Wiener Cc: emacs-orgmode@gnu.org Guy Wiener writes: Hi, Guy, > When the cursor crosses the edge of the > frame, instead of placing a "long line" marker and moving to the next > line, the entire buffer is shifted to the left and the cursor remains > on the same line. > Can this behavior be disabled, and replaced the the same behavior as > in fundamental text editing? It is really annoying, especially when > using auto-fill mode. M-x toggle-truncate-lines does help? so that "Truncate long lines disabled". Or place in your .emacs: (setq truncate-lines t) cheers, Giovanni