[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18596: 25.0.50; MS-Windows needs a different default for python-shel
From: |
Fabián Ezequiel Gallina |
Subject: |
bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args |
Date: |
Sun, 16 Nov 2014 18:16:47 -0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: fgallina@gnu.org (Fabián Ezequiel Gallina)
>> Date: Sun, 16 Nov 2014 11:21:54 -0300
>>
>>
>> Fixed at 651ebee in the master branch.
>
> Thanks. But
>
> M-: (run-python (executable-find "python") nil) RET
>
> still hangs for me on MS-Windows. What am I missing?
>
I believe we agreed on the fix being that the defaults should not hang.
The fact that your example hangs on Window is bad but it's not worth the
trouble of mangling the provided command and trying to add the "-i"
switch to it as it would break other cases.
>From the Python help:
-i : inspect interactively after running script; forces a prompt even
if stdin does not appear to be a terminal; also PYTHONINSPECT=x
So I tried a solution that was ought to leave everyone happy, which was
setting PYTHONINSPECT env variable before run-python, but that didn't
help on Windows either. If you have other ideas I'm eager to try them
out.
Thanks,
Fabián
- bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args, (continued)
- bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args, Fabián Ezequiel Gallina, 2014/11/14
- bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args, Eli Zaretskii, 2014/11/14
- bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args, Fabián Ezequiel Gallina, 2014/11/14
- bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args, Eli Zaretskii, 2014/11/14
- bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args, Fabián Ezequiel Gallina, 2014/11/14
- bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args, Eli Zaretskii, 2014/11/14
- bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args, Stefan Monnier, 2014/11/14
- bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args, Eli Zaretskii, 2014/11/15
bug#18596: 25.0.50; MS-Windows needs a different default for python-shell-interpreter-args, Fabián Ezequiel Gallina, 2014/11/16