[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error when reseting speechd-speak
From: |
Milan Zamazal |
Subject: |
Error when reseting speechd-speak |
Date: |
Mon, 21 Sep 2009 14:05:19 +0200 |
>>>>> "PL" == Pierre Lorenzon <devel at pollock-nageoire.net> writes:
PL> When starting emacs, speechd-el starts perfectly but when
PL> pressing C-e C-s to restart it, I get following error :
I can't reproduce the problem but it seems it's here in
speechd-brltty.el:
(defclass speechd-brltty-driver (speechd-braille-emu-driver)
((name :initform 'brltty)
(manager :initform (lambda () (speechd-brltty--create-manager)))
(brltty-connection :initform 'uninitialized)
(brltty-last-try-time :initform 0)))
Try to replace the line
(manager :initform (lambda () (speechd-brltty--create-manager)))
with
(manager :initform (speechd-brltty--create-manager))
and do a similar change in speechd-braille.el.
I guess there was some change in cedet. My version is 1.0pre4.