From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: Patch for lookaround assertion in regexp Date: Thu, 4 Jun 2009 10:27:30 +0200 Message-ID: <7b501d5c0906040127l779bfa0fl5235c5a5f52762a8@mail.gmail.com> References: <3c863ca40906031604q7b1d43d1oe502847f3828945d@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244167545 15588 80.91.229.12 (5 Jun 2009 02:05:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2009 02:05:45 +0000 (UTC) Cc: Tomohiro MATSUYAMA , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 05 04:05:42 2009 Return-path: 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.50) id 1MCOoN-0007Lh-El for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2009 04:05:40 +0200 Original-Received: from localhost ([127.0.0.1]:56942 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCOoM-0005Py-0J for ged-emacs-devel@m.gmane.org; Thu, 04 Jun 2009 22:05:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCNPi-000074-0W for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:36:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCNPg-00006A-M8 for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:36:05 -0400 Original-Received: from [199.232.76.173] (port=48150 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCMVI-0000IE-GA for emacs-devel@gnu.org; Thu, 04 Jun 2009 19:37:49 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.153]:56760) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MC8IP-0008Ca-8h; Thu, 04 Jun 2009 04:27:33 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e12so165267fga.7 for ; Thu, 04 Jun 2009 01:27:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=FPMGXMtWarpHQ01ucnIfazVwsiFFdelOWP7qZ2fijMk=; b=TTTJEAnuqv4htviaG+riSiI9K5R1sLXNFjMwbO9c1hL+7qX9gO0RhOx0ZxwvWWJoQM LY91HRacZX7iQ6959C8jmlnT6l405HWNakYE69QOSV9O3y3SW+y/mhgMWbij8Y1KuNjp 2pFs0L//WPqu173+nSJcDUYZdOfKagd6rdbdc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=KsjbpOAmxtKgiNUpDhMq6RVjWg0o2gSAqgjNGWpsLyvvVc9dZ7SrxTQl1JktU38dvg XIdU7Wm3Sxn8RGZvmTObUWGzJnwDhUZm1+de2Hpp2s8gsoiih0aFOZlGqNdxbUkGp69J gtfNN5xOcbZwnDNCqI+TIH4dHOxyCJV/fp6ZY= Original-Received: by 10.86.23.20 with SMTP id 20mr2190494fgw.49.1244104051006; Thu, 04 Jun 2009 01:27:31 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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:111336 Archived-At: 2009/6/4 Miles Bader : > Tomohiro MATSUYAMA writes: >> I have attached a patch that enables you to >> use lookaround assertion in regexp > ... >> And if like it, please merge it. >> I believe that some people really want to use it. > > This would be an excellent addition... > > I often wish emacs regexps had such a feature. Seconded! -- Deniz Dogan