From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Tomas Nordin Newsgroups: gmane.emacs.help Subject: RE: dired-hide-details-mode have no effect suddenly Date: Tue, 12 Sep 2017 22:40:21 +0200 Message-ID: <87poav3b2i.fsf@fliptop> References: <87d1774qr8.fsf@fliptop> <87d1778vjc.fsf@fliptop> <1381b9d9-cceb-4a5b-ab7f-d430e3753e74@default> <87y3pnk6nu.fsf@fliptop> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1505249120 14208 195.159.176.226 (12 Sep 2017 20:45:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 12 Sep 2017 20:45:20 +0000 (UTC) To: Drew Adams , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 12 22:45:16 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 1drs3A-0002PE-Ay for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Sep 2017 22:44:52 +0200 Original-Received: from localhost ([::1]:38513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drs3H-00071I-K2 for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Sep 2017 16:44:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drrzH-0003JD-Jt for help-gnu-emacs@gnu.org; Tue, 12 Sep 2017 16:40:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drrzD-0008PF-BT for help-gnu-emacs@gnu.org; Tue, 12 Sep 2017 16:40:51 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:41466) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1drrzD-0008HO-2d for help-gnu-emacs@gnu.org; Tue, 12 Sep 2017 16:40:47 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E4A4D20B50 for ; Tue, 12 Sep 2017 22:40:39 +0200 (CEST) Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3xsGs05XfWz1098; Tue, 12 Sep 2017 22:40:36 +0200 (CEST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.66 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:114247 Archived-At: Drew Adams writes: > `C-h f dired-hide-details TAB' shows you these variables: > > dired-hide-details-hide-information-lines > dired-hide-details-hide-symlink-targets > dired-hide-details-mode > dired-hide-details-mode-hook > > You might start with the last two, checking in your init > file, `custom-file', or other code you might load. > > You can also put (debug-on-entry 'dired-hide-details-mode) > in your init file, to find out what code is calling it. > In the debugger, look at how it gets called, then use `c' > to skip debugging. Use `M-x cancel-debug-on-entry RET' > to cancel such debugger entry. > > But it's probably easier to just grep for `dired-hide-details' > in directories of customization and 3rd-party code you load. Thanks for this suit of suggestions, I keep it in my back pocket. I stored away the values of the variables (working condition), didn't grep any results on `dired-hide-details' in my elpa directory.