• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Grammar Police in OS X 10.11
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Grammar Police in OS X 10.11


  • Subject: Grammar Police in OS X 10.11
  • From: Jim Skibbie <email@hidden>
  • Date: Wed, 13 Jan 2016 22:30:17 +0000
  • Thread-topic: Grammar Police in OS X 10.11

Has anyone seen the grammar police when compiling an Applescript in OS X 10.11?

I had a script coming from OS X 10.8 that has existed for years and years (a snippet below):

set thisRecord to {nameType:"licensed", ContentID:false}

tell thisRecord

if (it's nameType is "licensed") then

set ContentID of thisRecord to true

end if

end tell


When compiled this in OS X 10.11 I get this:

set thisRecord to {nameType:"licensed", ContentID:false}

tell thisRecord

if (its nameType -- Grammar Police is "licensed") then

set ContentID of thisRecord to true

end if

end tell


During compile, both Script Debugger and Script Editor (rightly) changed it’s (contraction) to its (possessive of it), but then inserts the comment –- Grammar Police. Subsequent attempts to compile fail because of the inline comment.

Just thought I’d let everyone know that your ( or is it you’re :)  ) scripts are now checked by the grammar police for improper use of contractions when you mean possessive!

Jim
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Grammar Police in OS X 10.11
      • From: Christopher Stone <email@hidden>
    • Re: Grammar Police in OS X 10.11
      • From: Deivy Petrescu <email@hidden>
    • Re: Grammar Police in OS X 10.11
      • From: Ray Robertson <email@hidden>
  • Prev by Date: Re: Printing An Envelope from Contacts
  • Next by Date: Re: Grammar Police in OS X 10.11
  • Previous by thread: Re: Printing An Envelope from Contacts
  • Next by thread: Re: Grammar Police in OS X 10.11
  • Index(es):
    • Date
    • Thread