From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rob Giardina Newsgroups: gmane.emacs.devel Subject: Re: dired-details: show/hide file details in Dired Date: Mon, 2 Jul 2007 10:04:06 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183404587 18090 80.91.229.12 (2 Jul 2007 19:29:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2007 19:29:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 02 21:29:46 2007 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I5Rah-0006fB-DS for ged-emacs-devel@m.gmane.org; Mon, 02 Jul 2007 21:29:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5Rag-0006RW-Uu for ged-emacs-devel@m.gmane.org; Mon, 02 Jul 2007 15:29:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5MVa-0006w4-0g for emacs-devel@gnu.org; Mon, 02 Jul 2007 10:04:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5MVZ-0006uH-Ah for emacs-devel@gnu.org; Mon, 02 Jul 2007 10:04:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5MVZ-0006tn-2a for emacs-devel@gnu.org; Mon, 02 Jul 2007 10:04:05 -0400 Original-Received: from alnrmhc16.comcast.net ([206.18.177.56]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I5MVY-000269-HN for emacs-devel@gnu.org; Mon, 02 Jul 2007 10:04:04 -0400 Original-Received: from dev.razoo.com (c-68-49-103-46.hsd1.dc.comcast.net[68.49.103.46]) by comcast.net (alnrmhc16) with ESMTP id <20070702140403b16006jm4ne>; Mon, 2 Jul 2007 14:04:03 +0000 Original-Received: from [192.168.1.164] (tao [192.168.1.164]) by dev.razoo.com (Postfix) with ESMTP id B22B11BA86B0; Mon, 2 Jul 2007 10:17:15 -0400 (EDT) In-Reply-To: X-Priority: 3 (Normal) X-Mailer: Apple Mail (2.752.3) X-detected-kernel: Solaris 10 (1203?) X-Mailman-Approved-At: Mon, 02 Jul 2007 15:29:38 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74189 Archived-At: Hi Drew, It's been a while, hope you're well. I'm game to have this included, I would be happy to have it when using a bare emacs. There was a patch for 2005-07-07 CVS that was approved by RMS which I can send or update if anyone is interested. I went on vacation and got back too late to update the docinfo as requested; should be easy to update for modern dired.el. -Rob On Jul 2, 2007, at 1:42 AM, Drew Adams wrote: > Dired Details lets you toggle the display of file details in Dired. > When > off, it looks a bit like speedbar, but it is still a fully > functioning Dired > buffer. If the author, Rob Giardina, agrees, how about including > this in > Emacs? > >> From: Drew Adams Sent: Tuesday, July 04, 2006 8:42 PM >> Subject: Dired coloring and other conveniences >> One of the tweaks I really like for Dired is `dired-details', a >> library by >> Rob Giardina. I have my own minor enhancement, `dired-details+.el'. >> both dired-details.el and dired-details+.el are available here: >> > http://www.emacswiki.org/cgi-bin/wiki?action=index;match=%5C.el%28% > 5C.gz%29% > 3F. > > Description with screenshots: > http://www.emacswiki.org/cgi-bin/wiki/DiredDetails >