From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexey Veretennikov Newsgroups: gmane.emacs.devel Subject: [ELPA] New package: loccur Date: Wed, 30 Dec 2015 22:08:41 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1451509749 9418 80.91.229.3 (30 Dec 2015 21:09:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Dec 2015 21:09:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 30 22:09: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 1aENzU-0004PV-6x for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2015 22:09:04 +0100 Original-Received: from localhost ([::1]:53768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aENzT-00005O-8B for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2015 16:09:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aENzH-00005J-Qe for emacs-devel@gnu.org; Wed, 30 Dec 2015 16:08:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aENzC-0006eG-PE for emacs-devel@gnu.org; Wed, 30 Dec 2015 16:08:51 -0500 Original-Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:34023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aENzC-0006e0-Hw for emacs-devel@gnu.org; Wed, 30 Dec 2015 16:08:46 -0500 Original-Received: by mail-lb0-x22a.google.com with SMTP id pv2so135303535lbb.1 for ; Wed, 30 Dec 2015 13:08:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=5N+DBB02H+0QOGeo45n9qQHzu4yJhqMm1HFbuKD38ko=; b=EfSbQkQefSzI/z8r/36um7XJyH6KbsCfgeMHVnvJVvBLZ/4ix8K6XXGjrtye2gCbU+ JmGAFyidaUyAXGi1S5/usL/hK0LXpXXxt53ILd8zgfFdX6qTSpc3cgRfg7yzRKI4hooO Xoee3MHUFBarWqELg4HTTzP6NN86BPCCWcntXihXoZAwZs6Qy7qGmiY+LytId5bx8v8V Yn/QY6fnt84qOCAuU85AWpbfa7p4LxQ5gscr+o42xsNf5V06fFk5Gv1wpejoybT1pWpn OLLNdCiLJeoCWSADKs0xQSb7QPHhZaoAp6DSjVg9WddpvdNsRtxTQnMTJQysoEmTm6YJ v5OQ== X-Received: by 10.112.72.2 with SMTP id z2mr23600636lbu.5.1451509723481; Wed, 30 Dec 2015 13:08:43 -0800 (PST) Original-Received: from MacBook-Pro.local (c-667de055.030-62-73746f71.cust.bredbandsbolaget.se. [85.224.125.102]) by smtp.googlemail.com with ESMTPSA id e9sm12183904lbs.13.2015.12.30.13.08.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Dec 2015 13:08:42 -0800 (PST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c04::22a 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:197207 Archived-At: Hi, 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. It works great to quickly navigate in the file. See the animated gifs on how it looks like in work in the link above. People already use it for quite a while (first time I submitted it to sourceforge in 2009, then moved to github), so it could be of interest at least for a few people. It had one non-trivial contributor except of me, but I was not able to get his response on copyright papers so I wiped the code out and rewritten it. I have my FSF papers signed. -- Br, /Alexey