unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#30632: 26.0.91; python sending code to shell should show the code sent
@ 2018-02-27 18:04 Alex Branham
  2018-02-27 21:23 ` Noam Postavsky
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Branham @ 2018-02-27 18:04 UTC (permalink / raw)
  To: 30632

Sending code from a python buffer to an inferior python process should
show the code sent, especially when called interactively. So if I have a
python buffer:

[1, 2, 3, 4, 5]

Starting an inferior process (C-c C-p) and running C-x h M-x
python-shell-send-region should result in an inferior buffer that looks
something like this:

Python 3.6.4 (default, Jan  5 2018, 02:35:40)
[GCC 7.2.1 20171224] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> [1, 2, 3, 4, 5]
[1, 2, 3, 4, 5]
>>>





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30632: 26.0.91; python sending code to shell should show the code sent
  2018-02-27 18:04 bug#30632: 26.0.91; python sending code to shell should show the code sent Alex Branham
@ 2018-02-27 21:23 ` Noam Postavsky
  2018-02-27 21:25   ` Alex Branham
  0 siblings, 1 reply; 4+ messages in thread
From: Noam Postavsky @ 2018-02-27 21:23 UTC (permalink / raw)
  To: Alex Branham; +Cc: 30632

On Tue, Feb 27, 2018 at 1:04 PM, Alex Branham <alex.branham@gmail.com> wrote:

> Starting an inferior process (C-c C-p) and running C-x h M-x
> python-shell-send-region should result in an inferior buffer that looks
> something like this:
>
> Python 3.6.4 (default, Jan  5 2018, 02:35:40)
> [GCC 7.2.1 20171224] on linux
> Type "help", "copyright", "credits" or "license" for more information.
>>>> [1, 2, 3, 4, 5]
> [1, 2, 3, 4, 5]
>>>>

Is this different from Bug#29592 "python does not print input or
output in the inferior process"?





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30632: 26.0.91; python sending code to shell should show the code sent
  2018-02-27 21:23 ` Noam Postavsky
@ 2018-02-27 21:25   ` Alex Branham
  2018-02-27 23:43     ` Noam Postavsky
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Branham @ 2018-02-27 21:25 UTC (permalink / raw)
  To: Noam Postavsky; +Cc: 30632


On Tue 27 Feb 2018 at 15:23, Noam Postavsky <npostavs@gmail.com> wrote:

> On Tue, Feb 27, 2018 at 1:04 PM, Alex Branham <alex.branham@gmail.com> wrote:
>
>> Starting an inferior process (C-c C-p) and running C-x h M-x
>> python-shell-send-region should result in an inferior buffer that looks
>> something like this:
>>
>> Python 3.6.4 (default, Jan  5 2018, 02:35:40)
>> [GCC 7.2.1 20171224] on linux
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> [1, 2, 3, 4, 5]
>> [1, 2, 3, 4, 5]
>>>>>
>
> Is this different from Bug#29592 "python does not print input or
> output in the inferior process"?

No, it's not. I couldn't sworn that I reported this before but couldn't
find the report. Sorry for the noise, you can close this.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30632: 26.0.91; python sending code to shell should show the code sent
  2018-02-27 21:25   ` Alex Branham
@ 2018-02-27 23:43     ` Noam Postavsky
  0 siblings, 0 replies; 4+ messages in thread
From: Noam Postavsky @ 2018-02-27 23:43 UTC (permalink / raw)
  To: Alex Branham; +Cc: 30632

merge 30632 29592
quit

Alex Branham <alex.branham@gmail.com> writes:

>> Is this different from Bug#29592 "python does not print input or
>> output in the inferior process"?
>
> No, it's not. I couldn't sworn that I reported this before but couldn't
> find the report. Sorry for the noise, you can close this.

No problem, merging.

PS the bug searching options aren't great, but I find doing a title
search with the main topic keyword is usually enough to narrow things
down.  E.g., "python" in this case (though you'll see only the newer bug
in the listing after they've merged):

https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs;include=subject%3Apython





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-27 23:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-27 18:04 bug#30632: 26.0.91; python sending code to shell should show the code sent Alex Branham
2018-02-27 21:23 ` Noam Postavsky
2018-02-27 21:25   ` Alex Branham
2018-02-27 23:43     ` Noam Postavsky

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).