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: Consequent CC Mode fix to the release branch or to master? Date: Mon, 23 Jan 2023 19:09:42 +0200 Message-ID: <83bkmpi3e1.fsf@gnu.org> References: <83h6whi4g5.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31307"; 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 Mon Jan 23 18:09:51 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 1pK0KN-0007uH-4q for ged-emacs-devel@m.gmane-mx.org; Mon, 23 Jan 2023 18:09:51 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pK0K9-000247-Nw; Mon, 23 Jan 2023 12:09:37 -0500 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 1pK0K7-00023g-Jz for emacs-devel@gnu.org; Mon, 23 Jan 2023 12:09:35 -0500 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 1pK0K6-0002ow-N5; Mon, 23 Jan 2023 12:09:34 -0500 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=ezSpEv5lETAjAt2wgCyk0BcEWV0Rr+wePW5zgJs8f2s=; b=LxvRJWcztRgw pvLLM8+/tnxNLvD2EdDToiPBF9fD6a+b6PE2y0v81skdEhruU5chA/d/IeVct89s4CV4M1GTD28// yu09L7T2OXn2IWtgzDuxICJwZiq/31DexS5TtPxTtGgeooMdDdGaPcgCYyjlouuRRJpJB7+kLyIhW NkqrxRSTuY2z0oo13G4war1pkpYvyxjauclBe6feHCjUfRXuIKAKkOh9qtGZSIF1lbZqEQcxt/Ir3 4216GibQ92oiYfeaugy1Xjh0IC8oryemUIe7mqM225YxupbYypkCPgL50n7M+RTL1dY2Qy3kfv8GO BEG7dixUXCX+khvYUbAOSA==; 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 1pK0K5-00046Z-Tm; Mon, 23 Jan 2023 12:09:34 -0500 In-Reply-To: (message from Alan Mackenzie on Mon, 23 Jan 2023 17:04:00 +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:302618 Archived-At: > Date: Mon, 23 Jan 2023 17:04:00 +0000 > Cc: emacs-devel@gnu.org > From: Alan Mackenzie > > Hello, Eli. > > On Mon, Jan 23, 2023 at 18:46:50 +0200, Eli Zaretskii wrote: > > > Date: Mon, 23 Jan 2023 16:00:49 +0000 > > > Cc: emacs-devel@gnu.org > > > From: Alan Mackenzie > > > > Whilst fixing bug #59234 (Inappropriate fontification as a type of > > > function call NSRectFill), I came across inappropriate handling of > > > whitespace which leads to the Lisp error "Invalid search bound (wrong > > > side of point)". This error is likely to occur only rarely, and probably > > > not in the more used CC Mode modes such as C and C++. > > > > I now have a patch to fix this. Is it still OK to commit such patches to > > > the release branch, or would it be preferred to commit it to master? > > > It depends on the patch. Please show it, so I could have an idea of > > what it entails. > > OK, here it is: > > CC Mode: Don't do c-backward-syntactic-ws following a forward movement Thanks. This kind of change is too much for the release branch at this point, so I think it should go to master.