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: Questions about isearch Date: Sat, 28 Nov 2015 11:28:22 +0200 Message-ID: <83610mqxqh.fsf@gnu.org> References: <3719.1448674568@allegro.localdomain> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1448703010 4328 80.91.229.3 (28 Nov 2015 09:30:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Nov 2015 09:30:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mike Kupfer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 28 10:29: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 1a2bpO-00037H-1L for ged-emacs-devel@m.gmane.org; Sat, 28 Nov 2015 10:29:58 +0100 Original-Received: from localhost ([::1]:60118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2bpR-0001aI-19 for ged-emacs-devel@m.gmane.org; Sat, 28 Nov 2015 04:30:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2bpN-0001ZI-Gp for emacs-devel@gnu.org; Sat, 28 Nov 2015 04:29:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2bpK-0006Gh-8s for emacs-devel@gnu.org; Sat, 28 Nov 2015 04:29:57 -0500 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:50070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2bpK-0006Fo-0y for emacs-devel@gnu.org; Sat, 28 Nov 2015 04:29:54 -0500 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NYI00900P80P500@mtaout24.012.net.il> for emacs-devel@gnu.org; Sat, 28 Nov 2015 11:21:21 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NYI00B1XPZL6X10@mtaout24.012.net.il>; Sat, 28 Nov 2015 11:21:21 +0200 (IST) In-reply-to: <3719.1448674568@allegro.localdomain> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 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:195445 Archived-At: > From: Mike Kupfer > cc: emacs-devel@gnu.org > Date: Fri, 27 Nov 2015 17:36:08 -0800 > > > There's a companion node "Replacement and Lax Matches", which > > describes this variable. > > Okay, so can a cross-reference to "Replacement and Lax Matches" be added > to the "Lax Search" node? I added it now. > Also, will the help strings for the search and the replace functions be > updated to mention the relevant character folding variables? They > already mention case-fold-search. I found no search commands whose doc strings mention case-fold-search. I did find such references in replace commands, and added the reference to replace-character-fold there. Thanks. In the future, please post such suggestions as bug reports rather than here; if nothing else, that makes it easier to refer to the discussions in the log messages.