From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: daniel Newsgroups: gmane.emacs.help Subject: dired-details-hide Date: Thu, 11 Jul 2013 17:44:22 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1373561104 23180 80.91.229.3 (11 Jul 2013 16:45:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2013 16:45:04 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 11 18:45:04 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UxJzJ-0003jJ-8M for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 18:45:01 +0200 Original-Received: from localhost ([::1]:39302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxJzI-00010Y-Mk for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 12:45:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxJz8-0000xg-NM for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 12:44:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxJz1-0003SP-Ro for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 12:44:50 -0400 Original-Received: from mail-pb0-x22f.google.com ([2607:f8b0:400e:c01::22f]:59304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxJz1-0003SC-LK for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 12:44:43 -0400 Original-Received: by mail-pb0-f47.google.com with SMTP id rr13so8061709pbb.6 for ; Thu, 11 Jul 2013 09:44:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=+0H1DL3bpjM4dCWa32ep5cGAk0WCOdqnBDVqejs9iY4=; b=QTInA7lCljGftX3xzcxGpuIa8krTvQA6r0/5y8aCNU9NlyqOQwllw4kDLPX1qHJSYD bi92FhNQbgT0MA9VYePk57VmC0xPS/TG23s9MQwMj2I2yUKSMIT/LvqV9SWCjSPDkRqu 1bIzi1R2XdotXZuyXcc9UAEDibTaoUBES6DHB9uM9orb9qQW7TEH4Y5FSlal/GkCir/+ BD7tR2ZYnK1IIoTVrRdR8NjPjD1i4fSQqQHbOaicVcsjJQuYFpfaiEGTRilDV3e437qS ziwloFMSUFfivz/5mN3laRAJPVMCL07Q13qODvTM3uDIbimy0xeufCVFqjCv5V4J2aY/ hPkw== X-Received: by 10.68.198.65 with SMTP id ja1mr37588202pbc.175.1373561082236; Thu, 11 Jul 2013 09:44:42 -0700 (PDT) Original-Received: by 10.70.55.69 with HTTP; Thu, 11 Jul 2013 09:44:22 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::22f X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92055 Archived-At: hi there is a nice function dired-details-hide that hides the detail columns from a Dired buffer. Anyone found a way to call it automatically whenever I create a new Dired buffer? hint: cannot do that just with a major-mode-hook or something that is called when the buffer is created, because in the case of Find-dired, the buffer content is added asynchronously. Is the solution in dired-details+.el?