From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: indent-tabs-mode in dir-locals Date: Wed, 07 Jan 2009 23:35:40 -0500 Message-ID: <4o3afujtyb.fsf@fencepost.gnu.org> References: <1ik59b527r.fsf@fencepost.gnu.org> <87tz8cht3i.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 1231389428 16443 80.91.229.12 (8 Jan 2009 04:37:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2009 04:37:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 08 05:38:19 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 1LKmew-00019E-98 for ged-emacs-devel@m.gmane.org; Thu, 08 Jan 2009 05:38:18 +0100 Original-Received: from localhost ([127.0.0.1]:49361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKmdg-0006is-7b for ged-emacs-devel@m.gmane.org; Wed, 07 Jan 2009 23:37:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKmdc-0006hl-2m for emacs-devel@gnu.org; Wed, 07 Jan 2009 23:36:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKmda-0006f1-5v for emacs-devel@gnu.org; Wed, 07 Jan 2009 23:36:55 -0500 Original-Received: from [199.232.76.173] (port=45143 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKmda-0006ex-0Y for emacs-devel@gnu.org; Wed, 07 Jan 2009 23:36:54 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53914) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKmdZ-0006Pe-PF for emacs-devel@gnu.org; Wed, 07 Jan 2009 23:36:53 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LKmcO-0001BK-L1; Wed, 07 Jan 2009 23:35:40 -0500 X-Spook: AVIP FBI munitions Mossad advisors Rand Corporation X-Ran: L,i<_Je/VI}`?R(;tq6!O#vrI=c'H>F%~x$-Dh@iy2%`p|WQwmEP)&t2uM[H-cI<`>&o(V X-Hue: green X-Attribution: GM In-Reply-To: <87tz8cht3i.fsf@jurta.org> (Juri Linkov's message of "Wed, 07 Jan 2009 02:12:33 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:107704 Archived-At: Juri Linkov wrote: >> I had believed the unwritten rule till now was "respect whatever the >> file currently uses" (which there should be a setting for; but that's >> a wishlist item). > > The problem is that this rule is still unwritten ;) I already had a local hack based on a mode-hook. Now it is broken thanks to dir-locals over-riding it. Anyway, I've just edited my local copy of dir-locals (making it kind of pointless).