Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 634F5431FD0 for ; Tue, 25 Oct 2011 01:17:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 jbKnc22DOXQ9 for ; Tue, 25 Oct 2011 01:17:23 -0700 (PDT) Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A9B99431FB6 for ; Tue, 25 Oct 2011 01:17:22 -0700 (PDT) Received: from taco2.nixu.fi (localhost [127.0.0.1]) by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p9P8HKpg032389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 25 Oct 2011 11:17:20 +0300 Received: (from too@localhost) by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p9P8HKxp032388; Tue, 25 Oct 2011 11:17:20 +0300 X-Authentication-Warning: taco2.nixu.fi: too set sender to tomi.ollila@nixu.com using -f From: Tomi Ollila To: Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?= Subject: Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs code directory. References: <1319481298-2837-1-git-send-email-aidecoe@aidecoe.name> <87d3dl98m0.fsf@zancas.localnet> <87vcrdh7df.fsf@thor.loria.fr> <1319530138-sup-2148@ittemni> X-Face: HhBM'cA~ ("Amadeusz =?utf-8?B?xbtvxYJu?= =?utf-8?B?b3dza2kiJ3M=?= message of "Tue, 25 Oct 2011 10:11:38 +0200") Message-ID: User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: notmuch X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2011 08:17:23 -0000 On Tue 25 Oct 2011 11:11, Amadeusz =C5=BBo=C5=82nowski writes: > Excerpts from Thomas Jost's message of 2011-10-25 09:12:44 +0200: >> However there is something annoying in the commit: >>=20 >> +# The directory to which emacs lisp files should be installed >> +emacsetcdir=3D${EMACSETCDIR} >>=20 >> $EMACSETCDIR is not for emacs lisp files (that's what $EMACSLISPDIR is >> for), so this line needs be fixed. > > Ups. :-) Just fixed with patch sent moment ago. And managed to write comment with line length more than 80 chars ;/ > > Regards, > > --=20 > Amadeusz =C5=BBo=C5=82nowski Tomi