Xref: utzoo gnu.emacs.help:1299 comp.emacs:10203 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!lll-winken!unixhub!linac!att!ucbvax!tut.cis.ohio-state.edu!unreplyable!garbage From: liberte@CS.UIUC.EDU (Daniel LaLiberte) Newsgroups: gnu.emacs.help,comp.emacs Subject: Re: please help this idiot Message-ID: <9102281808.AA07209@aspen.cs.uiuc.edu> Date: 28 Feb 91 18:08:56 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 9 dear smouldering idiot dog, elisp is a pretty dumb version of lisp. It is missing alot of useful things found in Common Lisp. I suggest you use mapcar on your list... something like this: (mapcar (function (lambda (p) (apply '- p))) coord) dan