> Additionally, the configuration of open_with *is* a bit contorted. > Why do I need to specify subprocess.Popen as the launch method?
You're change to the "subprocess.Popen" call in the trunk from: data = "subprocess.Popen",[vim_exe, "--servername", "LEO --remote" + useTabs + "-silent", Lnum], None to: data = ["subprocess.Popen",vim_exe + " --servername LEO --remote" + useTabs + "-silent " + Lnum, None] caused the launching of vim in WinXP to stop working for me. In the past, I tried a number of different ways to call subprocess.Popen and the first method above is the only way I could get it working. You seem to be more knowledgeable about this function so I'll leave it up to you to determine how best to proceed. TL --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
