GNU bug report logs - #33979
26.1; python.el is not fully PEP 8 compliant for closing parens

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Severity: wishlist; Reported by: Barry Warsaw <barry@HIDDEN>; Keywords: confirmed; merged with #20560; dated Fri, 4 Jan 2019 20:49:02 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.
Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs@HIDDEN> to internal_control <at> debbugs.gnu.org. Full text available.
bug closed, send any further explanations to 20560 <at> debbugs.gnu.org and Fabrice Salvaire <fabrice.salvaire@HIDDEN> Request was from Lars Ingebrigtsen <larsi@HIDDEN> to control <at> debbugs.gnu.org. Full text available.
Removed tag(s) patch. Request was from Noam Postavsky <npostavs@HIDDEN> to control <at> debbugs.gnu.org. Full text available.
Forcibly Merged 20560 33979. Request was from Noam Postavsky <npostavs@HIDDEN> to control <at> debbugs.gnu.org. Full text available.
Severity set to 'wishlist' from 'minor' Request was from Bhavin Gandhi <bhavin7392@HIDDEN> to control <at> debbugs.gnu.org. Full text available.
Added tag(s) confirmed. Request was from Bhavin Gandhi <bhavin7392@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 33979 <at> debbugs.gnu.org:


Received: (at 33979) by debbugs.gnu.org; 5 Feb 2019 22:31:18 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Feb 05 17:31:18 2019
Received: from localhost ([127.0.0.1]:33828 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1gr9FO-0004IN-H9
	for submit <at> debbugs.gnu.org; Tue, 05 Feb 2019 17:31:18 -0500
Received: from mail.wooz.org ([216.15.33.194]:46860)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <barry@HIDDEN>) id 1gr9FN-0004I9-4c
 for 33979 <at> debbugs.gnu.org; Tue, 05 Feb 2019 17:31:17 -0500
Received: from localhost (localhost [127.0.0.1])
 by mail.wooz.org (Postfix) with ESMTP id 2E0C1142FDB;
 Tue,  5 Feb 2019 17:31:11 -0500 (EST)
X-Virus-Scanned: Debian amavisd-new at mail.wooz.org
X-Spam-Flag: NO
X-Spam-Score: -2.9
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 tagged_above=-9999 required=6
 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9] autolearn=ham autolearn_force=no
Received: from mail.wooz.org ([127.0.0.1])
 by localhost (mail.wooz.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id u6g1nE29-PME; Tue,  5 Feb 2019 17:31:11 -0500 (EST)
Received: from [100.64.11.67] (unknown [216.52.21.130])
 by mail.wooz.org (Postfix) with ESMTPSA id B4384140B2C;
 Tue,  5 Feb 2019 17:31:10 -0500 (EST)
Content-Type: multipart/signed;
 boundary="Apple-Mail=_07B1C682-850F-4FDF-9914-46D2ACA993D3";
 protocol="application/pgp-signature"; micalg=pgp-sha256
Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\))
Subject: Re: bug #33979; python.el is not fully PEP 8 compliant
From: Barry Warsaw <barry@HIDDEN>
In-Reply-To: <eda79952-e1f4-fa52-7963-22d6f19e32f5@HIDDEN>
Date: Tue, 5 Feb 2019 14:31:05 -0800
X-Mao-Original-Outgoing-Id: 571098665.604257-528eaa4f6ca42b212f7d61d8e0e91213
Message-Id: <0B8D3A40-7D50-4CBF-821E-D674EF7C554D@HIDDEN>
References: <eda79952-e1f4-fa52-7963-22d6f19e32f5@HIDDEN>
To: Bhavin Gandhi <bhavin7392@HIDDEN>
X-Mailer: Apple Mail (2.3445.102.3)
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 33979
Cc: 33979 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--Apple-Mail=_07B1C682-850F-4FDF-9914-46D2ACA993D3
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

