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 160806DE0355 for ; Wed, 20 Sep 2017 09:40:43 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 1.143 X-Spam-Level: * X-Spam-Status: No, score=1.143 tagged_above=-999 required=5 tests=[AWL=-0.821, GAPPY_SUBJECT=1.312, SPF_NEUTRAL=0.652] 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 QIxG-TDejMWT for ; Wed, 20 Sep 2017 09:40:42 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 2AEA56DE00DB for ; Wed, 20 Sep 2017 09:40:42 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 9AFA4100033; Wed, 20 Sep 2017 19:40:54 +0300 (EEST) From: Tomi Ollila To: Daniel Kahn Gillmor , David Bremner , notmuch@notmuchmail.org 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: <87d16l5o1a.fsf@fifthhorseman.net> References: <20170920155240.9650-1-tomi.ollila@iki.fi> <87d16luyvv.fsf@tesseract.cs.unb.ca> <87d16l5o1a.fsf@fifthhorseman.net> User-Agent: Notmuch/0.25+89~g5a0c015 (https://notmuchmail.org) Emacs/25.2.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.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:40:43 -0000 On Wed, Sep 20 2017, Daniel Kahn Gillmor wrote: > 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. I used "42.1" in the string to test the feature on emacs 25.2... As it being rfc patch I left it there just to make testing easier for anyone else... The (and vice versa) pretty much expresses the intention... Thanks :D > > --dkg Tomi