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: non noisy dired Date: Thu, 4 Jun 2009 21:37:53 -0700 Message-ID: <1234C2D3E19446888CD84302A2D50063@us.oracle.com> References: 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 1244176725 31752 80.91.229.12 (5 Jun 2009 04:38:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2009 04:38:45 +0000 (UTC) To: "'Rustom Mody'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 05 06:38:42 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 1MCRCS-0007WM-9T for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jun 2009 06:38:40 +0200 Original-Received: from localhost ([127.0.0.1]:59703 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCRCQ-0006j4-Oq for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jun 2009 00:38:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCRC3-0006hX-PR for help-gnu-emacs@gnu.org; Fri, 05 Jun 2009 00:38:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCRBy-0006an-6U for help-gnu-emacs@gnu.org; Fri, 05 Jun 2009 00:38:14 -0400 Original-Received: from [199.232.76.173] (port=40273 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCRBy-0006aS-0C for help-gnu-emacs@gnu.org; Fri, 05 Jun 2009 00:38:10 -0400 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:62715 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 1MCRBx-0004Mi-8H for help-gnu-emacs@gnu.org; Fri, 05 Jun 2009 00:38:09 -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 n554colA019215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 5 Jun 2009 04:38:51 GMT Original-Received: from abhmt006.oracle.com (abhmt006.oracle.com [141.146.116.15]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n554d0gk013016; Fri, 5 Jun 2009 04:39:00 GMT Original-Received: from dradamslap1 (/141.144.169.121) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 04 Jun 2009 21:37:58 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acnlffyy0MiqCzidRqOIRmC4BnMu4wAGNWng X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt006.oracle.com [141.146.116.15] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010207.4A28A127.0050: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:64957 Archived-At: I keep trying to use dired but get put off by the noisy output I am on windows so every file being prefixed by my name and root is useless. (setq ls-lisp-verbosity nil) removed that but the rwxrwxrwx (which is useless on windows) I cant remove. If I use (setq ls-lisp-use-insert-directory-program t) the useless name and group re-appears http://www.emacswiki.org/emacs/DiredDetails You'll never have to see anything other than the file name, unless you want to, and you can do that by hitting a toggle key. Other than that solution, you can control the ls that switches used, for the expanded (unhidden) listing, as Eli mentioned.