From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-mac-protocol no remember window and Symbol's function definition is void: caddr from emacs server Date: Fri, 21 Oct 2011 14:12:02 -0400 Message-ID: <6184.1319220722@alphaville.americas.hpqcorp.net> References: <87botamef1.fsf@altern.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHJdN-00076r-8Z for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 14:15:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHJdJ-0006t9-J1 for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 14:15:56 -0400 Received: from g6t0185.atlanta.hp.com ([15.193.32.62]:45055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHJdJ-0006qM-2Z for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 14:15:53 -0400 In-Reply-To: Message from Bastien of "Fri, 21 Oct 2011 19:40:18 +0200." <87botamef1.fsf@altern.org> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org, David Abernethy Bastien wrote: > Hi David, > > David Abernethy writes: > > > Waiting for Emacs... > > *ERROR*: Symbol's function definition is void: caddr > > That's quite weird. > > > Can anyone spot the cause of the problem please? > > Sorry, I cannot. (OT comment: I suggest you switch from using > remember to using capture.) > C-h f caddr gives me ,---- | caddr is a compiled Lisp function in `cl.el'. | | This function has a compiler macro. | | (caddr X) | | Return the `car' of the `cdr' of the `cdr' of X. `---- so you have to load cl.el[c] I think. Nick