From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: Feature freezes and Emacs 25 Date: Tue, 10 Nov 2015 17:21:51 -0800 (PST) Message-ID: References: <56259FDD.8040401@dancol.org> <87zizeme8k.fsf@tromey.com> <5625B166.3080104@dancol.org> <86zizdczhp.fsf@stephe-leake.org> <871tc315y3.fsf@lifelogs.com> <83k2pvqg0l.fsf@gnu.org> <837fluqkd1.fsf@gnu.org> <87oaf1s82r.fsf@mail.linkov.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1447204936 22712 80.91.229.3 (11 Nov 2015 01:22:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Nov 2015 01:22:16 +0000 (UTC) To: Juri Linkov , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 11 02:22:04 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 1ZwK6t-0002MW-L9 for ged-emacs-devel@m.gmane.org; Wed, 11 Nov 2015 02:22:03 +0100 Original-Received: from localhost ([::1]:37010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwK6t-0005k1-0q for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2015 20:22:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwK6p-0005je-Hx for emacs-devel@gnu.org; Tue, 10 Nov 2015 20:22:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwK6m-0003PH-D1 for emacs-devel@gnu.org; Tue, 10 Nov 2015 20:21:59 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:28836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwK6m-0003PB-7B for emacs-devel@gnu.org; Tue, 10 Nov 2015 20:21:56 -0500 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id tAB1Ls2r009141 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 11 Nov 2015 01:21:55 GMT Original-Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0022.oracle.com (8.13.8/8.13.8) with ESMTP id tAB1LsJw022788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 11 Nov 2015 01:21:54 GMT Original-Received: from abhmp0014.oracle.com (abhmp0014.oracle.com [141.146.116.20]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id tAB1Lsi6022824; Wed, 11 Nov 2015 01:21:54 GMT In-Reply-To: <87oaf1s82r.fsf@mail.linkov.net> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:194027 Archived-At: > I'm designing a framework > to support multiple regions by adding a new arg with a group of regions. >=20 > In bug#19829 I've collected the evidence of commands that need this > feature as a basis for the new design, but the deadlock was caused by the > same question that backpedaled the Alan's design: whether to add a new ar= g > to the existing functions or to try stuffing it into the existing ones? FWIW, with Isearch+ you can search or query-replace multiple regions (which can be defined in several ways, including just by their limits), including across multiple buffers. But I'm glad that you're adding this to isearch.el and also providing rectangle search, even if it means additional Isearch+ work. ;-)