From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alvaro Ramirez Newsgroups: gmane.emacs.devel Subject: Re: Keen on a dired-hide-details-mode patch? Date: Thu, 01 Aug 2024 17:31:01 +0100 Message-ID: References: <6083C0AE-D71B-4E3C-B878-8F89E0BD91E3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27715"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: kickingvegas@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 01 19:43:35 2024 Return-path: Envelope-to: ged-emacs-devel@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 1sZZpv-00071z-4w for ged-emacs-devel@m.gmane-mx.org; Thu, 01 Aug 2024 19:43:35 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sZZpF-0006ku-5Q; Thu, 01 Aug 2024 13:42:53 -0400 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 1sZYi4-0006V0-4I for emacs-devel@gnu.org; Thu, 01 Aug 2024 12:31:24 -0400 Original-Received: from out-175.mta0.migadu.com ([2001:41d0:1004:224b::af]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sZYhy-0002tl-Tl for emacs-devel@gnu.org; Thu, 01 Aug 2024 12:31:23 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xenodium.com; s=default; t=1722529864; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bWYzy0boFtF6MBGG6oFd2Bg2WsxkIifzdEbsQEDebXQ=; b=UfXvOsw0CtJZOSSBxWcu51BfCgJhCNln5GH/RTbBscSHG3ff3K1i/byrh2an7fetFwal8z guiHhV+rCX8TmkQjrm3cQqoA/vYH1aKzdzTLUOnAlPVXFg24RR8c76uEec1mGY9Sps23WT 4OnkjxXCVYvoUR+3TZh7GOsvEPgI/NM= In-Reply-To: <6083C0AE-D71B-4E3C-B878-8F89E0BD91E3@gmail.com> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::af; envelope-from=alvaro@xenodium.com; helo=out-175.mta0.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 01 Aug 2024 13:42:52 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322272 Archived-At: > Alvaro - > > Here=E2=80=99s an example directory with subdirs and hiding turned=20 > on. If your patch > deals with the subdirs then I=E2=80=99d be thrilled. > > http://yummymelon.com/images/pastes/dired-hiding-on.png Oooh, thanks Charles. TIL about this dired view/feature ;) I've=20 been using the dired-subtree package myself since 2015 it seems=20 https://lmno.lol/alvaro/drill-down-emacs-dired-with-dired-subtree For the subdirs view in the screenshot you sent, I triggered it=20 using `M-x dired-maybe-insert-subdir`. Lemme know if you're using=20 a different mechanism. I kinda have something working locally, which looks like this:=20 https://0x0.st/s/1UqYa811zfdRYdMdDWdE-Q/XO2D.gif The patch from=20 https://lists.gnu.org/archive/html/bug-gnu-emacs/2024-07/msg00976.html=20 doesn't yet handle this case. I'll wait a little to hear if=20 there's interest in including this patch/functionality upstream=20 before investing further. > > All my best - > > Charles > > =E2=80=94 > Charles Y. Choi, Ph.D. > kickingvegas@gmail.com > > > > > On Jul 31, 2024, at 9:27=E2=80=AFAM, Alvaro Ramirez=20 > > wrote: > > > > Got more details? I'm guessing yes, as it applies to all dired=20 > > buffer > > headers, but maybe I'm not considering something else? You can=20 > > see the > > difference at: