On Fri, 2003-10-17 at 20:33, Adrian Aichner wrote:
>>>>> "Jany" == Jany Quintard
<jany.quintard(a)free.fr> writes:
Jany> I use xemacs under Linux (debian, uname -a -> Linux figue 2.4.19 #1 Thu
Jany> Sep 5 08:36:40 CEST 2002 i686 unknown) and Windows 2000.
Jany> I can't use the dsssl-mode, while I am able to use the
Jany> lisp-mode on the same files.
Jany> If I set the mode by hand and try to swith to highlighting, I get the
Jany> following message:
Jany> Range must be t or a character: "+-*/.<>!?$%_&~^:"
Hi Jany,
please do the following:
[...]
Oops, I investigated this a bit and started a GNU sync but forgot to
post. The offending bit is this:
(setq font-lock-defaults '(dsssl-font-lock-keywords
nil t (("+-*/.<>=?$%_&~^:" .
"w"))
beginning-of-defun
(font-lock-mark-block-function . mark-defun)))
Actually my XEmacs 21.4.14 reports a bit differently:
Signaling: (error "Char table range must be t, charset, char, or
vector" "+-*/.<>=?$%_&~^:")
[...]
Hints how to properly fix this are welcome.