[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ELPA submission: python-import
From: |
Richard Stallman |
Subject: |
Re: ELPA submission: python-import |
Date: |
Sat, 30 Jul 2022 23:28:09 -0400 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> FWIW, I don't find those to be good reasons to keep the code separate.
> It's quite common for some parts of the functionality of a major modes
> to be less thorough (e.g. depend on the presence of some unusual tool,
> or depend on specific conventions, ...): it's not ideal, but it's better
> than nothing, and also makes it "obvious" where to improve the code.
> IOW it can encourage further improvements.
I don't use Python, and I don't know what isort or pyflakes do,
but if they are not extremely complicated we could write Lisp code
to do the job this facility needs.
Putting this feature in a separate package would have two disadvantages:
* It would make Emacs more complex.
* It would discourage users from finding out about the feature.
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Re: ELPA submission: python-import, Philip Kaludercic, 2022/07/29
Re: ELPA submission: python-import, Richard Stallman, 2022/07/30
Re: ELPA submission: python-import, Augusto Stoffel, 2022/07/31