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: ert-font-lock improvements Date: Thu, 21 Mar 2024 13:34:45 +0200 Message-ID: <86zfur24yy.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27742"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, brownts@troybrown.dev To: Vladimir Kazanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 21 12:36:12 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 1rnGiS-0006xG-H6 for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Mar 2024 12:36:12 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rnGhF-0001iq-Lk; Thu, 21 Mar 2024 07:34:57 -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 1rnGhC-0001iJ-0f for emacs-devel@gnu.org; Thu, 21 Mar 2024 07:34:55 -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 1rnGhA-0008AW-3y; Thu, 21 Mar 2024 07:34:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=+Q0qYRo3oK2KKn+Z9fmD+K3Ad4TiBFmx3hNwWnmmPzQ=; b=a9Lq4siyLldC d72OMOxFh3KfTNKZidqAHn9WsIhPBn+2ptpIztRByyYXUUbhSEqw25hg8fjsHuR8CkYzlfzlhNbXl J68DpJLK2ReTwzXlHgfCm8UHwxmTlrg9gBXOdZ2lU/RodhHQhtnRPTXa1PjXu3dODym34EC7pkzv9 1gXWJRlT+unHwvE6evXVMRzHetZItCFbYQErtJaPClhkqQ3hPcM12Vyi3qZw8UqSeODHmsQ/53ZEL mHECfxAcIN+QT9rcuLtvoWjG5pqoefhaz9ki0PhNfarHjJp8UFNtEB1LkeXikSOY3tDAoruwSfVx2 8bmZ5ZYlLQ0CewZO+3MUYQ==; In-Reply-To: (message from Vladimir Kazanov on Thu, 21 Mar 2024 08:49:56 +0000) 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:317224 Archived-At: > From: Vladimir Kazanov > Date: Thu, 21 Mar 2024 08:49:56 +0000 > > Hi all, > > Some time ago an extension for ERT (the built-in unit testing system) > was merged: ert-font-lock, a tool for syntax highlighting tests. > > A couple of weeks ago certain problems (see bug#69714) with > ert-font-lcok were raised, and I've also accumulated a few > quality-of-life improvements for the tool. > > Could somebody please take a look at the patch and merge it if it's > okay? Bug author and myself did some testing and the changes proposed > do solve a lot of problems for us. Don't worry, it is in my queue. (You've posted the patch less than a week ago, so it's too early to worry about it.)