>>>>> "KFS" == Kim F Storm <[EMAIL PROTECTED]> writes:

    KFS> Which version of CVS emacs do you use?

2005-05-08.  The bug was also reproducible with 2005-05-23.

    KFS> (defun speechd-speak-read-mode-line ()
    KFS>   "Read mode line.
    KFS> This function works only in Emacs 21.4 or higher."
    KFS>   (interactive)
    KFS>   (when (fboundp 'format-mode-line)
    KFS>     (speechd-speak--interactive
    KFS>      (speechd-speak--text (format-mode-line)))))    

    KFS> You need to explicitly give the mode-line-format as arg to
    KFS> format-mode-line, i.e.

Yes, this is a bug, thanks for pointing it out.

Nevertheless, this bug has nothing to do with the crash, because the
speechd-speak-read-mode-line function is not called unless the user
explicitly invokes the corresponding command.  Emacs crashes the same
way even if I fix the bug.

Regards,

Milan Zamazal

-- 
I think any law that restricts independent use of brainpower is suspect.
                                               -- Kent Pitman in comp.lang.lisp


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to