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 76268160ba9: CC Mode: correct handling of properties on #include <...> Date: Sat, 26 Oct 2024 09:10:02 +0300 Message-ID: <86ed43bdj9.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28688"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 26 08:11:13 2024 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 1t4a13-0007J6-2m for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Oct 2024 08:11:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t4a0F-0002jr-75; Sat, 26 Oct 2024 02:10:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t4a0D-0002jb-A9 for emacs-devel@gnu.org; Sat, 26 Oct 2024 02:10:21 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t4a0C-00032H-FB; Sat, 26 Oct 2024 02:10:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=+C8YK3KPfku1Iqi7Kn/2d5Rsw82dAvBr4CF0Un47yK4=; b=TFYNu3DWz30C81 p/XN0rz7S4/Uw+bCU/b6O62d6jybyDMYw/BrUbiwyqY572filwdf7ZcKmnKbvvHEY7KtoOlCciF8c wY3xkP+BWapY1sQk0c1foA2FLczszwj11f+28APyPJWd1K8d8n54nvu4SHpzTuGMkukb7+dWbLP1E 4k/JMzg8TPmUt9j4cw2gpk/xc3r9LQPlgaf2C7FFjoMSfEuYiG3wT8rxk+OfBBeOgCL4HDXsj8drI Kn+9TV4mXx2W6TANp3zFjAdJn4C9w42EGiHurE70efaLvp1pTDXW6wPywWTsTQygUZ0D281fzamdI d4ugcaCE8PH7qDjx7WBg==; 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:324845 Archived-At: > * lisp/progmodes/cc-fonts.el (c-cpp-matchers): Replace the > c-make-font-lock-search-function which put properties on the > <...> with a simple matcher. This evidently leads to: In toplevel form: progmodes/cc-fonts.el:561:27: Warning: Unused lexical variable `re-depth'