From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: AngusC Newsgroups: gmane.emacs.help Subject: Re: regexp with match over multiple lines Date: Thu, 5 May 2011 11:15:39 -0700 (PDT) Message-ID: <31552810.post@talk.nabble.com> References: <31548643.post@talk.nabble.com> <3266E1E3-8935-49EE-8102-212C84CBD81A@Web.DE> <31552210.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304619356 17182 80.91.229.12 (5 May 2011 18:15:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 May 2011 18:15:56 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 05 20:15:49 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QI35X-0001qC-Cb for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2011 20:15:47 +0200 Original-Received: from localhost ([::1]:46839 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI35W-0002um-SU for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2011 14:15:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI35S-0002uh-2L for Help-gnu-emacs@gnu.org; Thu, 05 May 2011 14:15:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI35Q-0002HC-Pd for Help-gnu-emacs@gnu.org; Thu, 05 May 2011 14:15:42 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:53844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI35Q-0002Gu-I2 for Help-gnu-emacs@gnu.org; Thu, 05 May 2011 14:15:40 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1QI35P-0007yz-Q0 for Help-gnu-emacs@gnu.org; Thu, 05 May 2011 11:15:39 -0700 In-Reply-To: X-Nabble-From: anguscomber@gmail.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 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:80926 Archived-At: Deniz Dogan-3 wrote: >=20 > 2011/5/5 AngusC : >> I can insert C-1 C-j and that works but only for the number of carriage >> returns I enter. =C2=A0If this is variable then this means I would have = to >> rerun >> with eg 2 crs, 3crs, etc. =C2=A0How can I specify that the C-q C-j can b= e >> repeated any number of times? >> >=20 > C-q C-j * (will look like ^J* at least in my Emacs) >=20 >=20 >=20 I have this: ^M and I am using: <\1\[CDATA.*^J*> But it doesn't make any replacement. I used C-q C-j - ie typed those keys when entering. --=20 View this message in context: http://old.nabble.com/regexp-with-match-over-= multiple-lines-tp31548643p31552810.html Sent from the Emacs - Help mailing list archive at Nabble.com.