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: Which face to use for highlighting interpolation delimiters? Date: Fri, 06 Jan 2023 18:48:27 +0200 Message-ID: <837cxzvcbo.fsf@gnu.org> References: <83a62vvipb.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37424"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dev@rjt.dev, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 06 17:49:01 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 1pDpts-0009YW-4B for ged-emacs-devel@m.gmane-mx.org; Fri, 06 Jan 2023 17:49:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pDptG-0000qo-HF; Fri, 06 Jan 2023 11:48:22 -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 1pDpt9-0000qY-IW for emacs-devel@gnu.org; Fri, 06 Jan 2023 11:48:16 -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 1pDpt5-0003nr-42; Fri, 06 Jan 2023 11:48:14 -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=SiO4r4Y4rHvAe7hTxlkKlyaAcdMuOvXc3NTsMImSMGo=; b=pOXSab8h0Ccs Z/JYepRVOEAItu8tgrv0gb52+liTRCmDRkyBQWiG31yaCa+xLUogYTNgvfp/jodXX+qqlIgGMZc5o p5lM/BO8zCyGjPJWx5UgF6d9juZUwu74b1UVwuyEjkzKHR6OD3T0erNEzWedvEm+c9SZQxGd1KS5G UpuhIi+hosKtdSteknMRJoAhiF64pUj8Z7qkSMwZOop52RTWv6ekNpUw5H3M1LwzSE4oFO7YSCsvW MzsYTRPKmi5VhV5/hnwGBPxbzW6Lj5YEuzgqKVHoCiUzWDfLMiKBSUXf8i3X6wDAm2aXV2PQAOPsH cN7mLSgo+2ZzrQGeJ10e+Q==; 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 1pDpt4-0006vq-C0; Fri, 06 Jan 2023 11:48:10 -0500 In-Reply-To: (message from Dmitry Gutov on Fri, 6 Jan 2023 17:36:57 +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:302256 Archived-At: > Date: Fri, 6 Jan 2023 17:36:57 +0200 > Cc: dev@rjt.dev, emacs-devel@gnu.org > From: Dmitry Gutov > > >> If we defer it until Emacs 30, it will be kinda painful to use in > >> ELPA-distributed packages (e.g. python and hopefully ruby as well). > > In general OK, but please show the patch to add that, so I could know > > exactly what is being proposed. > > Sure. > > I think these 3 are the only languages we support that have regexp literals. This is okay for the emacs-29 branch. Thanks.