From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.help Subject: Re: dired-hide-details-mode have no effect suddenly Date: Thu, 21 Sep 2017 20:30:59 +0200 Message-ID: References: <87d1774qr8.fsf@fliptop> <87377vllmq.fsf@fliptop> <87shfhumd9.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 1506018718 5761 195.159.176.226 (21 Sep 2017 18:31:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 21 Sep 2017 18:31:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tomas Nordin Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 21 20:31: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 1dv6GK-0000zF-Tl for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Sep 2017 20:31:49 +0200 Original-Received: from localhost ([::1]:55060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv6GS-0007sP-Bf for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Sep 2017 14:31:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv6Fw-0007oT-Ie for help-gnu-emacs@gnu.org; Thu, 21 Sep 2017 14:31:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dv6Ft-0003po-G6 for help-gnu-emacs@gnu.org; Thu, 21 Sep 2017 14:31:24 -0400 Original-Received: from sinyavsky.aurox.ch ([37.35.109.145]:43147) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dv6Ft-0003nv-5X for help-gnu-emacs@gnu.org; Thu, 21 Sep 2017 14:31:21 -0400 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 3F5E92254E for ; Thu, 21 Sep 2017 18:25:01 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= content-transfer-encoding:content-type:content-type:mime-version :references:subject:subject:in-reply-to:to:from:from:message-id :date:date; s=dkim; t=1506018299; x=1506882300; bh=gim31RY5YNJSt 7vJlCtTntm6YRyqnRpa5N2pA2fI+oI=; b=GevDq48YppfzbhlOj0QsGWw966iRv sDwxmPqrFd3YbyT5JzakNmjx7LxujlqOJbQlLzuw34+PaGZkCC6y9A2LqQ20JEyX Fe3nzPn3MmjoEZPUJ1lkul0xCXsJdi04DUDEJvmNES7bLDkSc8iaJfjH7ZKYExWe WQQKwyLySPGNF0= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 70vc1UE9qrjF for ; Thu, 21 Sep 2017 18:24:59 +0000 (UTC) Original-Received: from gray (125.85.192.178.dynamic.wline.res.cust.swisscom.ch [178.192.85.125]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id CA2C922534; Thu, 21 Sep 2017 18:24:58 +0000 (UTC) In-reply-to: <87shfhumd9.fsf@fliptop> (message from Tomas Nordin on Wed, 20 Sep 2017 22:49:06 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 37.35.109.145 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:114336 Archived-At: > From: Tomas Nordin > Cc: help-gnu-emacs@gnu.org > Date: Wed, 20 Sep 2017 22:49:06 +0200 >=20 > Tomas Nordin writes: >=20 > > "Charles A. Roelli" writes: > > > >> I had the same issue once. I had mistakenly added to the global val= ue > >> of the variable 'font-lock-extra-managed-props' in some of my own co= de > >> for a buffer-local minor mode, instead of making the variable > >> buffer-local. That resulted in dired-hide-details-mode breaking (an= d > >> a month's worth of confusion). > > > > Ok, my value is nil of that variable in dired, will check it when I g= et > > the problem next time, thanks. But I never touched that variable as f= ar > > as I am aware. >=20 > And now suddenly... >=20 > font-lock-extra-managed-props is a variable defined in =E2=80=98font-lo= ck.el=E2=80=99. > Its value is (invisible composition) >=20 > ... and problem is back. Who has changed it I don't know. I know that i= t > has happened around doing some magit. >=20 > Cool, resetting that variable to nil removes the problem. But still, > hmm, ehh. Neat. Does M-x rgrep font-lock-extra-managed-props RET * RET ~/.emacs.d/elpa/ show anything interesting?