From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: .dir-locals.el and bug-reference-mode Date: Wed, 14 Jan 2009 12:01:58 +0100 Message-ID: References: <87d4eqmati.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231930937 17600 80.91.229.12 (14 Jan 2009 11:02:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2009 11:02:17 +0000 (UTC) Cc: Glenn Morris , Emacs developers To: "Juri Linkov" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 14 12:03:28 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 1LN3Wy-0006Hk-7F for ged-emacs-devel@m.gmane.org; Wed, 14 Jan 2009 12:03:28 +0100 Original-Received: from localhost ([127.0.0.1]:33153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LN3Vh-000724-RN for ged-emacs-devel@m.gmane.org; Wed, 14 Jan 2009 06:02:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LN3Vc-0006zz-2L for emacs-devel@gnu.org; Wed, 14 Jan 2009 06:02:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LN3Va-0006xe-Ve for emacs-devel@gnu.org; Wed, 14 Jan 2009 06:02:03 -0500 Original-Received: from [199.232.76.173] (port=46722 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LN3Va-0006xQ-Ph for emacs-devel@gnu.org; Wed, 14 Jan 2009 06:02:02 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.185]:45251) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LN3VY-0004sZ-O3; Wed, 14 Jan 2009 06:02:00 -0500 Original-Received: by nf-out-0910.google.com with SMTP id c7so74400nfi.26 for ; Wed, 14 Jan 2009 03:01:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=KyKuoY6W8l3zbIXZd/BfWOsaupX8+ESKap+0hK9x7ck=; b=DwXvXG68ngzdERYi7qtmFz10Qm3PdPLjBOaCYBPwsI0ia/6BmJiyDZy0bKBvyv6vLP /qrDGwkd6YRS96plEiXnhgQYodjHzxcHuDoNVCzAc9a/CGxYik5phFDU8zQ/uNAnxbS/ Wfn0hKDo+Q0EScqVdvAOo5dnO/uqidj8JJfyY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=VEfAMyl9y91Yz/TFqtBe+cJOAqGC3toddaKffSfmFM84ENspUcmAxXMTvg1IBwPLa2 ZOhQzCF6Opp87UmdXkxwR37jC+mIJvijvhRyGHKsj1WVIBJqBrMcZ3XK7bZ8JNtIKYvf xFzjjj1eyU/Uk9Sp7nbLJ57yJVukaW9U5q3IY= Original-Received: by 10.210.82.2 with SMTP id f2mr36960273ebb.82.1231930919139; Wed, 14 Jan 2009 03:01:59 -0800 (PST) Original-Received: by 10.210.141.18 with HTTP; Wed, 14 Jan 2009 03:01:58 -0800 (PST) In-Reply-To: <87d4eqmati.fsf@jurta.org> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:107845 Archived-At: On Wed, Jan 14, 2009 at 11:28, Juri Linkov wrote: > However, unlike enabling it in change-log-mode, local variables > from .dir-locals.el currently can't be overridden by the user, > so perhaps now we should remove it from .dir-locals.el. There is a thread were this issue was being discussed, isn't it? It'd be sensible to reach a consensus about the proper priority of user (.emacs) and file-local overrides vs .dir-locals before doing more .dir-locals juggling, IMHO. Juanma