#!/bin/sh
# Silence emacspeak from outside 
#Usage emstop 

emacsclient -n -e \
            "(make-thread #'(lambda ()\
 (dtk-stop) (dtk-notify-stop)))"  2>&1 > /dev/null
