From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#70435: 30.0.50; cc-mode: <> are sometimes not recognized as parentheses Date: Sun, 5 May 2024 11:55:52 +0000 Message-ID: References: <87le5cuuyq.fsf@gmail.com> <87y18xifpb.fsf@gmail.com> <87sez4uleo.fsf@gmail.com> <8634r0muh3.fsf@gnu.org> <87zft8s7dh.fsf@gmail.com> <87v83w7zfi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13524"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, Eli Zaretskii , 70435-done@debbugs.gnu.org To: Herman@debbugs.gnu.org, =?UTF-8?Q?G=C3=A9za?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 05 13:57:25 2024 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1s3aUe-0003Hy-Ci for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 05 May 2024 13:57:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s3aU3-0006Q9-36; Sun, 05 May 2024 07:56:47 -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 1s3aTx-0006Pe-BM for bug-gnu-emacs@gnu.org; Sun, 05 May 2024 07:56:42 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s3aTu-00043C-Le for bug-gnu-emacs@gnu.org; Sun, 05 May 2024 07:56:40 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s3aUI-0004Fe-6v for bug-gnu-emacs@gnu.org; Sun, 05 May 2024 07:57:02 -0400 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 05 May 2024 11:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 70435 X-GNU-PR-Package: emacs Mail-Followup-To: 70435@debbugs.gnu.org, acm@muc.de, Herman, geza.herman@gmail.com Original-Received: via spool by 70435-done@debbugs.gnu.org id=D70435.171491018516332 (code D ref 70435); Sun, 05 May 2024 11:57:01 +0000 Original-Received: (at 70435-done) by debbugs.gnu.org; 5 May 2024 11:56:25 +0000 Original-Received: from localhost ([127.0.0.1]:59324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s3aTg-0004FM-LC for submit@debbugs.gnu.org; Sun, 05 May 2024 07:56:24 -0400 Original-Received: from mail.muc.de ([193.149.48.3]:47461) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s3aTf-0004FG-5P for 70435-done@debbugs.gnu.org; Sun, 05 May 2024 07:56:24 -0400 Original-Received: (qmail 86696 invoked by uid 3782); 5 May 2024 13:55:53 +0200 Original-Received: from muc.de (p4fe15157.dip0.t-ipconnect.de [79.225.81.87]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Sun, 05 May 2024 13:55:53 +0200 Original-Received: (qmail 29749 invoked by uid 1000); 5 May 2024 11:55:52 -0000 Content-Disposition: inline In-Reply-To: <87v83w7zfi.fsf@gmail.com> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:284493 Archived-At: Hello, Géza. On Thu, May 02, 2024 at 21:58:33 +0200, Herman, Géza wrote: > Hi Alan, > Alan Mackenzie writes: > > Any testing you can do on real code would also be appreciated. > > Please > > confirm, again, that the bug is truly fixed, or tell me what > > still needs > > to be fixed. Thanks! > I checked the new patch, and just like the previous patch, this > one works correctly as well. Also, I used cc-mode for an hour for > editing C++ code, I haven't noticed anything strange so far. I'll > to keep using it and let you know if I find any bugs. Many thanks again! I've now committed the patch to the Emacs master branch (and a few other places), and am closing the bug with this post. > Thanks, > Géza -- Alan Mackenzie (Nuremberg, Germany).