[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
Re: Trying to use ViaVoice
- To: "Robert D. Crawford" <rdc1x@xxxxxxxxxxx>
- Subject: Re: Trying to use ViaVoice
- From: Kalyan Mukherjea <kalyan.infinity@xxxxxxxxxxx>
- Date: Wed, 15 Mar 2006 12:41:54 +0530
- Delivered-To: priestdo@xxxxxxxxxxx
- Delivered-To: emacspeak@xxxxxxxxxxx
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:mime-version:content-type:content-transfer-encoding:message-id:date:to:cc:subject:in-reply-to:references:x-mailer; b=lbgyM8MjLKJy0vspkG5Njzo9cBJwseqHulqo3VW8Kaqv08G835hXR4wsFUejR+9bfr5x4ZXyqQFQx01jeGz49k/Qx/6O1IGOFhwDVQBwIFSJqjqsq2GxmnVYMBrMuOGTw3d9LCTK9qID7R74rd/hfC4lRzEa2aEUV22oIQpph44=
- In-Reply-To: <87zmjtc7eo.fsf@xxxxxxxxxxx>
- List-Help: <mailto:emacspeak-request@xxxxxxxxxxx?subject=help>
- List-Post: <mailto:emacspeak@xxxxxxxxxxx>
- List-Subscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=subscribe>
- List-Unsubscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=unsubscribe>
- Old-Return-Path: <kalyan.infinity@xxxxxxxxxxx>
- Resent-Date: Wed, 15 Mar 2006 02:12:52 -0500 (EST)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <qqo0fD.A.8aD.057FEB@xxxxxxxxxxx>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
Here is the section of Robert J. Chassells' .emacs filewhich deals
with emacspeak:
;;; For Emacspeak specifically
;; Make sure all Emacspeak code is in the load-path.
;; I commented this out since the load-path since is
;; specific to my set up.
;; The rest of this ~/.emacs file should work with
;; all instances of Emacspeak.
;; Depending on how you set up Emacspeak, you may not need to
;; configure your load-path manually at all.
;; (setq load-path (cons "/usr/local/src/emacspeak/lisp/" load-path))
;; Turn on global-font-lock for the voice lock engine
(load "font-lock")
(global-font-lock-mode 1)
(setq font-lock-global-modes t)
(setq global-voice-lock-mode t)
;; Speak time in a reasonable format: `C-e t'
(setq emacspeak-speak-time-format-string
"The time is %_H hours %M minutes %Z on %A %_e %B %Y")
;; Set the audio theme
;; /usr/local/src/emacspeak/sounds/chimes-mono/
;; ( alternatively /usr/local/src/emacspeak/sounds/chimes-stereo/ )
(emacspeak-sounds-define-theme
(expand-file-name "chimes-mono/" emacspeak-sounds-directory)
".wav")
;; Set punctuation mode to MODE `\'some, 'all, or 'none
;; For individual buffers the keybinding is: `C-e d p'
;; The expression in this ~/.emacs file sets the mode globally.
;; In general, I prefer 'none but then you will not hear
;; braces and brackets spoken. To listen to this ~/.emacs
;; file, you need to set the mode to 'all.
;; That is best done using the `C-e d p' keybinding.
;; In this sample, I have set the mode to 'none.
(dtk-set-punctuations 'none t)
;;;;;;;;;;;;;;;; end ~/.emacs ::::::::::::::::
I hope my comment on voice-lock-decoration is now chearer.
Cheers.
Kalyan
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"
Emacspeak Files |
Subscribe |
Unsubscribe | Search