From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Please add comments to isearch.el Date: Fri, 11 Dec 2015 16:54:20 +0000 Message-ID: References: <83fuzoojcn.fsf@gnu.org> <83poyd8kta.fsf@gnu.org> <20151211121617.GA3351@acm.fritz.box> <83y4d16txk.fsf@gnu.org> <83lh916jpp.fsf@gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2636ab5778d0526a22c0e X-Trace: ger.gmane.org 1449852899 12742 80.91.229.3 (11 Dec 2015 16:54:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Dec 2015 16:54:59 +0000 (UTC) Cc: Alan Mackenzie , emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 11 17:54: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 1a7Qy7-0006EB-Qf for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2015 17:54:56 +0100 Original-Received: from localhost ([::1]:48521 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7Qy7-0005O6-0y for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2015 11:54:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7Qxc-0005Lm-2N for emacs-devel@gnu.org; Fri, 11 Dec 2015 11:54:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7Qxb-00021l-8l for emacs-devel@gnu.org; Fri, 11 Dec 2015 11:54:23 -0500 Original-Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:36748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7QxZ-00021P-DI; Fri, 11 Dec 2015 11:54:21 -0500 Original-Received: by lbblt2 with SMTP id lt2so74236733lbb.3; Fri, 11 Dec 2015 08:54:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=4Veb3oalIes8kq5hImHZlmTtS5P0/uiLHJeSOLk0Fng=; b=fn5b131x8Vse7mafKO4kycnpcFvDHHR/Rv1Yt1RhOZBxyl+rtaaIZ3Abivz3iKjWxA 1rrEumGS8UU1BVsTXzlShg4tPIlvSOdb6ECe9kdcfQDgEBOLyiMsKOWc3zedeOlnuQZ6 yn+QdqNDt4OLGSGHaoVEZbq28m/ckxXx4u5eeNk4XnFczFRA2t4g7y5ZVgXtXEWI+T2d QNptTmICXTFjt2YD9JfAvyZavTeao6ZePkbGsieEVcsDZVxYjY9sqvZsLrjENRptDDQZ z4eQELT3+YKUOH8dubTF1uHLFhEB227mnC0YnAbxXvUwxCoE6cY2idoZ+NS/E2K8D7g6 apug== X-Received: by 10.112.170.7 with SMTP id ai7mr8573975lbc.102.1449852860197; Fri, 11 Dec 2015 08:54:20 -0800 (PST) Original-Received: by 10.112.202.99 with HTTP; Fri, 11 Dec 2015 08:54:20 -0800 (PST) Original-Received: by 10.112.202.99 with HTTP; Fri, 11 Dec 2015 08:54:20 -0800 (PST) In-Reply-To: <83lh916jpp.fsf@gnu.org> X-Google-Sender-Auth: Iy_jqXqMAGExfd8_MJRRyHCdCHc X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c04::22e 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:196125 Archived-At: --001a11c2636ab5778d0526a22c0e Content-Type: text/plain; charset=UTF-8 On 11 Dec 2015 4:20 pm, "Eli Zaretskii" wrote: > > > > Honestly, I'd love to overhaul isearch. But I couldn't do it > > backwards-compatibly. > > That's what master is for. I don't mind breaking things on master. 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. --001a11c2636ab5778d0526a22c0e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On 11 Dec 2015 4:20 pm, "Eli Zaretskii" <eliz@gnu.org> wrote:
> >
> > Honestly, I'd love to overhaul isearch. But I couldn't do= it
> > backwards-compatibly.
>
> That's what master is for.

I don't mind breaking things on master.
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 su= re overhauling it would be worth the pain it would cause to everyone who= 9;s maintaining/using those packages.

--001a11c2636ab5778d0526a22c0e--