From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 23 07:37:30 2020 Received: (at submit) by debbugs.gnu.org; 23 Apr 2020 11:37:30 +0000 Received: from localhost ([127.0.0.1]:54164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRaAc-0000tX-3p for submit@debbugs.gnu.org; Thu, 23 Apr 2020 07:37:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:45072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRaAZ-0000tM-Q0 for submit@debbugs.gnu.org; Thu, 23 Apr 2020 07:37:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45410) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRaAZ-0003RC-A9 for bug-guile@gnu.org; Thu, 23 Apr 2020 07:37:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_20,HTML_MESSAGE, MISSING_MIMEOLE,RCVD_IN_MSPIKE_H2,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRaAY-00023E-U9 for bug-guile@gnu.org; Thu, 23 Apr 2020 07:37:27 -0400 Received: from p-impout001aa.msg.pkvw.co.charter.net ([47.43.26.132]:53658 helo=p-impout001.msg.pkvw.co.charter.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jRaAY-00022f-Gy for bug-guile@gnu.org; Thu, 23 Apr 2020 07:37:26 -0400 Received: from localhost ([54.243.7.172]) by cmsmtp with ESMTP id RaAUjf6pF9GgiRaAUjb5TL; Thu, 23 Apr 2020 11:37:23 +0000 X-Authority-Analysis: v=2.3 cv=Cb52G4jl c=1 sm=1 tr=0 a=ZhHbwgLlxfPm5G22ibXkng==:117 a=ZhHbwgLlxfPm5G22ibXkng==:17 a=dSg6v7tjMxUA:10 a=4kRVu62fE44Fv3W7fScA:9 a=QEXdDO2ut3YA:10 a=A3RXFtc58hNmPjmflicA:9 a=_W_S_7VecoQA:10 Message-Id: <04672ca0dd9832a34ed3dc393b37d8ea151b136f@webmail> From: dsmich@roadrunner.com To: "'bug-guile@gnu.org'" X-Mailer: Atmail X-Originating-IP: [65.185.85.154] X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Subject: .dir-locals.el has unbalanced parens Date: Thu, 23 Apr 2020 11:37:22 +0000 Content-Type: multipart/alternative; boundary="=_f3538df75d375c2219bbde70191aa95a" MIME-Version: 1.0 X-CMAE-Envelope: MS4wfKFsh60/SYglSUGaAUYxja8LkBjPB0P9Ox63Osxapj3WqglzMrLq9YEv+OOp6kZwqW1Hed5iL6mYRVomlmy3T3YYmQRt/lLCb2/1/N7qeBf+3FWTi+r2 CkGbXm93O6TAvEVBQgNZcScnLZXujgZpzAOvEZ5cAXv/+9ZhBNgf9U46 Received-SPF: pass client-ip=47.43.26.132; envelope-from=dsmich@roadrunner.com; helo=p-impout001.msg.pkvw.co.charter.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/23 07:37:23 X-ACL-Warn: Detected OS = ??? X-Received-From: 47.43.26.132 X-Spam-Score: 3.1 (+++) 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: Two too many right parens on line 44 in .dir-locals.el, causing the file to be unbalanced. Looks like this happened in this commit: 7ed92f0a9 * Add syntax-parameterize indentation to .dir-locals.el. -Dale Content analysis details: (3.1 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.0 HTML_MESSAGE BODY: HTML included in message -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 1.8 MISSING_MIMEOLE Message has X-MSMail-Priority, but no X-MimeOLE 1.0 XPRIO Has X-Priority header 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.1 (+) 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: Two too many right parens on line 44 in .dir-locals.el, causing the file to be unbalanced. Looks like this happened in this commit: 7ed92f0a9 * Add syntax-parameterize indentation to .dir-locals.el. -Dale Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 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.0 HTML_MESSAGE BODY: HTML included in message -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 1.8 MISSING_MIMEOLE Message has X-MSMail-Priority, but no X-MimeOLE --=_f3538df75d375c2219bbde70191aa95a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Two too many right parens on line 44 in .dir-locals.el, causing the=0Afi= le to be unbalanced.=0A=0ALooks like this happened in this commit:=0A7ed= 92f0a9 * Add syntax-parameterize indentation to .dir-locals.el.=0A=0A-Da= le=0A --=_f3538df75d375c2219bbde70191aa95a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Two too many right parens on line 44 in .dir-locals.el, caus= ing the file to be unbalanced.

Looks like this happened in this c= ommit:
7ed92f0a9 * Add syntax-parameterize indentation to .dir-locals= .el.

-Dale
--=_f3538df75d375c2219bbde70191aa95a--