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

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).