From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Andrus Newsgroups: gmane.emacs.devel Subject: Re: APL mode Date: Sun, 13 Oct 2013 10:11:34 -0600 Message-ID: <9B078DDD-A75E-42DF-9CBE-CE999B749607@gmail.com> References: <87haclhdnz.fsf@uwakimon.sk.tsukuba.ac.jp> <87fvs5h1e7.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1381680713 27138 80.91.229.3 (13 Oct 2013 16:11:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Oct 2013 16:11:53 +0000 (UTC) Cc: "emacs-devel@gnu.org List" To: Rustom Mody Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 13 18:11:56 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VVOGl-0003ea-ST for ged-emacs-devel@m.gmane.org; Sun, 13 Oct 2013 18:11:51 +0200 Original-Received: from localhost ([::1]:33717 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVOGl-0007U4-D8 for ged-emacs-devel@m.gmane.org; Sun, 13 Oct 2013 12:11:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVOGd-0007MJ-68 for emacs-devel@gnu.org; Sun, 13 Oct 2013 12:11:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVOGV-0005s3-2t for emacs-devel@gnu.org; Sun, 13 Oct 2013 12:11:43 -0400 Original-Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]:40434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVOGU-0005rv-Uq for emacs-devel@gnu.org; Sun, 13 Oct 2013 12:11:35 -0400 Original-Received: by mail-ie0-f181.google.com with SMTP id ar20so1770647iec.12 for ; Sun, 13 Oct 2013 09:11:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=dWTJ9LJDe6TT8XQoaVMmBZViw2lMyWdr3IpsmaUPbmk=; b=FxCfdxGFly5MU8/ETyFYQsMe9FSmhdeXMSjZkwwibiTC5NRlVvkbwBcDgEwAb8VQGa pYlS/i2Tny/xlnO6Nvdkge6OVC+zWNAt3N9COnV49+8WCW/7AyvbXBT7qxjhDEXoCmgg r1Un6l7ccXq5Np4jAh+QD/ZeO9dFYLJSD3jvhcp78cUcJAo50Ww1saLMMjXrKqyg0yG5 00QcAKrdhrTxGihNyyYMz2vFQell47NMeJJpVpeW6PQ84upHjbNcr+kPcZdPZpHxMRws FWeOJujhnghEIujj+m6BJ/l3NTX6lvvDAPYJiBKC+DWH5lXerhrIAhVlK59OVucjnQQG GxHA== X-Received: by 10.42.48.202 with SMTP id t10mr2244621icf.9.1381680693931; Sun, 13 Oct 2013 09:11:33 -0700 (PDT) Original-Received: from [192.168.0.5] (174-29-17-186.hlrn.qwest.net. [174.29.17.186]) by mx.google.com with ESMTPSA id k6sm15419092igx.8.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Oct 2013 09:11:33 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1510) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164179 Archived-At: On Oct 13, 2013, at 8:04 AM, Rustom Mody wrote: > On Sun, Oct 13, 2013 at 4:40 PM, Stephen J. Turnbull = wrote: >> Rustom Mody writes: >>=20 >>> Not to say that I am afraid of CFGs -- more afraid of regexps with = 16 >>> backslashes in a row!! >>=20 >> XEmacsen have rawstrings (couldn't resist), but the real answer is to >> use one of the regexp constructor packages if you don't feel like >> dealing the the unfortunate consequences of the traditional use of = the >> same character to indicate string escapes and regexp constructs too. >=20 > Ok I find something called rx. > I think I need something like rx-inverse -- something which will give > me an sexp interpretation of an ugly re. In the pcre2el package (available in MELPA or marmalade) you will find = `rxt-elisp-to-rx' which does just that. I've only used it a little but = it seems to work well. -Ivan=