[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interesting behaviour with software Dectalk server
Hi Jason,
> When I run Emacspeak with DTK_PROGRAM=dtk-soft the speech server
> announces software Dectalk and then mysteriously dies.
I have the same behavior.
The issue is related to the first Pause call (file tcldtk.c).
Perhaps because Resume is expected but never received ?
Here is my ugly workaround.
Adding these lines at the beginning of the Pause function :
static int nb=0;
if (!nb)
{
nb=1;
return TCL_OK;
}
Gilles
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@cs.vassar.edu" with a
subject of "unsubscribe" or "help"
Emacspeak Files |
Subscribe |
Unsubscribe | Search