From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: suvayu ali Newsgroups: gmane.emacs.help Subject: Re: Emacs 24 - next line with wrapped lines Date: Mon, 2 Jul 2012 17:57:24 +0200 Message-ID: References: <34093565.post@talk.nabble.com> <87hattpvid@ch.ristopher.com> <155DEC68569B714B86C2C7075F5EDA9812CC0DC5@DAKIYA1.pegasus.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1341244690 16271 80.91.229.3 (2 Jul 2012 15:58:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2012 15:58:10 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" , Christopher Schmidt To: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 02 17:58:09 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 1Slj0o-0001tw-7Z for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jul 2012 17:58:06 +0200 Original-Received: from localhost ([::1]:40969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slj0n-0003PC-5k for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jul 2012 11:58:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slj0c-00038i-Jl for help-gnu-emacs@gnu.org; Mon, 02 Jul 2012 11:57:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Slj0W-0003du-3c for help-gnu-emacs@gnu.org; Mon, 02 Jul 2012 11:57:54 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:38946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slj0V-0003d1-SM for help-gnu-emacs@gnu.org; Mon, 02 Jul 2012 11:57:48 -0400 Original-Received: by obhx4 with SMTP id x4so4991937obh.0 for ; Mon, 02 Jul 2012 08:57:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=fIWvFZOF8N5CqQvdHQyi7BcwuR6iO7nzFbU9c3YYgBA=; b=Drl+++RuQC8gryPujqg9XF46g1YMu4t4a2ChqItjVI2xaojlClb5qY13urq0L8JSMp rNVURBeSKwCTxvLRitMILveFVUTGWz7dAGRZbWQXtUCQ7eOJ2X3rfDZk3UhkpfqG0AHG m9dleLZlt5kuVxirs+PQemnvHDuGW4mygLhrux6oWHL0sAqekFrpkhvpPLC7mHP/4X7c IUPFmVaxcEJcrmcs7VkHuSiPuOfOTv8eiy062LNW0RgljDX4iJmbbxGaO9zYbk3+NKeP Cle+QThjMiJbQ1jO1w0do/ns5SNEnHNK5limw3YlHtfjFX4hqC7dSCRTF05sAfg242DZ h6+g== Original-Received: by 10.182.157.84 with SMTP id wk20mr3534211obb.57.1341244664970; Mon, 02 Jul 2012 08:57:44 -0700 (PDT) Original-Received: by 10.60.24.33 with HTTP; Mon, 2 Jul 2012 08:57:24 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: I7dJ-PDZLi31kjQ95U1OFnGgLmY X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 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:85627 Archived-At: On Mon, Jul 2, 2012 at 5:29 PM, Aur=C3=A9lien Aptel wrote: > On Mon, Jul 2, 2012 at 4:40 PM, Doug Lewan w= rote: >> One of the things that attracted me to emacs from the beginning is that = you can edit /files/. Most editors want you to edit /text/. The whole visua= l-line thing was a big step backwards for me, but I've never known how to u= ndo it. > > Also if you don't want lines to wrap in any way you can add this to your = .emacs: > > (setq truncate-partial-width-windows nil) > (setq-default truncate-lines t) > Well, I wrap lines for modes meant for prose, and turn it off for programming modes. These are my relevant configs: (custom-set-variables ;; ... '(truncate-lines t)) (add-hook 'text-mode-hook '(lambda() (visual-line-mode t))) Cheers, --=20 Suvayu Open source is the future. It sets us free.