[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]

Re: dectalk express problem



Hello,
I fixed the problem with dectalk express tones.  I'm running firmware 4.61
and the problem may not appear in earlier versions of the firmware.  

Solution:
in emacspeak/servers/dtk-exp 
change line 421 
from
                puts -nonewline  $tts(write) "\[:i r 1 _.]$text\[_.] "
                puts -nonewline  $tts(write) "\[:i r 1 _.]$text\[_.] "
to
                puts -nonewline  $tts(write) "\[:i r 1]$text\[_.] "
the `_.' was giving "command error in parameter" errors.  

Perhapsothers can test this change before it is included in cvs.

Chris

-----------------------------------------------------------------------------
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"