<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:stephenboston@gmail.com" title="stephenboston@gmail.com">stephenboston@gmail.com</a>
</span> changed
          <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Trigger file.save every n minutes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127224">bug 127224</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>WORKSFORME
           </td>
           <td>---
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Trigger file.save every n minutes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127224#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Trigger file.save every n minutes"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127224">bug 127224</a>
              from <span class="vcard"><a class="email" href="mailto:stephenboston@gmail.com" title="stephenboston@gmail.com">stephenboston@gmail.com</a>
</span></b>
        <pre>This does not satisfy the requirement. 

The suggested macro saves a *backup* of the file when I manually trigger a
file.save. 

I'm looking for a feature that will *automatically* save a file I have open
that is modified.

Expressed simply: 

- consider the File.Save item on the File menu -- the event handler that
responds to that trigger
- every n minutes *automatically* fire that event handler. 

This could be implemented by a simple timed loop that checks if a file is
modified and if it is then trigger the File.Save event.  


The suggested solution -- the macro -- adds an additional process to the
file.save event and a useful feature that is indeed.  

However that solution does not satisfy the requested requirement. 

Thank you.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>