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: Please add comments to isearch.el Date: Fri, 11 Dec 2015 20:33:59 +0200 Message-ID: <83io447s2w.fsf@gnu.org> References: <83fuzoojcn.fsf@gnu.org> <83poyd8kta.fsf@gnu.org> <20151211121617.GA3351@acm.fritz.box> <83y4d16txk.fsf@gnu.org> <83lh916jpp.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1449858860 14951 80.91.229.3 (11 Dec 2015 18:34:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Dec 2015 18:34:20 +0000 (UTC) Cc: acm@muc.de, emacs-devel@gnu.org To: bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 11 19:34:11 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 1a7SWB-0000kF-7f for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2015 19:34:11 +0100 Original-Received: from localhost ([::1]:49018 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7SWA-0005Zr-AC for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2015 13:34:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7SVx-0005Zh-7k for emacs-devel@gnu.org; Fri, 11 Dec 2015 13:33:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7SVu-0006wE-0p for emacs-devel@gnu.org; Fri, 11 Dec 2015 13:33:57 -0500 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:45985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7SVt-0006vv-Ph for emacs-devel@gnu.org; Fri, 11 Dec 2015 13:33:53 -0500 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NZ700000HBEPV00@mtaout24.012.net.il> for emacs-devel@gnu.org; Fri, 11 Dec 2015 20:26:40 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NZ7002IUHWFAH00@mtaout24.012.net.il>; Fri, 11 Dec 2015 20:26:40 +0200 (IST) In-reply-to: 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:196136 Archived-At: > Date: Fri, 11 Dec 2015 16:54:20 +0000 > From: Artur Malabarba > Cc: emacs-devel , Alan Mackenzie > > The point is that Isearch is probably one of the most used emacs features. I > expect there are lots of packages out there using its api. I'm not sure > overhauling it would be worth the pain it would cause to everyone who's > maintaining/using those packages. If it makes the code much cleaner, IMO it's worth it.