From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#69305: outline-minor-mode for tabulated-list-mode Date: Sun, 25 Feb 2024 19:20:10 +0200 Organization: LINKOV.NET Message-ID: <86v86dx95h.fsf@mail.linkov.net> References: <86msrtvi06.fsf@mail.linkov.net> <86frxlmy1d.fsf@gnu.org> <86cyspt02f.fsf@mail.linkov.net> <87ttlxvirt.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36011"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: Adam Porter , 69305@debbugs.gnu.org, Eli Zaretskii To: Ihor Radchenko Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 25 18:56:05 2024 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 1reIjN-0009C3-3m for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 25 Feb 2024 18:56:05 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1reIiz-0007Lu-R9; Sun, 25 Feb 2024 12:55:41 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1reIiz-0007LU-1P for bug-gnu-emacs@gnu.org; Sun, 25 Feb 2024 12:55:41 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1reIiw-0001ic-GT for bug-gnu-emacs@gnu.org; Sun, 25 Feb 2024 12:55:40 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1reIjK-0007Of-Rm for bug-gnu-emacs@gnu.org; Sun, 25 Feb 2024 12:56:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Feb 2024 17:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69305 X-GNU-PR-Package: emacs Original-Received: via spool by 69305-submit@debbugs.gnu.org id=B69305.170888375528399 (code B ref 69305); Sun, 25 Feb 2024 17:56:02 +0000 Original-Received: (at 69305) by debbugs.gnu.org; 25 Feb 2024 17:55:55 +0000 Original-Received: from localhost ([127.0.0.1]:34731 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reIjC-0007Ny-Kw for submit@debbugs.gnu.org; Sun, 25 Feb 2024 12:55:54 -0500 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:52641) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reIj9-0007NG-NI for 69305@debbugs.gnu.org; Sun, 25 Feb 2024 12:55:52 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 149CF60007; Sun, 25 Feb 2024 17:54:49 +0000 (UTC) In-Reply-To: <87ttlxvirt.fsf@localhost> (Ihor Radchenko's message of "Sat, 24 Feb 2024 18:06:46 +0000") X-GND-Sasl: juri@linkov.net 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:280631 Archived-At: > I am wondering if flexible grouping system from Adam's org-super-agenda > package may provide some inspiration. > Check out > https://github.com/alphapapa/org-super-agenda/?tab=readme-ov-file#usage The designed feature of enabling outline-minor-mode in tabulated-list-mode is intended to be as simple as possible while keeping flexibility for user's customization.