I have a colleague who AS OF 1.1.13 gets the error:

33:138: execution error: Skim got an error: NSInternalScriptError (8)


when he executes the AppleScript:

osascript \
   -e "set theFile to POSIX file \"${fileName}\"" \
   -e "tell application \"Skim\"" \
   -e "open theFile" \
   -e "revert front document" \
   -e "end tell";

If he removes the "open theFile" line, the error goes away.

I don't get this error.

        Any thoughts?

        --Ted


Christiaan Hofman wrote:
> The Skim development teams is pleased to announce that Skim 1.1.13 is  
> available for download at <http://skim-app.sourceforge.net/> or using  
> the built-in updater.
> 
> Thanks to those of you who submitted reproducible bug reports and  
> comments along with the exception reports; as always, please continue  
> to submit bug reports at <http://sourceforge.net/tracker/?group_id=192583 
>  >.
> 
> For those interested in what is new and fixed, release notes follow.
> 
> Changes since 1.1.12
> 
> New Features
>    *  Allow editing the text of generic non-anchored notes using a  
> little window.
>    *  New bookmark to save the current session.
>    *  New bookmark for a file including full setup. Hold down Shift  
> and Option to see the menu item.
>    *  New hidden preferecen to disable preview tool tips in tables.
>    *  Replace the Italian localization (Thanks Mauro Mazzieri!).
>    *  Renamed hidden default to use sequential instead of logical page  
> numbering.
>    *  Expand some table of contents items initially.
> 
> Bugs Fixed
>    *  Improvement to finding the editor script for a preset  
> synchronization, fixes sync for BBEdit.
>    *  Remove incomplete Italian localization.
>    *  Avoid empty window titles for note windows.
>    *  Avoid keeping the system from going to sleep.
>    *  Fix a bug that could cause a hang when using the note table.
>    *  Fix some leaks.
>    *  Fix page numbers in thumbnail table in Spanish localization.
>    *  Updated SyncTeX support, containing fixes for ConTeXt.
>    *  Ignore some more errors due to unsupported extended attributes  
> when reading notes failed.
>    *  Make sure any edit in the note table is committed before saving.
>    *  Explicitly resolve symlinks in file names used by PDFSync and  
> SyncTeX, as Apple fails us.
>    *  Improved accessibility overrides, hopefully fixes a crasher.
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Skim-app-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/skim-app-users
> 

-- 
Ted Pavlic <[EMAIL PROTECTED]>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to