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: RE: how to show details in dired mode by default Date: Wed, 26 Feb 2014 17:58:13 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1393433916 25050 80.91.229.3 (26 Feb 2014 16:58:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Feb 2014 16:58:36 +0000 (UTC) To: Drew Adams , emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 26 17:58:44 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 1WIhof-0001rV-U2 for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Feb 2014 17:58:42 +0100 Original-Received: from localhost ([::1]:41723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIhof-0001Om-JH for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Feb 2014 11:58:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIhoP-0001OG-Mb for help-gnu-emacs@gnu.org; Wed, 26 Feb 2014 11:58:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIhoI-0000nA-4L for help-gnu-emacs@gnu.org; Wed, 26 Feb 2014 11:58:25 -0500 Original-Received: from static-212-101-19-163.adsl.solnet.ch ([212.101.19.163]:45574 helo=server.belohrad.ch) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIhoH-0000lP-PB for help-gnu-emacs@gnu.org; Wed, 26 Feb 2014 11:58:18 -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 E47342C053F; Wed, 26 Feb 2014 17:59:02 +0100 (CET) In-Reply-To: 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:96210 Archived-At: That's it. I did not notice. Thanks. .d. Drew Adams writes: >> 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.