From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: info faces for strings and quotations Date: Tue, 5 Oct 2004 09:28:58 -0700 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1096993769 16191 80.91.229.6 (5 Oct 2004 16:29:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2004 16:29:29 +0000 (UTC) Cc: Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 05 18:29:18 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CEsBi-0002c1-00 for ; Tue, 05 Oct 2004 18:29:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEsIM-00017t-0f for ged-emacs-devel@m.gmane.org; Tue, 05 Oct 2004 12:36:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEsIE-00016R-EE for emacs-devel@gnu.org; Tue, 05 Oct 2004 12:36:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEsID-00015f-Ag for emacs-devel@gnu.org; Tue, 05 Oct 2004 12:36:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEsID-00015c-83 for emacs-devel@gnu.org; Tue, 05 Oct 2004 12:36:01 -0400 Original-Received: from [141.146.126.229] (helo=agminet02.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CEsBW-0004Ji-68 for emacs-devel@gnu.org; Tue, 05 Oct 2004 12:29:06 -0400 Original-Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.191.11]) by agminet02.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i95GT3kZ021399; Tue, 5 Oct 2004 09:29:03 -0700 Original-Received: from rgmgw2.us.oracle.com (localhost [127.0.0.1]) by rgmgw2.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i95GT4Di016377; Tue, 5 Oct 2004 10:29:04 -0600 Original-Received: from dradamslap (dhcp-amer-csvpn-gw2-141-144-81-47.vpn.oracle.com [141.144.81.47]) by rgmgw2.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id i95GT3rU016355; Tue, 5 Oct 2004 10:29:03 -0600 Original-To: "LENNART BORGMAN" , "Stefan" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: Importance: Normal X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27946 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27946 `either-re' was just my renamed version of your variable `rr'. I was trying to make the name say what the regexp represented. - Drew -----Original Message----- From: LENNART BORGMAN [mailto:lennart.borgman.073@student.lu.se] > Why not use (either-re "\"\\([^\\\"]\\|\\\\[\\\"]\\)*\"\\|`[^'\n]+'") > and get rid of all this code (i.e. the regexp-matching does the > escape-counting for you)? I have never heard of either-re, is that something in the CVS-version?