From: Aaron Ecay Date: Sun, 25 Oct 2015 21:39:25 +0000 (+0000) Subject: Re: elisp completion patches v6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8d972cc56de8304a364ce455428078b4937f3356;p=notmuch-archives.git Re: elisp completion patches v6 --- diff --git a/1d/6b79b85b0eab2750062a548f20fc7e6774bc11 b/1d/6b79b85b0eab2750062a548f20fc7e6774bc11 new file mode 100644 index 000000000..623c65112 --- /dev/null +++ b/1d/6b79b85b0eab2750062a548f20fc7e6774bc11 @@ -0,0 +1,90 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 363266DE19C1 + for ; Sun, 25 Oct 2015 14:39:32 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.82 +X-Spam-Level: +X-Spam-Status: No, score=-0.82 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, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id vXM24BTh_TDd for ; + Sun, 25 Oct 2015 14:39:30 -0700 (PDT) +Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com + [209.85.212.182]) + by arlo.cworth.org (Postfix) with ESMTPS id 0C5196DE15DC + for ; Sun, 25 Oct 2015 14:39:30 -0700 (PDT) +Received: by wicfx6 with SMTP id fx6so90255955wic.1 + for ; Sun, 25 Oct 2015 14:39:27 -0700 (PDT) +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:mail-followup-to + :date:message-id:mime-version:content-type:content-transfer-encoding; + bh=7wVlSkfNgOnKrh3T0YOgEIWuEIOokUheMcUNihjuAcM=; + b=wtJeW167LTD59nhXiGVavpEt2EUOcjj9VhRBCo/c/4Ha+qKoesucwza9IvKNlUWqnT + Se3Nu10gD9eWRYbFVFmvGDaE8+tp/RKLyzTKkA8kgTyM8BK+I/WwosdjoO38aF9FJTMW + AmUXZ82wX/tpN4gSTYYQo1BC4M+ohNDEbCfNv+Aqyf3RJPsSYtTknLdhzD0qpQDKWu0R + 3496JqqLMw+eaRug2cFff01k3Y1Pg7e7Q2/70qAjSzlOohX1hYC3OI6j4H1Z4mzW3cdb + aDScUVpRo1l/O6HGwwZSl+a49X1eX8Ax05OflHL61nX12jngUReJ1LheHdggAWJ9rV5Y + UWQg== +X-Received: by 10.194.179.165 with SMTP id dh5mr19899836wjc.134.1445809167758; + Sun, 25 Oct 2015 14:39:27 -0700 (PDT) +Received: from localhost ([217.17.137.178]) + by smtp.gmail.com with ESMTPSA id gc5sm11483109wic.12.2015.10.25.14.39.26 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sun, 25 Oct 2015 14:39:27 -0700 (PDT) +From: Aaron Ecay +To: David Bremner , + Mark Walters , notmuch@notmuchmail.org +Subject: Re: elisp completion patches v6 +In-Reply-To: <1445708484-32189-1-git-send-email-david@tethera.net> +References: <1445702019-10638-1-git-send-email-markwalters1009@gmail.com> + <1445708484-32189-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.20.2+65~gbd5504e (http://notmuchmail.org) + Emacs/25.0.50.2 (x86_64-unknown-linux-gnu) +X-Clacks-Overhead: GNU Terry Pratchett +Mail-Followup-To: David Bremner , Mark Walters + , notmuch@notmuchmail.org +Date: Sun, 25 Oct 2015 21:39:25 +0000 +Message-ID: <87d1w2zkz6.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.20 +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: Sun, 25 Oct 2015 21:39:32 -0000 + +Hi David, + +2015ko urriak 24an, David Bremner-ek idatzi zuen: +>=20 +> Main changes since v5: +>=20 +> - replace use of notmuch-message-message-insinuate. I'm not sure if +> we should leave a stub function, or just break people's .emacs, +> and tell them not to call it anymore. + +Maybe you could use a combination of =E2=80=98make-obsolete=E2=80=99 (for b= +yte-compiler +warnings) and =E2=80=98display-warning=E2=80=99 (for runtime)? I understan= +d the desire +to phase the function out eventually rather than have an eternal stub, +but intentionally breaking .emacs is a really drastic step. + +--=20 +Aaron Ecay