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: Mon, 16 Nov 2020 20:49:33 +0300 Message-ID: References: <835z6d2oip.fsf@gnu.org> <87pn4eg44q.fsf@mail.linkov.net> <87tutpfz95.fsf@mail.linkov.net> 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="39024"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: 44550@debbugs.gnu.org, Stefan Kangas , Juri Linkov To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 17 07:52:18 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 1keuqg-000A5T-Is for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 17 Nov 2020 07:52:18 +0100 Original-Received: from localhost ([::1]:46136 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1keuqf-0000Tq-Jg for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 17 Nov 2020 01:52:17 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41686) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1keupS-0007o1-KZ for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2020 01:51:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46591) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1keupS-0004V7-Am for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2020 01:51:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1keupS-0007ur-9Y for bug-gnu-emacs@gnu.org; Tue, 17 Nov 2020 01:51: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, 17 Nov 2020 06:51: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.160559581430350 (code B ref 44550); Tue, 17 Nov 2020 06:51:02 +0000 Original-Received: (at 44550) by debbugs.gnu.org; 17 Nov 2020 06:50:14 +0000 Original-Received: from localhost ([127.0.0.1]:58132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keuof-0007tM-Lg for submit@debbugs.gnu.org; Tue, 17 Nov 2020 01:50:13 -0500 Original-Received: from static.rcdrun.com ([95.85.24.50]:42817) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1keuoc-0007sW-Ho for 44550@debbugs.gnu.org; Tue, 17 Nov 2020 01:50:10 -0500 Original-Received: from localhost ([::ffff:41.202.241.56]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C1AE3.000000005FB3729C.00006323; Tue, 17 Nov 2020 06:50:03 +0000 Content-Disposition: inline In-Reply-To: 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:193519 Archived-At: * Drew Adams [2020-11-16 19:24]: > > Incremental filtering while user is typing might cause too sluggish > > response, so I'm fine with the current non-incremental filtering. > > It should be optional, and it should be controllable > by users. Same thinking. It need not be automatically turned on but only when user makes derived mode and binds the key to the function. I would be happy if all elements of tabulated-list-entries are concatenated with spaces to be searchable by such feature. Of course it would be even better if programmer can decide to search only one column. Feature description from Icicles could be used there as well.