> I've looked into the source, and whizzytex.el has the following: > > ;; More variables > > (defconst whizzy-file-prefix "_whizzy_") > ;; (defvar whizzy-speed-string "?") > ;; (defvar whizzy-error-string nil) > (defvar whizzytex-mode-line-string > (list " Whizzy" > '(:eval (whizzy-get whizzy-error-string)) > "." > '(:eval (whizzy-get whizzy-speed-string)))) > ;; those two should rather be part of the status--- to be fixed XXX > (make-variable-buffer-local 'whizzy-speed-string) > (make-variable-buffer-local 'whizzy-error-string) > > [snip] > > (defconst whizzy-error-string 27) > (defconst whizzy-speed-string 28)
That was not my version of the code... I was using a whizzytex-1.2.3.tgz that actually differs from the one in the archive (and exported). I might have mistakenly overriden my local verions. I am sorry about that as it would have been obvious to find the problem otherwise. I shall release a new major version 1.3.0 to clean up this and other things, as soon as possible. Didier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]