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 45D7D431FD0 for ; Tue, 25 Oct 2011 01:50:17 -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 Y-IuDFB15kI8 for ; Tue, 25 Oct 2011 01:50:16 -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 8E49E431FB6 for ; Tue, 25 Oct 2011 01:50:16 -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 p9P8oEVQ001958 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 25 Oct 2011 11:50:14 +0300 Received: (from too@localhost) by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p9P8oEnP001957; Tue, 25 Oct 2011 11:50:14 +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> <1319531359-sup-8272@ittemni> X-Face: HhBM'cA~ ("Amadeusz =?utf-8?B?xbtvxYJu?= =?utf-8?B?b3dza2kiJ3M=?= message of "Tue, 25 Oct 2011 10:31:45 +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:50:17 -0000 On Tue 25 Oct 2011 11:31, Amadeusz =C5=BBo=C5=82nowski writes: > Excerpts from Tomi Ollila's message of 2011-10-25 10:17:20 +0200: >> On Tue 25 Oct 2011 11:11, Amadeusz =C5=BBo=C5=82nowski writes: >>=20 >> > 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. >>=20 >> And managed to write comment with line length more than 80 chars ;/ > > Hm, where? You mean comment below? Line ends with printable char at > 79. 80 is \n. You're right -- my bad -- I forgot to remove the leading '+' (marking added line). The line looked so long so I narrowed my emacs window to 80 chars to investigate but then I was sloppy there... > Amadeusz =C5=BBo=C5=82nowski Tomi