From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel,gmane.emacs.diffs Subject: RE: [Emacs-diffs] emacs-25 3e9ac80: Yet another doc improvement for search commands Date: Mon, 30 Nov 2015 13:47:42 -0800 (PST) Message-ID: <65317c3f-989a-45e0-a4cc-ec92034f9e93@default> References: <<20151130173139.31071.34723@vcs.savannah.gnu.org> > <<83oaebkybx.fsf@gnu.org>> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1448920116 11071 80.91.229.3 (30 Nov 2015 21:48:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Nov 2015 21:48:36 +0000 (UTC) Cc: emacs-diffs@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii , bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 30 22:48:23 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 1a3WIz-0001LQ-0O for ged-emacs-devel@m.gmane.org; Mon, 30 Nov 2015 22:48:17 +0100 Original-Received: from localhost ([::1]:43490 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3WIy-00033O-5K for ged-emacs-devel@m.gmane.org; Mon, 30 Nov 2015 16:48:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3WIh-000337-UG for emacs-devel@gnu.org; Mon, 30 Nov 2015 16:48:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3WIh-0006Uj-6T for emacs-devel@gnu.org; Mon, 30 Nov 2015 16:47:59 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:41151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3WIb-0006SE-IW; Mon, 30 Nov 2015 16:47:53 -0500 Original-Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id tAULljGV011075 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 30 Nov 2015 21:47:45 GMT Original-Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id tAULljjU030359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 30 Nov 2015 21:47:45 GMT Original-Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id tAULliOr002145; Mon, 30 Nov 2015 21:47:44 GMT In-Reply-To: <<83oaebkybx.fsf@gnu.org>> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:195649 gmane.emacs.diffs:132978 Archived-At: > > > + The word search commands cannot > > > +support lax whitespace matching (@pxref{Lax Search}). > > > > Really? I could have sworn they can. > > > > Maybe we should fix this then. Because word-isearch does support > > lax-whitespace AFAIR. >=20 > I tried. Maybe I made a mistake. Can you show an example where it > does? Check the doc, to see what behavior to expect. ;-) (just kidding)