Dear Junichi, > > May you check that > > > > whizzy-error-string > > whizzy-speed-string > > > > are both defined and integers (resp. 27 and 28, but the value does not > > matter) in the buffer. > > I've verified that they are both nil.
This must certainly be the problem. Then, there seems to be an inconsistency on the emacs-version decision made at compile time and the one made at load time. If you look at line 350 of file whizzytex.el there are two identical tests, but one is done at compile time (because otherwise compilation would repport errors) and the other part at load time. The switch is made necessary by the change of API for the line-mode-string (see comment right above). Although I am not 100% sure that I am doing the right think with defmacros, this might be to be a packaging problem, as I cannot reproduce the bug on my side. Didier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]