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: c-font-lock-extra-types and friends Date: Tue, 14 Mar 2023 14:25:27 +0200 Message-ID: <83v8j3seo8.fsf@gnu.org> References: <83wn3v8z34.fsf@gnu.org> <83zg8gshgk.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1123"; 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 Tue Mar 14 13:26:10 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 1pc3jG-000AcA-Bq for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Mar 2023 13:26:10 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pc3il-0001MJ-RW; Tue, 14 Mar 2023 08:25:39 -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 1pc3ih-0001LM-Vo for emacs-devel@gnu.org; Tue, 14 Mar 2023 08:25:36 -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 1pc3ih-0003q5-2W; Tue, 14 Mar 2023 08:25:35 -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=A91oIa8NEk563TluAu6FGvZkdrBZYxt4DYbNGN/PR0M=; b=LRm6MYtSmY/p 9y7gLOipXKXZLfwLrom4CFreW2+HNRL+ZYpDRBU2VF8r6KCPMd2zOSAO1Emcc7aY5EZ3Rgc9X4j4P QtuhW3qFFN5fjhN64UdXzAEmkd1UIKYekMaymlykyO5tDPc0xjViMFHlfH9SLL1SZQB5hhKuFXSX1 mdidm1l6RzdWlUv+R7qt5IZgf5vzZUjrMGV6MSAqgD5QRYcn+2GmFo1HjmjiF9WiA28NE+u0XVmE8 NMgN2a29QjHoI/jiZJpmV51nY4kOFzGAKHNiM+1OHzCoVGuYlB1NTGygDITtkaOb36FNz7bWYHE5M u7b8DqYFbwOjN+VxLf4gYA==; 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 1pc3ig-0003k9-HX; Tue, 14 Mar 2023 08:25:34 -0400 In-Reply-To: (message from Alan Mackenzie on Mon, 13 Mar 2023 18:37:58 +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:304433 Archived-At: > Date: Mon, 13 Mar 2023 18:37:58 +0000 > Cc: emacs-devel@gnu.org > From: Alan Mackenzie > > No, it was my fault. For some reason, I was trying to push from the > wrong repository. The commit should be in master now. Thanks. However, I have a couple of questions about that commit: . why did you add a new function c-list-of-strings, when we already had c-string-list-p there? . any reason not to backport this to the emacs-29 branch?