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: emacs-29 a2d4cd06f45: Improve VHDL mode highlighting Date: Tue, 09 May 2023 11:16:11 +0300 Message-ID: <83h6slc438.fsf@gnu.org> References: <168326553347.14898.7329669431232347477@vcs2.savannah.gnu.org> <20230505054533.D680AC1BECD@vcs2.savannah.gnu.org> <87mt2e9c0e.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12581"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Albinus , cyril.arnould@outlook.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 09 10:16:08 2023 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 1pwIVy-000327-W1 for ged-emacs-devel@m.gmane-mx.org; Tue, 09 May 2023 10:16:07 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pwIVH-0004St-FA; Tue, 09 May 2023 04:15: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 1pwIVG-0004SU-Ho for emacs-devel@gnu.org; Tue, 09 May 2023 04:15:22 -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 1pwIVF-0002lg-O3; Tue, 09 May 2023 04:15:21 -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=YgRTAhP+Dm5cLKacmqMQcYU7PdaFhb0ZwC5M5XP3yXA=; b=km3LTrYmYAH5 JDy9sZz0j6+sCBYkjn3HaBlAUgOhIB8k/rwmIZEoXRuJEKnBgiG3BwkVrGlp8Nv1dyU2TMKh3Sssa EEyod77hBkr0+tCsdk7X43sUA7qEEdKflCim9n5erZuj2ttXqQI+Z61fOYLwPAir86eGDjtk79Gjo JqbPZxVMV2DyBv9Opp25Dvnxh8V3Dltio+2snDNY3jTiSxke9tsYfLCvfSJdg+IbIIGWDfsQ49oUu GzxZF5I9KkeFduVsvXcgCAV/LNR1yATl1ZrbaSp6Ydx9WNGXnTcCVTbKA2Stpo94J0SLL7AFQ2ezQ kvCOeajB41mMU/5lUqlCbQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pwIV2-0004hZ-K6; Tue, 09 May 2023 04:15:12 -0400 In-Reply-To: <87mt2e9c0e.fsf@gmx.de> (message from Michael Albinus on Tue, 09 May 2023 09:53:21 +0200) 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:305998 Archived-At: > From: Michael Albinus > Cc: Cyril Arnould > Date: Tue, 09 May 2023 09:53:21 +0200 > > Eli Zaretskii writes: > > > Improve VHDL mode highlighting > > > > * lisp/progmodes/vhdl-mode.el (vhdl-compiler-alist): Differentiate > > between ModelSim errors, warnings, and notes when highlighting > > them. Add a new entry for Xilinx Vivado. (Bug#63251) > > It looks that this his added a new error in the tests. Try There's a new patch in the works, but I'm waiting for the dust to settle on that discussion before installing. Cyril, are you done discussing this, or do I need to wait some more? If you are done, could you please post the fix I should install on the emacs-29 branch?