From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: regexp with match over multiple lines Date: Thu, 5 May 2011 12:04:04 +0200 Message-ID: <3266E1E3-8935-49EE-8102-212C84CBD81A@Web.DE> References: <31548643.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1304589896 29953 80.91.229.12 (5 May 2011 10:04:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 May 2011 10:04:56 +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 12:04:52 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 1QHvQS-0002Pt-42 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2011 12:04:52 +0200 Original-Received: from localhost ([::1]:49534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHvQR-00008h-9A for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2011 06:04:51 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHvQG-0008Up-L3 for Help-gnu-emacs@gnu.org; Thu, 05 May 2011 06:04:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHvQF-0002ww-RV for Help-gnu-emacs@gnu.org; Thu, 05 May 2011 06:04:40 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:43061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHvQF-0002wb-Lb for Help-gnu-emacs@gnu.org; Thu, 05 May 2011 06:04:39 -0400 Original-Received: from smtp06.web.de ( [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id F186918E519E2; Thu, 5 May 2011 12:04:05 +0200 (CEST) Original-Received: from [91.40.80.53] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (WEB.DE 4.110 #2) id 1QHvPh-0001v4-00; Thu, 05 May 2011 12:04:05 +0200 In-Reply-To: <31548643.post@talk.nabble.com> X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX18p2HET3OZyf+YrcUFFsshb9tAVIHln9uBGAQif 1S7QOwZygRZiGOyti0rHOAn+VgV3f4rY+encsXImjGZMTdAscN qFrG0/oJioyIRdJOE+MA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.221 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:80919 Archived-At: Am 05.05.2011 um 11:05 schrieb AngusC: > What can I do? Check the archive! This question has been answered a few times. You can insert a newline character with C-q C-j. "\\(.\\|\n\\)" matches everything. With character classes this should work as well: "[[:print:][:space]]". -- Greetings Pete When people run around and around in circles we say they are crazy. When planets do it we say they are orbiting.