Skip to content

Instantly share code, notes, and snippets.

@felixjung
Created August 15, 2012 18:23
Show Gist options
  • Save felixjung/3362143 to your computer and use it in GitHub Desktop.
Save felixjung/3362143 to your computer and use it in GitHub Desktop.
allan: I've almost fixed the LaTeX Watch
command in the latex.tmbundle. One issue
is left, after opening the document in the
viwer, the latex_watch.pl script fails to
kill the progress window opened using
CocoaDialog.
the progress bar dialog is created this
way:
https://gist.github.com/3361804
latex_watch.pl tries to kill it this way:
https://gist.github.com/3361836
any idea why this fails?
the process id is correct
curiously the or case fail("Failed to
close progress bar window: ") does not
seem to be triggered. At least I can't sees
anything in the debug messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment