[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-guile 0.1 release
From: |
Michael Livshin |
Subject: |
Re: emacs-guile 0.1 release |
Date: |
26 Apr 2001 17:24:13 +0300 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Copyleft) |
Martin Grabmueller <address@hidden> writes:
> First it complained with
>
> Symbol's function definition is void: mapc
>
> and then, after renaming mapc to mapcar (don't know if that is
> correct):
mapc is sort of an optimization of mapcar -- you use it if you don't
care about the result. so, correct.
> Symbol's function definition is void: dolist
my guess is that Keisuke has (require 'cl) in his .emacs and you
don't.
prolly should just add it to guile.el.
--
All ITS machines now have hardware for a new machine instruction --
BFM
Be Fruitful and Multiply.
Please update your programs.