all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Erik Iverson <eriki@ccbr.umn.edu>
To: Harry Putnam <reader@newsguy.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: dired and `ls' flags
Date: Fri, 03 Sep 2010 16:34:20 -0500	[thread overview]
Message-ID: <4C8169DC.7050306@ccbr.umn.edu> (raw)
In-Reply-To: <87zkvyv7vc.fsf@newsguy.com>



Harry Putnam wrote:
> I've pounded away in the dired section of the manual but haven't
> uncovered the technique required to change what the buffer looks like.
> I guess its some way of telling emacs to use different `ls' flags.
> 
> If user wants to change the display of a directory to something more
> like `ls' (no `-l' (no long list))
> How is that done?
> 
> 

dired-listing-switches is a variable defined in `dired.el'.
Its value is "-al"

Documentation:
Switches passed to `ls' for Dired.  MUST contain the `l' option.
May contain all other options that don't contradict `-l';
may contain even `F', `b', `i' and `s'.  See also the variable
`dired-ls-F-marks-symlinks' concerning the `F' switch.
On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
some of the `ls' switches are not supported; see the doc string of
`insert-directory' in `ls-lisp.el' for more details.


However, see:
http://www.emacswiki.org/emacs/DiredDetails
for a possibility.



  reply	other threads:[~2010-09-03 21:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-03 21:23 dired and `ls' flags Harry Putnam
2010-09-03 21:34 ` Erik Iverson [this message]
2010-09-03 22:29   ` Harry Putnam
2010-09-03 22:34     ` Harry Putnam
2010-09-04  0:14       ` Drew Adams
2010-09-04 21:18         ` Harry Putnam
2010-09-04  0:24   ` Drew Adams
2010-09-04  0:36     ` Drew Adams
2010-09-04 21:21     ` Harry Putnam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C8169DC.7050306@ccbr.umn.edu \
    --to=eriki@ccbr.umn.edu \
    --cc=help-gnu-emacs@gnu.org \
    --cc=reader@newsguy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.