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:36:46 +0200 Organization: LINKOV.NET Message-ID: <86msrov3bl.fsf@mail.linkov.net> References: <86msrtvi06.fsf@mail.linkov.net> <86frxlmy1d.fsf@gnu.org> <86cyspt02f.fsf@mail.linkov.net> <87ttlxvirt.fsf@localhost> <86r0h1ybgh.fsf@gnu.org> <87r0h1vheg.fsf@localhost> <86o7c5y9x7.fsf@gnu.org> <0f8d2c11-d393-498e-8324-62e03817ebdb@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34832"; 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: 69305@debbugs.gnu.org, Eli Zaretskii , Ihor Radchenko To: Adam Porter Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 25 18:55:53 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 1reIjB-0008sm-EI for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 25 Feb 2024 18:55:53 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1reIj0-0007MN-J1; Sun, 25 Feb 2024 12:55:42 -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-0007LV-1g 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-0001ie-Mr 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 1reIjL-0007Oq-Fg for bug-gnu-emacs@gnu.org; Sun, 25 Feb 2024 12:56:03 -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:03 +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.170888375528408 (code B ref 69305); Sun, 25 Feb 2024 17:56:03 +0000 Original-Received: (at 69305) by debbugs.gnu.org; 25 Feb 2024 17:55:55 +0000 Original-Received: from localhost ([127.0.0.1]:34733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reIjC-0007O0-U4 for submit@debbugs.gnu.org; Sun, 25 Feb 2024 12:55:55 -0500 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:51445) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reIj9-0007NE-BF for 69305@debbugs.gnu.org; Sun, 25 Feb 2024 12:55:52 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id CFCB91BF206; Sun, 25 Feb 2024 17:55:16 +0000 (UTC) In-Reply-To: <0f8d2c11-d393-498e-8324-62e03817ebdb@alphapapa.net> (Adam Porter's message of "Sun, 25 Feb 2024 01:45:52 -0600") 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:280630 Archived-At: > So if you were to use one of these as inspiration (or as a library > directly), I'd strongly recommend using `taxy', as that's what it's > designed for. > [...] > Let me know if I can help facilitate a solution using it, or help anyone > work with the API. Thanks for proposing help, but for inspiration I'm using my own package https://github.com/link0ff/emacs-ee It's much more powerful than anything I have seen so far. But on the other hand, it became so unmanageable that I semi-abandoned it due to its overly complexity. Is your package more light-weight than mine? I doubt it ;-) This is why I proposed to do the same with minimal changes relying on existing core packages tabulated-list-mode and outline-minor-mode that already handle 95% of required functionality. What remains to do is just to fill the rest 5%. In addition to the first patch, there will be 2-3 equally small patches that will complete functionality equivalent to the said packages.