From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: renato.pontefice@gmail.com Newsgroups: gmane.emacs.help Subject: Re: regexp on emacs how to... Date: Mon, 1 Sep 2014 01:15:05 -0700 (PDT) Message-ID: <941334fe-5c17-4777-aa91-312533ae0500@googlegroups.com> References: <87wq9p62se.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1409559325 12959 80.91.229.3 (1 Sep 2014 08:15:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2014 08:15:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 01 10:15:18 2014 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 1XOMli-0006QK-CT for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2014 10:15:18 +0200 Original-Received: from localhost ([::1]:52727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOMlh-0004to-RP for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2014 04:15:17 -0400 X-Received: by 10.182.66.234 with SMTP id i10mr15220018obt.12.1409559306134; Mon, 01 Sep 2014 01:15:06 -0700 (PDT) X-Received: by 10.140.37.39 with SMTP id q36mr24622qgq.10.1409559305987; Mon, 01 Sep 2014 01:15:05 -0700 (PDT) Original-Path: usenet.stanford.edu!r2no11871538igi.0!news-out.google.com!q8ni8qal.1!nntp.google.com!dc16no186058qab.1!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=2.118.42.225; posting-account=u2YPPQoAAAD4EIiLgz2UEPmFMncWw22R Original-NNTP-Posting-Host: 2.118.42.225 User-Agent: G2/1.0 Injection-Date: Mon, 01 Sep 2014 08:15:05 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207273 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:99550 Archived-At: Il giorno domenica 31 agosto 2014 00:39:00 UTC+2, Thorsten Jolitz ha scritto: > Thorsten Jolitz writes: > > > > > This might give some false positives, but not miss any tags: > > > > > > "\\[-[^^\000]+?-]" > > > > Ups, this should actually be: > > > > "\\[-[^\000]+?-]" > > > > -- > > cheers, > > Thorsten It doesen't work :-( can you try to explain me what kin of search try to do this expression? TIA Renato