From 5dd82fb452fa058e377d8a3576bd2b950f187414 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Thu, 15 Nov 2012 15:59:37 +0100 Subject: [PATCH] Re: emacs: Handling external dependencies --- 9f/4972791dc9604b6a8e1862d411532a3c5d4112 | 80 +++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 9f/4972791dc9604b6a8e1862d411532a3c5d4112 diff --git a/9f/4972791dc9604b6a8e1862d411532a3c5d4112 b/9f/4972791dc9604b6a8e1862d411532a3c5d4112 new file mode 100644 index 000000000..889b8858f --- /dev/null +++ b/9f/4972791dc9604b6a8e1862d411532a3c5d4112 @@ -0,0 +1,80 @@ +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 73725431FAF + for ; Thu, 15 Nov 2012 07:00:00 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 qPL7lBr4eV+3 for ; + Thu, 15 Nov 2012 06:59:58 -0800 (PST) +Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com + [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 791A6431FAE + for ; Thu, 15 Nov 2012 06:59:58 -0800 (PST) +Received: by mail-vc0-f181.google.com with SMTP id n11so1798907vch.26 + for ; Thu, 15 Nov 2012 06:59:57 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:from:date:message-id:subject:to + :cc:content-type; + bh=8mi8PfiVQsu+5KhQuxPIOrdrG1sK/r1mCX4ZaIrtPUc=; + b=vkD0KJGEayoiflCpgxDq9F7GJbzKjnxRSrZqSulnFiiGvBbGMpSKfUG7awrbnavrEd + 5VgXQlPGGzu4pROZJk1/zpr1/c936ymBKmESkFBXTVqgeZdBE399Nt7L0NYe52OMNlBg + jg81vY6XILlAOH28k7jboo2IfMuBxuQJ47t8yDelIQcMua8AW9R5OrX2dCQP6VnH8+Ro + Wuoj/ShGCtRH3Glw2cZU0wnYfH7knht7LYmAVBIFJ1aacZ+6LtwuZ0BjwcGCuVjaQYy3 + vFpHybd+RVSIHYuikDn7Z2qw3z70B7bTNKXJgOA5CXXKrvZO/TtyvxK8mSt8AwuAGpZl + zmzA== +Received: by 10.220.240.18 with SMTP id ky18mr1659831vcb.54.1352991597741; + Thu, 15 Nov 2012 06:59:57 -0800 (PST) +MIME-Version: 1.0 +Received: by 10.58.143.51 with HTTP; Thu, 15 Nov 2012 06:59:37 -0800 (PST) +In-Reply-To: + +References: + + +From: Damien Cassou +Date: Thu, 15 Nov 2012 15:59:37 +0100 +Message-ID: + +Subject: Re: emacs: Handling external dependencies +To: Adam Wolfe Gordon +Content-Type: text/plain; charset=ISO-8859-1 +Cc: notmuch mailing list +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: Thu, 15 Nov 2012 15:00:00 -0000 + +On Wed, Nov 14, 2012 at 2:32 AM, Adam Wolfe Gordon wrote: +> If possible, I'd encourage you to make the +> new library recommended, rather than required. + +that's a good solution in my particular case and will follow your suggestion. + +Thank you + +-- +Damien Cassou +http://damiencassou.seasidehosting.st + +"Success is the ability to go from one failure to another without +losing enthusiasm." +Winston Churchill -- 2.26.2