From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bar tomas Newsgroups: gmane.emacs.help Subject: Re: How to set wrap line at window edge Date: Mon, 7 Sep 2009 13:47:42 +0200 Message-ID: References: <4AA3F97F.9010008@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6db76b0e8aa350472fb6a3e X-Trace: ger.gmane.org 1252324102 2199 80.91.229.12 (7 Sep 2009 11:48:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Sep 2009 11:48:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Suvayu Ali Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 07 13:48:14 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 1Mkchi-0000aQ-D9 for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Sep 2009 13:48:14 +0200 Original-Received: from localhost ([127.0.0.1]:59486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mkchh-0005E7-Qu for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Sep 2009 07:48:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MkchM-0005Df-6i for help-gnu-emacs@gnu.org; Mon, 07 Sep 2009 07:47:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkchH-0005Ck-Cv for help-gnu-emacs@gnu.org; Mon, 07 Sep 2009 07:47:51 -0400 Original-Received: from [199.232.76.173] (port=39804 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkchH-0005Ch-83 for help-gnu-emacs@gnu.org; Mon, 07 Sep 2009 07:47:47 -0400 Original-Received: from mail-ew0-f211.google.com ([209.85.219.211]:40403) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkchG-0000Ha-Kp for help-gnu-emacs@gnu.org; Mon, 07 Sep 2009 07:47:46 -0400 Original-Received: by ewy7 with SMTP id 7so692032ewy.31 for ; Mon, 07 Sep 2009 04:47:43 -0700 (PDT) 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:cc:content-type; bh=GdprP9wFqeO6mhS2ANwP0bmkuUbbsecOciJtv1mbgzs=; b=C1KvwRaO/jc705E24bNGqLAU470j8dKgep7GnvmkKEpHG+4p0tkOMMFqAmdn0SEfSj Pq7vdL5uFs927Yp/s4W4ISe52nvG2LOmM/7zXltsRNLygeen1Cfw5h5ijWL0EaJn8p7y knWoxrN260qW2mRQPBWv/TPcBWK4Gc9Lexv04= 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 :cc:content-type; b=j72hjNkzoz5zSjZqEKYDWTBjvs1O8o+y5fD7n4BzL7qdDGkD6hZt7ylkTGGFci+T5d sZx6/LWWoo4fOzPVXRmBasQ6lQwKosQfpMSeSQ6i9pBFyM9hULB6bvfjcF/85gSa7rZB W5ss7xCkj6BJj/3jQyT6XSkST2H6aSxVESf24= Original-Received: by 10.216.53.133 with SMTP id g5mr1401020wec.160.1252324062832; Mon, 07 Sep 2009 04:47:42 -0700 (PDT) In-Reply-To: <4AA3F97F.9010008@gmail.com> 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:67928 Archived-At: --0016e6db76b0e8aa350472fb6a3e Content-Type: text/plain; charset=ISO-8859-1 Hi, So I've added as you suggest (custom-set-variables (...other customizations ...) '(truncate-lines nil)) in the init.el file, but I still get line truncation in all my buffers. In the menu Options 'truncate long lines in this buffer' is activated. If I disactivate this option in the menu I still continue getting line truncation (drives me crazy). I guess there is nothing else to be done? Thanks On 9/6/09, Suvayu Ali > wrote: > > On Sunday 06 September 2009 09:34 AM, bar tomas wrote: > >> Hi, >> How can I set the option "wrap line at edge of window" in the .emacs init >> file? >> Also, I'd like to disable truncate long lines. Although I have disabled >> this >> option through the menu/Options, lines continue to be truncated befor the >> windows edge. How can I stop truncation of long lines? >> Thanks very much >> >> > How about put this in your .emacs > (custom-set-variables > (...other customizations ...) > '(truncate-lines nil)) > > -- > Suvayu > > Open source is the future. It sets us free. > > > --0016e6db76b0e8aa350472fb6a3e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
So I've added as you suggest

(custom-set-variables
=A0 =A0 =A0 =A0(...other customizations ...)
=A0 =A0 =A0 =A0'(truncate-lines nil))

in the init.el file, but I still get line truncation=A0 in all my buffers.<= br> In the menu Options 'truncate long lines in this buffer' is activat= ed. If I disactivate this option in the menu I still continue getting line truncation (drives me crazy).
I guess there is nothing else to be done?
Thanks



On 9/6/09, Suvayu Ali <fatkasuvayu+linux@gmail.com> wrote:
On Sunday 06 September 2= 009 09:34 AM, bar tomas wrote:
Hi,
How can I set the option "wrap line at edge of window" in the .em= acs init
file?
Also, I'd like to disable truncate long lines. Although I have disabled= this
option through the menu/Options, lines continue to be truncated befor the windows edge. How can I stop truncation of long lines?
Thanks very much


How about put this in your .emacs
(custom-set-variables
=A0 =A0 =A0 =A0(...other customizations ...)
=A0 =A0 =A0 =A0'(truncate-lines nil))

--
Suvayu

Open source is the future. It sets us free.



--0016e6db76b0e8aa350472fb6a3e--