From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier <monnier@iro.umontreal.ca> Newsgroups: gmane.emacs.devel Subject: Re: Structural regular expressions Date: Thu, 09 Sep 2010 19:03:22 +0200 Message-ID: <jwvvd6e6e9l.fsf-monnier+emacs@gnu.org> References: <loom.20100907T212314-566@post.gmane.org> <AANLkTimYvE0aqrG-OQxuY6BTca7ngzrfQUa62mOxyV=+@mail.gmail.com> <loom.20100907T222143-475@post.gmane.org> <87sk1lt4uf.fsf@gmail.com> <jwvsk1kaav2.fsf-monnier+emacs@gnu.org> <pvhphbi0wq0d.fsf@gmx.li> <jwvlj7c9ura.fsf-monnier+emacs@gnu.org> <pvhpd3sow7uc.fsf@gmx.li> <jwvbp8797ox.fsf-monnier+emacs@gnu.org> <87y6bbs8d1.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284051891 6347 80.91.229.12 (9 Sep 2010 17:04:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Sep 2010 17:04:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup <dak@gnu.org> Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 09 19:04:50 2010 Return-path: <emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org> Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from <emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org>) id 1OtkYL-0003Fo-IV for ged-emacs-devel@m.gmane.org; Thu, 09 Sep 2010 19:04:49 +0200 Original-Received: from localhost ([127.0.0.1]:50764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtkYL-0004Zv-8O for ged-emacs-devel@m.gmane.org; Thu, 09 Sep 2010 13:04:49 -0400 Original-Received: from [140.186.70.92] (port=55503 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtkX0-0003WI-Ce for emacs-devel@gnu.org; Thu, 09 Sep 2010 13:03:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from <monnier@iro.umontreal.ca>) id 1OtkWz-0007Vd-5E for emacs-devel@gnu.org; Thu, 09 Sep 2010 13:03:26 -0400 Original-Received: from impaqm2.telefonica.net ([213.4.138.2]:16817) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from <monnier@iro.umontreal.ca>) id 1OtkWy-0007VB-SE for emacs-devel@gnu.org; Thu, 09 Sep 2010 13:03:25 -0400 Original-Received: from IMPmailhost4.adm.correo ([10.20.102.125]) by IMPaqm2.telefonica.net with bizsmtp id 4fB21f02P2iL0W23Mh3Pep; Thu, 09 Sep 2010 19:03:23 +0200 Original-Received: from ceviche.home ([83.61.36.43]) by IMPmailhost4.adm.correo with BIZ IMP id 4h3N1f00L0vquEj1kh3Nnq; Thu, 09 Sep 2010 19:03:23 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="monnier$movistar.es" |auth_email="monnier@movistar.es" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" Original-Received: by ceviche.home (Postfix, from userid 20848) id 57E7A660D2; Thu, 9 Sep 2010 19:03:22 +0200 (CEST) In-Reply-To: <87y6bbs8d1.fsf@lola.goethe.zz> (David Kastrup's message of "Thu, 09 Sep 2010 09:07:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." <emacs-devel.gnu.org> List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-devel>, <mailto:emacs-devel-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-devel> List-Post: <mailto:emacs-devel@gnu.org> List-Help: <mailto:emacs-devel-request@gnu.org?subject=help> List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-devel>, <mailto:emacs-devel-request@gnu.org?subject=subscribe> Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129827 Archived-At: <http://permalink.gmane.org/gmane.emacs.devel/129827> > And what is narrow-to-region supposed to do then? Signal an error when the region is not contiguous? Stefan