From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Belohrad Newsgroups: gmane.emacs.help Subject: how to show details in dired mode by default Date: Mon, 24 Feb 2014 09:33:21 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1393230828 16438 80.91.229.3 (24 Feb 2014 08:33:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2014 08:33:48 +0000 (UTC) To: "emacs" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 24 09:33:56 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WHqz2-0002xL-0O for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Feb 2014 09:33:52 +0100 Original-Received: from localhost ([::1]:56287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHqz1-0001SQ-FK for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Feb 2014 03:33:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHqyj-0001SI-Lm for help-gnu-emacs@gnu.org; Mon, 24 Feb 2014 03:33:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHqyc-000527-BV for help-gnu-emacs@gnu.org; Mon, 24 Feb 2014 03:33:33 -0500 Original-Received: from static-212-101-19-163.adsl.solnet.ch ([212.101.19.163]:43879 helo=server.belohrad.ch) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHqyc-00051u-3j for help-gnu-emacs@gnu.org; Mon, 24 Feb 2014 03:33:26 -0500 Original-Received: from beesknees.cern.ch.belohrad.ch (beesknees.cern.ch [137.138.197.99]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: david) by server.belohrad.ch (Postfix) with ESMTPSA id B9E5D2C05B4; Mon, 24 Feb 2014 09:34:00 +0100 (CET) User-Agent: Notmuch/0.17+54~g9ac863c (http://notmuchmail.org) Emacs/24.3.50.1 (x86_64-unknown-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.101.19.163 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96180 Archived-At: Dear All, I've just switched to emacs24 from emacs23. In emacs 23 the dired mode (dired+) shows by default all the details about the files. Now I have to force it for each buffer by pressing '('. How can I set it up so by default it brings full listing? thanks .d.