From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: dired-hide-details-mode have no effect suddenly Date: Sun, 3 Sep 2017 12:37:12 -0700 (PDT) Message-ID: <1381b9d9-cceb-4a5b-ab7f-d430e3753e74@default> References: <87d1774qr8.fsf@fliptop> <87d1778vjc.fsf@fliptop> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1504467504 9612 195.159.176.226 (3 Sep 2017 19:38:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 3 Sep 2017 19:38:24 +0000 (UTC) To: Tomas Nordin , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 03 21:38:11 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1doaiQ-00013n-2K for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Sep 2017 21:37:54 +0200 Original-Received: from localhost ([::1]:45990 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doaiX-00065o-1i for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Sep 2017 15:38:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doai0-00064b-Jz for help-gnu-emacs@gnu.org; Sun, 03 Sep 2017 15:37:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doahv-0008L3-Sv for help-gnu-emacs@gnu.org; Sun, 03 Sep 2017 15:37:28 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:26200) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1doahv-0008JB-IN for help-gnu-emacs@gnu.org; Sun, 03 Sep 2017 15:37:23 -0400 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v83JbIbl031201 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 3 Sep 2017 19:37:18 GMT Original-Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id v83JbGul028202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 3 Sep 2017 19:37:16 GMT Original-Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v83JbEeI027222; Sun, 3 Sep 2017 19:37:14 GMT In-Reply-To: <87d1778vjc.fsf@fliptop> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 12.0.6774.5000 (x86)] X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 156.151.31.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:114175 Archived-At: > > Do you see the same thing if you start Emacs using `emacs -Q' >=20 > I don's see. Loaded magit, zerodark theme and maybe something else and > it didn't happen. Then recursively bisect your init file to find the culprit. You can use command `comment-region' to comment or (with `C-u') uncomment a selection of text. Use it to comment out 1/2, then 3/4, 7/8, ... of your init file. Narrow down the code you use, to find the problem. > > Do you perhaps use library `dired-details+.el'? If so, and if >=20 > not what I know. I see a readme in my elpa directory, > "dired-details+-readme.txt" but nothing else. I don't know what it's > doing there, but anyway. It informs me it's not needed since emacs 24.4+ That's a misreading of that readme. What it says is that Emacs 24.4 and later provide `dired-hide-details-mode'. If all you want is what that offers then you do not need any 3rd-party library. But if you want what `dired-details+.el' provides and you have Emacs 24.4 or later then you can get those additional features from Dired+ (library `dired+.el'). I've reworded that part of the readme to help prevent misreading: NOTE: If you use Emacs 24.4 or later, and if you use library `dired+.el', then you do not need this library or library `dired-details.el'. Instead, you can use `dired-hide-details-mode'. Library `dired+.el' enhances `dired-hide-details-mode' to give it the same features as `dired-details+.el' provides. In that case, use `(require 'dired+.el)', and use option `diredp-hide-details-propagate-flag' instead of option `dired-details-propagate-flag'. > I report back if I can be more specific, it feels like there > must be a package doing something. Again, bisect your init file, to find out what you are doing that causes the behavior you don't like.