From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: daniel Newsgroups: gmane.emacs.help Subject: Re: dired-details-hide Date: Thu, 11 Jul 2013 17:57:17 +0100 Message-ID: References: <87zjttjb04.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1373561895 32720 80.91.229.3 (11 Jul 2013 16:58:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2013 16:58:15 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Jambunathan K Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 11 18:58:17 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 1UxKC8-000794-Q7 for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 18:58:16 +0200 Original-Received: from localhost ([::1]:49431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxKC8-0000Q4-Ge for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 12:58:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxKBY-0008I5-2k for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 12:57:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxKBW-0008A3-Bn for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 12:57:39 -0400 Original-Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:51766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxKBW-00089u-4Y for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 12:57:38 -0400 Original-Received: by mail-pa0-f48.google.com with SMTP id kp12so8037881pab.35 for ; Thu, 11 Jul 2013 09:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=N3Gd45UHQxZBlkPgiiNWamkHKk5qcI+0JCl7ubhD29k=; b=lGMve/v8iaGoWV7e7KmmuiCYWLuVkxQIKkMfE7Bf+2W+WsYKAqLPhzSm7X66pwWBmd 6j/ZcvYc34cG7Dwz0cxE+7MLfpmvD9f4AEFdtn7vd9edCpxdvBzB9YseDNN3HocrDUlj ewtSQ7Z5ti3NUy+DbWA3xmpqpHZesHcJpL6Nuks5RLjYZrUmVxJ4OJN4Ma9uYyFRqaET 9/SlTKVZEom3Ui3IJtobiM5A9W1gRnhyTJjJX3lmkAnLkHDaQQ736Td0EkR8m4HX8oHw pArQkT5EWdv5rrB8XoHiI3LQGtxrMSwUGCzfTbkCPheHs4TiMXjOWqFmU1WNRHN4wa1j sWEQ== X-Received: by 10.66.191.226 with SMTP id hb2mr39569895pac.76.1373561857180; Thu, 11 Jul 2013 09:57:37 -0700 (PDT) Original-Received: by 10.70.55.69 with HTTP; Thu, 11 Jul 2013 09:57:17 -0700 (PDT) In-Reply-To: <87zjttjb04.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::230 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:92057 Archived-At: 2013/7/11 Jambunathan K > > > > > > daniel writes: > > > 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? > > > > Add this hook > > (add-hook 'dired-mode-hook 'dired-hide-details-mode) > > And don't have the function dired-hide-detailt-mode. I have Emacs 24.2.1 ...