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:02:06 +0200 Message-ID: <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="19966"; 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:02:46 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 1ms7So-00050F-HQ for ged-emacs-devel@m.gmane-mx.org; Tue, 30 Nov 2021 19:02:46 +0100 Original-Received: from localhost ([::1]:52504 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ms7Sm-0003bz-WB for ged-emacs-devel@m.gmane-mx.org; Tue, 30 Nov 2021 13:02:45 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52192) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ms7SA-0002vo-Ox for emacs-devel@gnu.org; Tue, 30 Nov 2021 13:02:07 -0500 Original-Received: from [2001:470:142:3::e] (port=44068 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 1ms7S8-0002Ll-Hp; Tue, 30 Nov 2021 13:02:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:To:From:Date:in-reply-to: references; bh=0DLDJFpceHOiZ7o5yv3FmGF+wZXTIIKi6Hu39IPH9/Q=; b=ECnXjWlFVw2Dn+ RArds/3Ikah0xjBnj4WEqrJK3wCxrbt2/jA6eHZ3QMoXszPHguzVkV3fujmIrGqnM13xgDm1nHgaM SPQ5doHSWDtgGI2LfCiN6v879KXaM+CP1VUw0Cj4XRSKl4X7iDq0mOD3jou758ykzTGgpAeXJgdaG 1yPXfld2fYKRERHepeE4ORmQsZ8p9q9IxkvGaAL0nfqNGFwJLrF2jTxBf6zl+Gt0DrdY1bCq7MOHK D1pfWuFga2Q5vMCzaPoqmcyk2cHdXLdHRy0gNv1GookNg4mtD7gbf6CvtwbO7NfZX9pBOjj5OdD0b 5UMrbcBK1G0XoFZHvqYQ==; Original-Received: from [87.69.77.57] (port=2664 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 1ms7Rv-0003BH-97; Tue, 30 Nov 2021 13:02:02 -0500 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:280546 Archived-At: > branch: master > commit 99c276b3c0aee5599c1d281c1e9fe223810784ca > Author: Andrea Corallo > Commit: Andrea Corallo > > Revert "Preload paren.el" > > Reverting as the previous commit make this fix not anymore necessary. Andrea, I don't understand this commit. We preload paren.el because we now turn on show-paren-mode by default. After this commit, I get an error message in this scenario: 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.