Code review comment for lp:~yagnesh/python-mode/py-shell

Revision history for this message
Andreas Roehler (a-roehler) wrote :

Am 26.01.2012 10:47, schrieb yagnesh:
> ohh
:)
> So you mean to say py-shell-name has no business in calling shell and its only for come as 'default' if all others fail?

Basically.
Having multiple choices, you can't avoid some hierarchical order making
a selection.

if hard-coded `py-shell-name' always should prevail, you must it change
when executing code designed for a different Python by shebang.

The assumtion so far: shebang knows best which Python to use. Therefor
preceding by default.

Will consider possible change of py-execute-region permitting to enforce
a shell independent from shebang

>
> So how do I choose the shell?
> I see one possible way giving prefix argument. any other.?
>
>
> I will create a bug report.
>
> Thanks for clarifying
>
> Yagnesh

« Back to merge proposal