From: Tomi Ollila Date: Sun, 21 Jul 2013 08:49:44 +0000 (+0300) Subject: Re: [DRAFT PATCH] emacs: notmuch-version and version comparison with CLI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f370ae4fd6b2b68db74efd23ab11b77b610bdd3;p=notmuch-archives.git Re: [DRAFT PATCH] emacs: notmuch-version and version comparison with CLI --- diff --git a/10/b4ee9ad68bd7642eed044080cf40ded1c935eb b/10/b4ee9ad68bd7642eed044080cf40ded1c935eb new file mode 100644 index 000000000..35fb7387e --- /dev/null +++ b/10/b4ee9ad68bd7642eed044080cf40ded1c935eb @@ -0,0 +1,83 @@ +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 5FA5E431FC4 + for ; Sun, 21 Jul 2013 01:50:02 -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 pYKYj6x-MBQC for ; + Sun, 21 Jul 2013 01:49:56 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id B6FA1431FBF + for ; Sun, 21 Jul 2013 01:49:52 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id CF7D110005D; + Sun, 21 Jul 2013 11:49:44 +0300 (EEST) +From: Tomi Ollila +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [DRAFT PATCH] emacs: notmuch-version and version comparison with + CLI +In-Reply-To: <87li508ggn.fsf@qmul.ac.uk> +References: <1374090782-10273-1-git-send-email-tomi.ollila@iki.fi> + <87li508ggn.fsf@qmul.ac.uk> +User-Agent: Notmuch/0.15.2+225~g6062adf (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +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: Sun, 21 Jul 2013 08:50:02 -0000 + +On Sun, Jul 21 2013, Mark Walters wrote: + +> Hi +> +> I think I would prefer some more specific versioning so that we don't +> have the warning unless we think we might need it. I often run notmuch +> over ssh and the two sides are often minorly out of sync so I think I +> would find a warning each time irritating. +> +> Maybe basing the message on "version + commits since last release" with +> emacs knowing some minimum acceptable version? + +Yes... something that is flexible to the user and doesn't cause heavy +maintenance burden to the developers... + +BTW we (already?) have this ;) + +| Emacs now detects version mismatches with the notmuch CLI +| +| Emacs now detects and reports when the Emacs interface version and +| the notmuch CLI version are incompatible. + +(NEWS for notmuch 0.15 -- that relates with --format-version) + +> +> Best wishes +> +> Mark + +Tomi +