]> git.eshelyaron.com Git - emacs.git/commit
Python shells dedicated to a project
authorAugusto Stoffel <arstoffel@gmail.com>
Sun, 4 Sep 2022 11:13:57 +0000 (13:13 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 4 Sep 2022 11:13:57 +0000 (13:13 +0200)
commit4932d26b5df14af01ae757b2a5232d157df69008
tree52b12bbc84322cd75ddea4360f33734a9338b175
parent2db8b0e12f913ecd720aa81a70580e58fd032397
Python shells dedicated to a project

* lisp/progmodes/python.el: Require 'seq' and (optionally) 'compat'
and 'project' libraries.
(python-shell-dedicated): New user option
(python-shell-get-process-name): Adapt to project-dedicated shells.
(run-python): Offer possibility to create a project-dedicated shell,
or use 'python-shell-dedicated' as the default behavior.
(python-shell-get-buffer): Adapt to project-dedicated shells
(bug#56997).
etc/NEWS
lisp/progmodes/python.el