> As requested by Edward, I'm only doing this after rc1.

Are you saying that, because Edward doesn't want any changes until
after rc1, the final change needed to get the "open_with" function
working was not implemented and, instead, the following change was
made that broke the handling of node headlines with spaces?

> Line 884:
> The following 4 lines:
>    if " " in path:
>       vtuple = arg + ' "%s"' % path
>    else:
>      vtuple = arg + " " + path
> have been replaced by:
>   vtuple = arg + " " + path

Are you sure that Edward knows that the open_with feature will be
broken in rc1?  The last postings on Wednesday were:

>> The following change works:
>>   Line 893: subprocess.Popen(vtuple, shell=False)
...
>> I suggest you make the needed change to leoCommands.py
>> and check it in.

> Yes, I'll do that this evening.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to