From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [gmane.emacs.sources] dir-locals.el Date: Tue, 20 Jun 2006 18:23:11 -0400 Message-ID: <87psh3lb5c.fsf@stupidchicken.com> References: <87r71kt35z.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150842222 3520 80.91.229.2 (20 Jun 2006 22:23:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jun 2006 22:23:42 +0000 (UTC) Cc: Dave Love , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 21 00:23:38 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fsocw-0005eR-QO for ged-emacs-devel@m.gmane.org; Wed, 21 Jun 2006 00:23:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fsocv-0006k3-Py for ged-emacs-devel@m.gmane.org; Tue, 20 Jun 2006 18:23:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fsoch-0006if-33 for emacs-devel@gnu.org; Tue, 20 Jun 2006 18:23:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fsoce-0006gM-HO for emacs-devel@gnu.org; Tue, 20 Jun 2006 18:23:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fsoce-0006gJ-Ba for emacs-devel@gnu.org; Tue, 20 Jun 2006 18:23:00 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FsonC-0001pP-Tk; Tue, 20 Jun 2006 18:33:54 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 462154E85C; Tue, 20 Jun 2006 18:23:11 -0400 (EDT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: <87r71kt35z.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 20 Jun 2006 08:36:08 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:56046 Archived-At: Chong Yidong writes: > storm@cua.dk (Kim F. Storm) writes: > >> Before, hack-local-variables-hook was run unconditionally at the end >> of hack-local-variables, but now it is only run if the file has local >> variables. >> >> Is that change intentional or just an oversight? > > It is an oversight. This little patch should fix it; I'll install it > over the next few days. I checked it in.