On Aug 07, 2015, at 20:33, TJ Luoma <[email protected]> wrote: > Aside: for reasons I do not understand, when I use the `--resume` option to > the `bbedit` tool from inside a Keyboard Maestro macro, it does not seem to > work, although it used to. However, when I call `bbedit` directly from the > shell, it works fine. I have no idea how to debug this, so I just added the > “resume” functionality inside the Keyboard Maestro macro. ______________________________________________________________________
Hey TJ, Are you sure it used to work? If it really did then Peter might be able to fix that. My guess is that KM instantiates a shell to run the script and it immediately terminates — nor is it attached to your .profile or other shell modifications (not without special handling anyway). The --resume switch is made moot by the shell termination. Otherwise Keyboard Maestro would be hanging while waiting for things to --resume. Now then. It is possible to run a macro asynchronously, so it might be possible to make that work. The best thing to do is ask Peter. -- Best Regards, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
