From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: dired and `ls' flags Date: Fri, 3 Sep 2010 17:14:58 -0700 Message-ID: <8961B130366D45D899771EA2D600F8A7@us.oracle.com> References: <87zkvyv7vc.fsf@newsguy.com> <4C8169DC.7050306@ccbr.umn.edu><87pqwuv4tx.fsf@newsguy.com> <87lj7iv4m0.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1283559385 7288 80.91.229.12 (4 Sep 2010 00:16:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 4 Sep 2010 00:16:25 +0000 (UTC) To: "'Harry Putnam'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 04 02:16:24 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OrgQh-0004ar-5M for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Sep 2010 02:16:23 +0200 Original-Received: from localhost ([127.0.0.1]:42359 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrgQg-0001AG-FM for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Sep 2010 20:16:22 -0400 Original-Received: from [140.186.70.92] (port=47829 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrgQK-0001A6-4F for help-gnu-emacs@gnu.org; Fri, 03 Sep 2010 20:16:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrgQG-00042V-K6 for help-gnu-emacs@gnu.org; Fri, 03 Sep 2010 20:15:57 -0400 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:24202) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrgQG-00042J-F2 for help-gnu-emacs@gnu.org; Fri, 03 Sep 2010 20:15:56 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o840FpaJ016367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 4 Sep 2010 00:15:52 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o83NOElO021378; Sat, 4 Sep 2010 00:15:50 GMT Original-Received: from abhmt021.oracle.com by acsmt354.oracle.com with ESMTP id 575939131283559301; Fri, 03 Sep 2010 17:15:01 -0700 Original-Received: from dradamslap1 (/10.159.217.86) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 03 Sep 2010 17:15:01 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87lj7iv4m0.fsf@newsguy.com> Thread-Index: ActLuGMqhmm34WHIQbenvoIsRzEbbwADU3/g X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74872 Archived-At: > > OK, thanks... dired-details.el worked right out of the box. > > I tried Drews' dired-details+.el but it appeared as if after > > M-x load-library dired-details+ , that although the > > trailing info indicated it had been loaded.... no commands were > > available. > > > > However I then tried dired-details.el (no +sign) and no have the > > commands available to hide or show the listing details. > > Whoops... I jumped the gun about dired-details+ not working... I > works fine (Sorry Drew). I just hadn't realized dired-details (no > plus) needed to be loaded too. That is, they appear to work > together. Loading dired-details+.el loads dired-details.el automatically. > The wiki didn't make that clear... at least not to me. Hm. Which part of this sentence from the wiki wasn't clear to you? ;-) "This [dired-details+.el] loads dired-details.el and activates show/hide, so dired-details+.el is all you ever need to load."