From: Christopher Schmidt <christopher@ch.ristopher.com>
To: 6799@debbugs.gnu.org
Cc: Michael Heerdegen <michael_heerdegen@web.de>
Subject: bug#6799: 24.0.50; Please add dired-details.el to Emacs [patch]
Date: Sat, 15 Dec 2012 21:15:16 +0000 (GMT) [thread overview]
Message-ID: <878v8zow44@ch.ristopher.com> (raw)
In-Reply-To: <21FFB8EA85964411A9B790386C5DA3AD@us.oracle.com> (Drew Adams's message of "Sat, 21 Jul 2012 13:12:40 -0700")
[-- Attachment #1: Type: text/plain, Size: 608 bytes --]
"Drew Adams" <drew.adams@oracle.com> writes:
> ping.
>
> Still hoping, after all these years...
>
> The replies from Emacs Dev have varied from
> gee-we-don't-know-how-to-find-Rob (even though he has replied to this
> bug list and his email address works) to
> gee-we-don't-know-whether-he-has-signed-papers (even though he has
> replied here indicating that he has).
>
> What's the problem?
>
> (Again, this is for Emacs, not for me. I am content with loading
> dired-details(+).el for my own use. But it's a shame that Emacs users
> do not have this great feature as part of Emacs.)
Here is my attempt.
[-- Attachment #2: my-dired-hide-details-mode.el --]
[-- Type: application/emacs-lisp, Size: 2706 bytes --]
[-- Attachment #3: Type: text/plain, Size: 908 bytes --]
Usage:
(progn
(require 'cl-lib)
(require 'dired)
(require 'my-dired-hide-details-mode))
Press `(' in any dired buffer to toggle details.
Other than dired-details by Rob this implementation does not use
overlays but text properties which is a lot faster.
I just wrote this a few minutes ago but the code seems to work fine with
dired, wdired and find-dired.
If there is interest, I can polish the code, add documentation and
customisation options and come up with a full patch for the trunk. I
think, due to the way my-dired-hide-details-mode is designed, it would
be best to add the code directly to dired.el - that is
add new code to dired-insert-set-properties
add new minor mode dired-hide-details-mode
bind dired-hide-details-mode in dired-mode-map
It would be necessary to fix a few bugs find-dired as well. Nothing
fancy, though.
WDYT?
Christopher
next prev parent reply other threads:[~2012-12-15 21:15 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-05 14:20 bug#6799: 24.0.50; Please add dired-details.el to Emacs [patch] Drew Adams
2011-01-28 23:08 ` Drew Adams
2011-03-13 3:28 ` Juanma Barranquero
2011-03-13 16:58 ` Drew Adams
2012-04-12 19:10 ` Lars Magne Ingebrigtsen
2012-04-12 20:05 ` Drew Adams
2012-04-25 15:46 ` Rob Giardina
2012-07-21 20:12 ` Drew Adams
2012-12-15 21:15 ` Christopher Schmidt [this message]
2012-12-15 22:17 ` Christopher Schmidt
2012-12-16 22:31 ` Stefan Monnier
2012-12-17 13:24 ` Christopher Schmidt
2013-02-10 15:02 ` Christopher Schmidt
2013-02-10 15:08 ` Christopher Schmidt
2013-02-11 3:37 ` Stefan Monnier
2013-02-11 8:19 ` Christopher Schmidt
2013-02-11 14:25 ` Stefan Monnier
2013-02-11 16:08 ` Christopher Schmidt
2013-02-11 17:58 ` Stefan Monnier
2013-02-11 18:07 ` Drew Adams
2013-02-11 19:52 ` Christopher Schmidt
2013-02-13 9:54 ` Christopher Schmidt
2013-02-15 15:25 ` Stefan Monnier
2013-02-15 18:44 ` Christopher Schmidt
2013-02-16 21:52 ` Juri Linkov
2013-02-16 22:58 ` Drew Adams
2013-02-17 10:05 ` Juri Linkov
2013-02-17 14:57 ` Christopher Schmidt
2013-02-18 9:49 ` Juri Linkov
2013-02-18 14:38 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878v8zow44@ch.ristopher.com \
--to=christopher@ch.ristopher.com \
--cc=6799@debbugs.gnu.org \
--cc=michael_heerdegen@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).