<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head><body style="font-family: Helvetica Neue;" bgcolor="#FFFFFF" 
text="#000000"><div style="font-family: Helvetica Neue;"><span 
style="font-family: Helvetica Neue;">Hi René,<br>The code you mention 
below is actually the code I've kept in refresh_viewer.scpt. Set up this
 way, TeXShop doesn't launch. For the time being, this is the solution 
I've adopted.<br></span><br>René Schwaiger wrote:<blockquote 
cite="mid:E102D92C-5620-4367-9060-E5C95D27C01B@f-m.fm" type="cite"><pre wrap="">Hi Angelo,

</pre><blockquote type="cite"><pre wrap="">On 07 Jan 2015, at 11:18 , Angelo Varlotta <a class="moz-txt-link-rfc2396E" href="mailto:angelovarlotta@gmail.com"><angelovarlotta@gmail.com></a> wrote:

Hi René,
I tried your suggestions. I've added the snippet, both in addition and in replacement of the previous lines regarding TeXShop in refresh_viewer.scpt, and in both cases at the second and successive uses of "Typeset & View (PDF)", TeXShop opens with no alert dialog.
</pre></blockquote><pre wrap=""><!---->
Jim mentioned that “TeXShop” does not open if he changes `refresh_viewer` in such a way that it always opens “Skim” regardless of the `viewer` argument. According to your description the code for refreshing the PDF in “TeXShop” is never called. Could you please make sure that this is the case by removing the lines that open “TeXShop”. After you made the changes, your copy of `refresh_viewer` should contain the following code:

on run {viewer, path_to_pdf}
    if viewer is "Skim" then
        tell application "Skim"
            revert (documents whose path is path_to_pdf as text)
        end tell
    end if
end run

Does the problem still persist after that?

</pre><blockquote type="cite"><pre wrap="">For me the command

defaults read com.macromates.textmate.preview latexViewer

shows that I'm using Skim, which is my current viewer. I have the latest version of TeXShop (3.48.1) on my computer. In my case I had an extra LaTeX bundle in the Avian directory, but the behavior has persisted even after removing the bundle.

Cheers,
Angelo
</pre></blockquote><pre wrap=""><!---->
Kind regards,
  René</pre></blockquote></div></body></html>