From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Keen on a dired-hide-details-mode patch? Date: Mon, 22 Jul 2024 14:20:53 +0300 Message-ID: <864j8hbrl6.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7542"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yuri.v.khan@gmail.com, emacs-devel@gnu.org To: Alvaro Ramirez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jul 22 13:21:17 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 1sVr6R-0001p1-M9 for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Jul 2024 13:21:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sVr6A-0003k6-Sd; Mon, 22 Jul 2024 07:20:58 -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 1sVr68-0003dp-Gl for emacs-devel@gnu.org; Mon, 22 Jul 2024 07:20:56 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sVr68-0005ff-34; Mon, 22 Jul 2024 07:20:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=vtGSzln/wS3/wmmGGUP0JigLNJUMLiN/60BbdyDYpz0=; b=IG9R8h8DUwVh 0690lhV/RtWJTV4LsPSqQplFqi9KDip2zi9NpxR4cOO89uOJXiIRRYKXqvOc+YxQCGLmVaLrh9S5H kCNJ0dMnOUcPVKI1Q0tTzeNkS73m4uAhFAcNftKP+bK4msKd/Engsgeq5A8bwzfKpXOujPX4kKDWM Xmt4GnsBOvymf86i2gqO2FzT79enQm1M+KrzJPaU3JPPWoTk/UmP4QGfGOCLvvC2T9ptRxw0OZp60 yzIVbuV5ne9Bbn8Fxr6LI6Uxx2fPzo+HqDAANBkC46esd6XKQzzvaJWVcW8MKpMVX92JgIAeyUkjt kA8kn7n32dyb6EeCjuqNZw==; In-Reply-To: (message from Alvaro Ramirez on Sun, 21 Jul 2024 21:13:24 +0100) 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:321932 Archived-At: > From: Alvaro Ramirez > Date: Sun, 21 Jul 2024 21:13:24 +0100 > > Yuri Khan writes: > > >> /long/path/to/some/location/that/goes/deep/into/emacs/lisp/eshell: > >> > >> dired-hide-details-mode would display it as: > >> > >> eshell: > > > > Will that be gated behind a separate setting? > > Sure. Can do. I think we indeed need a new option, so that users could control whether they see the full directory name or just its last component.