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: Two CC Mode bug fixes into the release branch? Date: Sat, 02 Jul 2022 18:26:49 +0300 Message-ID: <83mtdrbkna.fsf@gnu.org> References: <83o7y7bmqg.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15660"; 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 Sat Jul 02 17:27:58 2022 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 1o7f2L-0003vG-Nd for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Jul 2022 17:27:57 +0200 Original-Received: from localhost ([::1]:40040 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7f2I-0004Z4-Dc for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Jul 2022 11:27:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58730) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7f1P-0003qX-S1 for emacs-devel@gnu.org; Sat, 02 Jul 2022 11:26:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49410) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7f1P-0002gO-Dw; Sat, 02 Jul 2022 11:26:59 -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=AeadRFablMcbFrcnK94fOhQX8chORTR3f9TH0jxqO18=; b=rPY+GsGdQLPF 8plB922pAswJESMGtboVFo32u5ahZM9cEW4eYKQp0Wv1VA3HNKli8T+4VxQsaVQkpJgFtZUbnR7mh psNKrSV+i+7yBrKE46n5YxdZPjhvYUbV3YUQwRhlqYASk9EFznMzliGx4IN2pbdjEyAgOiE3jrxKc 2jrplx9tmED49/RBRWnsyFhwllB9bnY+A+VmKm+rWhqUlkxDU5YCXOHnpGjKn+7g/K5aVXlYbZz9V RwvKkXMy2ESkklFNDBoMSQb4d3Enha0A36szrQ4JoUh6wSFddkJ+kkVD0/nunOq7BCd6PyvWPJFR6 Tx0ZGfZDR6ovDQVHojHL4Q==; Original-Received: from [87.69.77.57] (port=3147 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 1o7f1O-0000dk-Tv; Sat, 02 Jul 2022 11:26:59 -0400 In-Reply-To: (message from Alan Mackenzie on Sat, 2 Jul 2022 15:18:04 +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" Xref: news.gmane.io gmane.emacs.devel:291799 Archived-At: > Date: Sat, 2 Jul 2022 15:18:04 +0000 > Cc: emacs-devel@gnu.org > From: Alan Mackenzie > > > Please tell which commit you want to cherry-pick. I'd like to be sure > > we are talking about the same thing. > > OK, this commit: > > commit cf9c40159a6bef5a23f7b23a45c03f0c6be57574 > Author: Alan Mackenzie > Date: Mon Jan 31 17:44:59 2022 +0000 > > * lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nil > > This fixes bug #53605. This is okay for the release branch. > > Is the change you want to install the same one shown in the discussion > > of that bug? If not, please show the change. > > Yes, it's the change I send off to the OP on 2022-06-29, asking him/her > to test it. Also okay.