From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: When was a change installed? Date: Wed, 19 Aug 2015 06:28:06 +0200 Message-ID: <87lhd79a21.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439972172 10460 80.91.229.3 (19 Aug 2015 08:16:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Aug 2015 08:16:12 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 19 10:15:58 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 1ZRyXK-0007GW-85 for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2015 10:15:54 +0200 Original-Received: from localhost ([::1]:60930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRyXJ-0002CC-75 for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2015 04:15:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRyXD-0002B6-B1 for emacs-devel@gnu.org; Wed, 19 Aug 2015 04:15:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRyXC-0008E0-3w for emacs-devel@gnu.org; Wed, 19 Aug 2015 04:15:47 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRyXB-0008DK-FZ; Wed, 19 Aug 2015 04:15:46 -0400 Original-Received: from localhost ([127.0.0.1]:35259 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.82) (envelope-from ) id 1ZRyX4-0000YC-Aa; Wed, 19 Aug 2015 04:15:38 -0400 Original-Received: by lola (Postfix, from userid 1000) id F3843DF387; Wed, 19 Aug 2015 06:28:06 +0200 (CEST) In-Reply-To: (Richard Stallman's message of "Tue, 18 Aug 2015 21:19:01 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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:188939 Archived-At: Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > > I can't find anything in the lisp/ChangeLog* files, which run > > > through the start > > > of April. > > > > > > Was it installed after that? > > > In Sep 2012. > > That is really bizarre. I have built the latest Emacs sources many > times since 2012, and generally used those builds, but isearch never > treated space and NL as equivalent until now. > > What could have caused this? commit a5bdb872edb9f031fe041faf9a8c0be432e5f64c Author: Artur Malabarba Date: Sun Aug 9 09:56:33 2015 +0100 * isearch.el (isearch-search-fun-default): (Bug#21164) Respect `isearch-lax-whitespace' when searching through `isearch-word'. or something else out of git log --grep isearch -- David Kastrup