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: Sun, 21 Jul 2024 19:38:32 +0100 Message-ID: References: <86ed7mbtnx.fsf@gnu.org> 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="18977"; 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 20:49:31 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 1sVbch-0004kg-D2 for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Jul 2024 20:49:31 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sVbbx-0001H7-1L; Sun, 21 Jul 2024 14:48:45 -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 1sVbSC-0007mQ-Ap for emacs-devel@gnu.org; Sun, 21 Jul 2024 14:38:40 -0400 Original-Received: from out-170.mta0.migadu.com ([2001:41d0:1004:224b::aa]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sVbSA-0002qx-FH for emacs-devel@gnu.org; Sun, 21 Jul 2024 14:38:40 -0400 X-Envelope-To: emacs-devel@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xenodium.com; s=default; t=1721587116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ji959r2n72NayE89dZuxt+xC/aMM4WYFlXRlULcIZa4=; b=ydk5FGSmnTBz1ew1GZxrgP+bOsZ9cis69fY/UBlqc5592fX2x8K9Eq9rw81QlioS47XCjp dcDEYkjeES98TPBHRKOOpJOaHvNfpMY+K2XOV9sEZX+OwBqbqEsZJDNaEXmkljmWqLmSNL YfIgA6CUhstcLhVgcxoSE0om0CznHGA= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: (Alvaro Ramirez's message of "Sun, 21 Jul 2024 19:13:11 +0100") X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::aa; envelope-from=alvaro@xenodium.com; helo=out-170.mta0.migadu.com X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 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_NONE=0.001, SPF_PASS=-0.001, URIBL_CSS=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 21 Jul 2024 14:48:41 -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:321913 Archived-At: +emacs-devel Alvaro Ramirez writes: > Eli Zaretskii writes: > >>> From: Alvaro Ramirez >>> Date: Sun, 21 Jul 2024 17:07:07 +0100 >>> I have rough changes to enable hiding Dired=E2=80=99s absolute path=20 >>> via >>> 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=20 >>> one, >>> but wanted to check before investing further (it would be my=20 >>> first >>> Emacs submission). >> >> Please use "M-x submit-emacs-patch" to submit your patch, and=20 >> let's >> take it from there. > > Sounds good. Will do. > >> >> Thank you for your interest in Emacs. > > Thanks Eli! > >> >> P.S. Your GIF images, as posted, appear to be empty. > > Try these... > > Before patch: https://0x0.st/s/fsFsYyLFchgeEqP7LtDtGQ/Xpqy.gif > After patch: https://0x0.st/s/cw4fZsFX65OJxD_ueAb-TQ/XpqJ.gif