From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: hack-local-variables Date: Sun, 8 May 2005 21:36:44 -0500 (CDT) Message-ID: <200505090236.j492aiY26629@raven.dms.auburn.edu> References: <200505072232.j47MWS524175@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115605873 1297 80.91.229.2 (9 May 2005 02:31:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 May 2005 02:31:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 09 04:31:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DUy31-0006Jb-5N for ged-emacs-devel@m.gmane.org; Mon, 09 May 2005 04:31:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUyBE-0008EM-JW for ged-emacs-devel@m.gmane.org; Sun, 08 May 2005 22:39:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DUyB5-0008E4-7g for emacs-devel@gnu.org; Sun, 08 May 2005 22:39:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DUyB4-0008Dk-Kq for emacs-devel@gnu.org; Sun, 08 May 2005 22:39:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DUyB4-0008DW-IN for emacs-devel@gnu.org; Sun, 08 May 2005 22:39:26 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DUyEk-0000pk-9p; Sun, 08 May 2005 22:43:14 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j492bAog010354; Sun, 8 May 2005 21:37:10 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j492aiY26629; Sun, 8 May 2005 21:36:44 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sun, 08 May 2005 18:45:53 -0400) 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:36893 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36893 Richard Stallman wrote: The behavior of `hack-local-variables' has recently been changed. I don't see any recent change. What change do you mean? Somehow it seems non-trivial to figure out what caused the change. The change does not appear to be mentioned in the ChangeLogs. But (hack-local-variables-t) not only did not check the local variables list for a mode in 21.3, it also did not when I checked lispref/variables. I somehow forgot that this was in November 2003. So the change may not have been that recent after all (but definitely new in 22.1 and post November 2003). Sincerely, Luc.