[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
Re: Interesting behaviour with software Dectalk server
- To: emacspeak <emacspeak@xxxxxxxxxxx>
- Subject: Re: Interesting behaviour with software Dectalk server
- From: Gilles Casse <gcasse@xxxxxxxxxxx>
- Date: Sun, 2 Mar 2003 11:56:17 +0000
- In-Reply-To: <15966.47225.627966.517309@xxxxxxxxxxx>
- Resent-Date: Sun, 2 Mar 2003 06:02:19 -0500 (EST)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <"13xDMD.A.0m.ZQeY-"@hub>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
- User-Agent: KMail/1.4.3
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@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"
Emacspeak Files |
Subscribe |
Unsubscribe | Search