From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: non noisy dired Date: Thu, 04 Jun 2009 23:28:03 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1244172536 24486 80.91.229.12 (5 Jun 2009 03:28:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2009 03:28:56 +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 05:28:54 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 1MCQ6u-0007vs-Dw for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jun 2009 05:28:53 +0200 Original-Received: from localhost ([127.0.0.1]:38625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCQ6t-0002ia-20 for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Jun 2009 23:28:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCQ6D-0002Vg-Qw for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 23:28:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCQ69-0002Sr-62 for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 23:28:09 -0400 Original-Received: from [199.232.76.173] (port=44909 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCQ68-0002Sc-QA for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 23:28:04 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:42899) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCQ68-0000qV-Q1 for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 23:28:05 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MCQ67-000185-8p for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 23:28:03 -0400 In-reply-to: (message from Rustom Mody on Thu, 4 Jun 2009 19:48:25 +0530) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:64955 Archived-At: > Date: Thu, 4 Jun 2009 19:48:25 +0530 > From: Rustom Mody > > I am on windows so every file being prefixed by my name and root is useless. Not anymore: Emacs 23.1, to be released soon, will display the _real_ owner and group of every file (if you are using a sufficiently new version of Windows). > (setq ls-lisp-verbosity nil) > removed that > but the rwxrwxrwx > (which is useless on windows) I cant remove. It is on my TODO to teach Emacs on Windows to display the _real_ access rights, based on native Windows file permissions. So this, too, is going to be _real_ attributes of the files. Stay tuned. > If I use > (setq ls-lisp-use-insert-directory-program t) > the useless name and group re-appears When you set this option non-nil, Emacs uses ls.exe to generate the directory listing, so the control of which file's attributes are displayed is via the command-line switches passed to insert-directory-program. You can use non-default switches by invoking Dired with a numeric argument -- Dired will then prompt for the switches.