From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: How to grok a complicated regex? Date: Fri, 24 Apr 2015 21:23:36 -0700 (PDT) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1429935930 30290 80.91.229.3 (25 Apr 2015 04:25:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Apr 2015 04:25:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 25 06:25:17 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 1YlreX-00081x-9w for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Apr 2015 06:25:17 +0200 Original-Received: from localhost ([::1]:47266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlreW-0006DI-9O for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Apr 2015 00:25:16 -0400 X-Received: by 10.236.61.82 with SMTP id v58mr2364440yhc.15.1429935817661; Fri, 24 Apr 2015 21:23:37 -0700 (PDT) X-Received: by 10.50.90.178 with SMTP id bx18mr23313igb.13.1429935817593; Fri, 24 Apr 2015 21:23:37 -0700 (PDT) Original-Path: usenet.stanford.edu!z60no3600633qgd.0!news-out.google.com!n7ni16343igk.0!nntp.google.com!l13no9758236iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=117.215.20.214; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 117.215.20.214 User-Agent: G2/1.0 Injection-Date: Sat, 25 Apr 2015 04:23:37 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:211708 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:103990 Archived-At: On Saturday, March 14, 2015 at 3:05:55 AM UTC+5:30, Marcin Borkowski wrote: > Hi all, > > so I have this monstrosity [note: I know, there are much worse ones, > too!]: > > "\\`\\(?:\\\\[([]\\|\\$+\\)?\\(.*?\\)\\(?:\\\\[])]\\|\\$+\\)?\\'"
> > Any ideas? Just saw this http://crowding.github.io/blog/2014/09/09/editing-regexes-interactively-in-emacs/