From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#44550: 28.0.50; proposal for tabulated-list-mode to provide narrowing incremental search Date: Tue, 10 Nov 2020 22:57:35 +0300 Message-ID: References: <835z6d2oip.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3186"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: 44550@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 10 21:58:29 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kcaij-0000i4-AO for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 10 Nov 2020 21:58:29 +0100 Original-Received: from localhost ([::1]:52000 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcaii-0006AF-Af for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 10 Nov 2020 15:58:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcaiI-00067S-Vi for bug-gnu-emacs@gnu.org; Tue, 10 Nov 2020 15:58:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55787) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kcaiI-00039m-9r for bug-gnu-emacs@gnu.org; Tue, 10 Nov 2020 15:58:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kcaiI-0005r9-7q for bug-gnu-emacs@gnu.org; Tue, 10 Nov 2020 15:58:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 10 Nov 2020 20:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44550 X-GNU-PR-Package: emacs Original-Received: via spool by 44550-submit@debbugs.gnu.org id=B44550.160504184122443 (code B ref 44550); Tue, 10 Nov 2020 20:58:02 +0000 Original-Received: (at 44550) by debbugs.gnu.org; 10 Nov 2020 20:57:21 +0000 Original-Received: from localhost ([127.0.0.1]:39096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcahd-0005pv-HB for submit@debbugs.gnu.org; Tue, 10 Nov 2020 15:57:21 -0500 Original-Received: from static.rcdrun.com ([95.85.24.50]:50723) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcahY-0005pU-Oq for 44550@debbugs.gnu.org; Tue, 10 Nov 2020 15:57:20 -0500 Original-Received: from localhost ([::ffff:197.157.34.177]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C000A.000000005FAAFEAB.00001999; Tue, 10 Nov 2020 20:57:15 +0000 Content-Disposition: inline In-Reply-To: <835z6d2oip.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:193059 Archived-At: * Eli Zaretskii [2020-11-10 18:57]: > > Date: Tue, 10 Nov 2020 13:36:03 +0300 > > From: Jean Louis > > > > I have asked author if narrowing incremental search feature could be > > included in tabulated-list-mode. He asked me to file bug report for > > that proposal and I include last part of conversation here: > > Could you please explain what you mean by "narrowing incremental > search feature"? You only explained it in the terms of > tabulated-list-mode, and even then I don't think I understand what > it's supposed to do. Drew also suggested to express that more precise. Context is similar to ivy-mode or helm or icomplete or ido, etc. - imagine list of items in tabulated-list-mode - user press / to open up the feature (real time incremental narrowing) - when user starts typing the list of items in tabulated-list-mode are narrowing themselves visually and in real time. It is very similar to completion networks. Then I can use it for browsing trees of knowledge and narrowing huge index lists. Video below shows using tabulated-list-mode to brows the three of knowledge (17M): https://gnu.support/images/2020/11/2020-11-10/2020-11-10-20:10:49.ogv In general I would like to have direct real time incremental narrowing of collection instead of blowing up minibuffer, making modeline jump up and down with ivy-mode and splitting windows. Interface would be clean just as tabulated-list-mode is and minibuffer could be used for narrowing.