* Ben Wing (2005-02-11) writes:
> Thanks! Your debugging info was extremely clear and allowed
> me to pinpoint the problem (at least, I'm pretty sure ...);
> attached is a new version.
BTW you will need a line like this somewhere:
(define-compatible-function-alias 'string-to-syntax 'syntax-string-to-code)
Okay, I put this into my init.el. But I still get that error related
to:inherit. Here is a backtrace:
(1) (initialization/error) An error has occurred while loading
/home/angeli/.xemacs/init.el:
Malformed list: :inherit
Backtrace follows:
apply(face-custom-attributes-set font-lock-doc-string-face nil (custom) :inherit)
# bind (display atts tags frame spec face)
face-display-set(font-lock-doc-string-face ((t :inherit font-lock-string-face)) nil
(custom))
# bind (value frames frame args doc spec face)
custom-declare-face(font-lock-doc-string-face ((t :inherit font-lock-string-face))
"Font Lock mode face used to highlight documentation strings.\nThis is currently
supported only in Lisp-like modes, which are those\nwith \"lisp\" or
\"scheme\" in their name. You can explicitly make\na mode Lisp-like by putting
a non-nil `font-lock-lisp-like' property\non the major mode's symbol." :group
font-lock-faces)
[...]
--
Ralf