From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: font-lock-reference-face no longer defined? Date: Fri, 16 Sep 2022 14:26:35 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30536"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: "T.V Raman" , emacs-devel@gnu.org, Alan Mackenzie To: Daniel =?windows-1252?Q?Mart=EDn?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 16 20:27:39 2022 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 1oZG3t-0007fU-8m for ged-emacs-devel@m.gmane-mx.org; Fri, 16 Sep 2022 20:27:37 +0200 Original-Received: from localhost ([::1]:42532 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZG3s-0003Rl-9T for ged-emacs-devel@m.gmane-mx.org; Fri, 16 Sep 2022 14:27:36 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50810) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZG30-0002SY-Tr for emacs-devel@gnu.org; Fri, 16 Sep 2022 14:26:42 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:16781) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZG2y-0006wm-Fm for emacs-devel@gnu.org; Fri, 16 Sep 2022 14:26:41 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 330F7100178; Fri, 16 Sep 2022 14:26:39 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 8CEA1100118; Fri, 16 Sep 2022 14:26:37 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1663352797; bh=J07RqiunwUC9ouK09yR9/bsKJ1e5uqbt36fl0zPJ65E=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=prvx0Zwm9I9NUkgjhPglP+t+U4B0Ytba8c6zEYgz/08gkfmodYe04+4x78AdjneVP QnHJOKo/griEAPxStb6KvkHJrgCrio26YDADcl7VP3VjmhQpomn48NXKIKFbMu1qJN knPtxcwszIe4LceZ8BkKV3+EQAkMHSSD3o7zJ2YD88U6pAnsH5vqnJYoHsfzDFlla0 +t0yUYrZTd3n1+GawS7GKtmz+y3oZcC37a2jrbre+klgRY4WaduXZZRxceRzDbJx0s ryhyDh6OwEa2Da8SMSm+wdIHzAxo623SIZnWTZYhprM2A4YkYx8M7A8D3eqKhC7zu7 5zWtIl5M/AMaA== Original-Received: from alfajor (unknown [45.44.229.252]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 6B895120839; Fri, 16 Sep 2022 14:26:37 -0400 (EDT) In-Reply-To: ("Daniel =?windows-1252?Q?Mart=EDn?= =?windows-1252?Q?=22's?= message of "Fri, 16 Sep 2022 19:50:33 +0200") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:295497 Archived-At: > It was an obsolete alias since Emacs 20.3 and was removed by this > commit: [...] > Code should use font-lock-constant-face instead. I'm also confused > because I still see references to the old variable name in the Emacs > codebase. There was one reference left in `lisp/cedet/semantic/grammar.el` which I just fixed, the rest is all in CC-mode, which I'll leave to Alan. Stefan