From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#8100: Add option for dir-locals-file not to apply to subdirectories Date: Tue, 22 Feb 2011 22:53:53 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1298434018 8485 80.91.229.12 (23 Feb 2011 04:06:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 04:06:58 +0000 (UTC) To: 8100@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 23 05:06:54 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ps605-0001bA-Nq for geb-bug-gnu-emacs@m.gmane.org; Wed, 23 Feb 2011 05:06:53 +0100 Original-Received: from localhost ([127.0.0.1]:37782 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ps605-0002RR-0M for geb-bug-gnu-emacs@m.gmane.org; Tue, 22 Feb 2011 23:06:53 -0500 Original-Received: from [140.186.70.92] (port=52314 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ps5zv-0002P5-97 for bug-gnu-emacs@gnu.org; Tue, 22 Feb 2011 23:06:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ps5zu-0005VK-Di for bug-gnu-emacs@gnu.org; Tue, 22 Feb 2011 23:06:43 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ps5zu-0005VF-CN for bug-gnu-emacs@gnu.org; Tue, 22 Feb 2011 23:06:42 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Ps5nf-0007D9-3r; Tue, 22 Feb 2011 22:54:03 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 23 Feb 2011 03:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 8100 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.129843324227713 (code B ref -1); Wed, 23 Feb 2011 03:54:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 23 Feb 2011 03:54:02 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ps5nd-0007Cw-Rb for submit@debbugs.gnu.org; Tue, 22 Feb 2011 22:54:01 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ps5nb-0007Ch-FB for submit@debbugs.gnu.org; Tue, 22 Feb 2011 22:53:59 -0500 Original-Received: from localhost ([127.0.0.1]:37910) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ps5nW-00007t-BG; Tue, 22 Feb 2011 22:53:54 -0500 X-Spook: spy computer terrorism Rubin e-cash csim Ermes PLO X-Ran: D7Y`[2d+RaJGhOfc2t3/>=#0cS)y(V[y6YG8*h{_in.c3%U[n5}z"3\^':8I::M[,S=14= X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 22 Feb 2011 22:54:03 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:44316 Archived-At: Package: emacs Severity: wishlist Directory local variable files are really "project" local variable files, in that they apply to all subdirectories below a given directory. There ought to be a way to mark a directory locals file such that it only applies to the directory it is in, not to any subdirectories. Strictly speaking, the addition of this feature is necessary for dir-locals-file to be a complete replacement for Dired-X's dired-local-variables-file feature.