emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Python mode, suggestion for command


From: Matthias Meulien
Subject: Re: Python mode, suggestion for command
Date: Mon, 31 Jul 2023 19:08:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

kobarity <kobarity@gmail.com> writes:

> Hi, it would be better to clarify what a paragraph in Python-mode is
> and explain why it would be useful to be able to send it to Python
> shell.  For example, is the line "b = 2" a stand-alone paragraph?
>
> def func():
>     a = 1
>
>     b = 2
>

It's not clear to me how the proposed function differs from M-h followed
by C-c C-r (mark-paragraph then python-shell-region).  When developping
in Python, I sometime use this sequence but I wouldn't learn a new key
binding for this.  Still, it's only a user pov, I am not a python-mode
maintainer.
-- 
Matthias



reply via email to

[Prev in Thread] Current Thread [Next in Thread]