From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: indent-tabs-mode in dir-locals Date: Thu, 08 Jan 2009 22:18:16 -0500 Message-ID: References: <1ik59b527r.fsf@fencepost.gnu.org> <87tz8cht3i.fsf@jurta.org> <4o3afujtyb.fsf@fencepost.gnu.org> <8763kpo57t.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231471112 14846 80.91.229.12 (9 Jan 2009 03:18:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2009 03:18:32 +0000 (UTC) Cc: Glenn Morris , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 09 04:19:44 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LL7uR-0005ob-FN for ged-emacs-devel@m.gmane.org; Fri, 09 Jan 2009 04:19:43 +0100 Original-Received: from localhost ([127.0.0.1]:52415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL7tA-0000GV-VC for ged-emacs-devel@m.gmane.org; Thu, 08 Jan 2009 22:18:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LL7t6-0000GP-ML for emacs-devel@gnu.org; Thu, 08 Jan 2009 22:18:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL7t4-0000GD-4t for emacs-devel@gnu.org; Thu, 08 Jan 2009 22:18:19 -0500 Original-Received: from [199.232.76.173] (port=32978 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL7t4-0000GA-0l for emacs-devel@gnu.org; Thu, 08 Jan 2009 22:18:18 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:17658) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LL7t3-0007mK-1m; Thu, 08 Jan 2009 22:18:17 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhUFAC5RZklFxJt//2dsb2JhbACBbM1ghXWBaQ X-IronPort-AV: E=Sophos;i="4.37,237,1231131600"; d="scan'208";a="32057164" Original-Received: from 69-196-155-127.dsl.teksavvy.com (HELO pastel.home) ([69.196.155.127]) by ironport2-out.teksavvy.com with ESMTP; 08 Jan 2009 22:18:16 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 30D3186E5; Thu, 8 Jan 2009 22:18:16 -0500 (EST) In-Reply-To: <8763kpo57t.fsf@jurta.org> (Juri Linkov's message of "Fri, 09 Jan 2009 00:51:16 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107716 Archived-At: > Maybe we should set (indent-tabs-mode . t) only for c-mode and > emacs-lisp-mode? No, we just shouldn't set it in .dir-local.el. Stefan