Bastien <b...@altern.org> wrote: > Hi David, > > David Abernethy <david.aberne...@clear.net.nz> 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