>EMACSPEAK --Complete Audio Desktop

Next: , Previous: dtk-speak Options, Up: Emacspeak Customizations


12.3 emacspeak-add-log Options

Commentary: speech-enables change-log-mode Code:

(require 'cl) (declaim (optimize (safety 0) (speed 3))) (require 'custom) (require 'browse-url) (require 'emacspeak-preamble) (eval-when-compile (condition-case nil (require 'emacspeak-w3) (error nil)))

(defgroup emacspeak-add-log nil "Customize Emacspeak for change-log-mode and friends." :group 'emacspeak)

(voice-setup-add-map '( (change-log-acknowledgement voice-smoothen) (change-log-conditionals voice-animate) (change-log-email voice-womanize-1) (change-log-function voice-bolden-extra) (change-log-file voice-bolden) (change-log-email voice-womanize-1) (change-log-list voice-lighten) (change-log-name voice-lighten-extra) ))

(provide 'emacspeak-add-log)

local variables: folded-file: t byte-compile-dynamic: t

Automatically generated documentation for options defined in module emacspeak-add-log. These options are customizable via Emacs' Custom interface.

— Variable: User Option emacspeak-change-log-acknowledgement-voice

Personality used for change-log-acknowledgement This personality uses voice-smoothen whose effect can be changed globally by customizing voice-smoothen-settings.

— Variable: User Option emacspeak-change-log-conditionals-voice

Personality used for change-log-conditionals This personality uses voice-animate whose effect can be changed globally by customizing voice-animate-settings.

— Variable: User Option emacspeak-change-log-email-voice

Personality used for change-log-email This personality uses voice-womanize-1 whose effect can be changed globally by customizing voice-womanize-1-settings.

— Variable: User Option emacspeak-change-log-file-voice

Personality used for change-log-file This personality uses voice-bolden whose effect can be changed globally by customizing voice-bolden-settings.

— Variable: User Option emacspeak-change-log-function-voice

Personality used for change-log-function This personality uses voice-bolden-extra whose effect can be changed globally by customizing voice-bolden-extra-settings.

— Variable: User Option emacspeak-change-log-list-voice

Personality used for change-log-list This personality uses voice-lighten whose effect can be changed globally by customizing voice-lighten-settings.

— Variable: User Option emacspeak-change-log-name-voice

Personality used for change-log-name This personality uses voice-lighten-extra whose effect can be changed globally by customizing voice-lighten-extra-settings.