From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [patch] Run occur command restricted to a region Date: Mon, 30 Jan 2017 17:35:53 +0200 Message-ID: <831svky2zq.fsf@gnu.org> References: <87vau3jl6f.fsf@gmail.com> <87shp6uwvj.fsf@mail.linkov.net> <83h95lua2f.fsf@gnu.org> <878tqxm1wh.fsf@mail.linkov.net> <87r34ozq20.fsf@gmail.com> <87inq0xhiw.fsf@mail.linkov.net> <87d1g55h8d.fsf@mail.linkov.net> <87r33ywquz.fsf@mail.linkov.net> <87ziilc05e.fsf@gmail.com> <8760l9wcci.fsf@mail.linkov.net> <87fukb2xmk.fsf@gmail.com> <87h94qu01u.fsf@mail.linkov.net> <87inp6nsdf.fsf@gmail.com> <87lgtu4w5c.fsf@mail.linkov.net> <878tpt1m4b.fsf@mail.linkov.net> <874m0hrw59.fsf@calancha-pc> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1485790573 22929 195.159.176.226 (30 Jan 2017 15:36:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2017 15:36:13 +0000 (UTC) Cc: jwiegley@gmail.com, emacs-devel@gnu.org, juri@linkov.net To: Tino Calancha Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 30 16:36:09 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cYE00-0005e3-AY for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2017 16:36:08 +0100 Original-Received: from localhost ([::1]:33409 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYE04-0005n7-9E for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2017 10:36:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYDzt-0005lf-D4 for emacs-devel@gnu.org; Mon, 30 Jan 2017 10:36:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYDzq-0005If-9C for emacs-devel@gnu.org; Mon, 30 Jan 2017 10:36:01 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYDzq-0005Ia-5k; Mon, 30 Jan 2017 10:35:58 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4030 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cYDzp-0000WM-CU; Mon, 30 Jan 2017 10:35:57 -0500 In-reply-to: <874m0hrw59.fsf@calancha-pc> (message from Tino Calancha on Mon, 30 Jan 2017 13:48:02 +0900) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:211765 Archived-At: > From: Tino Calancha > Cc: Juri Linkov , tino.calancha@gmail.com, Emacs developers > Date: Mon, 30 Jan 2017 13:48:02 +0900 > > Juri and me have being working on extend `occur' so that it > can run restricted to the region. > We propose the patch below. > Please let us know if it's OK for you to push this patch into > the master branch. If everyone is happy with this, I don't see any reasons not to push. One comment: the NEWS entry that describes features already documented in the corresponding manual should be marked with "+++", see the explanation at the head of NEWS. Thanks.