[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] python.el: Returning inferior Python output without inhibiti
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] python.el: Returning inferior Python output without inhibiting it |
Date: |
Mon, 02 Oct 2023 08:54:06 +0300 |
> From: Jack Kamm <jackkamm@gmail.com>
> Cc: emacs-devel@gnu.org
> Date: Sun, 01 Oct 2023 13:23:29 -0700
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> > I think instead of renaming (which then requires us to add an obsolete
> > alias), it would be better to leave python-shell-send-string-no-output
> > available, but just make it a thin wrapper around
> > python-shell-send-string-return-output (which I would suggest to name
> > python-shell-send-string-maybe-output instead). This way, we don't
> > annoy Lisp programs that use python-shell-send-string-no-output with
> > obsolescence warnings.
>
> Thanks for the feedback -- I've updated the patch accordingly (attached).
Thanks. kobarity, any comments or suggestions?