From: Aaron Ecay Date: Mon, 19 Nov 2012 00:10:04 +0000 (+1900) Subject: Re: [PATCH v2] emacs: display tags in notmuch-show with links X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=01002fd5abaeb72259204bb8edae0c5616f91bdc;p=notmuch-archives.git Re: [PATCH v2] emacs: display tags in notmuch-show with links --- diff --git a/58/05324e67d685d5ac2c10d4a6ea430cae8d2f96 b/58/05324e67d685d5ac2c10d4a6ea430cae8d2f96 new file mode 100644 index 000000000..17cb3a503 --- /dev/null +++ b/58/05324e67d685d5ac2c10d4a6ea430cae8d2f96 @@ -0,0 +1,81 @@ +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 3E8A0431FBD + for ; Sun, 18 Nov 2012 16:10:08 -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 68RN55R-PrDu for ; + Sun, 18 Nov 2012 16:10:07 -0800 (PST) +Received: from mail-qa0-f46.google.com (mail-qa0-f46.google.com + [209.85.216.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id D778F431FB6 + for ; Sun, 18 Nov 2012 16:10:07 -0800 (PST) +Received: by mail-qa0-f46.google.com with SMTP id c11so5242619qad.5 + for ; Sun, 18 Nov 2012 16:10:07 -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:content-transfer-encoding; + bh=avcmx9LWA1l874iBZ09GxUTwLiViQMBi4oxmbOEzLY4=; + b=gru/n/C4RZPCgK0vXJWRtIHRaPZVdAQVRs6nORwhbygP2HGgKJTy0HO6x0Mfqoxpti + GAM4ai7XpkshwOe1dx5t8OONP4QfGIJ0FsMxd9IZvCMHa5VdZU0m/ICnP0Zm7ss++GNY + 7pXuX779fuo8+ioeQ/9HsLaHQ6EgdjAFyT1+hbJMXzeYujHY55SbyP59kp2GoKehEARG + DGpyvjt8UO1XMB63N1iG7qMZq1i6ycmSaKZD/xazJE0T7HgDhrGySWzUDtrzbF7pfMW6 + qyMfIvbBPgaE090ws/EA4WnD0pFIp+4yqHnJK55Iw0VuLm4lFC6ECPWjsBmOaiBTg22n + cGLQ== +Received: by 10.49.60.170 with SMTP id i10mr11766643qer.13.1353283807277; + Sun, 18 Nov 2012 16:10:07 -0800 (PST) +Received: from localhost (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73]) + by mx.google.com with ESMTPS id em3sm5287735qab.12.2012.11.18.16.10.05 + (version=TLSv1/SSLv3 cipher=OTHER); + Sun, 18 Nov 2012 16:10:06 -0800 (PST) +From: Aaron Ecay +To: Ethan Glasser-Camp , + Damien Cassou , + notmuch mailing list +Subject: Re: [PATCH v2] emacs: display tags in notmuch-show with links +In-Reply-To: <87ip921pqu.fsf@betacantrips.com> +References: <1353266322-20318-1-git-send-email-damien.cassou@gmail.com> + <87ip921pqu.fsf@betacantrips.com> +User-Agent: Notmuch/0.14+42~gdb230da (http://notmuchmail.org) Emacs/24.3.50.1 + (x86_64-unknown-linux-gnu) +Date: Sun, 18 Nov 2012 19:10:04 -0500 +Message-ID: <87pq3afo6b.fsf@gmail.com> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +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: Mon, 19 Nov 2012 00:10:08 -0000 + +2012ko azaroak 18an, Ethan Glasser-Camp-ek idatzi zuen: +>=20 +> - You might want to use #' on lambdas. + +This is actually unnecessary =E2=80=93 as the info node "(elisp) Anonymous +Functions" says, the forms with and without #' are equivalent. The +current notmuch style is not to have #' on lambdas (that is, there are 0 +instances of #'(lambda ...) in the code base). IMO that=E2=80=99s correct: +the unnecessary #' is just line-noise-ish. + +--=20 +Aaron Ecay