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: How to set wrap line at window edge Date: Sun, 06 Sep 2009 11:03:43 -0700 Message-ID: <4AA3F97F.9010008@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252260361 15462 80.91.229.12 (6 Sep 2009 18:06:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Sep 2009 18:06:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 06 20:05:54 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 1MkM7c-0002Fg-Sa for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Sep 2009 20:05:53 +0200 Original-Received: from localhost ([127.0.0.1]:50161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkM7c-0000AF-6W for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Sep 2009 14:05:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MkM5h-00085Y-LV for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 14:03:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkM5c-00083A-N1 for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 14:03:52 -0400 Original-Received: from [199.232.76.173] (port=38255 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkM5c-000833-H4 for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 14:03:48 -0400 Original-Received: from mail-px0-f202.google.com ([209.85.216.202]:36501) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkM5b-0002B5-Ti for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 14:03:48 -0400 Original-Received: by pxi40 with SMTP id 40so2068114pxi.5 for ; Sun, 06 Sep 2009 11:03:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=k43R0EFwoY59am7RErKxLITw6jHfp+w5rt3T5zVOPGA=; b=CWzkYNiWawukxOImw6eHWXA5htpgn65XDW6NAP4lSIvBbIjXKFFlVpxETgarvf0JWi 7NYhg1ofIqCB1a75ewPsLINVQi8KUOc5lNlLM94J2dY0DHKH/R1MMcnfIrpbxvZRjr3U IblScc6lto0CasV51aaFdkAYe1BzC6S9TlJ+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=lamb3T1ngyI2Ziwt1FQTwoXI2j818Ofha4XNV99ZdSXyC7sLBDxbfEpRIVZlXZbhN+ mMryDy4U5Kln1y5yoD/RDdfi6FifZTE7/25zF+JLl5/GM/UL41iXfPFuM6LdWDd4X5OP VObuo6+i+2QjA3XrL7/T6EHadfGUHJcYiPaeM= Original-Received: by 10.115.133.38 with SMTP id k38mr13974712wan.120.1252260226096; Sun, 06 Sep 2009 11:03:46 -0700 (PDT) Original-Received: from bhishma.kuru (d207-6-160-151.bchsia.telus.net [207.6.160.151]) by mx.google.com with ESMTPS id 23sm2218289pxi.5.2009.09.06.11.03.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 06 Sep 2009 11:03:45 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3 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:67911 Archived-At: 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.