From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: how to show details in dired mode by default Date: Mon, 24 Feb 2014 06:40:20 -0800 (PST) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1393252852 23879 80.91.229.3 (24 Feb 2014 14:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2014 14:40:52 +0000 (UTC) To: David Belohrad , emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 24 15:40:59 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 1WHwiG-0004Ws-UT for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Feb 2014 15:40:57 +0100 Original-Received: from localhost ([::1]:58017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHwiG-0006gM-HS for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Feb 2014 09:40:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHwhx-0006WG-OH for help-gnu-emacs@gnu.org; Mon, 24 Feb 2014 09:40:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHwho-0007l2-W0 for help-gnu-emacs@gnu.org; Mon, 24 Feb 2014 09:40:37 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:41892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHwho-0007kk-Jf for help-gnu-emacs@gnu.org; Mon, 24 Feb 2014 09:40:28 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s1OEeMOi000930 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 24 Feb 2014 14:40:23 GMT Original-Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s1OEeKHf005477 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 24 Feb 2014 14:40:22 GMT Original-Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s1OEeKhU028045; Mon, 24 Feb 2014 14:40:20 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:96185 Archived-At: > 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? The very first section of the Commentary of `dired+.el', which is only 4 sentences long, says this: ;; Hide/Show Details ;; ----------------- ;; ;; Starting with Emacs 24.4, listing details are hidden by ;; default. Use `(' anytime to toggle this hiding. You can ;; use option `diredp-hide-details-initially-flag' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ;; to change the default/initial state. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ;; See also option `diredp-hide-details-propagate-flag'. ;; ;; If you have an Emacs version older than 24.4, you can use ;; library `dired-details+.el' (plus `dired-details.el') to ;; get similar behavior.