From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: lax whitespace search Date: Thu, 03 Sep 2015 20:16:53 +0300 Message-ID: <83io7ra0e2.fsf@gnu.org> References: <83mvx3a4ao.fsf@gnu.org> <87k2s778zr.fsf@igel.home> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1441300629 29338 80.91.229.3 (3 Sep 2015 17:17:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 17:17:09 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 03 19:17:00 2015 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 1ZXY8B-0001Ht-O3 for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 19:16:59 +0200 Original-Received: from localhost ([::1]:50513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXY8B-0003cR-Sa for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 13:16:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXY88-0003cE-Pt for emacs-devel@gnu.org; Thu, 03 Sep 2015 13:16:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXY85-0003YA-Jd for emacs-devel@gnu.org; Thu, 03 Sep 2015 13:16:56 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:40950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXY85-0003Vi-CC; Thu, 03 Sep 2015 13:16:53 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NU4000002EOC400@mtaout25.012.net.il>; Thu, 03 Sep 2015 20:13:28 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NU400F3R2IG69A0@mtaout25.012.net.il>; Thu, 03 Sep 2015 20:13:28 +0300 (IDT) In-reply-to: <87k2s778zr.fsf@igel.home> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 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:189525 Archived-At: > From: Andreas Schwab > Date: Thu, 03 Sep 2015 18:39:20 +0200 > Cc: rms@gnu.org, emacs-devel@gnu.org > > Eli Zaretskii writes: > > >> However, I just found that C-j was also doing a lax search. > >> I put this text in a Fundamental mode buffer > >> > >> foo D is on the > >> Desk > >> > >> and typed C-s C-j D. It found both Ds. > >> > >> That is clearly wrong. If I wanted a lax whitespace search, I'd type > >> SPC. > >> > >> Please fix this so that C-j searches only for itself. > > > > I don't see the above problem with the current master. Is your build > > current? If not, it appears that the problem was already fixed. > > It doesn't happen in 24.5 either. I think there was a brief period of time when master behaved like that. AFAIR, it was introduced as part of the char-fold-search changes. But it was fixed since then.