From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Suckling Subject: Re: [ANN] org-mac-protocol, fully updated for 10.6 and with added applications Date: Tue, 30 Mar 2010 00:05:54 +0100 Message-ID: References: <99E930F4-79F1-47AC-9961-57FEEB2305E5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwO23-0007LM-2q for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 19:06:07 -0400 Received: from [140.186.70.92] (port=38569 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwO20-0007LE-Dd for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 19:06:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwO1w-0006qu-Ho for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 19:06:04 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:38835) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwO1w-0006qi-86 for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 19:06:00 -0400 Received: by fg-out-1718.google.com with SMTP id l26so2724007fgb.12 for ; Mon, 29 Mar 2010 16:05:58 -0700 (PDT) In-Reply-To: <99E930F4-79F1-47AC-9961-57FEEB2305E5@gmail.com> (Carsten Dominik's message of "Mon, 29 Mar 2010 13:28:31 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: org-mode mailing list On Mon, 29 Mar 2010 13:28:31 +0200, Carsten Dominik wrote: >>> >>> this is awesome! >>> >>> I guess this is a single elisp file? >>> Then you should just send it to me when ready. I will add it and >>> also make an entry for it in org-modules. >> >> There is a single elisp file, but there are also 6 AppleScripts and >> one >> Ruby script (AppleScript doesn't provide character escaping) that glue >> the whole thing together with other applications. > > How would you handle the installation when these scripts are in org/ > contrib/mac-protocol/script or something like this. > (Sorry, accidentally moved thread off-list) It would need to be a manual install as described in the documentation: http://github.com/claviclaws/org-mac-protocol/blob/master/org-mac-protocol.org Problem is that there are so many possible Emacsen with emacsclient residing in different places, that it would often be necessary for the user to edit one of the AppleScripts to point to their copy of emacsclient. I don't think the default org-mode Makefile installs stuff from the contrib directory? Or have I missed something regarding the installation of files in contrib? Best, Christopher