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: [PATCH] Remove obsolete fast-lock and lazy-lock libraries Date: Tue, 11 Aug 2020 18:12:31 +0300 Message-ID: <83ft8t43og.fsf@gnu.org> References: <83364v5j28.fsf@gnu.org> <83y2mm4n07.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23943"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, jnorden@tntech.edu, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 11 17:13:36 2020 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 1k5Vy4-0006A7-5W for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Aug 2020 17:13:36 +0200 Original-Received: from localhost ([::1]:49368 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5Vy3-0003D9-92 for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Aug 2020 11:13:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51632) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k5VxE-0002gL-Sf for emacs-devel@gnu.org; Tue, 11 Aug 2020 11:12:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43894) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5VxC-00006c-V9; Tue, 11 Aug 2020 11:12:42 -0400 Original-Received: from [176.228.60.248] (port=3262 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k5VxC-0001kh-Bk; Tue, 11 Aug 2020 11:12:42 -0400 In-Reply-To: (message from Stefan Monnier on Mon, 10 Aug 2020 18:25:54 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:253631 Archived-At: > From: Stefan Monnier > Cc: stefankangas@gmail.com, jnorden@tntech.edu, emacs-devel@gnu.org > Date: Mon, 10 Aug 2020 18:25:54 -0400 > > That's why I'm suggesting a `font-lock-debug-mode` instead. > > > Do you see any harm in keeping it as a defcustom? > > If we add `font-lock-debug-mode` I don't see any benefit in keeping it. > The harm is limited to accumulating cruft. If you are saying that we should make a single change which introduces font-lock-debug-mode and makes font-lock-support-mode a defvar, then I agree. I thought you were advocating to make only the latter change, and then consider the former at some future time.