From: Jinwoo Lee Date: Thu, 29 Jan 2015 19:04:40 +0000 (+1600) Subject: Re: Emacs: Notmuch logo is not displayed when using ELPA package X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e40a2f14df396aadd9628ea72afa9117012d2710;p=notmuch-archives.git Re: Emacs: Notmuch logo is not displayed when using ELPA package --- diff --git a/e5/199117e33db9900be0c9e4b802916d1b980cff b/e5/199117e33db9900be0c9e4b802916d1b980cff new file mode 100644 index 000000000..a27eaa1e5 --- /dev/null +++ b/e5/199117e33db9900be0c9e4b802916d1b980cff @@ -0,0 +1,89 @@ +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 EBC85431FCF + for ; Thu, 29 Jan 2015 11:05:23 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.639 +X-Spam-Level: ** +X-Spam-Status: No, score=2.639 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + DNS_FROM_AHBL_RHSBL=2.438, FREEMAIL_ENVFROM_END_DIGIT=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 cV-o2FoNhRZn for ; + Thu, 29 Jan 2015 11:04:44 -0800 (PST) +Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com + [209.85.220.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DB729431FCB + for ; Thu, 29 Jan 2015 11:04:43 -0800 (PST) +Received: by mail-pa0-f42.google.com with SMTP id bj1so42563505pad.1 + for ; Thu, 29 Jan 2015 11:04:42 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:in-reply-to:references:user-agent:date:message-id + :mime-version:content-type; + bh=RffYmfhbAm22slFYUVx3AgYj7y/QseJX34gAGerR4Xg=; + b=YzrJaMDegDiTDJuMiGcI78H6hQdb0JwqF89TNBPo1Lu8jANNP38Yeok0COBD1kK2lc + bC7pIiJpacSi0tCdqglHU8fHbYFWdlMlQkl4FvBNyYKauhmNS7zkoLUtt2pypYK7x+yz + EluAZUArNdGCvYwGfW/ChZ+kgN829wbcHmW4ArUh4ZCJOgeHv+QwV3E5gcJhG7JmzQ7M + OyWW1p2zD3UYelM3ajibtqSk+SZz/2NwkP0Hg4u07StLmaf/nh0AOLYKTnEx6M9WJAb6 + 57TiMabyvE9aMV1o247h0Anl8v1cS+YN8kDrJR29JZTcnc2OtnZef4H42N4CA3q9O0Vy + 1UZg== +X-Received: by 10.70.134.97 with SMTP id pj1mr2785670pdb.125.1422558281932; + Thu, 29 Jan 2015 11:04:41 -0800 (PST) +Received: from localhost ([2601:9:5d00:15b9:9997:a9cd:4a6a:40f0]) + by mx.google.com with ESMTPSA id qy3sm8526722pbc.4.2015.01.29.11.04.41 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 29 Jan 2015 11:04:41 -0800 (PST) +From: Jinwoo Lee +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: Emacs: Notmuch logo is not displayed when using ELPA package +In-Reply-To: <878uglwh0b.fsf@maritornes.cs.unb.ca> +References: + <878uglwh0b.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-apple-darwin13.2.0) +Date: Thu, 29 Jan 2015 11:04:40 -0800 +Message-ID: +MIME-Version: 1.0 +Content-Type: text/plain +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, 29 Jan 2015 19:05:24 -0000 + +On Thu, Jan 29, 2015 at 10:58 AM, David Bremner wrote: +> Jinwoo Lee writes: +> +>> TIL notmuch shows a logo at the top of the Emacs buffer! +>> +>> I've been using the ELPA package so far and it didn't show the logo. I +>> switched to my local git repo to test my changes and realized that we +>> have a logo! +>> +>> Anyone know why the ELPA package wouldn't show it? +> +> Maybe you mean MELPA? I guess there is no notmuch package in the +> official emacs ELPA archive. Anyway, I had a quick look at the MELPA +> recipe and they just copy *.el, rather than running the notmuch build +> system. Somewhat unsurprisingly, a few small things break (that I know +> of, the logo and the correct definition of version of +> notmuch-emacs-version). + +Yes MELPA, that is. Sorry. So it's not fixable from our side? + +> +> d