From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id COYJK+ONLV+HTAAA0tVLHw (envelope-from ) for ; Fri, 07 Aug 2020 17:22:43 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id WO7YJuONLV++SAAA1q6Kng (envelope-from ) for ; Fri, 07 Aug 2020 17:22:43 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EDC15940903 for ; Fri, 7 Aug 2020 17:22:41 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id F2CDB28DE9; Fri, 7 Aug 2020 13:22:35 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id BCEE61F965 for ; Fri, 7 Aug 2020 13:22:33 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id EF4475FA66; Fri, 7 Aug 2020 13:22:31 -0400 (EDT) Received: (nullmailer pid 1621444 invoked by uid 1000); Fri, 07 Aug 2020 17:22:30 -0000 From: David Bremner To: Tomi Ollila , Jonas Bernoulli , notmuch@notmuchmail.org Subject: Re: [PATCH v2 06/23] emacs: Use cl-incf where appropriate In-Reply-To: References: <20200726165818.400-1-jonas@bernoul.li> <20200806071910.10369-1-jonas@bernoul.li> <20200806071910.10369-7-jonas@bernoul.li> <87lfisxaxe.fsf@tethera.net> <87r1sjsxn5.fsf@bernoul.li> Date: Fri, 07 Aug 2020 14:22:30 -0300 Message-ID: <87d042weuh.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: SKDBVAE5MY75TVDNP73SDK7JMIMP4CAP X-Message-ID-Hash: SKDBVAE5MY75TVDNP73SDK7JMIMP4CAP X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -0.97 X-TUID: ubBtsFd6HjxB Tomi Ollila writes: > NEWS for notmuch 0.29 says that: > > " > The minimum supported major version of Emacs is now 24. > > Support for GNU Emacs older than 25.1 is deprecated with this release, > and may be removed in a future release. > " > > So we have 3 options: > > 1) apply this patch and now drop support for emacs 24 > > 2) apply this patch and somehow infor emacs 24 users to install cl-lib from > ELPA I'm fine with either of these options. I'd hope we can specify what versions we need in emacs/notmuch-pkg.el.templ d