From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: How to grok a complicated regex? Date: Sat, 14 Mar 2015 08:47:09 +1100 Message-ID: <87a8zga7tu.fsf@gmail.com> References: <87ioe4a8d3.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1426283265 10744 80.91.229.3 (13 Mar 2015 21:47:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Mar 2015 21:47:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 13 22:47:41 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YWXQb-0000Z0-MX for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2015 22:47:33 +0100 Original-Received: from localhost ([::1]:38781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWXQb-0001OL-0w for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2015 17:47:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWXQQ-0001O5-7t for help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 17:47:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWXQL-0005sZ-8g for help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 17:47:22 -0400 Original-Received: from mail-pd0-x232.google.com ([2607:f8b0:400e:c02::232]:38196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWXQK-0005sL-Vn for help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 17:47:17 -0400 Original-Received: by pdbfl12 with SMTP id fl12so31855200pdb.5 for ; Fri, 13 Mar 2015 14:47:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type:content-transfer-encoding; bh=Xcziw9Q9YgfsIeUL6YEVWL4HPIN6/CBxkWIXMASCUJQ=; b=IsMZu9M2pSHVo4/HovCAmnncJgmhzOOCf9UgG+vXx+xAAQLufSkdrh+d5aXhdXo9i7 LXRJfNZbQHrKkzfuw/5bL5P9lvKomvoVsNxnKGs5WlSJQSbQuv2LPTWAY2MsAchv77oL L8bmO2mKmw0XtyTXfjJOa49szsVykHxBvF9GtypHJiItTv8PhBdUQGopZUHKpdvbSsW8 24/kFH4+DiTSrqvXsAddNum76sUQWNqzE8QpjLxFFgVcXB/qxbIJwSfYATZm65+5G7IM WeVvo9RPY9CmeR8GE72+AZCSjLmLbfzuLVCjYKtB1FLPvctLO++srPUt3AqvVknaiPXc Antw== X-Received: by 10.70.31.66 with SMTP id y2mr44071984pdh.118.1426283236194; Fri, 13 Mar 2015 14:47:16 -0700 (PDT) Original-Received: from localhost (CPE-120-147-144-248.gdiv2.lon.bigpond.net.au. [120.147.144.248]) by mx.google.com with ESMTPSA id w1sm5051609pdp.25.2015.03.13.14.47.14 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Mar 2015 14:47:15 -0700 (PDT) In-reply-to: <87ioe4a8d3.fsf@wmi.amu.edu.pl> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103149 Archived-At: On 2015-03-14T08:35:36+1100, Marcin Borkowski said: MB> I'm not asking “what does this match” – I can read it myself. MB> But it comes with a considerable effort. Are you aware of any MB> tools that might help to understand such regexen? `rxt-explain-elisp`? Alexis.