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: Wed, 12 Aug 2020 21:28:24 +0300 Message-ID: <835z9noh13.fsf@gnu.org> References: <83364v5j28.fsf@gnu.org> <83y2mm4n07.fsf@gnu.org> <83ft8t43og.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9967"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, jnorden@tntech.edu, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 12 20:29:14 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 1k5vUv-0002PP-Qn for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Aug 2020 20:29:13 +0200 Original-Received: from localhost ([::1]:37136 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5vUu-0007hV-Sl for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Aug 2020 14:29:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45158) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k5vUM-0007HY-25 for emacs-devel@gnu.org; Wed, 12 Aug 2020 14:28:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39460) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5vUJ-0001bq-66; Wed, 12 Aug 2020 14:28:35 -0400 Original-Received: from [176.228.60.248] (port=4241 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k5vUH-0007dG-V1; Wed, 12 Aug 2020 14:28:34 -0400 In-Reply-To: (message from Stefan Kangas on Wed, 12 Aug 2020 11:08:21 -0700) 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:253712 Archived-At: > From: Stefan Kangas > Date: Wed, 12 Aug 2020 11:08:21 -0700 > Cc: jnorden@tntech.edu, emacs-devel@gnu.org > > > 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. > > That sounds good. Could we perhaps add that as a feature request to the > bug tracker and get rid of fast-lock and lazy-lock to begin with? I don't understand: fast-lock and lazy-lock are already in obsolete/, aren't they? So what did you mean by "get rid of"?