Hello dear list,
Can you help me in running emacspeak?
I am very new to linux and emacspeak.
I am running Linux fedora core2.
I installed both Flite synth and Eflite.
Later that is after installing both
Flite and eflite
I tried to run emacspeak by using the following script. #!/bin/sh ##
/usr/local/bin/emacspeak-eflite - execute emacs with speech enhancements ##
use EFLITE

     ## based on
     #$Id: emacspeak.sh.def,v 17.0 2002/11/23 01:29:08 raman Exp $

     if [ -f $HOME/.emacs ]
     then
             INITSTR="-l $HOME/.emacs"
     fi

     CL_ALL=""
     for CL in $* ; do
             if [ "$CL" = "-o" ]; then
                     DTK_PROGRAM=outloud
                     export DTK_PROGRAM
                     elif [ "$CL" = "-d" ]; then
                     DTK_PROGRAM=dtk-soft
                     export DTK_PROGRAM
             elif [ "$CL" = "-q" ]; then
                     INITSTR=""
             else
                     CL_ALL="$CL_ALL $CL"
             fi
     done

     export EMACS_UNIBYTE=1
     export DTK_PROGRAM=/usr/local/bin/eflite

     exec emacs  \  -q      -l
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-setup.el \
     $INITSTR $CL_ALL
     ### end /usr/local/bin/emacspeak-eflite

I placed the above script in /usr/local/bin
But it is not running properly and it is giving 
The following type of errors
1. Signal pipe is raised and closed.
2. Fatal error with emacs.
3. speech server is not running.
4. Speech process is not running.
5. Code convertion has no process.



I am describing how and where I am trying to issue command emacspeak. From
gnome desktop I am taking terminal prompt which appears as $ There I am
issuing the command emacspeak. I also thoroughly studied the INSTALL  file
that came with eflite and tried to follow the procedure to configure
emacspeak but it didn't work. Please let me know what to do. Your help will
be appreciated. Don't feel disgusted with me and Please write me detailed
procedure. Hope to hear from you. Thanks in advance. 
Satyanarayana Murthy Tanikella
Developer (TCOE Production  Support ( Dendrite ))  
Tel: +91 80 25522892/3  x388
Fax: +91-80-51313127
Email: [EMAIL PROTECTED]

 
 
_______________________________________________
Oralux mailing list
[email protected]
http://lists.freearchive.org/mailman/listinfo/oralux

Reply via email to