[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master e32c7d2: Change Python eval to send directly instead of using
From: |
Augusto Stoffel |
Subject: |
Re: master e32c7d2: Change Python eval to send directly instead of using temporary files |
Date: |
Sun, 05 Sep 2021 10:10:25 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
On Sun, 5 Sep 2021 at 06:13, "Barton, Mark" <Mark.Barton@disney.com> wrote:
> Today I was trying to export my monthly org document that uses org babel
> python blocks to
> produce tables. I can get it to export fine if I revert python.el to the
> version before e32c7d2a8d
> - Change Python eval to send directly instead of using temporary files.
>
> Below I show the python session buffer, first where it is working and then
> where it is broken for
> me. I’m running Emacs on macOS 11.5.1 and compile from the master branch.
>
> In the “Broken session buffer” below, I recognize the code from that commit,
> but I really don’t
> understand the problem. Any ideas on what other information I can gather that
> would be
> useful?
Two more things you could try:
1) set `python-shell-completion-native-enable' to nil
2) pull the current master, after commit 1fdd898704
I'd be curious to see the effect of 1) before doing 2), if you have the
time for this quick test.
- Re: master e32c7d2: Change Python eval to send directly instead of using temporary files, Stefan Monnier, 2021/09/03
- Re: bug#49822: master e32c7d2: Change Python eval to send directly instead of using temporary files, Lars Ingebrigtsen, 2021/09/05
- Re: bug#49822: master e32c7d2: Change Python eval to send directly instead of using temporary files, Andreas Schwab, 2021/09/05
- Re: bug#49822: master e32c7d2: Change Python eval to send directly instead of using temporary files, Augusto Stoffel, 2021/09/05
- Re: bug#49822: master e32c7d2: Change Python eval to send directly instead of using temporary files, Michael Albinus, 2021/09/06
- Re: bug#49822: master e32c7d2: Change Python eval to send directly instead of using temporary files, Andreas Schwab, 2021/09/06
- Re: bug#49822: master e32c7d2: Change Python eval to send directly instead of using temporary files, Michael Albinus, 2021/09/06
- Re: bug#49822: master e32c7d2: Change Python eval to send directly instead of using temporary files, Andreas Schwab, 2021/09/06