Menu

#234 TeX Synchronization with Skim is broken

9.2
closed
nobody
None
Bug
major
2020-12-11
2020-06-01
No

(Entering this bug for the record).
I have been privately reported that TeX mode's Synchronize command does not work in Alpha version 9.1.2 when Skim is used a PDF viewer. This is an Alpha issue (Skim has nothing to do with it).

Discussion

  • Bernard Desgraupes

    This is caused by a typo. In version 9.1.2, Alpha introduced a new command applescript in replacement of the old Tclapplescript extension.
    The typo is in the file
    Alpha.app/Contents/Resources/Libraries/AlphaTcl/Tcl/SystemCode/CorePackages/fileServices.tcl on line 137.
    It should be

        applescript execute $script
    

    instead of

        applescript execute -- $script
    
     
  • Bernard Desgraupes

    • status: open --> fixed
     
  • Bernard Desgraupes

    This is fixed now.
    Changes committed to the repository (rev. 1909).

     
  • Bernard Desgraupes

    • status: fixed --> closed
    • Version: 9.1.2 --> 9.2
     

Log in to post a comment.