From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.help Subject: Re: Format of directories list in dired Date: Mon, 6 Feb 2006 09:51:17 +0100 (CET) Message-ID: <20060206085117.1E7AF41B@rocksteady.printf.se> References: <2772663.post@talk.nabble.com> <2773853.post@talk.nabble.com> <2777474.post@talk.nabble.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139215936 7510 80.91.229.2 (6 Feb 2006 08:52:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2006 08:52:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 06 09:52:13 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F626V-000290-Fq for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Feb 2006 09:52:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F629n-0007m6-Bd for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Feb 2006 03:55:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F628z-0007eq-OD for help-gnu-emacs@gnu.org; Mon, 06 Feb 2006 03:54:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F628x-0007e8-Fr for Help-gnu-emacs@gnu.org; Mon, 06 Feb 2006 03:54:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F628x-0007e1-7W for Help-gnu-emacs@gnu.org; Mon, 06 Feb 2006 03:54:43 -0500 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F628T-00038N-Iv for Help-gnu-emacs@gnu.org; Mon, 06 Feb 2006 03:54:13 -0500 Original-Received: from rocksteady.printf.se (81.224.154.131) by pne-smtpout2-sn1.fre.skanova.net (7.2.069.1) id 43E6239C0002C768 for Help-gnu-emacs@gnu.org; Mon, 6 Feb 2006 09:51:17 +0100 Original-Received: by rocksteady.printf.se (Postfix, from userid 1000) id 1E7AF41B; Mon, 6 Feb 2006 09:51:17 +0100 (CET) Original-To: Help-gnu-emacs@gnu.org In-reply-to: <2777474.post@talk.nabble.com> (lists@nabble.com) 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:33026 Archived-At: > I don't see in dired-omit-expression files "." and "..", but M-O hides > those files. I don't want it. You want to change dired-omit-files. "^\\.?#" should keep the "." and "..".