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: dired-hide-details-mode have no effect suddenly Date: Sun, 03 Sep 2017 19:48:59 +0200 Message-ID: <87d1774qr8.fsf@fliptop> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1504461016 30390 195.159.176.226 (3 Sep 2017 17:50:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 3 Sep 2017 17:50:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 03 19:50:02 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 1doZ1r-0006id-8t for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Sep 2017 19:49:51 +0200 Original-Received: from localhost ([::1]:36655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doZ1y-0001JZ-Fe for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Sep 2017 13:49:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doZ1F-0001Ae-6q for help-gnu-emacs@gnu.org; Sun, 03 Sep 2017 13:49:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doZ1A-0006kX-CP for help-gnu-emacs@gnu.org; Sun, 03 Sep 2017 13:49:13 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:51047) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1doZ1A-0006hG-5e for help-gnu-emacs@gnu.org; Sun, 03 Sep 2017 13:49:08 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 234C320E08 for ; Sun, 3 Sep 2017 19:49:01 +0200 (CEST) Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3xlgT81lMNz10J1 for ; Sun, 3 Sep 2017 19:49:00 +0200 (CEST) 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:114172 Archived-At: Hi List Here is a problem I don't know how to reproduce. I have this in my .emacs: (add-hook 'dired-mode-hook 'dired-hide-details-mode) and details are hidden by default, the way I like it. Sometimes I need to see some details and I use (default I think) the key ( to toggle visibility of details. However, suddenly after some long time of keeping emacs alive, details are always shown and I cannot toggle it. I have been trying to detect at what moment this happens but I fail to understand what the interference is. At this point all I can think of is restarting emacs. Did somebody notice a similar problem? Best regards -- Tomas