guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-guile 0.1 release


From: Martin Grabmueller
Subject: Re: emacs-guile 0.1 release
Date: Thu, 26 Apr 2001 18:45:23 +0200

> From: Michael Livshin <address@hidden>
> Date: 26 Apr 2001 17:24:13 +0300
> 
> 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.

Okay, I tried to add (require 'cl) to my .emacs, too.  This gave me:

  Error in init file: Symbol's value as variable is void: lisp-mode-shared-map

Added (require 'lisp-mode), but without success.  Well, if you read
this far you have noticed that I don't know much about Emacs Lisp.

Regards,
  'martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]