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

Re: Further Emacspeak oddities



Here is the emacspeak specific section from my .emacs.

Customize to taste.

Note: I have a common .emacs on my sunos environment as well
    as my linux laptop.
Things  that are specific to one or the other are set based
    on the value of variable 
lapdog-p

    ;;{{{ Load and customize emacspeak 

    
    (unless (featurep 'emacspeak)
      (load-file
       (expand-file-name "~/emacs/lisp/emacspeak/emacspeak-setup.el")))
    
    (when (featurep 'emacspeak)
      (declare (special emacspeak-play-program emacspeak-play-args
                        emacspeak-auditory-icon-function
                        dtk-default-speech-rate))
      (unless lapdog-p
        (setq emacspeak-play-program "/usr/demo/SOUND/play")
        (setq emacspeak-play-args "-i")
        (setq emacspeak-auditory-icon-function
      'emacspeak-play-auditory-icon))

      (setq dtk-default-speech-rate 450)
      (emacspeak-pronounce-load-dictionaries "~/.emacspeak/.dictionary")
      (dtk-set-rate 450 t)
      (emacspeak-toggle-auditory-icons t)
      )

    ;;}}}

-- 
Best Regards,
--raman

      Adobe Systems                 Tel: 1 (408) 536 3945   (W14-612)
      Advanced Technology Group     Fax: 1 (408) 537 4042 
      (W14 129) 345 Park Avenue     Email: raman@xxxxxxxxxxx 
      San Jose , CA 95110 -2704     Email:  raman@xxxxxxxxxxx
      http://labrador.corp.adobe.com/~raman/        (Adobe Intranet)
      http://cs.cornell.edu/home/raman/raman.html    (Cornell)
----------------------------------------------------------------------
    Disclaimer: The opinions expressed are my own and in no way should be taken
as representative of my employer, Adobe Systems Inc.
____________________________________________________________

-----------------------------------------------------------------------------
       To unsubscribe or change your address send mail to
"emacspeak-request@xxxxxxxxxxx" with a subject of "unsubscribe" or "help"


Emacspeak Files | Subscribe | Unsubscribe