This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Emacs configuration to enforce PEP7
Type: Stage:
Components: Demos and Tools Versions: Python 3.4
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: cassou, georg.brandl
Priority: normal Keywords: patch

Created on 2012-05-08 15:23 by cassou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
emacs-configuration-pep7.patch cassou, 2012-05-08 15:23 Patch to install Emacs configuration file to enforce PEP7 review
Repositories containing patches
https://DamienCassou@bitbucket.org/DamienCassou/cpython
Messages (2)
msg160208 - (view) Author: Damien Cassou (cassou) Date: 2012-05-08 15:23
Please find attached a patch that adds an emacs configuration file to enforce PEP7. The patch is also in commit #518f2af0a687 of my hg repository under the branch emacs-configuration.
msg160221 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-05-08 19:29
As much as I like Emacs, I don't think it is special enough to warrant a special file in the root directory.

Editor-specific directories in Misc/ are fine, and you can put instructions there how to add your own .dir-locals.el, and we can even add this to .hgignore if requested, but not more.
History
Date User Action Args
2022-04-11 14:57:30adminsetgithub: 58959
2012-05-08 19:29:17georg.brandlsetstatus: open -> closed
resolution: rejected
messages: + msg160221
2012-05-08 15:24:30pitrousetnosy: + georg.brandl
2012-05-08 15:23:10cassoucreate