On Feb 5, 2019, at 10:53, Bhavin Gandhi <bhavin7392@HIDDEN> wrote:
>=20
>> I've looked at python-indent--calculate-indentation in python.el and
>> AFAICT, there's no way to customize this behavior.  Thus, python.el
>> violates PEP 8.
>=20
> Just trying to understand this. The Python code one will type with =
python.el will still be PEP8 compliant (correct me if I'm wrong). But =
the python.el does violate PEP8 because it does not provide way to =
customize this indentation behavior for closing brackets, right?

Correct!  Thanks for your consideration.


--Apple-Mail=_07B1C682-850F-4FDF-9914-46D2ACA993D3
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEhBcVftvnPZ6sHlObEm61Y6dLBr8FAlxaDqkACgkQEm61Y6dL
Br+beg//Zcw/LZXN8ObRRpRZX7GItRPA3cpX/b8mCTBJsbkUlmnfWeWyeXIV0oEX
cUa2sl0ZuOf4EhNBt5tuplTuloXRA1pKn6vlJvskuCas+KC//ibgpiQ5nFjcxcoQ
j+LHx16v8d6VPR9skvIxWS7dkkawrBAinBcMtdjqiVb131dycGfCm+m2Ln97uNgq
G4WXkGhhZUnAYWt70yQZKpnnL48FjmknWaXGsWipC3y9U5LnNbqVmtihjEmzmGY5
v3sxNDDSdH/wL2/akYe5qLCKLV0ycdeyNEjTMisPOQaGW/xX6PS2i9zTb/Ktm6W0
i3ZEhWpfaQiHXgAtjIuqltP2lcw3UwVczpHgcnbXGEk0vht0czxMOGVth9Prn+26
9v+S8oObHSORbyld6oHaE3b9oVEetXsi028uk8JOS0Mz7r4hl2GVeAOoDHtsCdtT
If8MXXfrtk/8UInVUZWQ8rjHMMGQQKL7RXOhZwcjuRKpaTFlLqQywBLNMgjC+WbA
CwLdANMrM2v2lRvZM0e6gnGDte0p5w7qdzwrzevngywxsZNbUwM3nC45aVtMpREe
FAyHOX3PNhMPDBmp7bOp712+Aw/SiSMATV5sNx0TffAdDgGLQzgCDK5UxYAyyand
0Eph3N1Q/6Lx3H54AFzLmToK3yY+oAn0ROK5/HBCvh9V7Q091mw=
=51B/
-----END PGP SIGNATURE-----

--Apple-Mail=_07B1C682-850F-4FDF-9914-46D2ACA993D3--




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#33979; Package emacs. Full text available.

Message received at 33979 <at> debbugs.gnu.org:


Received: (at 33979) by debbugs.gnu.org; 5 Feb 2019 18:53:41 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Feb 05 13:53:41 2019
Received: from localhost ([127.0.0.1]:33758 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1gr5qn-0007RC-FE
	for submit <at> debbugs.gnu.org; Tue, 05 Feb 2019 13:53:41 -0500
Received: from mail-pl1-f181.google.com ([209.85.214.181]:41823)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <bhavin7392@HIDDEN>) id 1gr5ql-0007Qx-Bv
 for 33979 <at> debbugs.gnu.org; Tue, 05 Feb 2019 13:53:39 -0500
Received: by mail-pl1-f181.google.com with SMTP id k15so1887989pls.8
 for <33979 <at> debbugs.gnu.org>; Tue, 05 Feb 2019 10:53:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
 h=to:from:subject:cc:message-id:date:user-agent:mime-version
 :content-language:content-transfer-encoding;
 bh=VG+BDowcvKErlKBx3lyz+Jd7e0awefv00jZUnWZBjQ8=;
 b=MlESKxFD0FXnsovFp6JLPp8hBX7hZcF7RzVSN2MV7ofTtnjrkwaREmv3Tn5mUx27Ur
 KpX6CD37Rs7EyMgozoRGR4MOfMc1y62YiTh8fcBXLnJ/s5XZ+ra6NTcEN6n/mu8aLLl5
 8rTula2gb/J5N7KiesMtF9btPHUHn3QzaXJxwMvw3CnGY/w1jd1zRr0WFbntmomr4BS0
 rn1ESuIuLb4z0POkJdyiegjErGe6ST/ByPGu9nm9nL/+nKeXXo8LPvX31o8uz1HeSunC
 oRwgVEjcnHV5d40Yz7Jc6rmib806P/S+71jOxDpFM9WySQv12CmPinMGmcU8yRWJEUMS
 woWw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:to:from:subject:cc:message-id:date:user-agent
 :mime-version:content-language:content-transfer-encoding;
 bh=VG+BDowcvKErlKBx3lyz+Jd7e0awefv00jZUnWZBjQ8=;
 b=KRSTV105qwjAVHd3dZh1JXVlGvX+29o1oYh4m2a07HwRzXRreEcE7YhBD4ueaKif2u
 K4QQn/JvYHyeb10dUi6n7KfKF7LP2H+RgQvSSWrWocCVCxrqlp3p6xw2HC1xhvNRrsdB
 ikeUxA9B0cXqUyl0yFdPLdtAUhFmqm0REyMIOllPvFsBeIrg2gfKqYsldDLKCq7FPTlW
 Y7NrIWrr5BGeAkqlb4bOeGwUkwrZSgqCWH0Z4fPqzgWTbH4wF/ANUnbja7wdaIbSY2jd
 xoAgQoAGxMMXJVly+Phf63dyblx+qvjmUQhbOeQXGeGHs06yILphHjgJxTUXnj4cWsuY
 FqYg==
X-Gm-Message-State: AHQUAuZv8BcF7to0Ey8yUXuFaDc8cHcF035IfwY1O3+0bHv+MyJgPcdu
 7YUZEsnRyZgpVjezCcaTa7I=
X-Google-Smtp-Source: AHgI3IbfpMi9bJb2S4eWjWQYjU2fJNEsalZAo4aNAUZHn+o6GM/HXrm9kRV7yGZ70Jl9l/7C+/IM/Q==
X-Received: by 2002:a17:902:282a:: with SMTP id
 e39mr6623580plb.26.1549392813097; 
 Tue, 05 Feb 2019 10:53:33 -0800 (PST)
Received: from localhost.localdomain ([123.201.52.143])
 by smtp.gmail.com with ESMTPSA id y71sm8807940pfi.123.2019.02.05.10.53.31
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 05 Feb 2019 10:53:32 -0800 (PST)
To: 33979 <at> debbugs.gnu.org
From: Bhavin Gandhi <bhavin7392@HIDDEN>
Subject: RE: bug #33979; python.el is not fully PEP 8 compliant
Message-ID: <eda79952-e1f4-fa52-7963-22d6f19e32f5@HIDDEN>
Date: Wed, 6 Feb 2019 00:23:30 +0530
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
 Thunderbird/60.4.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.3 (/)
X-Debbugs-Envelope-To: 33979
Cc: barry@HIDDEN
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.7 (/)

> I've looked at python-indent--calculate-indentation in python.el and
> AFAICT, there's no way to customize this behavior.  Thus, python.el
> violates PEP 8.

Just trying to understand this. The Python code one will type with 
python.el will still be PEP8 compliant (correct me if I'm wrong). But 
the python.el does violate PEP8 because it does not provide way to 
customize this indentation behavior for closing brackets, right?




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#33979; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 4 Jan 2019 20:48:15 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jan 04 15:48:15 2019
Received: from localhost ([127.0.0.1]:47070 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1gfWO5-0002Xx-Pi
	for submit <at> debbugs.gnu.org; Fri, 04 Jan 2019 15:48:14 -0500
Received: from eggs.gnu.org ([208.118.235.92]:41220)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <barry@HIDDEN>) id 1gfWO3-0002Xp-1X
 for submit <at> debbugs.gnu.org; Fri, 04 Jan 2019 15:48:11 -0500
Received: from lists.gnu.org ([208.118.235.17]:38910)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <barry@HIDDEN>) id 1gfWO2-0006xY-Om
 for submit <at> debbugs.gnu.org; Fri, 04 Jan 2019 15:48:10 -0500
Received: from eggs.gnu.org ([208.118.235.92]:42590)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <barry@HIDDEN>) id 1gfWO1-0001Nv-PN
 for bug-gnu-emacs@HIDDEN; Fri, 04 Jan 2019 15:48:10 -0500
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,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 <barry@HIDDEN>) id 1gfWNy-0006vG-Kq
 for bug-gnu-emacs@HIDDEN; Fri, 04 Jan 2019 15:48:09 -0500
