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: Keen on a dired-hide-details-mode patch? Date: Sun, 21 Jul 2024 17:07:07 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11398"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 21 18:13:44 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 1sVZBv-0002nd-3l for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Jul 2024 18:13:43 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sVZBM-000357-2P; Sun, 21 Jul 2024 12:13:08 -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 1sVZ5h-0001bW-Ap for emacs-devel@gnu.org; Sun, 21 Jul 2024 12:07:17 -0400 Original-Received: from out-183.mta1.migadu.com ([95.215.58.183]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sVZ5f-0007dU-NC for emacs-devel@gnu.org; Sun, 21 Jul 2024 12:07:17 -0400 X-Envelope-To: emacs-devel@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xenodium.com; s=default; t=1721578030; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Uo+IEywwwo9XemmyhHmvnFZ8qENtKfCVla17l5v5ne0=; b=IqJFNIa19rE85iQHj7GpdmTVCp5sL6rYjW7GiUsRPPDlzdt6FtyP3+7LuMOynvQvVvUKIy mwS5D2RLRhFe0WVo/kv5HVXILlGdIMCS0E3iG8nBIaKLkxtMXIYXhybR7hpNWaBjcgO4TC 9/w9kAAFum98ZD6AuXElQJihmW/f7mQ= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=95.215.58.183; envelope-from=alvaro@xenodium.com; helo=out-183.mta1.migadu.com X-Spam_score_int: -4 X-Spam_score: -0.5 X-Spam_bar: / X-Spam_report: (-0.5 / 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, RCVD_IN_DNSWL_LOW=-0.7, SB_GIF_AND_NO_URIS=2.199, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_CSS=0.1 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 21 Jul 2024 12:13:06 -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:321904 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hi folks, I have rough changes to enable hiding Dired=E2=80=99s absolute path via=20 dired-hide-details-mode. Given a Dired header path like: /long/path/to/some/location/that/goes/deep/into/emacs/lisp/eshell: dired-hide-details-mode would display it as: eshell: I=E2=80=99ve attached a couple of gifs demonstrating the toggle via "("=20 Dired binding (before and after mod). Is there interest in receiving a patch? I=E2=80=99m happy to propose one,=20 but wanted to check before investing further (it would be my first=20 Emacs submission). Alvaro --=-=-= Content-Type: image/gif; size=0B Content-Disposition: attachment; filename=before_patch.gif Content-Transfer-Encoding: base64 --=-=-= Content-Type: image/gif; size=0B Content-Disposition: attachment; filename=after_patch.gif Content-Transfer-Encoding: base64 --=-=-=--