[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Octave and Xemacs
From: |
Stephen Eglen |
Subject: |
Octave and Xemacs |
Date: |
Tue, 7 Mar 2000 17:01:47 +0000 (GMT) |
> Has there been a fix for this error in xemacs
>
> (6) (warning/warning) Error caught in `font-lock-pre-idle-hook'
>
> It happens every time I type an "if" statement
>
> Thanks,
I don't know of a proper fix, but a quick workaround if it is annoying
you is to tell XEmacs not to show the warning:
(setq display-warning-suppressed-classes '(warning))
but this will prevent you seeing the warnings from other XEmacs code too.
See the customize group warnings for more information.
(M-x customize-group RET warnings RET)
The proper fix requires knowledge of the font-lock mechanisms, which I
don't have.
stephen
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------