From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 68A2D429E37 for ; Sat, 14 Jan 2012 09:25:03 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.463 X-Spam-Level: X-Spam-Status: No, score=0.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5LFtt-md23E9 for ; Sat, 14 Jan 2012 09:25:02 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 932C7429E35 for ; Sat, 14 Jan 2012 09:25:02 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 991C92125A; Sat, 14 Jan 2012 18:24:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=tZS9KzWJRTAFK/hbVe400r MdpOk=; b=TShGPzJsW7G7DKOS4ymT8ZqoBguL5hmeJzqHeDtBDODBwHB5AbOnr7 RgLmhmamQzNc9YHsJHw9G+3j4fLokS1xBzNp4TX3K7SulfdvUlFtNiphV4emAUBP nzIMyP9H6tHTRLmRzjIN7wmTNwl7hezUTV9ki3nLNomztNo2bO16I= Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Sat, 14 Jan 2012 18:24:59 +0100 (CET) From: Xavier Maillard To: Austin Clements Subject: Re: [PATCH] Set fill column to 70 in .dir-locals.el and refactor other settings. In-Reply-To: <20120113225451.GK18625@mit.edu> References: <1326410243-22277-1-git-send-email-amdragon@mit.edu> <20120113225451.GK18625@mit.edu> User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Sat, 14 Jan 2012 18:42:17 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2012 17:25:03 -0000 On Fri, 13 Jan 2012 17:54:51 -0500, Austin Clements wrote: > Quoth Xavier Maillard on Jan 13 at 11:42 pm: > > > > This controls where comments and other text wraps. 70 is the default > > value, so this simply returns it to the default for people who have > > overridden it. Most notmuch code already adheres to this. > > --- > > SO here is the patch (still sorry if I did it wrongly and very badly). > > You ammended it right, but actually the configuration is intentionally > repeated for the various modes. That's ok. Maybe I will find an easier way to build and to send patches /Xavier