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: Question on Customizing Dired Date: Thu, 6 Aug 2009 07:50:28 -0700 Message-ID: References: <9e9dcbd1-20e5-4de0-9f46-be6a95167178@l5g2000pra.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249570272 20762 80.91.229.12 (6 Aug 2009 14:51:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2009 14:51:12 +0000 (UTC) To: "'harven'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 06 16:51:05 2009 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.50) id 1MZ4J7-0004nZ-5C for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Aug 2009 16:51:05 +0200 Original-Received: from localhost ([127.0.0.1]:53803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ4J6-0007Mx-JV for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Aug 2009 10:51:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZ4Im-0007Me-Cw for help-gnu-emacs@gnu.org; Thu, 06 Aug 2009 10:50:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZ4Ig-0007M7-UU for help-gnu-emacs@gnu.org; Thu, 06 Aug 2009 10:50:43 -0400 Original-Received: from [199.232.76.173] (port=33964 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ4Ig-0007M4-OE for help-gnu-emacs@gnu.org; Thu, 06 Aug 2009 10:50:38 -0400 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:26286 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MZ4Ig-0006Ab-9r for help-gnu-emacs@gnu.org; Thu, 06 Aug 2009 10:50:38 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n76EoYpJ019594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 6 Aug 2009 14:50:35 GMT Original-Received: from abhmt017.oracle.com (abhmt017.oracle.com [141.146.116.26]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n76EouBM027487; Thu, 6 Aug 2009 14:50:56 GMT Original-Received: from dradamslap1 (/141.144.224.41) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 06 Aug 2009 07:50:29 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcoWg8SxRiBFAPU7TqabaPuCIGb4uAAIU7HA In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt017.oracle.com [141.146.116.26] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010209.4A7AEDB8.00B7:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:66849 Archived-At: > > Is it possible to customize the information that Dired displays? > > > > I would like to be able to hide the permissions, owner, group, and > > date columns for so that it is easy to read in a narrow vertical > > split. > > > > Any help would be greatly appreciated! > > Use the extension dired-details.el or dired-details+.el And, not or. Use them together: the second extends the first. > The relevant page on the wiki is > http://www.emacswiki.org/emacs/DiredMode