From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Re: regexp with match over multiple lines Date: Thu, 5 May 2011 19:02:35 +0200 Message-ID: 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=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304614992 22406 80.91.229.12 (5 May 2011 17:03:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 May 2011 17:03:12 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: AngusC Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 05 19:03:08 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 1QI1xD-0002gP-BC for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2011 19:03:07 +0200 Original-Received: from localhost ([::1]:36453 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1xC-0008N7-RU for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2011 13:03:06 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1x6-0008Mr-JD for Help-gnu-emacs@gnu.org; Thu, 05 May 2011 13:03:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI1x5-0004a5-HL for Help-gnu-emacs@gnu.org; Thu, 05 May 2011 13:03:00 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:34122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI1x5-0004Zx-BA for Help-gnu-emacs@gnu.org; Thu, 05 May 2011 13:02:59 -0400 Original-Received: by gyd8 with SMTP id 8so1052999gyd.0 for ; Thu, 05 May 2011 10:02:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=rV/WDxwA1QbvcqyGNO+YRDy4uKVo8EygkyA7anFNgiA=; b=rm0o1V4K+MMBJzmv621dNnjlIORll43NK8X4d89gGoH3tMeG+TfK5x8CuS+3j/j8Bs nKUSYb6fo4evz1c9u9Koa0ZmVE9HgSTbQymVd5t+aq1YBnfw0EbJeC0FKf1MqSciwkbk +p1z4LL+Fdc7xoGHwB8UiwOipGqqlrGNvhMuk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=St7Gbe3lYgWBqvweYSXP1v/NVPdcUn+C3Y/o+OaeA5ooDyBq1ejyRyquSq634vTGkv C5hLd9cuYqmyDN05IaYZGgAW/0rfrvNhP6iPNWPQnHSSHfUXGgwbKihtfJhkTPWtzig0 h/u9iIthlFiOSLoxgcLMBxPuVTJ0SWN4UWz5I= Original-Received: by 10.52.97.41 with SMTP id dx9mr3242452vdb.97.1304614977661; Thu, 05 May 2011 10:02:57 -0700 (PDT) Original-Received: by 10.52.159.70 with HTTP; Thu, 5 May 2011 10:02:35 -0700 (PDT) In-Reply-To: <31552210.post@talk.nabble.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 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:80924 Archived-At: 2011/5/5 AngusC : > I can insert C-1 C-j and that works but only for the number of carriage > returns I enter. =A0If this is variable then this means I would have to r= erun > with eg 2 crs, 3crs, etc. =A0How can I specify that the C-q C-j can be > repeated any number of times? > C-q C-j * (will look like ^J* at least in my Emacs)