Received: from mail.wooz.org ([216.15.33.194]:34702)
 by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <barry@HIDDEN>) id 1gfWNy-0006tj-FJ
 for bug-gnu-emacs@HIDDEN; Fri, 04 Jan 2019 15:48:06 -0500
Received: from localhost (localhost [127.0.0.1])
 by mail.wooz.org (Postfix) with ESMTP id 8540D143130;
 Fri,  4 Jan 2019 15:48:04 -0500 (EST)
X-Virus-Scanned: Debian amavisd-new at mail.wooz.org
Received: from mail.wooz.org ([127.0.0.1])
 by localhost (mail.wooz.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id vF0N0bOtV-Ig; Fri,  4 Jan 2019 15:48:04 -0500 (EST)
Received: from resist.wooz.org (resist.wooz.org [192.168.11.57])
 by mail.wooz.org (Postfix) with ESMTPSA id 55D6F140364;
 Fri,  4 Jan 2019 15:48:03 -0500 (EST)
From: Barry Warsaw <barry@HIDDEN>
Content-Type: multipart/signed;
 boundary="Apple-Mail=_71721995-7F90-4C7F-8953-73B0753A3C06";
 protocol="application/pgp-signature"; micalg=pgp-sha256
X-Mao-Original-Outgoing-Id: 568327680.170019-8e236227a559f62402b83b292d6fc1f8
Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\))
Date: Fri, 4 Jan 2019 15:48:00 -0500
Subject: 26.1; python.el is not fully PEP 8 compliant for closing parens
Message-Id: <F9DC50D3-5167-4E98-8067-461987F5F0AF@HIDDEN>
To: bug-gnu-emacs@HIDDEN
X-Mailer: Apple Mail (2.3445.102.3)
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
 [fuzzy]
