File: sawfishrc

package info (click to toggle)
emacspeak 29.0-9
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 12,904 kB
  • sloc: xml: 55,354; lisp: 48,335; cpp: 2,321; tcl: 1,500; makefile: 936; python: 836; sh: 785; perl: 459; ansic: 241
file content (20 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;;;$Id: sawfishrc 4047 2006-08-11 19:11:17Z tv.raman.tv $
(setq load-path
      (cons
      (expand-file-name  "~/emacs/lisp/emacspeak/sawfish")
      load-path))
(load "tts")
(load "tools")
(bind-keys global-keymap
           "M-e" 'emacs
           "M-t" 'tts-say-current-window
"M-F4" 'delete-this-window-safeley
"M-F12" 'quit
)

(require 'audio-events)
(setq audio-events-enabled t)
(setq play-sample-program "/usr/bin/play")
(emacs)
(tts-open)
(tts-say-window-on-focus t)