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: [ELPA] New package: loccur Date: Thu, 31 Dec 2015 02:30:44 +0200 Organization: LINKOV.NET Message-ID: <877fjvfoi3.fsf@mail.linkov.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1451522334 31675 80.91.229.3 (31 Dec 2015 00:38:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2015 00:38:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alexey Veretennikov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 31 01:38:45 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 1aERGN-0001tp-V7 for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2015 01:38:44 +0100 Original-Received: from localhost ([::1]:54216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aERGN-0005PO-Ek for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2015 19:38:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aERGK-0005PB-Uk for emacs-devel@gnu.org; Wed, 30 Dec 2015 19:38:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aERGI-0003Sz-9T for emacs-devel@gnu.org; Wed, 30 Dec 2015 19:38:40 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:34282 helo=homiemail-a17.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aERGI-0003Sn-3h for emacs-devel@gnu.org; Wed, 30 Dec 2015 19:38:38 -0500 Original-Received: from homiemail-a17.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a17.g.dreamhost.com (Postfix) with ESMTP id 8FBED2B206E; Wed, 30 Dec 2015 16:38:37 -0800 (PST) Original-Received: from localhost.linkov.net (m212-53-113-174.cust.tele2.ee [212.53.113.174]) (Authenticated sender: jurta@jurta.org) by homiemail-a17.g.dreamhost.com (Postfix) with ESMTPA id A75052B206D; Wed, 30 Dec 2015 16:38:36 -0800 (PST) In-Reply-To: (Alexey Veretennikov's message of "Wed, 30 Dec 2015 22:08:41 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.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:197217 Archived-At: > I would like to contribute my package loccur > (https://github.com/fourier/loccur) to the GNU ELPA. It is basically > something in between keep-lines and occur: provides the same > functionality as occur but without creating a new buffer/window. A better analogy to describe your package is narrowing to non-contiguous regions with boundaries of matching lines (not sure wherether this feature should be added into core).