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: Tue, 22 Dec 2015 18:09:17 +0200 Message-ID: <83k2o6qxci.fsf@gnu.org> References: <83mvx3a4ao.fsf@gnu.org> <83bndh8h7j.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1450800575 10035 80.91.229.3 (22 Dec 2015 16:09:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Dec 2015 16:09:35 +0000 (UTC) Cc: bruce.connor.am@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 22 17:09:29 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 1aBPVA-0007JU-V9 for ged-emacs-devel@m.gmane.org; Tue, 22 Dec 2015 17:09:29 +0100 Original-Received: from localhost ([::1]:51373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBPVA-0008If-5z for ged-emacs-devel@m.gmane.org; Tue, 22 Dec 2015 11:09:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBPUc-0007pr-8p for emacs-devel@gnu.org; Tue, 22 Dec 2015 11:08:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBPUX-0003po-5i for emacs-devel@gnu.org; Tue, 22 Dec 2015 11:08:54 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:32788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBPUX-0003pk-2c; Tue, 22 Dec 2015 11:08:49 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1544 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aBPUQ-00028w-36; Tue, 22 Dec 2015 11:08:42 -0500 In-reply-to: (message from Richard Stallman on Tue, 22 Dec 2015 00:36:26 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:196668 Archived-At: > From: Richard Stallman > CC: eliz@gnu.org, emacs-devel@gnu.org > Date: Tue, 22 Dec 2015 00:36:26 -0500 > > 2. Would it fix the problem that isearching for LFD matches spaces? Richard, this problem was fixed many moons ago. I wonder why you still keep mentioning it. It makes me think that maybe I don't understand the problem you are talking about. Could you describe a recipe for reproducing it, and if you can reproduce it in your current Emacs, say when you updated the sources from the repository? Thanks.