From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Silvio Levy Newsgroups: gmane.emacs.help Subject: Re: replacing phrases: matching line feeds in regular expressions, since \s- doesn't work Date: Sat, 18 Feb 2012 13:26:08 -0800 Message-ID: <20120218212608.DA22418083E@neo.msri.org> NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1329600382 8368 80.91.229.3 (18 Feb 2012 21:26:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2012 21:26:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Thorsten Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 18 22:26:19 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RyrnP-00034O-HQ for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Feb 2012 22:26:19 +0100 Original-Received: from localhost ([::1]:54367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyrnO-00009W-TF for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Feb 2012 16:26:18 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyrnJ-000096-O1 for help-gnu-emacs@gnu.org; Sat, 18 Feb 2012 16:26:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyrnI-000432-JC for help-gnu-emacs@gnu.org; Sat, 18 Feb 2012 16:26:13 -0500 Original-Received: from spike.lmi.net ([66.117.140.17]:55131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyrnI-00042V-EU for help-gnu-emacs@gnu.org; Sat, 18 Feb 2012 16:26:12 -0500 Original-Received: from neo.msri.org (75-101-50-210.dsl.static.sonic.net [75.101.50.210]) by spike.lmi.net (Postfix) with ESMTP id 6C6F71541C0; Sat, 18 Feb 2012 13:26:09 -0800 (PST) Original-Received: by neo.msri.org (Postfix, from userid 1000) id DA22418083E; Sat, 18 Feb 2012 13:26:08 -0800 (PST) Original-Received: from neo.msri.org (localhost [127.0.0.1]) by neo.msri.org (Postfix) with ESMTP id C2A641807D7; Sat, 18 Feb 2012 13:26:08 -0800 (PST) In-reply-to: Your message of Sat, 18 Feb 2012 20:17:35 +0100 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 66.117.140.17 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:83793 Archived-At: It seems to work for me with 'foo[\s^J]+bar' (no hyphen in the character class -- the hyphen is for a range, like [a-z]) Silvio