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: Bug? Date: Wed, 03 May 2023 14:24:49 +0300 Message-ID: <838re5mzcu.fsf@gnu.org> References: <875y9aciir.fsf.ref@yahoo.com> <875y9aciir.fsf@yahoo.com> <9DC42D1F-2061-48ED-932B-9704538356C8@acm.org> <380B9B5B-9FB9-4A99-830B-117A33519D3A@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24470"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, luangruo@yahoo.com To: one.last.kiss@outlook.com, Mattias =?utf-8?Q?Engdeg=C3=A5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 03 13:24:46 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 1puAbG-00066a-K0 for ged-emacs-devel@m.gmane-mx.org; Wed, 03 May 2023 13:24:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1puAaa-0001NV-M7; Wed, 03 May 2023 07:24:04 -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 1puAaY-0001JC-OY for emacs-devel@gnu.org; Wed, 03 May 2023 07:24:02 -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 1puAaY-0007TJ-5n; Wed, 03 May 2023 07:24:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=2gVDFHYlZnf6nBcGHX9gSiIILZ2nbqyfI2z8T+l4hMY=; b=VzyMjmg7t4mO4NXKROvx MbqIzFMo0LOmBEbNOnp4YhtHXJnM8ZoE7of0NkEJE03ktgwlbinQRHTRLoikcTiNnTPmMDeObNAvD kXlnmsZZMg+N3oKd1fLUJzKguNCKTp6Ly0W0OtX3GqRoV3ucbG7JXynINopS937InmisLW2wFe2mD Uo/pu796NKrW4EZa/844lfgjeoyrJ0xS12fLkbWRXGTmDJjOWfzONdoHcfqS39MztDkuF4jKc1ycV Gv6T8z9sE0ZfIDJ1Z7VSXYgOFWy8g3weNwNdqWSIG+mup6mmns1KZJak1VmbUdJuDI2VjxOe7ZL9q WcmLsa+fl4d1gA==; 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 1puAaX-0007Lr-6A; Wed, 03 May 2023 07:24:01 -0400 In-Reply-To: <380B9B5B-9FB9-4A99-830B-117A33519D3A@acm.org> (message from Mattias =?utf-8?Q?Engdeg=C3=A5rd?= on Wed, 3 May 2023 12:12:09 +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:305774 Archived-At: > From: Mattias EngdegÄrd > Date: Wed, 3 May 2023 12:12:09 +0200 > Cc: emacs-devel , Po Lu > > I also noticed that when the closing bracket is comprised of multiple characters, only the first character is high-lit using that face. For example, in shell-script-mode, when `esac` matches `case`, only the `c` in `case` is high-lit. Perhaps this new feature isn't quite finished yet. Shynur, could you please fix this deficiency?