From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rustom Mody Newsgroups: gmane.emacs.help Subject: non noisy dired Date: Thu, 4 Jun 2009 19:48:25 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00163646d5f0f7d313046b8672b2 X-Trace: ger.gmane.org 1244165732 12436 80.91.229.12 (5 Jun 2009 01:35:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2009 01:35:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 05 03:35:30 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 1MCOLB-0001LO-62 for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jun 2009 03:35:29 +0200 Original-Received: from localhost ([127.0.0.1]:36059 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCOL9-0001cQ-Pa for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Jun 2009 21:35:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCNEW-0000Na-Kb for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 20:24:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCNER-0000Kb-UC for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 20:24:32 -0400 Original-Received: from [199.232.76.173] (port=48147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCMT7-0000BK-M3 for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 19:35:34 -0400 Original-Received: from mail-pz0-f177.google.com ([209.85.222.177]:64717) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCDm1-0000iz-7e for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 10:18:30 -0400 Original-Received: by pzk7 with SMTP id 7so61477pzk.14 for ; Thu, 04 Jun 2009 07:18:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=cp+BLSbJikRqt5LRZPj2vFxxZJOv9bCMMlPrOvtJcCM=; b=fBwOvXpozbXkyvMjbpvmHqjHjpRpOwNHXyemFEMZZYOdFcvmM7S5ESiKzX9L3Udmd3 /BUqvWsZjZuxMyQv39LnIP2NtNW/WrsTDWby1Pd2D2F23SdD5cW68aj8FOWi3pptt8WS bq7v8CfHsXoslQvFdi+RFizZlZcYioMmvdUug= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=AuR4CglglRmgXYv5E/ADs3dylpxwv4+I+XCdzkrk776xW6VNlYwMDtY6clXSOCF7wF 71f/CVAzAExmgqke7EQwYxIeNWwQXmds0rQSNPkz9qBXG4PnltxzH3JbyiYu/hSJs8k0 0cfR6095AA66LvltO6drlFWW3osRuc+F91hQ4= Original-Received: by 10.114.185.8 with SMTP id i8mr3515319waf.85.1244125105474; Thu, 04 Jun 2009 07:18:25 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:64951 Archived-At: --00163646d5f0f7d313046b8672b2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 --00163646d5f0f7d313046b8672b2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I keep trying to use dired but get put off by the noisy output
=A0
I am on windows so every file being prefixed by my name and root is us= eless.
=A0
(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=A0 t)
the useless name and group re-appears
--00163646d5f0f7d313046b8672b2--