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: Wed, 23 Dec 2015 18:15:21 +0200 Message-ID: <83lh8lp2ee.fsf@gnu.org> References: <83mvx3a4ao.fsf@gnu.org> <83bndh8h7j.fsf@gnu.org> <83k2o6qxci.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1450887307 676 80.91.229.3 (23 Dec 2015 16:15:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Dec 2015 16:15:07 +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 Wed Dec 23 17:15:02 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 1aBm45-0006T7-Cq for ged-emacs-devel@m.gmane.org; Wed, 23 Dec 2015 17:15:01 +0100 Original-Received: from localhost ([::1]:56759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBm44-0003kW-Ra for ged-emacs-devel@m.gmane.org; Wed, 23 Dec 2015 11:15:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBm41-0003kG-6D for emacs-devel@gnu.org; Wed, 23 Dec 2015 11:14:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBm3w-0005OO-2k for emacs-devel@gnu.org; Wed, 23 Dec 2015 11:14:56 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBm3v-0005OC-W1; Wed, 23 Dec 2015 11:14:52 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2255 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aBm3o-0003DJ-MH; Wed, 23 Dec 2015 11:14:45 -0500 In-reply-to: (message from Richard Stallman on Wed, 23 Dec 2015 00:08:05 -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:196712 Archived-At: > From: Richard Stallman > CC: bruce.connor.am@gmail.com, emacs-devel@gnu.org > Date: Wed, 23 Dec 2015 00:08:05 -0500 > > With the following text in Rmail or in a Mail buffer, > > > 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? > > with point at the start of it, I type C-s LFD LFD and it matches the spaces > after "ago.". I don't have that problem, neither on master nor on the emacs-25 branch. > I fetchd the sources on Nov 14. >From master or from emacs-25? I tried an emacs-25 branch build I had from Nov 16, and there was no such problem there, either. Could it be that you have some stale Lisp files somewhere? Does list-load-path-shadows tell anything of significance?