X-Received-From: 216.15.33.194
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x
X-Spam-Score: -4.0 (----)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -5.0 (-----)


--Apple-Mail=_71721995-7F90-4C7F-8953-73B0753A3C06
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

I am spending some time playing with the default python.el to see where
it differs from the externally maintained python-mode.el.  AFAICT,
python.el does not fully support PEP 8 (the document, not the tool) for
the indentation of closing parentheses.

Given this code, typed contemporaneously:

NUMBERS =3D [
    (1, 2),
    (3, 4),
    (5, 6),
           ^----point

Now I hit RET and ]

NUMBERS =3D [
    (1, 2),
    (3, 4),
    (5, 6),
    ]
     ^----point

However, if I hit TAB at point, the closing bracket gets moved to column
0:

NUMBERS =3D [
    (1, 2),
    (3, 4),
    (5, 6),
]

While this style is PEP 8 compliant, so is this:

NUMBERS =3D [
    (1, 2),
    (3, 4),
    (5, 6),
    ]

i.e. with the closing brace lined up under the beginning of the last
line.  Quoting PEP 8:

> The closing brace/bracket/parenthesis on multiline constructs may
> either line up under the first non-whitespace character of the last
> line of list, as in: [EXAMPLES THAT LOOK LIKE WHAT I WANT]
> ...
> or it may be lined up under the first character of the line that
> starts the multiline construct, as in: [EXAMPLES THAT LOOK LIKE
> PYTHON.EL]

