From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: dired-details-hide Date: Thu, 11 Jul 2013 22:48:58 +0530 Message-ID: <87li5dj9q5.fsf@gmail.com> References: <87zjttjb04.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373563058 13397 80.91.229.3 (11 Jul 2013 17:17:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2013 17:17:38 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: daniel Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 11 19:17:39 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 1UxKUt-0008D3-7C for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 19:17:39 +0200 Original-Received: from localhost ([::1]:42457 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxKUs-0004xZ-N2 for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 13:17:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxKUh-0004w8-8w for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 13:17:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxKUe-00077j-Au for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 13:17:27 -0400 Original-Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:44480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxKUe-00076f-1j for help-gnu-emacs@gnu.org; Thu, 11 Jul 2013 13:17:24 -0400 Original-Received: by mail-pa0-f49.google.com with SMTP id ld11so8030649pab.36 for ; Thu, 11 Jul 2013 10:17:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=N2Py3wW+wKUdoew1G3Rclr7Pa/P+231P91MBCHMCt8U=; b=x5IzKTMZcKIBPILV8ozLgJRHvCQ/UGlW7JnHNXIyhaGoPH9n36pGCNMeH5AWd8k2FO yI7ESR0PFbCw+Z0bxE95FJ+elnXXuX5iqRCbAJqURhh42iso9ZWXz68plqws5iNck1sn bbC2jHlbv+qeJLUwf0vBOSjbLwHbW4ocSMYnvCJoUbCzNN4aBQQxq/kaSX+VipRpvThH 24Ffc40OfZCX/TAqa8BbidEkKvnRnBTvGfdWo55aoLYSyNMs8YvCPvX1ClwTiJmgAbUl xPOBpxQB/LDFqLP9kcJmppYXRXfPP09//ToNa57juaHNhClrNYOlam6rHa67RezjVu4U NQBQ== X-Received: by 10.68.104.101 with SMTP id gd5mr6716734pbb.132.1373563043166; Thu, 11 Jul 2013 10:17:23 -0700 (PDT) Original-Received: from debian-6.05 ([115.241.3.38]) by mx.google.com with ESMTPSA id vo8sm2775556pbc.5.2013.07.11.10.17.20 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Thu, 11 Jul 2013 10:17:22 -0700 (PDT) In-Reply-To: (daniel's message of "Thu, 11 Jul 2013 17:57:17 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::231 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:92058 Archived-At: daniel writes: > Add this hook > > (add-hook 'dired-mode-hook 'dired-hide-details-mode) This is a Emacs-24.4 thing. > And don't have the function dired-hide-detailt-mode. I have Emacs > 24.2.1 ... (add-hook 'dired-mode-hook 'dired-details-hide)