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: Sat, 09 Sep 2017 21:25:49 +0200 Message-ID: <87377vllmq.fsf@fliptop> References: <87d1774qr8.fsf@fliptop> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1504985197 32259 195.159.176.226 (9 Sep 2017 19:26:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 9 Sep 2017 19:26:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Charles A. Roelli" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 09 21:26:31 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 1dqlOZ-0007Pv-7g for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Sep 2017 21:26:23 +0200 Original-Received: from localhost ([::1]:50625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqlOZ-0003Dl-RY for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Sep 2017 15:26:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqlOC-0003DD-7X for help-gnu-emacs@gnu.org; Sat, 09 Sep 2017 15:26:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqlO8-0004iL-9l for help-gnu-emacs@gnu.org; Sat, 09 Sep 2017 15:26:00 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:34857) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dqlO8-0004ci-2n for help-gnu-emacs@gnu.org; Sat, 09 Sep 2017 15:25:56 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 86C6120914 for ; Sat, 9 Sep 2017 21:25:51 +0200 (CEST) Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3xqPL55XJRz10H9; Sat, 9 Sep 2017 21:25:49 +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:114216 Archived-At: "Charles A. Roelli" writes: > I had the same issue once. I had mistakenly added to the global value > of the variable 'font-lock-extra-managed-props' in some of my own code > for a buffer-local minor mode, instead of making the variable > buffer-local. That resulted in dired-hide-details-mode breaking (and > a month's worth of confusion). Ok, my value is nil of that variable in dired, will check it when I get the problem next time, thanks. But I never touched that variable as far as I am aware.