I've looked at python-indent--calculate-indentation in python.el and
AFAICT, there's no way to customize this behavior.  Thus, python.el
violates PEP 8.



In GNU Emacs 26.1 (build 1, x86_64-apple-darwin17.5.0, NS appkit-1561.40 =
Version 10.13.4 (Build 17E202))
of 2018-05-30 built on resist.local
Windowing system distributor 'Apple', version 10.3.1671
Recent messages:
Checking 24 files in =
/usr/local/Cellar/emacs/26.1_1/share/emacs/26.1/lisp/cedet...
Checking 57 files in =
/usr/local/Cellar/emacs/26.1_1/share/emacs/26.1/lisp/calendar...
Checking 87 files in =
/usr/local/Cellar/emacs/26.1_1/share/emacs/26.1/lisp/calc...
Checking 105 files in =
/usr/local/Cellar/emacs/26.1_1/share/emacs/26.1/lisp/obsolete...
Checking for load-path shadows...done
You can run the command =E2=80=98report-emacs-bug=E2=80=99 with M-x r-em =
RET
Checking for load-path shadows...done
previous-line: Beginning of buffer [8 times]
Quit [6 times]
report-emacs-bug-insert-to-mailer: Subject, To or body not found
Quit [2 times]
Configured using:
'configure --disable-dependency-tracking --disable-silent-rules
--enable-locallisppath=3D/usr/local/share/emacs/site-lisp
--infodir=3D/usr/local/Cellar/emacs/26.1_1/share/info/emacs
--prefix=3D/usr/local/Cellar/emacs/26.1_1 --with-gnutls --without-x
--with-xml2 --without-dbus --without-imagemagick --with-ns
--disable-ns-self-contained'

Configured features:
JPEG NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS THREADS

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Py

--Apple-Mail=_71721995-7F90-4C7F-8953-73B0753A3C06
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEhBcVftvnPZ6sHlObEm61Y6dLBr8FAlwvxoAACgkQEm61Y6dL
Br/9TQ/+N7YNXYWWKovEtxAy3R9ghf7ST/BR2ILnYwqdG7FJ/rh4CARh+N9jklQb
v/EHhU9tlS2IHcGjNOCrFt2U/ERMbqKfrBwoFBjgMemFyasR19I60rtGcQbdBoSA
ZVil7TVD2fN2SYHdGJn0QQIqQnVy2yXF+Bu1jBR4y3SJGEoh2eUyOGUf/bRaDbrh
kNLPoPuAcjKkAWczYyWJCV77ctxBa4YNYl5Ydw2uOm7JWjgMNOE/7vHRBE6MLpYj
xK1TxmD/56nej5jUEHccZ5RyBOag81R+ck6wHq4fM6pb+Vf3ViPqfrJjw6GnWdfu
pm/UkPmzkwEF7ExFFKnqysZr5XCrE8qnnG0pOwe4teZYnfwLMlkGg7wFzllS/zko
3y3o0h421Jkb51a388u7S0rN+7MA8GzpPH6u7RdcWiZBgwsIqdTzmu2PEnMwnrVR
SMU9M9cVd8IfI8iUKAGs3TCeO0cz1ikpS343b/0PJGJPPyUF517RtAMjW7mOTwXG
po1gWXn4o2/KS1j0ajwS2/+6lDqupZ6deT7nxyWe1hdIFmZJRHHtN5kf9rGwgfhQ
Ukhzv+PGz9mpFAkY7VvMSt2jGk3964Fv6vWfwoZBYjCVkavv3MOcI9SgMQaM3B+B
w/LXHIal2KHbVgJXfuRcDSQdHTooHMDmZuFnJfAje5CyNE1lirA=
=+vUG
-----END PGP SIGNATURE-----

--Apple-Mail=_71721995-7F90-4C7F-8953-73B0753A3C06--




Acknowledgement sent to Barry Warsaw <barry@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#33979; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Fri, 18 Sep 2020 11:15:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.