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: Tue, 15 Dec 2015 01:51:15 +0200 Organization: LINKOV.NET Message-ID: <876100egi4.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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1450139676 5857 80.91.229.3 (15 Dec 2015 00:34:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Dec 2015 00:34:36 +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 Tue Dec 15 01:34:27 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 1a8dZS-0001Bu-KL for ged-emacs-devel@m.gmane.org; Tue, 15 Dec 2015 01:34:26 +0100 Original-Received: from localhost ([::1]:34459 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8dZR-00043C-Tc for ged-emacs-devel@m.gmane.org; Mon, 14 Dec 2015 19:34:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8dYz-0003UG-FI for emacs-devel@gnu.org; Mon, 14 Dec 2015 19:33:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8dYy-00074t-JN for emacs-devel@gnu.org; Mon, 14 Dec 2015 19:33:57 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:44831 helo=homiemail-a12.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8dYx-00074J-5Y; Mon, 14 Dec 2015 19:33:55 -0500 Original-Received: from homiemail-a12.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTP id 73624103006C; Mon, 14 Dec 2015 16:33:54 -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 1F2B8103005E; Mon, 14 Dec 2015 16:33:52 -0800 (PST) In-Reply-To: (Artur Malabarba's message of "Mon, 14 Dec 2015 01:19:51 +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:196278 Archived-At: >> Ohh, and I'd add also search-default-regexp-mode -> search-default-reg= exp-function >> that currently causes confusion due to its similarity with isearch-reg= exp-function. > > The thing is that this variable is not necessarily a function, it can b= e > nil or t too. I'd rather reserve the suffix "-function" for variables t= hat > necessarily hold a function. A variable with the suffix "-function" is allowed to have a nil value, but not t, indeed. What about using a function instead of t, maybe =E2=80= =98identity=E2=80=99?