From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 96C0F6DE0355 for ; Wed, 20 Sep 2017 09:32:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.607 X-Spam-Level: X-Spam-Status: No, score=0.607 tagged_above=-999 required=5 tests=[AWL=-0.705, GAPPY_SUBJECT=1.312] 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 cDiRwWXLPPxs for ; Wed, 20 Sep 2017 09:32:23 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTP id C0B616DE00DB for ; Wed, 20 Sep 2017 09:32:23 -0700 (PDT) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id AEAFDF99A; Wed, 20 Sep 2017 12:32:20 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 02608202F5; Wed, 20 Sep 2017 12:32:17 -0400 (EDT) From: Daniel Kahn Gillmor To: David Bremner , Tomi Ollila , notmuch@notmuchmail.org Cc: tomi.ollila@iki.fi Subject: Re: [RFC PATCH] emacs: require minimum version to be 24.1 c-b c-b c-b c-b c-t c-e In-Reply-To: <87d16luyvv.fsf@tesseract.cs.unb.ca> References: <20170920155240.9650-1-tomi.ollila@iki.fi> <87d16luyvv.fsf@tesseract.cs.unb.ca> Date: Wed, 20 Sep 2017 12:32:17 -0400 Message-ID: <87d16l5o1a.fsf@fifthhorseman.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Wed, 20 Sep 2017 16:32:24 -0000 On Wed 2017-09-20 13:18:44 -0300, David Bremner wrote: > Tomi Ollila writes: >> >> +(defvar notmuch--minimal-version "42.1") ;; almost indistinguishable from magit > > typo? I think that's what the "c-b c-b c-b c-b c-t c-e" in the Subject: is about. if you do that, you change 24.1 to 42.1 (and vice versa). i don't know what it all means, though. --dkg