From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Iyer Subject: Applescript help Date: Sat, 11 Nov 2017 20:06:22 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="089e08265054e9f274055dc146cd" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDjXN-0000rU-GP for emacs-orgmode@gnu.org; Sat, 11 Nov 2017 23:06:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDjXM-000146-MV for emacs-orgmode@gnu.org; Sat, 11 Nov 2017 23:06:25 -0500 Received: from mail-qt0-x22e.google.com ([2607:f8b0:400d:c0d::22e]:54014) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eDjXM-00013w-Gw for emacs-orgmode@gnu.org; Sat, 11 Nov 2017 23:06:24 -0500 Received: by mail-qt0-x22e.google.com with SMTP id n61so16110930qte.10 for ; Sat, 11 Nov 2017 20:06:24 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --089e08265054e9f274055dc146cd Content-Type: text/plain; charset="UTF-8" Hi, in my Org workflow, I am trying to use the do-applescript function to hide an active Emacs session. Can you tell me what I am doing wrong with the following that I think should work but is not? Thanks. -jay (do-applescript "tell application \"Finder\" set visible of application process \"Emacs\" to false") --089e08265054e9f274055dc146cd Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi, in my Org workflow, I am trying to use the do-applescript functi= on to hide an active Emacs session.=C2=A0 Can you tell me what I am doing w= rong with the following that I think should work but is not?=C2=A0 Thanks. = -jay
=
= (do-applescript "tell application \"Finder\" set visible of = application process \"Emacs\" to false")


--089e08265054e9f274055dc146cd--