Re: emacs configuration error
Brought to you by:
ovidiu
|
From: Carsten O. <obe...@do...> - 2001-07-30 16:10:22
|
On Mon, Jul 30, 2001 at 11:02:30AM -0500, John Sharp wrote: > After installing everything and starting Emacs I get:- > > Error in init file: Symbol's function definiation is void: mapc This hit me, too. I gues mapc is Xemacs lisp that doesn't work with GNU emacs (instead of elib?). Try this instead of the mapc command: (setq load-path (cons "~/emacs" load-path)) (setq load-path (cons "~/emacs/xslt-process-2.0/lisp" load-path)) (setq load-path (cons "~/emacs/elib-1.0" load-path)) (setq load-path (cons "~/emacs/speedbar-0.14beta1" load-path)) Works for me. Regards .co. -- carsten oberscheid d o c t r o n i c email obe...@do... information publishing + retrieval phone +49 2222 9292 90 http://www.doctronic.de |