Design
emacspk.txt
Associated article: Emacspeak: A Speech-Enabling Interface
Tags: Parallel Design
Published source code example accompanying the article by T.V. Raman in which he discusses Emacspeak, an audio output subsystem.
_Emacspeak: A Speech-Enabling Interface_ by T. V. Raman Example 1: (defadvice next-line (after emacspeak activate) "Speak current line." (when (interactive-p) (emacspeak-speak-line)))


