From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [ANN] org-mac-protocol, fully updated for 10.6 and with added applications Date: Tue, 6 Apr 2010 12:07:00 +0200 Message-ID: References: <99E930F4-79F1-47AC-9961-57FEEB2305E5@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nz5gc-0005nr-0S for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 06:07:10 -0400 Received: from [140.186.70.92] (port=54892 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nz5gX-0005li-MM for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 06:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nz5gV-0003WV-IS for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 06:07:05 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:49182) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nz5gV-0003WP-Dg for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 06:07:03 -0400 Received: by ewy6 with SMTP id 6so41476ewy.32 for ; Tue, 06 Apr 2010 03:07:02 -0700 (PDT) In-Reply-To: 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: Christopher Suckling Cc: org-mode mailing list On Mar 30, 2010, at 1:05 AM, Christopher Suckling wrote: > 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? That is correct. So my proposal would be then that we add a whole directory for you to contrib, and in that directory you put all the necessary files and instructions for installation. Should we keep the .el file in contrib/ lisp, or would you rather have people install it only when they also dive in and install the scripts? In the latter case it might be better to have it in your own directory. If the former case, we can add it to contrib/lisp and even add an entry in org-modules, but then it will not (fully) work until the scripts have been installed. Go ahead and send me the package to install, with full instructions, I will do what you decide is best. Best wishes - Carsten > > Best, Christopher - Carsten