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: Wed, 16 Dec 2015 02:51:37 +0200 Organization: LINKOV.NET Message-ID: <87io3zdwom.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> <83d1uc6sdq.fsf@gnu.org> <874mfntfgq.fsf@mail.linkov.net> <8737v5ubog.fsf@mail.linkov.net> <876100egi4.fsf@mail.linkov.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450229339 5691 80.91.229.3 (16 Dec 2015 01:28:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Dec 2015 01:28:59 +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 Wed Dec 16 02:28:50 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 1a90td-0006Fu-Qa for ged-emacs-devel@m.gmane.org; Wed, 16 Dec 2015 02:28:49 +0100 Original-Received: from localhost ([::1]:39846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a90tc-0007O8-Ug for ged-emacs-devel@m.gmane.org; Tue, 15 Dec 2015 20:28:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a90su-0006Yw-J8 for emacs-devel@gnu.org; Tue, 15 Dec 2015 20:28:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a90st-00034h-Ox for emacs-devel@gnu.org; Tue, 15 Dec 2015 20:28:04 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:57848 helo=homiemail-a12.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a90ss-00034F-Cb; Tue, 15 Dec 2015 20:28:02 -0500 Original-Received: from homiemail-a12.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTP id EF2D11030063; Tue, 15 Dec 2015 17:28:01 -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-a12.g.dreamhost.com (Postfix) with ESMTPA id ACA57103005E; Tue, 15 Dec 2015 17:28:00 -0800 (PST) In-Reply-To: (Artur Malabarba's message of "Tue, 15 Dec 2015 10:26:49 +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: GNU/Linux 2.2.x-3.x (no timestamps) [generic] 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:196340 Archived-At: > If we go that route, then we might as well use `regexp-quote' instead > of the nil value too. Then another idea: what about broadening the customization variable search-default-regexp-mode to search-default-mode and allowing to customize a list of default values for other search parameters defined by isearch-define-mode-toggle, e.g. lax-whitespace, case-fold, invisible?