From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id mG1dOPwPIF+1dQAA0tVLHw (envelope-from ) for ; Tue, 28 Jul 2020 11:46:04 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kGYqNPwPIF+APgAAbx9fmQ (envelope-from ) for ; Tue, 28 Jul 2020 11:46:04 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (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 4FF1D940903 for ; Tue, 28 Jul 2020 11:46:02 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id DD3EF27F74; Tue, 28 Jul 2020 07:45:55 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 21A831F70D for ; Tue, 28 Jul 2020 07:45:53 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 002295FA66; Tue, 28 Jul 2020 07:45:52 -0400 (EDT) Received: (nullmailer pid 1862649 invoked by uid 1000); Tue, 28 Jul 2020 11:45:39 -0000 From: David Bremner To: Jonas Bernoulli , notmuch@notmuchmail.org Subject: Re: [PATCH v3 0/4] Adjust test for changes in Emacs 27 In-Reply-To: <20200727152503.15939-1-jonas@bernoul.li> References: <20200724180924.21944-1-jonas@bernoul.li> <20200727152503.15939-1-jonas@bernoul.li> Date: Tue, 28 Jul 2020 08:45:39 -0300 Message-ID: <87sgdbrhgc.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: XCUI2IVZAT6QPI4MQPKWY7JH5JKCOGIV X-Message-ID-Hash: XCUI2IVZAT6QPI4MQPKWY7JH5JKCOGIV 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 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.53 X-TUID: H9AqFmGqUS8G Jonas Bernoulli writes: > This reroll explains why the variable's default value is -100. > It also adds an additional commit, which removes a misguided > abstraction that is related to those very same variables. > > Jonas Bernoulli (4): > gitignore: Ignore generated sphinx.config > test: Deal with Emacs 27 switching to lexical scope by default > test: Remove misguided emacs testing utilities > test: Explicitly state that we want to sign with sender Applied v3 to master. Sorting .gitignores left for a future cleanup. d