From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Chong Yidong" Newsgroups: gmane.emacs.devel Subject: Re: search-whitespace-regexp Date: Fri, 4 Feb 2005 10:22:14 -0500 (EST) Message-ID: <2199.219.74.2.152.1107530534.squirrel@219.74.2.152> References: <1982.220.255.95.17.1107526353.squirrel@220.255.95.17> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1107532450 31486 80.91.229.2 (4 Feb 2005 15:54:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Feb 2005 15:54:10 +0000 (UTC) Cc: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 04 16:54:09 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cx5mT-0003xc-Rf for ged-emacs-devel@m.gmane.org; Fri, 04 Feb 2005 16:54:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cx601-0001CR-M9 for ged-emacs-devel@m.gmane.org; Fri, 04 Feb 2005 11:08:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cx5sb-0000Oi-EG for emacs-devel@gnu.org; Fri, 04 Feb 2005 11:00:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cx5sV-0000Ma-W1 for emacs-devel@gnu.org; Fri, 04 Feb 2005 11:00:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cx5sV-0000GU-A7 for emacs-devel@gnu.org; Fri, 04 Feb 2005 11:00:15 -0500 Original-Received: from [64.21.80.18] (helo=shark.dnsvelocity.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Cx5Ho-0005Q5-8o for emacs-devel@gnu.org; Fri, 04 Feb 2005 10:22:20 -0500 Original-Received: from stupidch by shark.dnsvelocity.com with local (Exim 4.43) id 1Cx5Hi-00009f-Mr; Fri, 04 Feb 2005 10:22:14 -0500 Original-Received: from 219.74.2.152 ([219.74.2.152]) (SquirrelMail authenticated user cyd@stupidchicken.com); by www.stupidchicken.com with HTTP; Fri, 4 Feb 2005 10:22:14 -0500 (EST) In-Reply-To: Original-To: emacs-devel@gnu.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - shark.dnsvelocity.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [32675 33085] / [47 12] X-AntiAbuse: Sender Address Domain - shark.dnsvelocity.com X-Source: /usr/local/cpanel/3rdparty/bin/php X-Source-Args: /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/base/3rdparty/squirrelmail/src/compose.php X-Source-Dir: stupidchicken.com:/base/3rdparty/squirrelmail/src X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32874 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32874 >> The solution is to apply the search-whitespace-regexp behavior to >> isearch-forward, rather than isearch-forward-regexp. The following patch >> accomplishes this > > and breaks searching when the search string contains regexp meta > characters. I don't understand what you mean. Isearch (not isearch-regexp) doesn't treat regexp meta characters specially.