all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Paul Batt <paul.batt@gmx.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Problems setting dired-listing-switches variable
Date: Thu, 12 Apr 2007 00:07:06 +0200	[thread overview]
Message-ID: <96B8421F-5E87-4EAB-98C6-154A5C06F3D8@Web.DE> (raw)
In-Reply-To: <584evnF2c8aqeU1@mid.individual.net>


Am 11.04.2007 um 17:59 schrieb Paul Batt:

> Still I'd like to know why --ignore= or --hide= in (dired-listing- 
> switches)
> don't work. The emacs manual says they should.

Could be you're trying to use setq or such to achieve the desired  
effect? The correct way is via the customise interface, i.e. in the  
end of ~/.emacs, starting with

	(custom-set-variables

you can add entries like

	 '(dired-listing-switches "-alN --ignore=PATTERN")

until a final

	)

is encountered. I have no idea what this PATTERN could look like, so  
I had on the command line no success. You can find access to the  
customise system by checking the value of the variable dired-listing- 
switches.

--
Mit friedvollen Grüßen

   Pete

      _o    o         o   o
    _<<     \\_/\_,   \\_ \\_/\_,
   (*)/(*) (*)   (*) (*) `-    (*)

  reply	other threads:[~2007-04-11 22:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-11 11:42 Problems setting dired-listing-switches variable Paul Batt
2007-04-11 12:01 ` Stein Arild Strømme
2007-04-11 15:59   ` Paul Batt
2007-04-11 22:07     ` Peter Dyballa [this message]
2007-04-11 12:52 ` Peter Dyballa
2007-04-11 22:45 ` Glenn Morris
2007-04-12 15:38   ` Paul Batt

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=96B8421F-5E87-4EAB-98C6-154A5C06F3D8@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=paul.batt@gmx.net \
    /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.