From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54749 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: Regular expression converter. Date: Sun, 09 Nov 2003 17:56:39 -0500 Organization: FreeBSD/Linux Hippopotamus Preserve 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 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1068418628 27520 80.91.224.253 (9 Nov 2003 22:57:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2003 22:57:08 +0000 (UTC) Original-X-From: ding-owner+M3290@lists.math.uh.edu Sun Nov 09 23:57:06 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 1AIyUU-0002xU-00 for ; Sun, 09 Nov 2003 23:57:06 +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 1AIyUA-0007Qk-00; Sun, 09 Nov 2003 16:56:46 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AIyU5-0007Qf-00 for ding@lists.math.uh.edu; Sun, 09 Nov 2003 16:56:41 -0600 Original-Received: from asfast.net (hippo.asfast.net [216.182.10.250]) by justine.libertine.org (Postfix) with ESMTP id DB1BD3A0073 for ; Sun, 9 Nov 2003 16:56:40 -0600 (CST) Original-Received: from localhost (localhost [127.0.0.1]) (uid 0) by asfast.net with local; Sun, 09 Nov 2003 17:56:40 -0500 Original-To: ding@gnus.org X-Face: "!ga1s|?LNLE3MeeeEYs(%LIl9q[xV9!j4#xf4!**BFW_ihlOb;:Slb>)vy>CJM writes: > 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. Thank you. I wasn't aware of rx.el, and I have looked into it. It indeed provides a more readable syntax, and it seems like a very useful package. However, given my own idiosyncratic tastes, I prefer regular expression syntax, and I like the flavor that does not backslash parentheses, braces, vertical bars, etc. Therefore, I'm still looking for a converter. -- Lloyd Zusman ljz@asfast.com