From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davis Herring Newsgroups: gmane.emacs.devel Subject: Re: Interpretation of a space in regexp isearch? Date: Tue, 14 Aug 2012 17:45:38 -0600 Organization: XCP-1 Message-ID: <502AE322.9020101@lanl.gov> References: <87ehn9xeiw.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1344987950 29224 80.91.229.3 (14 Aug 2012 23:45:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Aug 2012 23:45:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 15 01:45:51 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T1Qny-00039A-GT for ged-emacs-devel@m.gmane.org; Wed, 15 Aug 2012 01:45:46 +0200 Original-Received: from localhost ([::1]:51669 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Qnx-00013z-6W for ged-emacs-devel@m.gmane.org; Tue, 14 Aug 2012 19:45:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Qnu-00013p-Vp for emacs-devel@gnu.org; Tue, 14 Aug 2012 19:45:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1Qnt-0003xe-H5 for emacs-devel@gnu.org; Tue, 14 Aug 2012 19:45:42 -0400 Original-Received: from proofpoint4.lanl.gov ([204.121.3.52]:57129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Qnt-0003xN-4z; Tue, 14 Aug 2012 19:45:41 -0400 Original-Received: from mailrelay1.lanl.gov (mailrelay1.lanl.gov [128.165.4.101]) by proofpoint4.lanl.gov (8.14.4/8.14.4) with ESMTP id q7ENjcp7020269; Tue, 14 Aug 2012 17:45:38 -0600 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mailrelay1.lanl.gov (Postfix) with ESMTP id A3E37E40ABF; Tue, 14 Aug 2012 17:45:38 -0600 (MDT) X-NIE-2-Virus-Scanner: amavisd-new at mailrelay1.lanl.gov Original-Received: from [128.165.123.145] (xray-r10.lanl.gov [128.165.123.145]) by mailrelay1.lanl.gov (Postfix) with ESMTP id 8EF32E40AAC; Tue, 14 Aug 2012 17:45:38 -0600 (MDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110717 Lanikai/3.1.11 In-Reply-To: <87ehn9xeiw.fsf@gnu.org> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855, 1.0.260, 0.0.0000 definitions=2012-08-14_06:2012-08-14, 2012-08-14, 1970-01-01 signatures=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 204.121.3.52 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152527 Archived-At: > I just found out that > > C-u C-s [a-z]\. [A-Z] > > matches more than one space character. > > Is this a bug? It's a feature, but I don't remember how to change it at the moment. `search-spaces-regexp' is almost it. > How can I search only one space character? > > Thanks! Put it in a character class ("[ ]"). Davis -- This product is sold by volume, not by mass. If it appears too dense or too sparse, it is because mass-energy conversion has occurred during shipping.