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: Wed, 20 Sep 2017 22:49:06 +0200 Message-ID: <87shfhumd9.fsf@fliptop> References: <87d1774qr8.fsf@fliptop> <87377vllmq.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 1505940598 4499 195.159.176.226 (20 Sep 2017 20:49:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 20 Sep 2017 20:49:58 +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 Wed Sep 20 22:49:49 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 1dulwI-0000Ns-QF for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Sep 2017 22:49:46 +0200 Original-Received: from localhost ([::1]:50620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dulwN-00064q-9X for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Sep 2017 16:49:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dulvt-00064V-If for help-gnu-emacs@gnu.org; Wed, 20 Sep 2017 16:49:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dulvp-0000AF-Lj for help-gnu-emacs@gnu.org; Wed, 20 Sep 2017 16:49:21 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:60572) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dulvp-00007S-Em for help-gnu-emacs@gnu.org; Wed, 20 Sep 2017 16:49:17 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 5FEDE20914 for ; Wed, 20 Sep 2017 22:49:10 +0200 (CEST) Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3xyBg86qBnz1014; Wed, 20 Sep 2017 22:49:08 +0200 (CEST) In-Reply-To: <87377vllmq.fsf@fliptop> 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:114325 Archived-At: Tomas Nordin writes: > "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. And now suddenly... font-lock-extra-managed-props is a variable defined in =E2=80=98font-lock.e= l=E2=80=99. Its value is (invisible composition) ... and problem is back. Who has changed it I don't know. I know that it has happened around doing some magit. Cool, resetting that variable to nil removes the problem. But still, hmm, ehh.