emacs configuration error
Brought to you by:
ovidiu
From: John S. <js...@ti...> - 2001-07-30 16:02:36
|
Hi, I attempted to setup my .emacs file for xslt mode. After installing everything and starting Emacs I get:- Error in init file: Symbol's function definiation is void: mapc I tried to look through the list archive but got an error from the search page:- htsearch detected an error. Please report this to the returned matches webmaster of this site. The error message is: Unable to read configuration file '/bigassraid/htdig//conf/10811.conf' As per the install instrucitons, here is my (reduced) .emacs file:- (mapc (lambda (x) (pushnew (expand-file-name x) load-path)) (list "~/emacs" "~/emacs/xslt-process-2.0/lisp" "~/emacs/elib-1.0" "~/emacs/speedbar-0.14beta1")) (autoload 'xslt-process-mode "xslt-process" "Emacs XSLT processing" t) (add-hook 'sgml-mode-hook 'xslt-process-mode) (add-hook 'xml-mode-hook 'xslt-process-mode) (add-hook 'xsl-mode-hook 'xslt-process-mode) Thanks, John. -- Texas Instruments Inc Product Development tel:214 480 4253 PO BOX 660199 MS: 8645 FORE/A-3101 fax:214 480 4401 12500 TI Boulevard Dallas, TX 75266-0199 nawk nawk, Who's there ? Aho, Weinberger and Kerninghan. |