From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Tfardy Newsgroups: gmane.emacs.help Subject: Re: Regexp issue Date: Sat, 20 Jun 2009 10:46:25 +0200 Organization: bum-cyk-cyk Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1245536523 18205 80.91.229.12 (20 Jun 2009 22:22:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Jun 2009 22:22:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 21 00:22:01 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MI8wi-0007ZZ-Jv for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2009 00:22:00 +0200 Original-Received: from localhost ([127.0.0.1]:50100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MI8wh-0003OX-V4 for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Jun 2009 18:21:59 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin2!goblin.stu.neva.ru!news.nask.pl!news.nask.org.pl!news.onet.pl!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: p4fd34138.dip.t-dialin.net Original-X-Trace: news.onet.pl 1245487586 14373 79.211.65.56 (20 Jun 2009 08:46:26 GMT) Original-X-Complaints-To: niusy@onet.pl Original-NNTP-Posting-Date: Sat, 20 Jun 2009 08:46:26 +0000 (UTC) User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: Original-Xref: news.stanford.edu gnu.emacs.help:170176 X-Mailman-Approved-At: Sat, 20 Jun 2009 18:19:36 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65405 Archived-At: Paulo J. Matos schrieb: > Hi all, > > How can I match the string => but not part of <=>? This would be works, but is probably not what you are looking for: [^<]=> regards Marc