Created
August 15, 2012 18:23
-
-
Save felixjung/3362143 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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