From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Amin Bandali Newsgroups: gmane.emacs.devel Subject: Re: "Raw" string literals for elisp Date: Tue, 14 Sep 2021 11:33:16 -0400 Message-ID: <877dfjxjcz.fsf@gnu.org> References: <4209edd83cfee7c84b2d75ebfcd38784fa21b23c.camel@crossproduct.net> <20210908160531.GA18656@tuxteam.de> <0E3E472D-0F65-45B8-BE70-118F88AAD29C@acm.org> <77353F5F-DCA0-4070-8DD8-CD0F80216378@acm.org> <875yv3bfod.fsf@gmail.com> <87sfy7cril.fsf@localhost> <49357ac9-69cf-4678-6071-5d9c8fca7020@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28444"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= , Stefan Kangas , Anna Glasgall , Ihor Radchenko , Stefan Monnier , Emacs developers , Augusto Stoffel To: =?utf-8?Q?Cl=C3=A9ment?= Pit-Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 14 17:58:24 2021 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 1mQApD-0007AP-HK for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Sep 2021 17:58:23 +0200 Original-Received: from localhost ([::1]:40808 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQApC-000109-AY for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Sep 2021 11:58:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36106) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQAQz-0000Hj-Vr for emacs-devel@gnu.org; Tue, 14 Sep 2021 11:33:22 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57066) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQAQy-0003Mu-En; Tue, 14 Sep 2021 11:33:20 -0400 Original-Received: from [2607:fea8:3fdf:f2d9:b48f:32e5:96a:c284] (port=33392 helo=langa) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQAQw-0006Q5-Tm; Tue, 14 Sep 2021 11:33:20 -0400 In-Reply-To: <49357ac9-69cf-4678-6071-5d9c8fca7020@gmail.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:274708 Archived-At: Cl=C3=A9ment Pit-Claudel writes: > On 9/14/21 9:22 AM, Stefan Kangas wrote: >> Hi Cl=C3=A9ment, >>=20 >> Stefan Monnier writes: >>=20 >>>>> Maybe there could be a "glasses mode" for regexps, similar to the >>>>> existing one for came case? One could display "(x)" and "\\(x\\)" in= a >>>>> way that is indistinguishable except for the colors of the parenthesi= s. >>>> And indeed there is such (on MELPA though): >>>> https://github.com/cpitclaudel/easy-escape >>> >>> Cl=C3=A9ment signed the paperwork, so maybe we could easily add it to >>> GNU ELPA? >>=20 >> What do you think about this? > > Sounds good to me; please feel free to add it to ELPA (I would prefer > core, but the last thread on this topic flopped: > https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00266.html). Thanks, Cl=C3=A9ment. I'd also very much like to see this in core.