[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 19:10:50 +0300 |
> Date: Mon, 02 Oct 2023 21:42:43 +0900
> From: kobarity <kobarity@gmail.com>
> Cc: Jack Kamm <jackkamm@gmail.com>,
> emacs-devel@gnu.org
>
>
> Eli Zaretskii wrote:
> >
> > > 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?
>
> I agree with leaving `python-shell-send-string-no-output' as it is.
> The updated patch looks good to me.
Thanks. I will wait for a few days to give others a chance to chime
in and post comments or suggestions, and will install this after that,
barring any objections.