<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello there,<br>
    <br>
    TextMate 2 removed the option of new-from-template, so with your
    help I created a command. After updating to Yosemite and TextMate
    2.0-beta.6 it stopped working.<br>
    <br>
    <b>Compressed version of the problem</b><br>
    <blockquote><tt>#!/usr/bin/osascript</tt><br>
      <tt>tell application "System Events"</tt><br>
      <tt>    keystroke "p"</tt><br>
      <tt>end tell</tt><br>
    </blockquote>
    <br>
    <b>Error:</b><br>
    <blockquote><tt>HTML5:63:122: execution error: An error of type
        -10810 has occurred. (-10810)</tt><br>
    </blockquote>
    <p><br>
    </p>
    <p>HTML5 is the name of the command. I don't know what 63 and 122
      refers to, as there are only 18 lines in my command. Is it perhaps
      a permissions problem?<br>
    </p>
    <p>All the best,<br>
      Rasmus<br>
    </p>
  </body>
</html>