From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Please add comments to isearch.el Date: Sat, 12 Dec 2015 01:55:38 +0200 Organization: LINKOV.NET Message-ID: <87twno7d6t.fsf@mail.linkov.net> References: <83fuzoojcn.fsf@gnu.org> <83poyd8kta.fsf@gnu.org> <20151211121617.GA3351@acm.fritz.box> <83y4d16txk.fsf@gnu.org> <83lh916jpp.fsf@gnu.org> <871tasbnhh.fsf@mail.linkov.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1449878189 21448 80.91.229.3 (11 Dec 2015 23:56:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Dec 2015 23:56:29 +0000 (UTC) Cc: Alan Mackenzie , Eli Zaretskii , emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 12 00:56:19 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 1a7XXu-0001Po-46 for ged-emacs-devel@m.gmane.org; Sat, 12 Dec 2015 00:56:18 +0100 Original-Received: from localhost ([::1]:49974 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7XXt-0007tS-NZ for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2015 18:56:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7XXh-0007tK-Ho for emacs-devel@gnu.org; Fri, 11 Dec 2015 18:56:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7XXg-0007TU-RS for emacs-devel@gnu.org; Fri, 11 Dec 2015 18:56:05 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:57626 helo=homiemail-a75.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7XXb-0007Sw-5c; Fri, 11 Dec 2015 18:55:59 -0500 Original-Received: from homiemail-a75.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a75.g.dreamhost.com (Postfix) with ESMTP id 53C145EC079; Fri, 11 Dec 2015 15:55:58 -0800 (PST) Original-Received: from localhost.linkov.net (m83-180-31-224.cust.tele2.ee [83.180.31.224]) (Authenticated sender: jurta@jurta.org) by homiemail-a75.g.dreamhost.com (Postfix) with ESMTPA id E3E125EC05C; Fri, 11 Dec 2015 15:55:56 -0800 (PST) In-Reply-To: (Artur Malabarba's message of "Fri, 11 Dec 2015 23:24:37 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 69.163.253.7 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:196146 Archived-At: >> For example, the recent removal of a layer of indirection for lax-whitespace >> broke customizations that allowed overriding search-forward-lax-whitespace >> with own implementation to ignore all possible whitespace instead of >> just spaces in the search string. > > How recent? Was that reported? Very recent. I reported it now in bug#22147.