From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54744 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Regular expression converter. Date: Sun, 09 Nov 2003 20:58:26 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068408057 21672 80.91.224.253 (9 Nov 2003 20:00:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2003 20:00:57 +0000 (UTC) Original-X-From: ding-owner+M3285@lists.math.uh.edu Sun Nov 09 21:00:54 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AIvjy-000454-00 for ; Sun, 09 Nov 2003 21:00:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AIvjq-0006v8-00; Sun, 09 Nov 2003 14:00:46 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AIvjj-0006v2-00 for ding@lists.math.uh.edu; Sun, 09 Nov 2003 14:00:39 -0600 Original-Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [193.162.153.3]) by justine.libertine.org (Postfix) with ESMTP id 5E2B03A0075 for ; Sun, 9 Nov 2003 14:00:38 -0600 (CST) Original-Received: from [195.249.83.11] (0xc3f9530b.esnxr2.ras.tele.dk [195.249.83.11]) by pfepb.post.tele.dk (Postfix) with ESMTP id 5A7F85EE263 for ; Sun, 9 Nov 2003 21:00:33 +0100 (CET) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (Lloyd Zusman's message of "Sun, 09 Nov 2003 14:45:45 -0500") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54744 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54744 Lloyd Zusman writes: > My main goal is to use a regular expression syntax with fewer > backslashes in my elisp code, in order to aid readablility and speed > up debugging. Are you aware of rx.el? IMHO, this provides a much more readable and nicer syntax than Perl regexps.