From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.help Subject: Re: Emacs 24 - next line with wrapped lines Date: Mon, 2 Jul 2012 17:29:48 +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 X-Trace: dough.gmane.org 1341243025 1662 80.91.229.3 (2 Jul 2012 15:30:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2012 15:30:25 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" , Christopher Schmidt To: Doug Lewan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 02 17:30:23 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 1SliZo-0003Jl-7a for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jul 2012 17:30:12 +0200 Original-Received: from localhost ([::1]:60956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SliZn-0005nN-7F for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jul 2012 11:30:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SliZa-0005jV-8L for help-gnu-emacs@gnu.org; Mon, 02 Jul 2012 11:30:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SliZT-0001qs-F2 for help-gnu-emacs@gnu.org; Mon, 02 Jul 2012 11:29:57 -0400 Original-Received: from mail-yw0-f51.google.com ([209.85.213.51]:57911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SliZT-0001pz-9Q for help-gnu-emacs@gnu.org; Mon, 02 Jul 2012 11:29:51 -0400 Original-Received: by yhnn12 with SMTP id n12so5160644yhn.38 for ; Mon, 02 Jul 2012 08:29:48 -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:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=eJtzHzH+XaBA25sJdjwPHso1rMdQRyGBrNzbTQomGC8=; b=ypFJSc4EjXm0TwdxFtSWVGdFuCsHVw166KpKTqtA3nytFtFCrmnrr2BGcVp06ezHpm mX7X7jNAHY9g3PLUEccJrIWQWPNXgFkBGtGWMunE24MgP76onESYdoXcCmwyfcDvLWaZ hLRWY18iSPqZNCN53+GDw2czA20SZSE6iN7CBi0qnS3NgN4+VUqI6XzNaIT3oXtcK5eR kqEEPhJNXCxOhH3s70PabURs1Gan2wPfSbWIijuYzSbKwqsBdokCx4Vkodxvpke8wZW4 wnqx5CU2zmi5AO9Jt1PN9spKaZK8UOw4FwYLLi8BJ2y05KcNHJEGgz3E2KH5gypw2zP5 qNMA== Original-Received: by 10.60.13.228 with SMTP id k4mr14076535oec.28.1341242988686; Mon, 02 Jul 2012 08:29:48 -0700 (PDT) Original-Received: by 10.182.33.10 with HTTP; Mon, 2 Jul 2012 08:29:48 -0700 (PDT) In-Reply-To: <155DEC68569B714B86C2C7075F5EDA9812CC0DC5@DAKIYA1.pegasus.local> X-Google-Sender-Auth: F9vfA3V_bfBrZYoHSiG1ou0Lr-8 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.51 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:85626 Archived-At: On Mon, Jul 2, 2012 at 4:40 PM, Doug Lewan wrote: > 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 visual-line thing was a big step backwards for me, but I've never known how to undo 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)