From unknown Mon Aug 18 14:22:54 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#3580 <3580@debbugs.gnu.org> To: bug#3580 <3580@debbugs.gnu.org> Subject: Status: 23.0.94; Info-documented variable dir-locals-class-alist does not exist Reply-To: bug#3580 <3580@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:22:54 +0000 retitle 3580 23.0.94; Info-documented variable dir-locals-class-alist does = not exist reassign 3580 emacs submitter 3580 Teemu Likonen severity 3580 normal thanks From tlikonen@iki.fi Mon Jun 15 10:39:33 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 15 Jun 2009 17:39:33 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.8 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5FHdTgf008713 for ; Mon, 15 Jun 2009 10:39:30 -0700 Received: from mail.gnu.org ([199.232.76.166]:36413 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MGG9Y-0004vq-K7 for emacs-pretest-bug@gnu.org; Mon, 15 Jun 2009 13:39:28 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MGG9V-0000vb-Sy for emacs-pretest-bug@gnu.org; Mon, 15 Jun 2009 13:39:28 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:36334 helo=kirsi2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGFfp-0002Sp-IG for emacs-pretest-bug@gnu.org; Mon, 15 Jun 2009 13:08:46 -0400 Received: from mithlond.arda.local (80.220.180.181) by kirsi2.inet.fi (8.5.014) id 49F6DD5801C83213 for emacs-pretest-bug@gnu.org; Mon, 15 Jun 2009 20:08:42 +0300 Received: from dtw by mithlond.arda.local with local (Exim 4.69) (envelope-from ) id 1MGFfW-000490-Dt for emacs-pretest-bug@gnu.org; Mon, 15 Jun 2009 20:08:26 +0300 From: Teemu Likonen To: emacs-pretest-bug@gnu.org Subject: 23.0.94; Info-documented variable dir-locals-class-alist does not exist Date: Mon, 15 Jun 2009 20:08:26 +0300 Message-ID: <87ab49e86t.fsf@iki.fi> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Info node "(elisp) Directory Local Variables" mentions this variable: -- Variable: dir-locals-directory-alist This alist holds directory names and their assigned class names. It is updated by `dir-locals-set-directory-class'. As it says, function dir-locals-set-directory-class is supposed to update that variable. To me it seems that the mentioned function updates variable dir-locals-directory-cache instead of dir-locals-directory-alist. I "M-x rgrep'ed" the whole Emacs source repository and the only occurences of dir-locals-directory-alist were these: ./info/elisp-2:4441: -- Variable: dir-locals-directory-alist ./lisp/ChangeLog:4997: (dir-locals-directory-alist): Rename from `project-directory-alist'. ./doc/lispref/variables.texi:1764:@defvar dir-locals-directory-alist From rgm@gnu.org Tue Jun 16 19:59:24 2009 Received: (at 3580-done) by emacsbugs.donarmstrong.com; 17 Jun 2009 02:59:24 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-8.3 required=4.0 tests=AWL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5H2xKw5004215 for <3580-done@emacsbugs.donarmstrong.com>; Tue, 16 Jun 2009 19:59:21 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MGlMu-0005Rj-3Q; Tue, 16 Jun 2009 22:59:20 -0400 From: Glenn Morris To: 3580-done@debbugs.gnu.org Subject: Re: bug#3580: 23.0.94; Info-documented variable dir-locals-class-alist does not exist References: <87ab49e86t.fsf@iki.fi> X-Spook: UOP Reno [Hello to all my friends and fans in domestic X-Ran: NdH`X,+ (Teemu Likonen's message of "Mon, 15 Jun 2009 20:08:26 +0300") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Thanks, it seems it was renamed to dir-locals-directory-cache. From unknown Mon Aug 18 14:22:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Wed, 15 Jul 2009 14:24:12 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator