Comment 6 for bug 920079

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 920079] [NEW] user configured `py-shell-name' is not honored by 'py-guess-default-python'

Am 22.01.2012 18:20, schrieb yagnesh:

Hi Yagnesh,

assume something different must have went wrong.

`py-guess-default-python' is used only once AFAIS,

from inside py-shell

                 ((or (string= "" py-shell-name)(null py-shell-name))
                  (py-guess-default-python))))

i.e. it only comes in, when `py-shell-name' was found empty.

Please make a complete report, describe what you are going to perform.

Thanks digging in,

Andreas