From unknown Sat Aug 09 04:52:44 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#37878 <37878@debbugs.gnu.org> To: bug#37878 <37878@debbugs.gnu.org> Subject: Status: [PATCH] Add auto-insert skeleton for ".dir-locals.el" Reply-To: bug#37878 <37878@debbugs.gnu.org> Date: Sat, 09 Aug 2025 11:52:44 +0000 retitle 37878 [PATCH] Add auto-insert skeleton for ".dir-locals.el" reassign 37878 emacs submitter 37878 Stefan Kangas severity 37878 wishlist tag 37878 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 22 19:04:34 2019 Received: (at submit) by debbugs.gnu.org; 22 Oct 2019 23:04:34 +0000 Received: from localhost ([127.0.0.1]:60601 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iN3Cb-0002Zu-VC for submit@debbugs.gnu.org; Tue, 22 Oct 2019 19:04:34 -0400 Received: from lists.gnu.org ([209.51.188.17]:37666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iN3Ca-0002Zm-66 for submit@debbugs.gnu.org; Tue, 22 Oct 2019 19:04:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60722) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iN3CY-0006KS-SM for bug-gnu-emacs@gnu.org; Tue, 22 Oct 2019 19:04:32 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iN3CX-0007bS-UU for bug-gnu-emacs@gnu.org; Tue, 22 Oct 2019 19:04:30 -0400 Received: from mail-pf1-f179.google.com ([209.85.210.179]:38078) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iN3CX-0007Zb-OT for bug-gnu-emacs@gnu.org; Tue, 22 Oct 2019 19:04:29 -0400 Received: by mail-pf1-f179.google.com with SMTP id c13so385269pfp.5 for ; Tue, 22 Oct 2019 16:04:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=av5sAKD21MfX0nOPt+Onv3QBjUuYO9JFMLZyDeRGTnw=; b=QFo7UGGE4gDwCoDIyOIglfw/Y7mlrZDQbOi8CBPdiXYYqXtEWFaBffi5LIgITHgbZI 2gR44g715ZTBD2I8Ps3nPt3SjxUXzFLQP7q/MxC5UMOyypmGw5YLLASq+o1jzEfT7kYM LSRI1f/qEUJdj0Wrb0GcM5iHpV6jHfVznUrcyVGHcugAOjzNdcNVurT/rcrgKJ3/reeQ nUzM9hXCxiZlqkwlBu4074hylgwn485jfHCDV3WdwJ85IeVcjkxVnjoKCKYtfGo9LK9W fuT+aT5FxK7TdFsDNCWT7gqU9p+0/8f3BZSp9bUXM8o9I+DoyfQYvwSCMBrfz2VsnF5f Y9kw== X-Gm-Message-State: APjAAAVSfBrI2QNNE3pWaiDjkCwCmHvmnLpXmgR43uaIpDcFnfg9c/U3 PWrsJQ56E5LOOJrcIcXfxIkv0JjQ+8WNwnHRoMQW8pvR X-Google-Smtp-Source: APXvYqwkPCfSGqBx3L3B0Iv0l9yTG7D91NzL8YlGZsKpUe6o/Sd8DK37WeM1gSybFz8Wf/Z7EkgBViH+PvODJuEhnRM= X-Received: by 2002:a17:90a:f491:: with SMTP id bx17mr7816642pjb.106.1571785467003; Tue, 22 Oct 2019 16:04:27 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Wed, 23 Oct 2019 01:04:15 +0200 Message-ID: Subject: [PATCH] Add auto-insert skeleton for ".dir-locals.el" To: bug-gnu-emacs@gnu.org Content-Type: multipart/mixed; boundary="0000000000006ca8dd059587d202" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.210.179 X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Steps to reproduce: 0. emacs -Q 1. M-x auto-insert-mode 2. C-x C-f .dir-locals.el RET Result: The entire Emacs standard header gets inserted into the buffer, complete with author, copyright notice, provide-statement, etc. Expected result: Either don't insert anything or use a custom sk [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 2.0 SPOOFED_FREEMAIL No description available. X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.8 (-) --0000000000006ca8dd059587d202 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Steps to reproduce: 0. emacs -Q 1. M-x auto-insert-mode 2. C-x C-f .dir-locals.el RET Result: The entire Emacs standard header gets inserted into the buffer, complete with author, copyright notice, provide-statement, etc. Expected result: Either don't insert anything or use a custom skeleton. Please find attached a proposed patch, which adds a skeleton for "dir-locals.el" to auto-insert-alist. I believe it would make it easier for especially beginning Emacs users to use ".dir-locals.el". (Open the file, type M-x auto-insert, and voil=C3=A1.) Any comments? Best regards, Stefan Kangas --0000000000006ca8dd059587d202 Content-Type: application/octet-stream; name="0001-Add-auto-insert-skeleton-for-.dir-locals.el.patch" Content-Disposition: attachment; filename="0001-Add-auto-insert-skeleton-for-.dir-locals.el.patch" Content-Transfer-Encoding: base64 Content-ID: X-Attachment-Id: f_k22gecdi0 RnJvbSAyNjA2ZGZjNjRjNGEwMmVkZDZkZWUzNGFhYTVhMmRiMGQyZTg3MTNlIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBTdGVmYW4gS2FuZ2FzIDxzdGVmYW5rYW5nYXNAZ21haWwuY29t PgpEYXRlOiBXZWQsIDIzIE9jdCAyMDE5IDAwOjUzOjI1ICswMjAwClN1YmplY3Q6IFtQQVRDSF0g QWRkIGF1dG8taW5zZXJ0IHNrZWxldG9uIGZvciAiLmRpci1sb2NhbHMuZWwiCgoqIGxpc3AvYXV0 b2luc2VydC5lbCAoYXV0by1pbnNlcnQtYWxpc3QpOiBBZGQgYXV0by1pbnNlcnQgc2tlbGV0b24g Zm9yCiIuZGlyLWxvY2Fscy5lbCIuCi0tLQogbGlzcC9hdXRvaW5zZXJ0LmVsIHwgMjUgKysrKysr KysrKysrKysrKysrKysrKysrLQogMSBmaWxlIGNoYW5nZWQsIDI0IGluc2VydGlvbnMoKyksIDEg ZGVsZXRpb24oLSkKCmRpZmYgLS1naXQgYS9saXNwL2F1dG9pbnNlcnQuZWwgYi9saXNwL2F1dG9p bnNlcnQuZWwKaW5kZXggYjhjMmJmZDYwNi4uZjJhYzkwNzE1MyAxMDA2NDQKLS0tIGEvbGlzcC9h dXRvaW5zZXJ0LmVsCisrKyBiL2xpc3AvYXV0b2luc2VydC5lbApAQCAtMTYyLDYgKzE2MiwyOSBA QCBhdXRvLWluc2VydC1hbGlzdAogCSAgKHJlcGxhY2UtbWF0Y2ggKGNhcGl0YWxpemUgKHVzZXIt bG9naW4tbmFtZSkpIHQgdCkpCiAgICAgICcoZW5kLW9mLWxpbmUgMSkgIiA8IiAocHJvZ24gdXNl ci1tYWlsLWFkZHJlc3MpICI+XG4iKQogCisgICAgKCIuZGlyLWxvY2Fscy5lbCIKKyAgICAgbmls CisgICAgICI7OzsgRGlyZWN0b3J5IExvY2FsIFZhcmlhYmxlc1xuIgorICAgICAiOzs7IEZvciBt b3JlIGluZm9ybWF0aW9uIHNlZSAoaW5mbyBcIihlbWFjcykgRGlyZWN0b3J5IFZhcmlhYmxlc1wi KVxuXG4iCisgICAgICIoKCIKKyAgICAgJyhzZXRxIHYxIChsZXQgKG1vZGVzKQorICAgICAgICAg ICAgICAgICAobWFwYXRvbXMgKGxhbWJkYSAobW9kZSkKKyAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgKGxldCAoKG5hbWUgKHN5bWJvbC1uYW1lIG1vZGUpKSkKKyAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAod2hlbiAoc3RyaW5nLW1hdGNoICItbW9kZSQiIG5hbWUpCisgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAoYWRkLXRvLWxpc3QgJ21vZGVzIG5hbWUpKSkpKQor ICAgICAgICAgICAgICAgICAoc29ydCBtb2RlcyAnc3RyaW5nPCkpKQorICAgICAoY29tcGxldGlu Zy1yZWFkICJMb2NhbCB2YXJpYWJsZXMgZm9yIG1vZGU6ICIgdjEgbmlsIHQpCisgICAgICIgLiAo KCIKKyAgICAgKGxldCAoKGFsbC12YXJpYWJsZXMKKyAgICAgICAgICAgIChhcHJvcG9zLWludGVy bmFsICIuKiIKKyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChsYW1iZGEgKHN5bWJvbCkK KwkJCSAgICAgICAgKGFuZCAoYm91bmRwIHN5bWJvbCkKKwkJCQkgICAgIChnZXQgc3ltYm9sICd2 YXJpYWJsZS1kb2N1bWVudGF0aW9uKSkpKSkpCisgICAgICAgKGNvbXBsZXRpbmctcmVhZCAiVmFy aWFibGUgdG8gc2V0OiAiIGFsbC12YXJpYWJsZXMpKQorICAgICAiIC4gIgorICAgICAoY29tcGxl dGluZy1yZWFkICJWYWx1ZSB0byBzZXQgaXQgdG86ICIgbmlsKQorICAgICAiKSkpKVxuIikKKwog ICAgICgoIlxcLmVsXFwnIiAuICJFbWFjcyBMaXNwIGhlYWRlciIpCiAgICAgICJTaG9ydCBkZXNj cmlwdGlvbjogIgogICAgICAiOzs7ICIgKGZpbGUtbmFtZS1ub25kaXJlY3RvcnkgKGJ1ZmZlci1m aWxlLW5hbWUpKSAiIC0tLSAiIHN0cgpAQCAtMzE1LDcgKzMzOCw3IEBAIGF1dG8taW5zZXJ0LWFs aXN0CiAgICAgICAgICAgICAgICAgOzsgVGhlcmUncyBubyBjdXN0b20gZXF1aXZhbGVudCBvZiAi cmVwZWF0IiBmb3IgdmVjdG9ycy4KICAgICAgICAgICAgICAgICA6dmFsdWUtdHlwZSAoY2hvaWNl IGZpbGUgZnVuY3Rpb24KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChzZXhw IDp0YWcgIlNrZWxldG9uIG9yIHZlY3RvciIpKSkKLSAgOnZlcnNpb24gIjI1LjEiKQorICA6dmVy c2lvbiAiMjcuMSIpCiAKIAogOzsgRXN0YWJsaXNoIGEgZGVmYXVsdCB2YWx1ZSBmb3IgYXV0by1p bnNlcnQtZGlyZWN0b3J5Ci0tIAoyLjIzLjAKCg== --0000000000006ca8dd059587d202-- From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 23 17:36:13 2019 Received: (at 37878) by debbugs.gnu.org; 23 Oct 2019 21:36:13 +0000 Received: from localhost ([127.0.0.1]:35102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iNOIf-0007VA-91 for submit@debbugs.gnu.org; Wed, 23 Oct 2019 17:36:13 -0400 Received: from caracal.birch.relay.mailchannels.net ([23.83.209.30]:10430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iNOIa-0007Uy-5V for 37878@debbugs.gnu.org; Wed, 23 Oct 2019 17:36:11 -0400 X-Sender-Id: dreamhost|x-authsender|jurta@jurta.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id F0BF35A085C; Wed, 23 Oct 2019 21:36:06 +0000 (UTC) Received: from pdx1-sub0-mail-a50.g.dreamhost.com (100-96-171-212.trex.outbound.svc.cluster.local [100.96.171.212]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 37DCA5A05B0; Wed, 23 Oct 2019 21:36:05 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jurta@jurta.org Received: from pdx1-sub0-mail-a50.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.5); Wed, 23 Oct 2019 21:36:06 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jurta@jurta.org X-MailChannels-Auth-Id: dreamhost X-Occur-Share: 53a8846c12a0ae5b_1571866566786_2364657085 X-MC-Loop-Signature: 1571866566786:3250804456 X-MC-Ingress-Time: 1571866566786 Received: from pdx1-sub0-mail-a50.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a50.g.dreamhost.com (Postfix) with ESMTP id 5DC3B84FF9; Wed, 23 Oct 2019 14:36:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=linkov.net; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=linkov.net; bh=wmybS1 bgjF2rR0tcPV9XsBSPr2A=; b=XAxnL/njKLFNhRghj34e7o/K11OL8eNN0gEeQE 1aXbPpIzv7sqG/ZwCb935a8JuAuVn+SA6gfHXvC59uGDedznhViwgj5ReMpoYwVU iB15YmBC5oFgB7f2kIFSFwlnxhfzyS56gqsJN/xSu93iru9RbXXJH9HLMEHwPbnI ZWllo= Received: from mail.jurta.org (m91-129-98-153.cust.tele2.ee [91.129.98.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jurta@jurta.org) by pdx1-sub0-mail-a50.g.dreamhost.com (Postfix) with ESMTPSA id B37A684FFA; Wed, 23 Oct 2019 14:36:01 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a50 From: Juri Linkov To: Stefan Kangas Subject: Re: bug#37878: [PATCH] Add auto-insert skeleton for ".dir-locals.el" Organization: LINKOV.NET References: Date: Thu, 24 Oct 2019 00:19:09 +0300 In-Reply-To: (Stefan Kangas's message of "Wed, 23 Oct 2019 01:04:15 +0200") Message-ID: <874kzzdusy.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37878 Cc: 37878@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > Steps to reproduce: > 0. emacs -Q > 1. M-x auto-insert-mode > 2. C-x C-f .dir-locals.el RET > > Result: The entire Emacs standard header gets inserted into the > buffer, complete with author, copyright notice, provide-statement, > etc. > Expected result: Either don't insert anything or use a custom skeleton. > > Please find attached a proposed patch, which adds a skeleton for > "dir-locals.el" to auto-insert-alist. I believe it would make it > easier for especially beginning Emacs users to use ".dir-locals.el". > (Open the file, type M-x auto-insert, and voil=E1.) > > Any comments? Good addition for someone who doesn't use add-dir-local-variable that inserts this header. BTW, please also add the same two lines to the header of .dir-locals.el in Emacs repository. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 01 23:30:25 2019 Received: (at 37878) by debbugs.gnu.org; 2 Nov 2019 03:30:25 +0000 Received: from localhost ([127.0.0.1]:57917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iQk7N-0002Wa-DJ for submit@debbugs.gnu.org; Fri, 01 Nov 2019 23:30:25 -0400 Received: from host.gofardesign.uk ([208.79.239.190]:48952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iQk7L-0002WH-S1; Fri, 01 Nov 2019 23:30:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Date:References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=QA3FSSaA2cSrgL4zqq3MvbOMPiYVHtJjdL8vuV/xPcI=; b=FIA/PRgR2tfRQmuJDDEtwkf/oa uVcJ2NmyXJpcr07sSpVGWX/WdbTz1OLNXPbAYbeBzN3Ru65ukHud2ZgsWTUnKLgcEDKRWwKYZ+klu ffSZBWqtbTdm52AoF4WFxTCE/SyYFZV6djE49+oX2vDn+U4RWAh8CsgPh8S6JL/3pvNY=; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:33782 helo=localhost) by host.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iQk7F-0006KP-Bd; Fri, 01 Nov 2019 22:30:17 -0500 From: Stefan Kangas To: Juri Linkov Subject: Re: bug#37878: [PATCH] Add auto-insert skeleton for ".dir-locals.el" In-Reply-To: <874kzzdusy.fsf@mail.linkov.net> (Juri Linkov's message of "Thu, 24 Oct 2019 00:19:09 +0300") References: <874kzzdusy.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Date: Sat, 02 Nov 2019 04:30:14 +0100 Message-ID: <87eeyrhs55.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: host.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: host.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 37878 Cc: 37878@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 37878 27.1 thanks Juri Linkov writes: >> Steps to reproduce: >> 0. emacs -Q >> 1. M-x auto-insert-mode >> 2. C-x C-f .dir-locals.el RET >> >> Result: The entire Emacs standard header gets inserted into the >> buffer, complete with author, copyright notice, provide-statement, >> etc. >> Expected result: Either don't insert anything or use a custom skeleton. >> >> Please find attached a proposed patch, which adds a skeleton for >> "dir-locals.el" to auto-insert-alist. I believe it would make it >> easier for especially beginning Emacs users to use ".dir-locals.el". >> (Open the file, type M-x auto-insert, and voil=C3=A1.) >> >> Any comments? > > Good addition for someone who doesn't use add-dir-local-variable > that inserts this header. Thanks for the review. Now pushed to master as commit 6c82aafcc0. > BTW, please also add the same two lines to the header of > .dir-locals.el in Emacs repository. Good idea. I did that in commit 7cde03484. Best regards, Stefan Kangas From unknown Sat Aug 09 04:52:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 30 Nov 2019 12:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator