From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 99c276b 2/2: Revert "Preload paren.el" Date: Tue, 30 Nov 2021 20:36:29 +0200 Message-ID: <83ilw9trrm.fsf@gnu.org> References: <83o861ttcx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36128"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 30 19:38:13 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ms815-000998-Ej for ged-emacs-devel@m.gmane-mx.org; Tue, 30 Nov 2021 19:38:11 +0100 Original-Received: from localhost ([::1]:50234 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ms814-0005Zb-3A for ged-emacs-devel@m.gmane-mx.org; Tue, 30 Nov 2021 13:38:10 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60464) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ms7zV-0003vy-0j for emacs-devel@gnu.org; Tue, 30 Nov 2021 13:36:33 -0500 Original-Received: from [2001:470:142:3::e] (port=45580 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ms7zU-0006nS-OY; Tue, 30 Nov 2021 13:36:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=yK0zaPsYSt3Ta9Yh1uRZ9wb5P5O9rnAaHZg7LEUOE0Q=; b=gM8hQbzT7b94nYfU+d97 wNs3qSid07knk9amQWGqKdvISLuNnAcWN3nnM/TSsivXCHkhH+M5zh5LMuJUxDff8wNIEAOmxnOvp JcoEkcHu3BQ/X1G22wKKOn99oWslKd5xQgOpYylyE5ngVFHTX4y+weDp9ncPjO1OBBw7HaFHG4NGn NF15luQyuQIyufmq3x9Xexc7vCWOXdFeamFSCA+fWatA/Q+1CMqNJzrmUuKYwtLROXRig95e5TkGv pvWrTMF+NuEJ/Rh9Kk8ta9TYRH7aaxo25nVEsNmIo7YpNebB6BW+yZrSsRcJQoOwy4P7/a7a3knvf JMifTwQk1XzmEw==; Original-Received: from [87.69.77.57] (port=4818 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ms7zU-00032D-GQ; Tue, 30 Nov 2021 13:36:32 -0500 In-Reply-To: (message from Andrea Corallo on Tue, 30 Nov 2021 18:17:46 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:280552 Archived-At: > From: Andrea Corallo > Cc: emacs-devel@gnu.org > Date: Tue, 30 Nov 2021 18:17:46 +0000 > > > emacs -Q > > M-: (foo) > > > > As soon as I type the right parenthesis, Emacs complains: > > > > blink-paren-post-self-insert-function: Symbol’s value as variable is void: show-paren-mode > > > > Your fix perhaps prevented the need for natively-compiling the > > prerequisites of paren.el, but we should still preload it. > > Sincere apologies for the breakage, I erroneously thought the reverted > commit was only about the circular dependency issue we discussed > sometime ago. > > Should be fixed by a7dfb2acfc Thanks, it's indeed fixed.