From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marcel Korpel Newsgroups: gmane.emacs.help Subject: Re: line wrapping Date: Sat, 21 Nov 2009 03:32:25 +0100 Message-ID: References: <67f12d01-cddc-4fd4-ad82-d6e4fcdeca9f@l2g2000yqd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1258770786 20568 80.91.229.12 (21 Nov 2009 02:33:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Nov 2009 02:33:06 +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 Nov 21 03:32:59 2009 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.50) id 1NBfmU-000391-DQ for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Nov 2009 03:32:58 +0100 Original-Received: from localhost ([127.0.0.1]:57671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBfmT-0000kU-P3 for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Nov 2009 21:32:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBfm6-0000jy-BS for help-gnu-emacs@gnu.org; Fri, 20 Nov 2009 21:32:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBfm0-0000jG-8R for help-gnu-emacs@gnu.org; Fri, 20 Nov 2009 21:32:33 -0500 Original-Received: from [199.232.76.173] (port=45170 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBfm0-0000jD-5q for help-gnu-emacs@gnu.org; Fri, 20 Nov 2009 21:32:28 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:51689) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBflz-0003vU-Qx for help-gnu-emacs@gnu.org; Fri, 20 Nov 2009 21:32:28 -0500 Original-Received: by bwz7 with SMTP id 7so4209635bwz.26 for ; Fri, 20 Nov 2009 18:32:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=lFnMEL6QWEufZVj34QN4IoGb969D32UEuI52gWjBzvA=; b=i2eZ/TgSVWnpqPAnKR1pt+4aXDXLBiPMK1HZNIH/KOlw/LGWBNleI1h7iCDa10nVx5 rKEjGwir52zFXOpby7lMK7gyLvBpTDVB/wkGc3RNKjdkKTdbiDz062h5jNF+dyPFuRjU 9F5jO8BiX2R+l2Os/tNHqc1z9rIljenrM8Ito= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ENey4E0sLcYn+rOx+LEyj39vtw40YlJG1rTFscVeqTWqigyNqbaKkhzO4UODxf7NZQ q06LKeZefGFRNPuLkkASfBm+dJKOiVflJztie6Ol5lV+Fr872bM+Zh05MEzrsyosouIK vI+2amE5ywiApm7txUfS7UwqMXCf8NvnNxmvw= Original-Received: by 10.204.35.11 with SMTP id n11mr121192bkd.40.1258770745805; Fri, 20 Nov 2009 18:32:25 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:69990 Archived-At: 2009/11/20 Tim Visher : > Have you tried using long-lines mode? Or, starting from Emacs 23, use the new Visual Line Mode, e.g. in .emacs: (add-hook 'text-mode-hook 'visual-line-mode) See also http://www.emacswiki.org/emacs/VisualLineMode Regards, Marcel