From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Jose E. Marchesi" Newsgroups: gmane.emacs.devel Subject: Re: "Raw" string literals for elisp Date: Tue, 14 Sep 2021 19:49:27 +0200 Message-ID: <87pmtb6o9k.fsf@gnu.org> References: <87sfy7cril.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11829"; 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=A5?= =?utf-8?Q?rd?= , Stefan Kangas , Anna Glasgall , Emacs developers , Stefan Monnier , Augusto Stoffel To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 14 19:50:45 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 1mQCZw-0002s5-Lp for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Sep 2021 19:50:44 +0200 Original-Received: from localhost ([::1]:54074 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQCZv-0002UF-Gd for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Sep 2021 13:50:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50200) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQCYn-0001oQ-Q6 for emacs-devel@gnu.org; Tue, 14 Sep 2021 13:49:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33566) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQCYl-0003yD-0v; Tue, 14 Sep 2021 13:49:31 -0400 Original-Received: from [141.143.193.79] (port=25162 helo=termi.gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQCYk-00018E-Pd; Tue, 14 Sep 2021 13:49:30 -0400 In-Reply-To: <87sfy7cril.fsf@localhost> (Ihor Radchenko's message of "Tue, 14 Sep 2021 19:42:42 +0800") 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:274714 Archived-At: > Augusto Stoffel writes: > >> 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 parenthesis. > > And indeed there is such (on MELPA though): > https://github.com/cpitclaudel/easy-escape This is awesome.