Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 emacspeak (29.0-8) UNRELEASED; urgency=low
 .
   * QA upload
   * Debconf translations:
     - Brazilian Portuguese (Marco Juliano e Silva).  Closes: #649500
     - Danish (Joe Hansen).  Closes: #646323
   * Modernize package:
     - Use 3.0 source format
     - Add build-arch and build-indep build targets
     - Bump debhelper compatibility to 8
Author: Christian Perrier <bubulle@debian.org>
Bug-Debian: http://bugs.debian.org/646323
Bug-Debian: http://bugs.debian.org/649500

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- /dev/null
+++ emacspeak-29.0/texi-patch
@@ -0,0 +1,77 @@
+diff -ur /home/jrv/speech/emacspeak/emacspeak-28.0/info/copyright.texi info/copyright.texi
+--- /home/jrv/speech/emacspeak/emacspeak-28.0/info/copyright.texi	2007-05-03 21:08:58.000000000 -0400
++++ info/copyright.texi	2008-07-30 19:34:52.000000000 -0400
+@@ -13,19 +13,3 @@
+ manual without charge provided the copyright notice and this permission
+ notice are preserved on all copies.
+ 
+-@titlepage
+-
+-     @title Emacspeak --The Complete Audio Desktop
+-@subtitle User Manual
+-@author T. V. Raman 
+-     
+-     @page
+-     @vskip 0pt plus 1filll
+-     Copyright @copyright{} 1994--2002 T. V. Raman. All Rights Reserved.
+-
+-
+-Permission is granted to make and distribute verbatim copies of this
+-manual without charge provided the copyright notice and this permission
+-notice are preserved on all copies.
+-
+-@end titlepage
+diff -ur /home/jrv/speech/emacspeak/emacspeak-28.0/info/emacspeak.texi info/emacspeak.texi
+--- /home/jrv/speech/emacspeak/emacspeak-28.0/info/emacspeak.texi	2007-05-03 00:00:00.000000000 -0400
++++ info/emacspeak.texi	2008-07-30 19:35:37.000000000 -0400
+@@ -9,6 +9,25 @@
+  * Emacspeak:(emacspeak).		Speech-enabled Audio Desktop.
+ @end direntry
+ 
++@titlepage
++
++     @title Emacspeak --The Complete Audio Desktop
++@subtitle User Manual
++@author T. V. Raman 
++     
++     @page
++     @vskip 0pt plus 1filll
++     Copyright @copyright{} 1994--2002 T. V. Raman. All Rights Reserved.
++
++
++Permission is granted to make and distribute verbatim copies of this
++manual without charge provided the copyright notice and this permission
++notice are preserved on all copies.
++
++
++@summarycontents
++@contents
++@end titlepage
+ 
+ @include preamble.texi
+ @include copyright.texi
+@@ -34,8 +53,5 @@
+ @node Key Index
+ @chapter Key Index
+ @printindex ky
+-
+-@summarycontents
+-@contents
+      
+      @bye
+diff -ur /home/jrv/speech/emacspeak/emacspeak-28.0/info/preamble.texi info/preamble.texi
+--- /home/jrv/speech/emacspeak/emacspeak-28.0/info/preamble.texi	2007-05-03 21:08:58.000000000 -0400
++++ info/preamble.texi	2008-07-30 20:04:28.000000000 -0400
+@@ -4,8 +4,10 @@
+ @top Emacspeak
+ 
+ 
+-This manual documents Emacspeak, a speech interface to Emacs.  The
+-manual is divided into the following chapters.
++This manual documents Emacspeak, a speech interface to Emacs.  
++@ifinfo 
++The manual is divided into the following chapters. 
++@end ifinfo
+ 
+ @menu
+ * Copying: Copyright.
--- emacspeak-29.0.orig/servers/speech-server
+++ emacspeak-29.0/servers/speech-server
@@ -1,4 +1,5 @@
-#!/usr/bin/tcl
+#!/usr/bin/tclsh8.4
+package require Tclx
 # $Id: speech-server 4725 2007-07-02 02:12:26Z tv.raman.tv $
 # Description:  Speech server
 #Usage: tcl speech-server port device-specific-script
--- emacspeak-29.0.orig/servers/outloud
+++ emacspeak-29.0/servers/outloud
@@ -1,4 +1,5 @@
-#!/usr/bin/tcl
+#!/usr/bin/tclsh8.4
+package require Tclx
 # Keywords: Emacspeak, ViaVoice Outloud , TCL
 # {{{ LCD Entry: 
 
@@ -478,7 +479,7 @@ fconfigure file0 -encoding utf-8
 tts_initialize
 set tts(speech_rate)  75
 beep_initialize
-set tts(input) file0
+set tts(input) stdin
 if {[info exists server_p]} {
     set tts(input) sock0
 }
--- emacspeak-29.0.orig/servers/tts-lib.tcl
+++ emacspeak-29.0/servers/tts-lib.tcl
@@ -1,3 +1,5 @@
+#!/usr/bin/tclsh8.4
+package require Tclx
 #$Id: tts-lib.tcl 4669 2007-06-24 04:12:03Z tv.raman.tv $
 # {{{ LCD Entry: 
 #x
--- emacspeak-29.0.orig/servers/dtk-soft
+++ emacspeak-29.0/servers/dtk-soft
@@ -1,4 +1,5 @@
-#!/usr/bin/tcl
+#!/usr/bin/tclsh8.4
+package require Tclx
 # Keywords: Emacspeak, Software Dectalk , TCL
 # {{{ LCD Entry: 
 
--- emacspeak-29.0.orig/servers/ssh-dtk-exp
+++ emacspeak-29.0/servers/ssh-dtk-exp
@@ -1,4 +1,5 @@
-#!/usr/bin/tcl
+#!/usr/bin/tclsh8.4
+package require Tclx
 #$Id: ssh-dtk-exp 5701 2008-07-20 17:51:31Z tv.raman.tv $
 #Description: Launch a TTS server on a remote host.
 #Copyright (C) 1995 -- 2007, T. V. Raman 
@@ -42,7 +43,7 @@ if {$host == ""} {
 }
     
 
-set tcl /usr/bin/tcl 
+set tcl /usr/bin/tclsh8.4 
 regsub {/ssh-}  $argv0 {/} tts
 puts stderr "Running <ssh $host -l $user -p $port   $tcl $tts>"
 exec     ssh -o StrictHostKeyChecking=no $host \
--- emacspeak-29.0.orig/servers/espeak
+++ emacspeak-29.0/servers/espeak
@@ -1,4 +1,5 @@
-#!/usr/bin/tcl
+#!/usr/bin/tclsh8.4
+package require Tclx
 # Keywords: Emacspeak, eSpeak , TCL
 # {{{ LCD Entry: 
 
--- emacspeak-29.0.orig/servers/ssh-outloud
+++ emacspeak-29.0/servers/ssh-outloud
@@ -1,4 +1,5 @@
-#!/usr/bin/tcl
+#!/usr/bin/tclsh8.4
+package require Tclx
 #$Id: ssh-outloud 5700 2008-07-20 17:46:53Z tv.raman.tv $
 #Description: Launch a TTS server on a remote host.
 #Copyright (C) 1995 -- 2007, T. V. Raman 
@@ -42,7 +43,7 @@ if {$host == ""} {
 }
     
 
-set tcl /usr/bin/tcl 
+set tcl /usr/bin/tclsh8.4
 regsub {/ssh-}  $argv0 {/} tts
 puts stderr "Running <ssh $host -l $user -p $port   $tcl $tts>"
 exec     ssh -o StrictHostKeyChecking=no $host \
--- emacspeak-29.0.orig/servers/dtk-exp
+++ emacspeak-29.0/servers/dtk-exp
@@ -1,4 +1,5 @@
-#!/usr/bin/tcl
+#!/usr/bin/tclsh8.4
+package require Tclx
 # $Id: dtk-exp 5528 2008-03-15 02:06:50Z tv.raman.tv $
 # Description:  Interfacing to a Dectalk via TCL.
 # Keywords: Emacspeak, Dectalk, TCL
--- emacspeak-29.0.orig/info/emacspeak.texi
+++ emacspeak-29.0/info/emacspeak.texi
@@ -4,9 +4,12 @@
 @setfilename./emacspeak.info 
 @settitle Emacspeak User's Manual --2nd Edition.
 @dircategory Accessibility
+@direntry
+* Emacspeak:(emacspeak).		Speech-enabled Audio Desktop.
+@end direntry
 @dircategory Emacs
 @direntry
- * Emacspeak:(emacspeak).		Speech-enabled Audio Desktop.
+* Emacspeak:(emacspeak).		Speech-enabled Audio Desktop.
 @end direntry
 
 @titlepage
--- emacspeak-29.0.orig/info/tts.texi
+++ emacspeak-29.0/info/tts.texi
@@ -10,7 +10,7 @@ text to speech (TTS) system.
 
 @menu
 * Controlling Echo::             Character, Word and Line Echo.
-* Speech Output  Control::       Indicating case, capitalization and indentation.
+* Speech Output Control::        Indicating case, capitalization and indentation.
 * Miscellaneous:: Miscellaneous TTS Commands.
 @end menu
 
@@ -36,30 +36,30 @@ using the common Emacs terminology of @e
 
 @table @kbd 
 @findex  emacspeak-toggle-character-echo
- @kindex  control e d k 
+@kindex  control e d k 
 @item  @kbd{control e d k }
 emacspeak-toggle-character-echo
- Toggle state of  Emacspeak  character echo.
+Toggle state of  Emacspeak  character echo.
 Interactive PREFIX arg means toggle  the global default value, and then set the
 current local  value to the result.
 
 
 @findex  emacspeak-toggle-word-echo
- @kindex  control e d w 
- 
+@kindex  control e d w 
+
 @item @kbd{ control e d w }
 emacspeak-toggle-word-echo
- Toggle state of  Emacspeak  word echo.
+Toggle state of  Emacspeak  word echo.
 Interactive PREFIX arg means toggle  the global default value, and then set the
 current local  value to the result.
 
 
 @findex  emacspeak-toggle-line-echo
- @kindex  control e d l 
- 
+@kindex  control e d l 
+
 @item @kbd{ control e d l }
 emacspeak-toggle-line-echo
- Toggle state of  Emacspeak  line echo.
+Toggle state of  Emacspeak  line echo.
 Interactive PREFIX arg means toggle  the global default value, and then set the
 current local  value to the result.
 @end table
@@ -82,21 +82,21 @@ all buffers by preceding these commands
 @table @kbd 
 
 @findex  dtk-set-rate
- @kindex  control e d r 
- 
+@kindex  control e d r 
+
 @item @kbd{ control e d r }
 dtk-set-rate
- Set speaking RATE for the tts.
+Set speaking RATE for the tts.
 Interactive PREFIX arg means set   the global default value, and then set the
 current local  value to the result.
 
 
 @findex  dtk-set-character-scale
- @kindex  control e d f 
- 
+@kindex  control e d f 
+
 @item @kbd{ control e d f }
 dtk-set-character-scale
- Set scale FACTOR for   speech rate.
+Set scale FACTOR for   speech rate.
 Speech rate is scaled by this factor
 when speaking characters.
 Interactive PREFIX arg means set   the global default value, and then set the
@@ -109,20 +109,20 @@ Automatically defined advice to speak in
 
 
 @findex  dtk-set-predefined-speech-rate
- @kindex  control e d 9   control e d 8   control e d 7   control e d 6   control e d 5   control e d 4   control e d 3   control e d 2   control e d 1   control e d 0 
- 
+@kindex  control e d 9   control e d 8   control e d 7   control e d 6   control e d 5   control e d 4   control e d 3   control e d 2   control e d 1   control e d 0 
+
 @item @kbd{ control e d 9   control e d 8   control e d 7   control e d 6   control e d 5   control e d 4   control e d 3   control e d 2   control e d 1   control e d 0 }
 dtk-set-predefined-speech-rate
- Set speech rate to one of nine predefined levels.
+Set speech rate to one of nine predefined levels.
 Interactive PREFIX arg says to set the rate globally.
 
 
 @findex  dtk-set-punctuations
- @kindex  control e d p 
- 
+@kindex  control e d p 
+
 @item @kbd{ control e d p }
 dtk-set-punctuations
- Set punctuation mode to MODE.
+Set punctuation mode to MODE.
 Possible values are `some', `all', or `none'.
 Interactive PREFIX arg means set   the global default value, and then set the
 current local  value to the result.
@@ -130,11 +130,11 @@ current local  value to the result.
 
 
 @findex  dtk-set-pronunciation-mode
- @kindex  control e d m 
- 
+@kindex  control e d m 
+
 @item @kbd{ control e d m }
 dtk-set-pronunciation-mode
- Set pronunciation MODE.
+Set pronunciation MODE.
 This command is valid only for newer
 Dectalks, e.g.  the Dectalk Express.  Possible values are `math, name,
 europe, spell', all of which can be turned on or off.
@@ -143,11 +143,11 @@ Argument STATE specifies new state.
 
 
 @findex  dtk-toggle-split-caps
- @kindex  control e d s 
+@kindex  control e d s 
 
 @item @kbd{ control e d s }
 dtk-toggle-split-caps
- Toggle split caps mode.
+Toggle split caps mode.
 Split caps mode is useful when reading
 Hungarian notation in program source code.  Interactive PREFIX arg
 means toggle the global default value, and then set the current local
@@ -155,22 +155,22 @@ value to the result.
 
 
 @findex  dtk-toggle-capitalization
- @kindex  control e d c 
- 
+@kindex  control e d c 
+
 @item @kbd{ control e d c }
 dtk-toggle-capitalization
- Toggle capitalization.
+Toggle capitalization.
 when set, capitalization is indicated by a
 short beep.  Interactive PREFIX arg means toggle the global default
 value, and then set the current local value to the result.
 
 
 @findex  dtk-toggle-allcaps-beep
- @kindex  control e d  cap C  
- 
+@kindex  control e d  cap C  
+
 @item @kbd{ control e d  cap C  }
 dtk-toggle-allcaps-beep
- Toggle allcaps-beep.
+Toggle allcaps-beep.
 when set, allcaps words  are  indicated by a
 short beep.  Interactive PREFIX arg means toggle the global default
 value, and then set the current local value to the result.
@@ -188,11 +188,11 @@ program source.
 @table @kbd
 
 @findex  emacspeak-toggle-audio-indentation
- @kindex  control e d i 
- 
+@kindex  control e d i 
+
 @item @kbd{ control e d i }
 emacspeak-toggle-audio-indentation
- Toggle state of  Emacspeak  audio indentation.
+Toggle state of  Emacspeak  audio indentation.
 Interactive PREFIX arg means toggle  the global default value, and then set the
 current local  value to the result.
 Specifying the method of indentation as `tones'
@@ -227,19 +227,19 @@ runaway speech server.
 @table @kbd
 
 @findex  dtk-stop
- @kindex     pause   control e s   
- 
+@kindex     pause   control e s   
+
 @item @kbd{Control e s}
 dtk-stop
- Stop speech now.
+Stop speech now.
 
 
 @findex  dtk-pause
- @kindex  control e p 
- 
+@kindex  control e p 
+
 @item @kbd{ control e p }
 dtk-pause
- Pause ongoing speech.
+Pause ongoing speech.
 The speech can be resumed with command `dtk-resume'
 normally bound to C-e SPC.  Pausing speech is useful when one needs to
 perform a few actions before continuing to read a large document.  Emacspeak
@@ -250,24 +250,24 @@ Optional PREFIX arg flushes any previous
 
 
 @findex  dtk-resume
- @kindex  control e SPACE 
- 
+@kindex  control e SPACE 
+
 @item @kbd{ control e SPACE }
 dtk-resume
- Resume paused speech.
+Resume paused speech.
 This command resumes  speech that has been suspended by executing
 command `dtk-pause' bound to C-e p.
 If speech has not been paused,
 and variable `dtk-resume-should-toggle' is t
- then this command will pause ongoing speech.
+then this command will pause ongoing speech.
 
 
 @findex  dtk-toggle-quiet
- @kindex  control e d q 
- 
+@kindex  control e d q 
+
 @item @kbd{ control e d q }
 dtk-toggle-quiet
- Toggle state of the speech device between being quiet and talkative.
+Toggle state of the speech device between being quiet and talkative.
 Useful if you want to continue using an Emacs session that has
 emacspeak loaded but wish to make the speech shut up.
 Optional argument PREFIX specifies whether speech is turned off in the current buffer or in all buffers.
@@ -275,11 +275,11 @@ Optional argument PREFIX specifies wheth
 
 
 @findex  dtk-emergency-restart
- @kindex  control e control s 
- 
+@kindex  control e control s 
+
 @item @kbd{ control e control s }
 dtk-emergency-restart
- Use this to nuke the currently running dtk server and restart it.
+Use this to nuke the currently running dtk server and restart it.
 Useful if you want to switch to another synthesizer while emacspeak is
 running.  Also useful for emergency stopping of speech.
 
@@ -293,11 +293,11 @@ keymap @kbd{C-e d}.
 @table @kbd
 
 @findex  dtk-add-cleanup-pattern
- @kindex  control e d a 
- 
+@kindex  control e d a 
+
 @item @kbd{ control e d a }
 dtk-add-cleanup-pattern
- Add this pattern to the list of repeating patterns that are cleaned up.
+Add this pattern to the list of repeating patterns that are cleaned up.
 Optional interactive prefix arg deletes  this pattern if
 previously added.  Cleaning up repeated patterns results in emacspeak
 speaking the pattern followed by a repeat count instead of speaking
@@ -310,22 +310,22 @@ will say ``aw fifteen dot'' when speakin
 
 
 @findex  dtk-select-server
- @kindex  control e d d 
- 
+@kindex  control e d d 
+
 @item @kbd{ control e d d }
 dtk-select-server
- Select a speech server interactively.
+Select a speech server interactively.
 This will be the server that is used when you next call either
 M-x dtk-initialize or C-e C-s.
 Argument PROGRAM specifies the speech server program.
 
 
 @findex  dtk-toggle-splitting-on-white-space
- @kindex  control e d SPACE 
- 
+@kindex  control e d SPACE 
+
 @item @kbd{ control e d SPACE }
 dtk-toggle-splitting-on-white-space
- Toggle splitting of speech on white space.
+Toggle splitting of speech on white space.
 This affects the internal state of emacspeak that decides if we split
 text purely by clause boundaries, or also include
 whitespace.  By default, emacspeak sends a clause at a time
@@ -342,37 +342,37 @@ since the synthesizer is getting a word
 
 
 @findex  dtk-set-chunk-separator-syntax
- @kindex  control e d RETURN 
- 
+@kindex  control e d RETURN 
+
 @item @kbd{ control e d RETURN }
 dtk-set-chunk-separator-syntax
- Interactively set how text is split in chunks.
+Interactively set how text is split in chunks.
 See the Emacs documentation on syntax tables for details on how characters are
 classified into various syntactic classes.
 Argument S specifies the syntax class.
 
 
 @findex  emacspeak-dial-dtk
- @kindex  control e d t 
- 
+@kindex  control e d t 
+
 @item @kbd{ control e d t }
 emacspeak-dial-dtk
- Prompt for and dial a phone NUMBER with the Dectalk.
+Prompt for and dial a phone NUMBER with the Dectalk.
 
 
 @findex  emacspeak-dtk-speak-version
- @kindex  control e d  cap V  
- 
+@kindex  control e d  cap V  
+
 @item @kbd{ control e d  cap V  }
 emacspeak-dtk-speak-version
- Use this to find out which version of the TTS firmware you are running.
+Use this to find out which version of the TTS firmware you are running.
 
 
 @findex  emacspeak-zap-dtk
- @kindex  control e d z 
- 
+@kindex  control e d z 
+
 @item @kbd{ control e d z }
 emacspeak-zap-dtk
- Send this command to the TTS engine  directly.
+Send this command to the TTS engine  directly.
 
 @end table
--- emacspeak-29.0.orig/info/tts-server.texi
+++ emacspeak-29.0/info/tts-server.texi
@@ -1,209 +1,209 @@
-        @c $Id: tts-server.texi 4047 2006-08-11 19:11:17Z tv.raman.tv $
-        @node TTS Servers
-        @chapter Emacspeak TTS Servers
-
-        Emacspeak produces spoken output by communicating with one of many
-        speech servers. This section documents the communication protocol
-        between the client application i.e. Emacspeak, and the TTS
-        server. This section is primarily intended for developers wishing to:
-        @itemize @bullet
-        @item Create new speech servers that comply with this communication
-        protocol 
-        @item Developers of other client applications   who wish to use
-        the various Emacspeak speech servers.
-        @end itemize
-
-        @subsection High-level Overview
-
-        The TTS server reads commands from standard input, and  script
-        @emph{speech-server} can be used  to cause a TTS server to communicate
-        via a TCP socket. Speech server commands are used by the client
-        application to make specific requests of the server; the server
-        listens for these requests in a non-blocking read loop and executes
-        requests as they become available. Requests can be classified
-        as follows:
-        @itemize @bullet
-        @item Commands that send text to be spoken.
-        @item Commands that set @emph{state} of the TTS server.
-        @end itemize
-
-        All commands are of the form 
-        @example
-        commandWord @{arguments@}
-        @end example
-        The braces are optional if the command argument contains no white
-        space.  The speech server maintains a @emph{current state} that
-        determines various characteristics of spoken output such as speech
-        rate, punctuations mode etc. (see set of commands that manipulate
-        speech state for complete list).  The client application @emph{queues} The
-        text and non-speech audio output to be produced before asking the
-        server to @emph{dispatch} the set of queued requests, i.e. start
-        producing output.
-
-        Once the server has been asked to produce output, it removes items
-        from the front of the queue, sends the requisite commands to the
-        underlying TTS engine, and waits for the engine to acknowledge that
-        the request has been completely processed. This is a non-blocking
-        operation, i.e., if the client application generates additional
-        requests, these are processed @emph{immediately}.
-
-        The above design allows the Emacspeak TTS server to be
-        @emph{highly} responsive; Cleint applications can queue large
-        amounts of text (typically queued a clause at a time to
-        achieve the best prosody), ask the TTS server to start speaking,
-        and interrupt the spoken output at any time.
-
-        @subsection Commands That Queue Output.
-
-        This section documents commands that either produce spoken
-        output, or queue output to be produced on demand.
-        Commands that place the request on the queue are clearly marked.
-
-        @example
-        version
-        @end example
-
-        Speaks the @emph{version} of the TTS engine. Produces output
-        immediately.
-
-        @example
-        tts_say text 
-        @end example
-
-        Speaks the specified @emph{text} immediately. The text is not
-        pre-processed in any way, contrast this with the primary way of
-        speaking text which is to queue text before asking the server to
-        process the queue.
-
-        @example
-        l c
-        @end example
-
-        Speak @emph{c} a single character, as a letter.  The character is
-        spoken immediately. This command uses the TTS engine's capability to
-        speak a single character with the ability to flush speech
-        @emph{immediately}.  Client applications wishing to produce
-        character-at-a-time output, e.g., when providing character echo during
-        keyboard input should use this command.
-
-        @example
-        d
-        @end example
-
-        This command is used to @emph{dispatch} all queued requests.
-        It was renamed to a single character command (like many of the
-        commonly used TTS server commands) to work more effectively over
-        slow (9600) dialup lines.
-        The effect of calling this command is for the TTS server to start
-        processing items that have been queued via earlier requests.
-
-        @example
-        tts_pause
-        @end example
-
-        This pauses speech @emph{immediately}.
-        It does not affect queued requests; when command
-        @emph{tts_resume} is called, the output resumes at the point
-        where it was paused. Not all TTS engines provide this capability.
-
-        @example
-        tts_resume
-        @end example
-
-        Resume spoken output if it has been paused earlier.
-
-        @example
-        s
-        @end example
-
-        Stop speech @emph{immediately}.
-        Spoken output is interrupted, and all pending requests are
-        flushed from the queue.
-
-        @example
-        q text
-        @end example
-
-        Queues text to be spoken. No spoken output is produced until a
-        @emph{dispatch} request is received via execution of command
-        @emph{d}.
-
-        @example
-        a filename
-        @end example
-
-        Cues the audio file identified by filename for playing.
-
-        @example
-        t freq length
-        @end example
-
-        Queues a tone to be played at the specified frequency and having the
-        specified length.  Frequency is specified in hertz and length is
-        specified in milliseconds.
-
-        @example
-        sh duration
-        @end example
-
-        Queues the specified duration of silence. Silence is specified in
-        milliseconds.
-
-        @subsection Commands That Set State
-
-        @example
-        tts_reset
-        @end example
-
-        Reset TTS engine to  default settings.
-
-        @example
-        tts_set_punctuations mode
-        @end example
-
-        Sets TTS engine to the specified punctuation mode. Typicaly, TTS
-        servers provide at least three modes:
-        @itemize @bullet
-        @item None: Do not speak punctuation characters.
-        @item some: Speak some punctuation characters. Used for English
-        prose.
-        @item all: Speak out @emph{all} punctuation characters; useful in
-        programming modes.
-        @end itemize
-
-        @example
-        tts_set_speech_rate rate
-        @end example
-
-        Sets speech rate. The interpretation of this value is typically
-        engine specific.
-
-        @example
-        tts_set_character_scale factor
-        @end example
-
-        Scale factor applied to speech rate when speaking individual
-        characters.Thus, setting speech rate to 500 and character
-        scale to 1.2 will cause command @emph{l} to use a speech rate
-        of @emph{500 * 1.2 = 600}.
-
-        @example    
-        tts_split_caps flag
-        @end example
-
-        Set state of @emph{split caps} processing. Turn this on to
-        speak mixed-case (AKA Camel Case) identifiers.
-
-        @example
-        tts_capitalize flag
-        @end example
-
-        Indicate capitalization via a beep tone or voice  pitch.
-
-        @example
-        tts_allcaps_beep flag
-        @end example
+@c $Id: tts-server.texi 4047 2006-08-11 19:11:17Z tv.raman.tv $
+@node TTS Servers
+@chapter Emacspeak TTS Servers
+
+Emacspeak produces spoken output by communicating with one of many
+speech servers. This section documents the communication protocol
+between the client application i.e. Emacspeak, and the TTS
+server. This section is primarily intended for developers wishing to:
+@itemize @bullet
+@item Create new speech servers that comply with this communication
+protocol 
+@item Developers of other client applications   who wish to use
+the various Emacspeak speech servers.
+@end itemize
+
+@subsection High-level Overview
+
+The TTS server reads commands from standard input, and  script
+@emph{speech-server} can be used  to cause a TTS server to communicate
+via a TCP socket. Speech server commands are used by the client
+application to make specific requests of the server; the server
+listens for these requests in a non-blocking read loop and executes
+requests as they become available. Requests can be classified
+as follows:
+@itemize @bullet
+@item Commands that send text to be spoken.
+@item Commands that set @emph{state} of the TTS server.
+@end itemize
+
+All commands are of the form 
+@example
+commandWord @{arguments@}
+@end example
+The braces are optional if the command argument contains no white
+space.  The speech server maintains a @emph{current state} that
+determines various characteristics of spoken output such as speech
+rate, punctuations mode etc. (see set of commands that manipulate
+speech state for complete list).  The client application @emph{queues} The
+text and non-speech audio output to be produced before asking the
+server to @emph{dispatch} the set of queued requests, i.e. start
+producing output.
+
+Once the server has been asked to produce output, it removes items
+from the front of the queue, sends the requisite commands to the
+underlying TTS engine, and waits for the engine to acknowledge that
+the request has been completely processed. This is a non-blocking
+operation, i.e., if the client application generates additional
+requests, these are processed @emph{immediately}.
+
+The above design allows the Emacspeak TTS server to be
+@emph{highly} responsive; Cleint applications can queue large
+amounts of text (typically queued a clause at a time to
+achieve the best prosody), ask the TTS server to start speaking,
+and interrupt the spoken output at any time.
+
+@subsection Commands That Queue Output.
+
+This section documents commands that either produce spoken
+output, or queue output to be produced on demand.
+Commands that place the request on the queue are clearly marked.
+
+@example
+version
+@end example
+
+Speaks the @emph{version} of the TTS engine. Produces output
+immediately.
+
+@example
+tts_say text 
+@end example
+
+Speaks the specified @emph{text} immediately. The text is not
+pre-processed in any way, contrast this with the primary way of
+speaking text which is to queue text before asking the server to
+process the queue.
+
+@example
+l c
+@end example
+
+Speak @emph{c} a single character, as a letter.  The character is
+spoken immediately. This command uses the TTS engine's capability to
+speak a single character with the ability to flush speech
+@emph{immediately}.  Client applications wishing to produce
+character-at-a-time output, e.g., when providing character echo during
+keyboard input should use this command.
+
+@example
+d
+@end example
+
+This command is used to @emph{dispatch} all queued requests.
+It was renamed to a single character command (like many of the
+commonly used TTS server commands) to work more effectively over
+slow (9600) dialup lines.
+The effect of calling this command is for the TTS server to start
+processing items that have been queued via earlier requests.
+
+@example
+tts_pause
+@end example
+
+This pauses speech @emph{immediately}.
+It does not affect queued requests; when command
+@emph{tts_resume} is called, the output resumes at the point
+where it was paused. Not all TTS engines provide this capability.
+
+@example
+tts_resume
+@end example
+
+Resume spoken output if it has been paused earlier.
+
+@example
+s
+@end example
+
+Stop speech @emph{immediately}.
+Spoken output is interrupted, and all pending requests are
+flushed from the queue.
+
+@example
+q text
+@end example
+
+Queues text to be spoken. No spoken output is produced until a
+@emph{dispatch} request is received via execution of command
+@emph{d}.
+
+@example
+a filename
+@end example
+
+Cues the audio file identified by filename for playing.
+
+@example
+t freq length
+@end example
+
+Queues a tone to be played at the specified frequency and having the
+specified length.  Frequency is specified in hertz and length is
+specified in milliseconds.
+
+@example
+sh duration
+@end example
+
+Queues the specified duration of silence. Silence is specified in
+milliseconds.
+
+@subsection Commands That Set State
+
+@example
+tts_reset
+@end example
+
+Reset TTS engine to  default settings.
+
+@example
+tts_set_punctuations mode
+@end example
+
+Sets TTS engine to the specified punctuation mode. Typicaly, TTS
+servers provide at least three modes:
+@itemize @bullet
+@item None: Do not speak punctuation characters.
+@item some: Speak some punctuation characters. Used for English
+prose.
+@item all: Speak out @emph{all} punctuation characters; useful in
+programming modes.
+@end itemize
+
+@example
+tts_set_speech_rate rate
+@end example
+
+Sets speech rate. The interpretation of this value is typically
+engine specific.
+
+@example
+tts_set_character_scale factor
+@end example
+
+Scale factor applied to speech rate when speaking individual
+characters.Thus, setting speech rate to 500 and character
+scale to 1.2 will cause command @emph{l} to use a speech rate
+of @emph{500 * 1.2 = 600}.
+
+@example    
+tts_split_caps flag
+@end example
+
+Set state of @emph{split caps} processing. Turn this on to
+speak mixed-case (AKA Camel Case) identifiers.
+
+@example
+tts_capitalize flag
+@end example
+
+Indicate capitalization via a beep tone or voice  pitch.
+
+@example
+tts_allcaps_beep flag
+@end example
 
-        Setting this flag produces  a high-pitched beep when speaking words that are in
-        all-caps, e.g. abbreviations.
+Setting this flag produces  a high-pitched beep when speaking words that are in
+all-caps, e.g. abbreviations.
 
--- /dev/null
+++ emacspeak-29.0/info/emacspeak.ps
@@ -0,0 +1,18622 @@
+%!PS-Adobe-2.0
+%%Creator: dvips(k) 5.96.1 Copyright 2007 Radical Eye Software
+%%Title: emacspeak.dvi
+%%CreationDate: Sun Jul 27 16:16:11 2008
+%%Pages: 209
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 596 842
+%%DocumentFonts: CMBX12 CMR10 CMSY10 CMTT10 CMTI10 CMR7 CMR9 CMB10
+%%+ CMSL10 CMSLTT10 CMSS10 CMMI9 CMTT9 CMR12 CMMI12 CMMI10
+%%DocumentPaperSizes: a4
+%%EndComments
+%DVIPSWebPage: (www.radicaleye.com)
+%DVIPSCommandLine: dvips emacspeak.dvi
+%DVIPSParameters: dpi=600
+%DVIPSSource:  TeX output 2008.07.27:1612
+%%BeginProcSet: tex.pro 0 0
+%!
+/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
+N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
+mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
+0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
+landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
+mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
+matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
+exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
+statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
+N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
+/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
+/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
+array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
+df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
+definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
+}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
+B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
+1 add N}if}B/CharBuilder{save 3 1 roll S A/base get 2 index get S
+/BitMaps get S get/Cd X pop/ctr 0 N Cdx 0 Cx Cy Ch sub Cx Cw add Cy
+setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx sub Cy .1 sub]{Ci}imagemask
+restore}B/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
+/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
+}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
+bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
+mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
+SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
+userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
+1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
+index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
+/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{
+/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT)
+(LaserWriter 16/600)]{A length product length le{A length product exch 0
+exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse
+end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask
+grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot}
+imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round
+exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto
+fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p
+delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M}
+B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{
+p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
+rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end
+
+%%EndProcSet
+%%BeginProcSet: texps.pro 0 0
+%!
+TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
+index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
+exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]FontType 0
+ne{/Metrics exch def dict begin Encoding{exch dup type/integertype ne{
+pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get
+div def}ifelse}forall Metrics/Metrics currentdict end def}{{1 index type
+/nametype eq{exit}if exch pop}loop}ifelse[2 index currentdict end
+definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{dup
+sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll
+mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[
+exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}if}
+forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def
+end
+
+%%EndProcSet
+%%BeginFont: CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 58 /period put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
+3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
+532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
+B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
+986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
+D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958
+9E394A533A081C36D456A09920001A3D2199583EB9B84B4DEE08E3D12939E321
+990CD249827D9648574955F61BAAA11263A91B6C3D47A5190165B0C25ABF6D3E
+6EC187E4B05182126BB0D0323D943170B795255260F9FD25F2248D04F45DFBFB
+DEF7FF8B19BFEF637B210018AE02572B389B3F76282BEB29CC301905D388C721
+59616893E774413F48DE0B408BC66DCE3FE17CB9F84D205839D58014D6A88823
+D9320AE93AF96D97A02C4D5A2BB2B8C7925C4578003959C46E3CE1A2F0EAC4BF
+8B9B325E46435BDE60BC54D72BC8ACB5C0A34413AC87045DC7B84646A324B808
+6FD8E34217213E131C3B1510415CE45420688ED9C1D27890EC68BD7C1235FAF9
+1DAB3A369DD2FC3BE5CF9655C7B7EDA7361D7E05E5831B6B8E2EEC542A7B38EE
+03BE4BAC6079D038ACB3C7C916279764547C2D51976BABA94BA9866D79F13909
+95AA39B0F03103A07CBDF441B8C5669F729020AF284B7FF52A29C6255FCAACF1
+74109050FBA2602E72593FBCBFC26E726EE4AEF97B7632BC4F5F353B5C67FED2
+3EA752A4A57B8F7FEFF1D7341D895F0A3A0BE1D8E3391970457A967EFF84F6D8
+47750B1145B8CC5BD96EE7AA99DDC9E06939E383BDA41175233D58AD263EBF19
+AFC0E2F840512D321166547B306C592B8A01E1FA2564B9A26DAC14256414E4C8
+42616728D918C74D13C349F4186EC7B9708B86467425A6FDB3A396562F7EE4D8
+40B43621744CF8A23A6E532649B66C2A0002DD04F8F39618E4F572819DD34837
+B5A08E643FDCA1505AF6A1FA3DDFD1FA758013CAED8ACDDBBB334D664DFF5B53
+9560176676ABB71BBD0EE56B4CC492C0652750227CEC6CBEEE374709231B00CD
+0DE83AFDE295B314F6C8B1FFD32251C1925D96A64D739FF1DA4926460B28B3DE
+E949AA0BA3DDB16534FBA30C32092D5F712B5E8C8D5142F35AF2906E6C219D2C
+7FD9A368C193E0EB9C7E25FF03C546B6ED993F964CEDB1B8537C617170787F37
+88D6F2AD02384B01067FE3F98257BAB958BB3BCD1001090A4502DA0638080EC6
+DB784CC8AC37CDC01B29BC481D6A05ADC6188785262358C1BF1D694BBF31C1F1
+AF117C1ACED44AAC6EB4B9A2511A6762DDE8FCCBA5
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMMI12
+%!PS-AdobeFont-1.1: CMMI12 1.100
+%%CreationDate: 1996 Jul 27 08:57:55
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMMI12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 58 /period put
+readonly def
+/FontBBox{-30 -250 1026 750}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
+3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
+532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
+B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
+986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
+D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5
+5250011D19E9366EB6FD153D3A100CAA6212E3D5D93990737F8D326D347B7EDC
+4391C9DF440285B8FC159D0E98D4258FC57892DCC57F7903449E07914FBE9E67
+3C15C2153C061EB541F66C11E7EE77D5D77C0B11E1AC55101DA976CCACAB6993
+EED1406FBB7FF30EAC9E90B90B2AF4EC7C273CA32F11A5C1426FF641B4A2FB2F
+4E68635C93DB835737567FAF8471CBC05078DCD4E40E25A2F4E5AF46C234CF59
+2A1CE8F39E1BA1B2A594355637E474167EAD4D97D51AF0A899B44387E1FD933A
+323AFDA6BA740534A510B4705C0A15647AFBF3E53A82BF320DD96753639BE49C
+2F79A1988863EF977B800C9DB5B42039C23EB86953713F730E03EA22FF7BB2C1
+D97D33FD77B1BDCC2A60B12CF7805CFC90C5B914C0F30A673DF9587F93E47CEA
+5932DD1930560C4F0D97547BCD805D6D854455B13A4D7382A22F562D7C55041F
+0FD294BDAA1834820F894265A667E5C97D95FF152531EF97258F56374502865D
+A1E7C0C5FB7C6FB7D3C43FEB3431095A59FBF6F61CEC6D6DEE09F4EB0FD70D77
+2A8B0A4984C6120293F6B947944BE23259F6EB64303D627353163B6505FC8A60
+00681F7A3968B6CBB49E0420A691258F5E7B07B417157803FCBE9B9FB1F80FD8
+CA0DA1186446DD565542BCCC7D339A1EB34C7F49246E8D72E987EB477C6DB757
+99AF86CEBCD7605C487A00CD2CD093098182DC57B20D78ECE0BECF3A0BF88EBA
+C866DB19F34BBBED6634AFC0F08D2AFB2A92578A6F8B4ADCD6594737FF6EED7D
+5B536DA9E3E2CADB40DB7C600EA4D100D33C3B92B1CF857E012C4EB370BA8295
+55B50047CC8911C98FE1A7BA6CDEA82D34476286E710776823690AD333DD3A49
+335002F4680DBE1C21174BF016B0DF799B01EB9D6988479A8334BBA2F8DC7146
+BC0DAE9DE3A6453B181808E68A89E0C02DAC6264D002B422EBC1CF14F65D9888
+15EE6D514D3457F7F3C6A3D17EE1DA076F73ECC392D349174DA9E4680F29CE10
+0157E42CA35F5DBFF56BFC3AA07E61A78DBE882C5AB388220C19750D3643E7C8
+23D6673027CE568A4ACCE1D12B1D9E5A43507F4AF9BC873237F65A6B95078DD2
+378007CF0F0DE7CCEF760E19D6D1D7B412EC5D4972
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMR12
+%!PS-AdobeFont-1.1: CMR12 1.0
+%%CreationDate: 1991 Aug 20 16:38:05
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 46 /period put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 65 /A put
+dup 66 /B put
+dup 67 /C put
+dup 68 /D put
+dup 69 /E put
+dup 72 /H put
+dup 73 /I put
+dup 75 /K put
+dup 76 /L put
+dup 77 /M put
+dup 79 /O put
+dup 80 /P put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 86 /V put
+dup 87 /W put
+dup 97 /a put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 106 /j put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+readonly def
+/FontBBox{-34 -251 988 750}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF4E9D2405B169CD5365D6ECED5D768D66D6C
+68618B8C482B341F8CA38E9BB9BAFCFAAD9C2F3FD033B62690986ED43D9C9361
+3645B82392D5CAE11A7CB49D7E2E82DCD485CBA04C77322EB2E6A79D73DC194E
+59C120A2DABB9BF72E2CF256DD6EB54EECBA588101ABD933B57CE8A3A0D16B28
+51D7494F73096DF53BDC66BBF896B587DF9643317D5F610CD9088F9849126F23
+DDE030F7B277DD99055C8B119CAE9C99158AC4E150CDFC2C66ED92EBB4CC092A
+AA078CE16247A1335AD332DAA950D20395A7384C33FF72EAA31A5B89766E635F
+45C4C068AD7EE867398F0381B07CB94D29FF097D59FF9961D195A948E3D87C31
+821E9295A56D21875B41988F7A16A1587050C3C71B4E4355BB37F255D6B237CE
+96F25467F70FA19E0F85785FF49068949CCC79F2F8AE57D5F79BB9C5CF5EED5D
+9857B9967D9B96CDCF73D5D65FF75AFABB66734018BAE264597220C89FD17379
+26764A9302D078B4EB0E29178C878FD61007EEA2DDB119AE88C57ECFEF4B71E4
+140A34951DDC3568A84CC92371A789021A103A1A347050FDA6ECF7903F67D213
+1D0C7C474A9053866E9C88E65E6932BA87A73686EAB0019389F84D159809C498
+1E7A30ED942EB211B00DBFF5BCC720F4E276C3339B31B6EABBB078430E6A09BB
+377D3061A20B1EB98796B8607EECBC699445EAA866C38E03ED7D4F3EDBCA1926
+2AF6A41F67AFCFBF3630C943FA111E4CCD988A7363F7C2B75EAF5830B049460E
+0D2B337988F150B9182E989E7750C51BA83DF37685483F86D1F47478883F3F6A
+4B7F768DA5AA89E8F163029ADD4A9209DE8A4F285766C06EA859639B92CCCDCA
+F59B1C2BB8D588CA754D1257BFF76B53984DF4937093AAEF79009D32A29A4C16
+FB610C7D6713482C48D7F9E8410C0F00AD6E67021056B6035534E79F05D14EF2
+4E800BA99558903A6FA841EB3BC5900424ADE65F517ABEB6FA360596AA93E1B5
+41567BB9A7E9C11EB3142FBA27B09E0A9B2D406DF78C98DCB986F64B15CC71BE
+A8839C38D7A6245451BF117D97F74916245E6F771080EB1ED753EF70E89A7B4F
+1729D5E83F96B3644ED0F26A22B107DD36B486DD27C32A9A240E5422C535AC3C
+455178A617CE0AC79CA71A39B7C98D55C5DF3A5C35A9091BB5407C305B09D683
+134628E7BE8F762A09E7ED32D4540602B4BD1B52EBF07F1E314840AFE0AF9562
+5FAE8D5F92806C7B1E7259AE1379DF4ED2A837F6BBE7BFC1F58ABD86FED031CF
+52627B213F0B9F77B1525B2729CC8F5AB462A907E4EF377A5C61EAD367FC0AC6
+4552A3968EB65679BFA9F7A57403A23BA8C046A661BC7ECBDD6CCF1C871B825D
+3ECF54B7DF1FB036531F953BFDC3BC4D323F9E944779FB7CB6B92459301F7366
+81627C49A45C7E96FB163E8615A44830F048CB58DFB0C6EFE8DA01EAF9B3D506
+04A685422E311B120D0D6F83C6C1751E5437F9B9A07FFD8BAC1C34778BDD1C77
+C20EE0A3B95580EB809A7A1FC785A34EE682C1C84749024FBE247251BEA08582
+B080AA3B4742C47641EBE46D6614E087B6793CB891E862FF481EA67082A68EF7
+3C48127FB026CAA1A0101B6BF1385765E17800A43878B7FD75E6ECD17A757027
+08B4A497C9521351784AA33F2A4CE87379F8FC9A73A743B71EFA9624ADB1C495
+FAA3848E1FE0BED94BBC52D742A8C2E81BB95EF96F2B2C54954B728C86515C52
+3D31070A625E4A01B027F29264DAE4EA2B88D688F105DFD0DE0A12A84C5EC29A
+EC864EC07679DE5E8AB4B8364B8C4946C554529E3CBE8293F36B3A410F77D839
+C0DE6FC42FDB9C2178A3EB00B578C020859D5B6F18587254A27E172EB17D7FD3
+14E64F112BD5BA209C7FC76471DC5313F9143C46858C0FEBAC7DBA73FAFB317E
+EADF3C379EABABB3AF4BF0A4F106C0264F3BDAC4E63960E032F6D43AB01F39EB
+42CB936D1415FD19BE6E9A375A0B0257E184B39AC00F1E0F75ED3C84CD80E803
+1A75309F8D29229F35414570DCD820DB9762DBED5A16733B72F38E806DAC0255
+874A06042AFF50B93F06921B739151D40FB1CA6C97A52F8207BA5FB7D9289FBB
+99A4CE99214AE2A1D733191B574CB1D985FD3471C83A39C0DA74CB2298F75026
+94339AF491A46EC93D068D16C45615E8D89C1FE01EA717A6B4D477669C0F4FB0
+7C7FEE550797F51BE22F5CF5B2313BEB5BEE31B884FE808ABF88973D65709683
+8A6A3EEB4B9C9077F04F92E945E90C1E0A2F09C8D074958A15308F61A2E22199
+F175B7E8F2A89C7801839DEF49117F8185C7C14E9C6EF8FFF5719AF8C20FD978
+12C4C47DED22DF04ACB8E82E7688CE81A279DC1FFA15B269BAD2C83870DFE02A
+6444AF57D4F3E3B98B6FE437175037188D519AEBAB1443BF49418DCCF5B76CB3
+DFFFC4101768B6CD05BB01F2E57504753E362CF90ADA81CCBAE14B95DD21F435
+7F88E1D6E58CA0BB7FD8E4A7F3D3B33E1E61E939B5D87A79E3984354C1908A9A
+35551D9B2F8C3F22A0336CAE45F499107EB8A241F295041BEB834E01B4CB8F74
+4CF5625FFA6478913B75A7E66B21C89E1C7E899DA0126B74FDCC0137D4AE12AE
+4B405705FE4113959CCA6E17717C195AC07DC0D3B2FF56ACB4A7C54B5A0B689B
+754C6358BBFF2E9C8E0677FB3E4D4B27647B16CB40BFD9B9B67B71D6386536CA
+46B77BBE27517E707C17E8786652C7FD5638C5D70AE1C379AD2DC331C9C9E548
+13F1FDA3D3A6EB6ECF7BAFDCEEF694A33AA89CB15723F39891B1BCA60F556A46
+6BA93CBC999A06B6C8EE7F86C49E3A5BE8D7B5CF53F690D6292A43E3BD04A26F
+534928A146650D60C12365BCEBF661FB69A5DEDB47238B213931B371C634365D
+DDE5F72EBF3677F498A03B88D6938FC3FC236F80995F612E42CC3A9BFAD4D3A4
+1DBE0E749BD3B25CF71FF8B5ECD1247D227EE014BB31154E0BF18735938EC1D9
+50911AC703831E6F728901B10F27436ED7EB9004EB81616159C4828BB4D64A02
+7DF265A352070C5AD39242C3A96C97B1E8AEB5DF082A398DF464113BE5A1187E
+89EC624A821539FDC83F964DAC513177C3942B54424D5AA674B2688AC8346FD4
+71E97A07B6C855AB286F9ECD96AA2FB80A2A54F520765BE09F3F4BD1A56C736B
+81E588D3A147A230F3F5877E7C37856C4D56187CA1AE6AF74067C5C890BD9A47
+61413216F0BB0C92411CA892D07582D971A3AD313F333513590139EBC52980D1
+27DD0D21A6A526F4804BDAEFBAF2FFF0B93CEF73F05CBB28A07710E4CE050AA7
+A59AD93AD657F6BE31C42E21E5937114B5D21C07A9AFF72ACC0DD846E49F6677
+36C278D1B312BB5A97C7D5A6218D339A6EE736CBA35D28C5D6B7FD5F51E32378
+7F8F321D4FF70EF76BD123B8597EB585E23AAD6B7C845F7CF55F8A2518A36893
+DDC55355F5CFB3FB6D2162DC17D25F59C5A778BBA9710F748DA74A826B5AD929
+DF575BC78CDF33432F4FD5EA6C732DFAFDE61515E78EB826A128340CE7742D90
+D9FA6C96B8A9040CE059F947DBE5F3F97759FB78C87CFC2404A96D617526B23F
+5063014F5BB3DC3606779BAB8E2D084EA95D2FD0B192B52FA38C47BFA403D652
+6DE73F2B201BF69765D5F71E1D2A4091952DE76C79E7FF0AE0B4B655235FC17F
+F918AA9A1070F7DEDDB5981738DF904E5508A5AC4015952BCCD5750BEC77CC8C
+8578BE5998C1976FF7D2B4297ED4193E559A3AD94350AC53430A16C87E5A7BBC
+2AD66B55C590DB0C84ED56A8751251D936FFF34D3AE91EBCE5CEB011A2A8CEEA
+B8BEF3C7428FC3C7BAE5EDA190F06527B81E087DBFDE18153D3F824153969B16
+D21BB71B2D096187D95D5E4ADE6E5593644E010ED1E3AE60641407F90D70B51C
+9121B17F8583B5399B4BF87A108910A2BD8E73DFA44FBBB1263F5485D44F4411
+2C41238B9E704554A281FE95620586D875C2EFBBFDEDD3879EBFCEF66A3E6168
+A3E378C909CD4C22EACF1B5D410B9C7309336372661C838C60227EE09519CEA8
+15CD2AAB34A433A5465A20E38F97B4BC43E3EE8E614BB608E6984A36776E4204
+80EF862B15884E8773FFB7F3650EC8CFBAE8FE55846EB0C13F0C3A39848C2550
+E3B9E321F8C84DDFD6FFE62C024834FF2AFFA4A9DC5959F283B960269E4657DE
+10260F6AA8ABAEC6D231B02A261D0F2693E1D0A8E2BB440C101D2102E254FDB2
+C624E2B662ADB3A13E701A709926A5D6B42416D8AFB8F332EEB69AFD64033B48
+705076CEE6EB138433D592E55B161BAC2764058CCD16DF59436F631AF7370E12
+523E1912746D6794BFE96698076B3FB972B2F68665FD591EF873C2EAF020D200
+760609151D020FD9D87138AB8C5C7D501B6A9C9E7F6FBE3E0AF73995DDCA58D9
+A82A714C37565070DC3A14D8EEAAAC48DEF3A4AAF178403DB4371C9485009FD1
+137CA9A7D8B81346AC63A86F8C2AEF7E31B3FF8D63FA18D6672C45CA9F1C1F7C
+EF3E11AB529EE502685BAE095289E5E096F0B6BA4A989A911A3FB909F194842F
+47D499051355A3A3276F54923F467E6538DE168B93CC7AF3F5CD3F0E7153B64F
+63082790554BA19D9EF9301F3802B6EF34B8D484F5909EB5569929D1EC08FC7C
+8CDE111969141901F3F73AB404C075A7AA777A87D74DFA471435CF2FFB64925B
+AD29EC1B2AB32C293EC541795DB96B0ABFF266E7FB6BBC662DB10024B153755C
+FD5A85CAE9D2FA11755713441B0A6CAC75FB8C3D82CE72EA527085979CA950AB
+26BF212008BD90003E02F582496A2947963FB3A91DA212FD20821CCF8E0E3B55
+8F7382B1E979DB917F2FFAFFD89EFEF8AEBDF3D792EBF1452B66984B45F4D61D
+04B187E5E66887913D17D104D061421D406B359542F90F37EF5DCDFF08EAFD1B
+93D458EBC0FFC4DBCFB63C789517E60C463AEDD66E78AE84E286A80FEFB1DB69
+AF4DABB5BEC8CDADC071A54E58103B0970E77B87024B96D23AF00740684EC1B4
+10A229DB59145D424EF5E48493CBE1BBC53EE5D2C41E10766CA12AA03A02AD93
+9A113273DFBDCE1587B6A95D042177301ABA887CB4594D0107F44EF69355DE58
+085911F496F430340FCD4A0E5E44D258324B6434CA6638C08F47F8824019DE5A
+ECD2D63EA43F2769128D9BEFB5C338839C2B6B5CDCFEF447F149F71305CA1B79
+CE1F1C215A2EF7F28149AD9EA106D5983E14600E6F4EEA6CD8EAE1ED25764025
+B3EA5B61D1B45D30FEE956C95ADDC3D7C6E666C950B174D702017B41F4589F19
+1B929FA6991EF0A2817F11783290E2168A2A805CD8D8B666558D5483392AFDBF
+0F42C6A7DBE011D8E21282A1089D374A46BB80E40D18D933F42CC3302CCEF125
+98B9356B9383E62BEF9D15FAFD55B34997C5D13E991590C356599AF68D990A26
+C177C54373B71B2C3A74A4152D6CE490F6104F10E01BB11A95F49A96032ABD28
+28301C4479CAA24EACF341AC89F6EB7D209488A31DB3EF446BE2225DD3B576DD
+4CBBF8255FA6AB8B9805B97398005C24E7F2080B6F0E3398E9A319FEA9E1A670
+9E7CE76989F34F7B26D5CC0F11172D8EA88C5F119D46EF67056093EEA1B388E0
+71237BBD6F8296F4D7C263D7EA389827F6D702719D1D5D24023B78F4A7396D40
+007469266D2DC310B4DCF4EFA9C94D08EDB90BDDCBBD88F568B8D37C29932830
+3D0EFFA1C1FD440A0C6F526823233C21ED356F991B756FD90BEAB486FE7BC28B
+ED2FA2ECA631DCFEBBBF711C8B4D4E1E25DBF8E213942AD7693B91A9C430CC01
+A536F45253B9792B1EF1171CA7133C97CBB3B56D5A2A7409AB6D792BBE5E7F2C
+2D4DE5CFD2D6FF68CF0A8C09F500DE5603B47EAEECF85C349852A3A9095C1877
+C0C61F6CE54A4CEEEBCCE178E6E1406D6E4B4A19BC80D0D8CC3F182B31007711
+F7AF175D533762D1880AA2D8F313A3995594DB925A7A1CEDA6C290D5D0D9FFFF
+84D1AA8D28E36FB92FB127C80CBDF17D4A6743567DBE02B7464E199CE41947E4
+0D9AF2FE4DA9BFF10B80B680090D7BD5B7633C8B8DE4D6131B504BE40F35BD20
+1485062BF21247528521D27E491C0AC9A6B516C0138F6D9396FE59774F34258A
+5368826FAB1DEF7866C05215EE083F547085FA27A72F24B8C72A56B30DE9656A
+7D6AEDF94889FBF355A25DA6038B9570F17C2F995CA218C7D7F1060EC1466147
+8C7E447E4C960AB3E9014351676FC58B0854F086834DC5D94DDDCDA36CCD52D2
+90435F0F119036540B28D2905D9542B173623DD0633530BFF81B6D40EC8B1FB8
+621F25FF0F7D65B0640D0B17D2C0B333EF8CD1B93B4ABFE52579802CC4615197
+0748FD6346100583B6EA0CE1E756A8D5ACE7FDB4AAA54743C8BAE615DB9FADCA
+6FCAD914B88B9CC3AB8AF8E6C80DC2BEC2090A0DEF0372FEE0E4618BC9FF5D29
+E20AEBD8CF2D4E4FA1297F9014D17C6B7A4B5706879B3437EF3AD788E26870E0
+256B29EA47EFB06816CC1CA443C2BCCCFA714F8E8C1A61B3501C9D9D8DF73F3D
+470FD08B23E6B6DB31B0CBAB76EA61C53DE336DCDD879E90E7AD575DFDEFC73F
+52FAD92D86076756CF199E44D16EEC0355C7D2E1C4AD9A91037ADA9C0C696543
+C80D3AFD774DC4B1D530CCC44CE63FAD75194C122D13F5A3946571EA705210F6
+8C70E07370C01D1C07714A58487756835E152608B64F818EE68D0C793C4CBF0E
+D597546A4B97D2CD6D986432112D449B1ABBC8BCE09895CF987EF38A3FA3DFFC
+B7464D6C36E4D52CEF376A22A4C06BED921DC505CD84015A055FAA6FE3F286A4
+808447F23B6926E1FCF2A01B4446A55A36D84134A82DCAEC77157961BD3EA23A
+E4BAB3629379EA5856D90C573018EDB9DE309A299F27A3C6EC1180292C2F50CF
+DBDD1B5E1AD4DDA00DF0BA45F75EB4EBE075653A4136E758EE84EBD9E0427C4B
+1D3C1D753BF4F1750C08ADF5167412F5202481AB56222DC9F6EE4B527D6359F9
+C2402C7CC64B6CDF12D292309901524BF25886202D677BB9D35327085CB5AA30
+FC9AE1A51AB73DB5EF63EAF3A2B7B0AE12EF74781ABE65010AEA343D294313EC
+9646638C1D24F8412DEDEED87E764BA217FC9003EADAF1C3DD15A94AB5941675
+6BB7D3708DF52E2488BAFF5D3CAC67E0ED1C66B33F42D0CBF311B12A49905EFB
+5533BFDDC0C38693CC5CDA6ACEC72236D9FBAA04F39E1EE071D9F79E68316F67
+450B4ED06D9E51F731C47FCC8761321AA7815F5AE3FC6A406EF6FD67F4D62E48
+22EE0CE82E876C66E52FE7287064C40C8BBC1BDD2999C3847CDE580D8EDAAD3B
+3A9A23970230DA126A7207FB0377927F736326D4CA488E1E821532679878C398
+E0F99E0C12AC0F44A94F1DF20A660B4605DA37E6E9A70E3B05ED47117816DE7F
+6301C269832684A5450561202C91A39EA1E3C521A5D694FB22EAEA152F872CBF
+AC80DA1338FBC006A7E07ED4C7BD1033C3D8093E5D4B1D04D674D6231B27D1C5
+967B6DA841DEB9BAF788522EC65E683F832A6B64E8BE76B95880E3BFB75E362E
+F651DAA0AD47C262B37FF136020F63545FF39C317AE7E1181EDEA9182606A8BA
+0ED9CA514C87D5EEF036CF145B14C92CDFB13CFB8BA0BE0923EFCA2CCD9524DF
+61EB238DF8E39735B8D4130F02AFE8675FC41264BE14F6501D72F0183479F8A8
+5A884C38E071D1E7B1CB0C760C34A8B1E9C75E2BCEFCBAE42CB8E87663FF78FA
+95CCB28FC53B7E16D8496224F812D8712EA3AEF8079B771AA48D0A667B7E46AB
+E3306D5A91BB53FAB9A0D169D0D9C70E0DDCE5006C994FE8F9E1DF7BB5C9FEC4
+791EF7C98C3100BB5A62080D2F73FA85A0F19865FF0B678163426F1BAEA97E19
+41BDBCB5B0466C03F2B6036D29B7BD0D47F87033D8491A53670904C3614E6D77
+BCC96841CA6D3F5E5E4C5986F1616FF2F4FFB2FA63F724C25EA7BA4C17E0F1A5
+44BC9D22758AB8EDDB4939A48D7BA2C0E0E6204CAB97B77724C2E5C7F45F995C
+C67859C44D1962F72DA1DAA9DE23B39C23E426A9EA4BCBCB8B2F61FADBB093A8
+CE6D7CEE82B9DC72E4E1076E657E5219442AFDA2D4F4F0A959F2F8313EB37EB1
+1D2D8E415C3874D4FE6BB9AFF1D93D968314753DFB096789886C594B58E15AB9
+586B9F279E995B5BF18D1F04162A39A50B79BAAB5EDBB1E5C95AE886B5316818
+15FE7916EC811F96DC642F8E552AA488D3B033BB215CAAA8329392C512A4076C
+CEDA02CA19A91D7E4D5AFD3E482478FD50373CE6C0237C0056BC7BD21FB7DFB3
+9C29CFDBBDFA852E827C1B22B9BB90517E8BD9D596C1B4D01BBE8EEB1E70921A
+3029BCEDF87831BD7F5D00443B4D2BB4D664D9D42CDD7CB05802109BFB1D1015
+8C007FF57E989EA794AC174EF9E2DB94F28C9E43572D2B3ED2F46DE2997F21D4
+B9F2CB7262E8BFC599945865C4B15D653F3A0798FDFAFC45AD87AE8A476004F1
+4241E5A36CDDDBAC95B230F4B2E6CD15396E978178F062C366BD7094A09142BA
+DEA40D82327EB1DEB72CC5F29BA5BC6B5DFF0F38583A4909A6679B5553D741DA
+92A1EF64C64768B93B8A1CFD5AE5ED5CBF3D312060B64318BBCE6211815253F4
+30C190E4265B4450FA2BBEBD8EABF5F78C5B690EBAB8D7AE972FD27375F3811C
+52A5BB59D38F828EC0873164C6D1E239C3306BEEC0A1C672CC6A5E463DF1C47F
+2FBA4EB7E131ACFD1B07D0849BC37DEA8DA771A88B1F339EE73E59A6EF57FEBD
+479AEC7757A629414282BAFD2D8EDC525DBB0A623F281E23BC96FDE40F003F9B
+B3DC00465D8EB9A8C93DDA6A312FA5E284E5DEE7F7915233FE8167F5698B1772
+B600C23B7C917DAF8FDE7DA0E57D8B37EC4051D8DA6D813B8692CD5028865EC4
+440F1B028E71E51CB33D306C286D8DC9DF3F7459607B858BBABE3D1B71E9C76D
+6E58D982BB42E2575E3DD962A122CA640F3C302DB6C9649410B1F25E7951E72D
+ACDF11449A49AD01F32C0295E3650B612CF30BB0D1AA98538D94F095B03C2527
+C104F061DA514F9D7F0F01C03B78009D6F40FFA8FE40F89E549A28BA801A253B
+647527BCA74ACE8CC6081DAF04A0E773B05671F21BAB697032BC62ED25301E20
+9A9B225EF62914FEB31210ECFDC0660001EDE0F7383C1CB30B2D35F224EFFCED
+DD1DFAEB320BC5E01348CFB1DBB06AD4D73D985E57C0A12123C7D946787B3D09
+014FED62C5F5831BC8296D143FE05DF37C9956AF0B7D0C43601F1388866FC806
+3479425D702C888016BE39902B7A55AD4CD3C6DDB979651FE7F0FD48EC9B59CD
+FDF3ED6B6E7CEA2D0DE13252F43461EB3DC94C03B4828AAF51253A935C643E10
+5222C49DBF5E572B1F978F4874F3BB6B7492F53412B93BB8953FFE96E7096CA0
+45E9A618A552AA061315F3907112681076968BD8B97CB3CD06B232EA1069CC64
+1118D9E4BB5E5D077CD26DF0FBD0C33370DA675B23AF3EABB586109161194715
+361249E1E229A96EB874C6448F98FE41A1A316F640C67B36C32A298CA90BA7C0
+B4489E857C4D7F27E2E771DF8FEE77D8EA2532F30C380B68B1B1BDE344BFFB4E
+8014B48244242BD4C159B38D56AD20F8E9BCABBCD4BDA462C37F9E5041EE5F5C
+6CCBF0297FAF2C4A1851EAC41AEB93865BCD82B4DE748A3D2A0FAA14781DCFEA
+1AD55B7EA9C5F5D8CFEC4AC889FE8E4BDAA3F4499146228D862C1C78C2578F3D
+DE87CE5D9B7CE0DDFC7E541B40202558FFB296D5F1D78BC8996C78A56A157F9E
+814293590113AD825AC5BBFDE52ACC7F289E2F4E6E2E125332D412BC97CFADFE
+8C9C411CAFDB9FAA4B1051D028DA9CF44261C7318670C359B7F21F08462588EA
+7990D4B701542EEFCC1EDB50BD3AD0D34F0A30E04B3FA9C4389129F6AFDD64B2
+55F34C1D7DE4CB926BFB468B5A8045638F02FC52CA5B556C67F00F072117B4E8
+CFEF1A8F9C595337C37E52535A0331ADBA13EB2DE3962F14478FE6219C9C8003
+11D58255154D1BE7F684844C1BE9D8C01FE3D8C3A213A88B98DC11CE97764F58
+C06F2EADD5B3F2FE0BD47D37BED5DA1534C965092681590CCB2E87D55B1D60AC
+BDA8ED9CD9E13FD7525F366EBA312C9A846E90756AF775AE9BF159907B740E0E
+352CACA05DDDF225EC6FA9F209A627098244AFF1CA0217CB5AB46F5A6AA18500
+E277E02CE7566FC817FA0BED20F5BE751776556D1BCF9D5C98F2ED615B530C9E
+213E70F12C8DA471699F706D4037D4246B7B3BFAA5DF5E148BD3BB2D0D1B1EE4
+973960E81EC4FA877B6E02EA716EC19C0A4B09537AE2C1BCCD19EBEECFC21BE6
+19EFEEA6ADC94A9FA6122A3813D6558D610DED9A190A77493702ED2BF8B338FF
+3D2DB1B352972C1591702EA22F5C03F5284EF906EA3F84C9210C6C8006F94429
+057F684C26ECB23225B456133DA7D3334FBC4593FEB66A11D45AAE62A370649D
+707E9FEAB6C32516D5278BC5C8D015667B358F08CD8E7E473D48F8D05FAF3FE8
+376420AF7EF5BC85C71AB00D9BC1E2826C83CF76499A3837E63A812DB479A7EA
+687F20D297258774AB669DACD55BBC30BE74563277AACD70DBECF5BDF87720C7
+F6D174C22193D8975A2F80F51AE0F1C45331C363FF25FBA36F5F997A8A85B94E
+646A9E31F2D24B1BDF2DF6E392BC19C8CD6BC463019509DBD26479F125D10DF0
+858A4CDFEE5F7A10D1BD54D7AD3FF684DBA5342D893F60AF0957974807A5FD9D
+0ADDC7CBB605E1E0A12A9CD99562A5BB19D3D946005A25408896B5E0D62DFD4F
+393537FD38371E892FD749B3054AD90FF00D5C9048405988B9D2F9DAF130E13D
+1A0E4A6CAF703C6407836BF89AFC3ED40602CBD40E197C2116AD626DA0552093
+8A9EE1543EE92AA340B2A6892CBBA7EF5BBEDEE19C51A7B9E9EFD70620378995
+CB953870C5C3A236AA626712EDE96C5DFB778FE91D32301935D462C95E0C2B7C
+768FF2CBFEC6A649004943D82ADAB7A9FBCBEADD82E171836E112131C55E80DE
+BCE59B1A12AAF46904524D46C97D8E40834CBFD60BE42CBA8D598044FADA7919
+BF25B8C896AA891BBCFEA746530D72A35686EF5EC373BA9E7735B71667987F9F
+8ABBB75EC1373C7E4D5A4833148A609A6AB67649EC9D87B9AEE1679F667023B4
+CA32F0ED54533E73FAC08265976290232865B640AC4C6A109CE577666DFD5BE6
+55074753307A4AFAE3742485D6B7516D868FF3921C8D9A6180E41D62C9A7AF00
+EE3861AE90886353634DD647F273305C16EBB2557F66DAF29CA1CA0EC74BDA06
+C61FECA74314CB517A2471D39BB99C1FBF2863F9808514B553FACA2F2E64BF65
+C08B08A780015CCBCBDECF69986AD9D946300F2CD814874810C4458054746371
+7D369230F19489482D385886500019F6D3C3EBB3DFDDBDEC9AD0A6DA0B13907E
+5E174D2234CBC50B4DA3EB728183ED2FF94B8F23BF86D111B7EAAE89D308A5B6
+7E7CB97BE4C6FB5B4DF1A275FB3CEE1A7BE07E038FA760A83FB9BC1605799178
+EF1638977B10797175236B2DC51F20BB9F389D1DC7C14C4860A480F7BE4E16B1
+F7AB79EEBF0C3E807ECB76EB4B528E95D11527AC7C581845805AA6F5DEF037EC
+F3E01DDD9BAED78A42E248EF9DD60692A1195D65764C9D5A399133D18D5282B4
+C1951D76ED41613D0EA1C3CB4C7A7011425D54AADB0285112BA7B2C86791E1A5
+368446BD206AD645197627BE8F82839F6CCD872B39FE6ECD8CCF18EE5B6E05A9
+667E60BE9198C55D703EAA41BAA6494F640F10EAC88F796D344C7FA93432CBE2
+AC52FC39B6C1579D30E52146231B8C89BA8CC9EF9B71EE541966C24E7B13250F
+4CA995B7D222313C3869BBBD3006A25048AACCD935DBA136F0F8B43EA9753A81
+2921D8A26CB3F236FFECEE092D9734A4715EB5F1A188AC4F2AD6AC4A7FF75B15
+82E4CE7F2F08AC0F2AD889168335D6D281D91742E38B9DC8D1DB6252D8A1CFBD
+E925B6F2EDCD8D2A3FA63CF31E9901CD1A304A312222C940AD5B8E67714D4EC9
+91CD8D8FFC5824C9267F62AA893DB68B6FDE2073053FE492D60FF0BAA8E74091
+5BDE25817E2F9A8C219A21FF84F4A71DEFB39A2BEC437EFE02611803C4A00D14
+51FC733D9D5ACA3F8B023C9AF47F1D5EB3F5277C5CDA45456DD837C64F9263B2
+1D70676D6D338B955E8F1443279E44C33E1F701A40C56448886A82303145874A
+9AF90BC793F5D2298F6656B0556881EC443A26602CAC4C00623D43F370D100B7
+16B5A4EF446FC069987A782512767A1586504C18D2C25505DD68BB9F12866D3E
+624DC22285916DD9899A9364AEB75005CAD68B85494B41A84F9821BEFF9F4BB9
+80AB0C34C7FBAF177EB691A3CED4BB103EAB2CED852F29FBE345996773F754A3
+9DCAFAEA042A8D014D7CB8B65E7EC512F5D19FF4E16DF1565A55C76755002626
+7F33C744FB37E2109EBAAAA8F14B77D5C0B27426269B9ED3D01A02C6CF11C6F8
+A7F94BDCE5F2ACBBCB3A4BD08D27F8DCB707892DBD9E4B13CE8F1C750B6DB972
+001F006332A8C46975ED4BE1E31A5590461AF6DF6E8F14CF45CEB9B3583475D1
+36E485A1EF70F9EA62CB35DE125F709A067569DB7D39FD2B3AFC43127537CC1C
+F186B8C689B487835877B4D039CCBB37C73E7F93C41F656DE8D952EC6D3D5A4F
+3A8DC309B7B0F45B549FF2AB7C602B3D68AFAF1F8211524391D5279673843690
+E3C066B61F2A462B5C5D6BB7EBFBC7F55DFBC2EE2C7E0395F6142A9E5E433ED1
+780CE8EDACC1280A5173B148FEF1CDDDA0B2F7A36E76448D2C0135307AC8C614
+0DDC14CAF142EB46BE8A18D09C6EB1367C0D89D1ADB1891DF9DF2F140496B9A0
+CC21F6328F5FB773AF5067DE3FC3DD5452AB3EAE44FE6E02DD6C9A67AE7C8AF6
+F7E5F785793AA71CE534830781853592320E284BD7FE794A3557D84E399BBA5E
+2DDB81A133FC65D19BF33328252729DF8988483131EF7D7775D52C019AD88C4D
+1C12A5F1B86B9AB3146CF72BD31D72BA9F7DC529A0CA8B4680A4C52FF26DA80D
+895D2BDC36628B0CDDB3C0DC79283D803941BDC1512AB9796404E1B65691CD37
+EA7925E1A3075E61FB0FF202D0F25CA1FA1525E8999E9985D12C35461B74FE21
+B3F68229239D764355D47570D9AB1D98D31EF88AE8FD33A7DC79DB325F58941B
+D3165BA36A1A1FC74149BD9AAD88341B384523FC7E1ABC16AFE6A9B4C6242C2D
+017EDBD835477959F3B93043F38250C9983A371C31CC4E5741DCF50BF66F2BAD
+76FB872FD1BBCDED4C096CCFB262A6EB8D66E7FFAFA352C05B63E233C870C5A3
+9DB2FE8226CC1D0AB306D2CF2AF03353ED0F4A2E9F8B2A16358365FB3C2EB8D0
+4A0348661ADF6E9A91059D3A63BAA4CDD896B12E4C5A44C7A4612F79BBD971DE
+6EC3
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMTT9
+%!PS-AdobeFont-1.1: CMTT9 1.0
+%%CreationDate: 1991 Aug 20 16:46:24
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTT9) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch true def
+end readonly def
+/FontName /CMTT9 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 37 /percent put
+dup 39 /quoteright put
+dup 40 /parenleft put
+dup 41 /parenright put
+dup 45 /hyphen put
+dup 47 /slash put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 61 /equal put
+dup 64 /at put
+dup 65 /A put
+dup 67 /C put
+dup 69 /E put
+dup 77 /M put
+dup 78 /N put
+dup 80 /P put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 86 /V put
+dup 91 /bracketleft put
+dup 92 /backslash put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 106 /j put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 113 /q put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 122 /z put
+dup 123 /braceleft put
+readonly def
+/FontBBox{-6 -233 542 698}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F00F963068B8232429ED8B7CF6A3D879A2D1E
+2931CE5F5D18C658602059F07BE66E6EFC9239D7AB2FB8A4CBD41675B8ECF279
+650C29E53B14AC0E392A664848C1844B1CECBB2D5CFB72D0916B675C9A9A1E35
+F12696A6F628473C604A95376468E06E295AD6F76CEB939D94113532050B9D5A
+D2F41A9EFB9424D986612313B89EFE9C8A71313340B248F6853B1EDBF02B7F9E
+F447220FE131D7D54CFB8AA1281DBAEA73E665BACB1F164552CC0CEDB63BD4B1
+4A9AE8AC6FA02242DBE8DA46B64B6BFC11762F0784F216FC8B9120D688D1705A
+438B14F5E5DEAF2A98408B3B64620DE3732A4DAE6D08D5D97E34C75DAE19EABD
+BA0796165C1151BCBFB1DF8D29A63A8300DBDB9E3323CB82D0337598B83F4F2B
+A97CF5196D4D1CEC1EDB8966E548C0D9C194C932319610FB43EA1B86322FE641
+AB48770FF13BD475A7267E142388563D1A400419C585B22A9886074687BEDF74
+D905BE8EE440BA2ABF28EAB673399B7F129B9729DD5564C681954621903B84BB
+CAF89AC5ADB2932472DF29ADA2BDBDB4D05F65F28F5F4C529613D61858E0074A
+082A852710A62A147C966F2B85B51B0BE85F11D2057C66FDD61F6C5755367980
+9F4DE680601D4DA41B46F8D2148450000413C27AA39B586B74B977B25F0FD3C0
+4BA1EBFAFDBEC531EA1210365091671CE3C86A6D4BC591C37DCC02570042575A
+9D24252D6E01A8603753934D7EA5CAC1BE4E5AD2BA047DE8F3983B23A8A1511F
+B08D373B69E5076CE4300137B8805EBCC0AAB89BBB312A77835795E3C069322D
+42C893A30AD739E2BDD299679B158F7493764F2321E3965141B5ED1C6F4765ED
+F46D391A646B30C90002B1C461AEE79E5F094CACCA656CEA3DB921CC5205F328
+A2C69F817061D6C60B121EEE844CA5008F23DF0AB25BD5F443E8852E22CCC1D6
+17892FD37237F564CB0477C4156F174C3872E022681DBB8D839C1B020562FB16
+B920D81C4FE50AB378D625AC6ED67C5A7D1386031CCD1F28C5CA69B2429B6620
+5DC4B4C33477674BA0A18DFCFC8B7294D0B6473A090DBBD0F11FE4DA85C09BC9
+29E688D2948EDD08F45FA5089E899F15CE02687C3E18FB8DF770002899ECACF5
+53661A6F79F92C88579ACC747AFFFB6CA9A12B0FDE0E88F97997DC2FB98E73D2
+1B4C4431CD85BEC074A482AFA8E638513C138BDECDF70E33BBBAC327A5F25139
+EF184D4B17A7AD77C638D83248A3FCFB54D58E66A0AB59F4DBEA82289DB45074
+795804DC906ABF76A3A573AE402514A0D436FD4086F0F811C7ED92ED755FD717
+A83DD3E1CD73D9152DB328E8285A699C1A91EB8EE6E13A2E7FD4F13CEACC5074
+70B83DA0039CA7E09A42DC38A56B5F267741AD4F6AAFDF6D1BC0E89281074223
+8AC438CEBD4759717F27DE8A6761EBFB5E1994BB6A96331ADE0D27E2E5772227
+FF78220874DF52BD0B9415E59A63BC34D62CD43EF769A66604CB1CE593658530
+0399819D091685649A2C506B0E48A2B383DB076110C660CCADB8D9257CB19C71
+44D0DE0376A00E31556918DC73A6C3564F431FBED5684CA25AD9B4F10335612D
+3429F74C7ADF1B31BBB19960B13C4BA87DA71AAEDF445623A10EFEB5F2E145D9
+7C0AEC22F3086C75AEFBE426A81721D6D92FD315B6CF694859CAC0559DA5303B
+81122B108B2615A68DEC765D2D50E1DE1233BC29F407FC4FB775EA4CA9ACAA57
+ED2A9CEDEC29FA106F85A5C34054888F93F9467B22ECA7D1BFC126D99B006F53
+2EFDCE3D20DB9222F34FD5D5A07DB1E277E27D235F94D3D0156426F2DF56CD55
+5DBC218C246D1F817B9FCFBD19D32EC91A7A5B17667B8ACAE6E88C11746C4C8E
+C91C149261EF438F676E7DA19B7DC144112A5155DBE58CF991E61EC2EAFF9568
+50F6F5C3C285CF982A1E52959ECDDDE477B27ACF989AC2B04BE29FE25A796F0D
+7484F8E024CA0C407613BABD5417A71FC7B7A39CBB8888EF492988884F365322
+0A79F9F0BEA8EF391F8FEA92459A6A381F1FBAE5446E4968D0DE00106B9FDE71
+4CC7A7E79225318CA7FD7F142D55ED0A7C39647B1E8D9A75C8EF7FDE42159082
+42996057687B73953E3F61CC0E0ED689B105046119D7E393560EECFB66537462
+AB6E2FB833E031A50A05727699CF9370085845AFB571E954946644023635B2FC
+AEC36E694C234638AAB69CE59F5EDFD4B10C876F0406541C4E7AF81053AE779C
+AA5B86513180A9864841360449B1C0D096EB56207EF287D6CCB01C598E902AC8
+B836261DC322EB346AEB31719D7162E1BFDDEE3A3AE920D78D440701B80CB4A4
+3E8A7FFF898037F3E4F922785CA426724AE576D33BED297EB9FE00858B75C5F8
+B838224457330109FAB000B56F21E6AE1F550A6DBC6DB9A325DE8420F5EE9021
+B2DA57B1A6C47A6C728155213AB3995F3ED84B9B575F25303A443D3B12D5A8A0
+A4265B641A253453EBBBD793545D23929C3CF48E29153A02AEA9E392BE442A56
+5E841B4A821CAA0E37989B3309CD4B41259639AA3839A8CCA9F0F1FC70812CA0
+7E6CE7BB2E305648226D1CDF3E7A8991230A646EA07C20CED23DEED6D4CF1B21
+6115AEC1EDA36AF689A6CFCF9EA5F9503C2B70829524E613194B264C55A81D2E
+FBF881F2BDB1E95DA3183AFBA3BB9F20A6A6F4A5E5780E7AEB51A428D91EA9C6
+0C9D688F7373B2187506F0AACB44987BA3855AA22A617DA234B076CEB9294F4D
+022497087FDFEA09B53B2D342077EE06591B24A910070E5325131EB1F057DA23
+2DCFD85E5C81AE6F513E4C37AF32DD6A14CB59C62B9548798722EF97E9F74C9E
+25FAC1E895E5B17607872636E79DD8F2F09629C9ECA15D4A61833BD9EB42E468
+67EFD3885730BA81DE12AE82ADB877517E57B4DC6B0F33E0116253F6AF15D53D
+A046ECA23652BBEF8EA1CA176E6CCA0378E99108842C44116FB1F3265AC67C97
+67B0B40A622B1F2B6EE7B315325CF899CF9FCFD89BAA79C821178F9136C36364
+CE410EB29C3746C6E05E594143CA9FA125DCF95A2172B91F9000E9FF97589CCC
+D37D06BBD36EAF4F32658C5A9BB33C727452661D3E1ED32507EA66BF891F902A
+CD82A3D79F7DA884070EF3D882E20661D3BE46EBAB25E403670FE0164D38AD79
+DAFAD0789E069B8814381BA9E8D8CDF364644E3DFD291E6CEB367FD22E9501AE
+39F00A54BE5B11D0ED2DFC18BBB865DAB2383D56F381E4BF14FAC9AF1A5FED8A
+46CA8F94771958FF3ECD80CE2FD6BAC14D796A9BA56882AF10534F52C87747C5
+DE14041F4A5037978D0E2493801F70B918BD5B84D471E0EA32541020852D2658
+AB5968EA33E74027B26081F2A7075BD5018293E9BECD4CF07D6E84AEC9A2E5C8
+96F0D2C70456019B43E996216906185A4C993C85D685F15FC80E4CA7A8709AA4
+2BEF48F3275D0FF5F0D8212937EE40496827790D76359E845DBD4807DC9D84FC
+F726FF9CBC7CC128D815895AF28A54A51C7FE53CFD94E13BB75651E5130ED65C
+5094D6319FAA0EC1A4EB2FC4A1519BC59A38577CC7F87D0A1960EC2170E7F617
+5984DF8ACAE082FBCEF1F66B468D1105482AA0CECBD5F6441D4BE8B5A70EABC5
+7E8EE4EF10354714B588B7A8632CA525802F122DDA1102F3BBA804FA4DEFD62F
+1BC98F7AD5C0A88EE8F78266459252610B6B67F3A1C41AC05ABEFFE679ABDF4C
+396EC875FEF131B81D41B19AB93D32598948DB0DB320F683E64BBAF089E5A7CA
+2FDF5E466E47669E9514B4B3ADBD51A20A7453D393318364F5B293D782190DE6
+5BD8CB8285197149A9E02BDDF17578265EC4E7C9718B162F1D8B53CDB8384165
+B7858262DEC00BE88DFBA28CC52989956393C1326F4D157BE3BDFABF64DBEC4C
+D35E449E5A6024C790665C38FE7229963C5AD9964A8BA00BD7F53AE737F6A7A7
+9FA427901EF15F785FCD86B814E75D47A6BA4B5288514949C861B0F03BA1E40D
+6E0B5D8D37F05A9E320C61F204E72507CFC21E35F51C2F4A0003E81A9AA2754C
+0F42E716337D527E091BEA15534ABBCB331B5417630E0B70BE6EE869601B851E
+A1EAF097AA6440841698A4273BEB3D4427F5B6544377CA1B401586826FAA6624
+FF3E85305B768CF0D1061330C25F9D8E43625BCB7ACE9D577C8F836185B7CE7A
+B59C739AA42B5E69ECBC7FB4AE4C69749357810674BA5D032E875514AA27025E
+5B51DFBCC90F26456AC4078AFB76762496B77D1EE7C0DC1DAA20145884789120
+5351EC4B6D4D72CF1086F7D70B9334ED8C09457E6FA2105AE82B9B2F85287D00
+0C4B5C5CA08319D5DF9489C32E158AE1171B1E9D9EB1BECFBCE936413B40BFD2
+5D36B8DCB9E71E703CAE8784B961349BEE2646123213D4EE570DFBCBFEBAE4CD
+D92B43366BA129E68F67A592E7686EEC577CF784EF0900877B49F92248216FCD
+2FF5698E0D78502FBD856CC55D48C834411D4A2863BEF220120077097F3CF91A
+857BCA9E178369CF6F634DECA71D81F64F5996E56E2B717F87BB7DFDACDB6C3F
+881EE4E97737CEED79EB95004817B7F0A6385FEF3C3F235452FC64D2A36D63D6
+70C4F7E300BED92DAD013C6C39D214146E40707691EEDE8CB992177342E67BB5
+30A7DA68860FE6403B89E915B96D1582E9541EB486951BA37436CE15032A4872
+68911F6BC740415C93ED763DB3AF3B87C21A78DC8B0707B03464CEB58A275450
+5BDE0AFE86843100983ED6CE15F4D10A2F746762A413BDD026B38F6BEADC9869
+92A3C5BBF24A88C86037C6E3D65EBF9C626F5D89C39C137352996E29D71F196A
+B581BC230E99E985D918F0BEB6602045E0FC47ACB84A896328764061D74EC9AD
+AF1FD93DABFA60F206F52CD52BE6653F337D4EFA740CF9A595A9F31C73B4FB7E
+6024BF45A524B6E7829833E7542CD2FEF5704223C1C0A40D7FEE039CABA689C7
+90F9F28E7AF8092EA168C24AC1A39BDAF07FA721A92132963E970D00E8641834
+34A572E8A56B4F1FABF09C8D892E243B9EDF81F3D61E119614F9852A1EF065D1
+26E02356DAA00AD67E02ECEAA38CBC32C535B2F5860E5451359971C5531ACAB2
+CEADD1BDBDF2E995C18DD4A7B6BCEC1BF7A2637AF0933C36F82EDE6031E5FB85
+6FE6F510B07EC13C66142EC4867B946717A63ED9B4C57C762650C7504467E8E6
+172D27FF7D3BE888A6812EE59B0D1471DEE9A44CC5E5AEDCB93C47759BB68775
+8EF9C2C45A526BDA0F41DC9D7F988E541358E0443225FDBD823C5DBEC1E01A96
+8BD054C529364DEA78591C355E7B64C9B3F2E480AED08F1B2901EC79B8E0A0AF
+5CDCFEE2D01DE9826D06C4C48F35480E6E822BE7D3B4FE142DB2E4976D2D3DD1
+C4A42EFB4C2B64CC907C1720117931B488B60E68D5EF40175E12A7483A07361D
+1D800742F1C593EFCEE3491CB376D1DD23F3F7BCC097389D5D340248169E6D92
+7E4F6350B1F090A912B8A87D11D2FCAC5E9C6587FFC897552352EAA2B33C2B42
+20F4402F09744E2E11832E22D8DAAB3430C53237A2403125B6A1513B0B0D5F2E
+FFC5E95D154129751B5130F313370C8CE1BA4E4D4A408D2A968E46B9BEB4E803
+06D675CB79ACD4768D59D21FED07F53FF21E057BAA816685CE4F1D479EBFEE31
+A7A792C921B19DE5857C92CFCE304341730900F0553867EF140FDB754885EED1
+64CC7B3F43D84B0CDAB8C4DDE4D2B5EA608A8340A5DA9A3D2567C23C7FF63DE3
+0D41D55C8B3E1B548F37DFC8887237AF47696AAD5684DDB92290D63DAE2D06AA
+2DEB070CAAA30343C68DF4FAB2304F58B439AF27678FECE4839F72299C3C6B3E
+AACE010D6D485299C54B4E0477535FB92D402544557E736F3E1372672A088D5E
+6BC734E635355AE6403B26B3D74B41F3C7CB7E2C1FE752016A54180BFC0A28FB
+DEB1C7125F39848724174251F93F110F94C0B6BCD5F06BBA72AFBBF357A73F15
+8F4854C2D64DBA7BC772630A185614D6A0A892CCD7D01C2CA2CDD2D83121177F
+79D84A1636C2DD18E6885FEF81467AD318373FECD9EF27D15D6BB317872B42ED
+F78AA41B654B50D14E61BE054C866A5D89BF88F5A499068A7CFF6C244421A8A0
+BB130C7623941AEE6DDAC04DB541142C5BAC0F324112352FFFA992FEF64DBE8C
+2F873EADC1D29BE736B8EA4DD29EF14AFCD0CC46BE9152BF06BAECF70F12EAA4
+8E8658005F709F027AD17A32AC862AD60FA907F5F28E63E61AC9E5D008AF43F6
+1578364355E2F36391AA26FDBD2345BBE8535EFECA2E108CC3E831084715D664
+4B3E5F9A95866DE65777FFD3CCA67546902EBC56A414873044583849E7B057F9
+94F0E7BFF5764272DB24C3E52E5D378703CA4DE999CBB7DCA667B6E76DFBA752
+351A29F464C5321006F6C39808787BE5659CF6F9F198697E21D7ADF2E4CAE132
+53335A24F4BFABC3D2F3D30AE9D83E2BC6FEF3BC36F717F376C650152BD9B475
+8F53CA8C1EAB1496AAAFBEB4642E4086DD368E77AA98CBF2A01C92E5AFDBF5E3
+72D880213C471E5A54F40DD0788299FAB49543CF4293136178642651B272ECD5
+9A3E06B630BF1B4901195999A0BE525447F61F669BEEAFC93ECF6E16A38389AC
+4D58018B8F4918CE18C23568BC3A02E285AA550E266672D2F66DBE229A13CE39
+AA0D952307B2F746C8847006CE9A2DF02D0616CCE39089B6C5C5296E73DDFDFF
+5C6EC0BE0AE4DF4E56FF75D80D3BDAD7FF820399220E0DA6DF770C5FC2B47BF3
+74D4EDEF775B549E4FC46AA81A93BA6F7B0E8195EA2D45F3337C95621DDAF46F
+E2D2A8C38063A6FE89C3524B0AAB75CE0E8C4177E87C44062C66F5B80643644B
+A3EEE4227B0261A5F9A7E53B81B1FCD3EA19BA5FB7522A6221900C150CADC663
+28B56F05D9EF506F085996F6899BB160F5071E3D4A2BC24FE86F113132967610
+B32F5037B080D68129A41A60197AB26FDB630B545BC2AE0DCF1783C3EA077B97
+786262D70D25988B2AF8969EA7E501E1B830CAB93EE816BDAC4D645274413051
+EE4C4DEF6C04A4ACBF361CD6F7386840F21D0FAF42476112AE67F1B0A3D2E4D6
+ED731F80D4871B8F65CA4416A697E4351E6814E1BD78008B281266F8C5540210
+BD9DC11C416B97841E9E6D06F20521315C1C4D9FBC10B931013BA48B08A19A2D
+9C994CAFF6D230C75F3E4E5D314BD2EFAA843A65A4F51C21B79DD9AA1657C6EF
+A0332BAE3E5CA60C360976A06A4875361B9F951CBFA3A932047463133098A2BC
+5477AAC7336F2A6B70468E21939BD3699F054D0066FD217BDD632DBB6080413E
+7C4D6FE7217D05BABEF284F069F7FBF0BBEAB2E085E6CB250463744B89001CF3
+6E750C2D8308299B9E5E382901C2A68B1241E50F72690F947E15412C67B7313D
+B321F81A757291F4B5A76219E06079A47F6FE64AD14F9B8CC57031959F1AE521
+EBDA4775A03BBC906BBE6D1CFC98BB02206956A9AC958E5CA5ED23FCCBE76036
+A3A223D7654A2F6C38B220D6925130E2806E295E6B7C016E316FD6B625DC2A65
+E713A25C12FF83132DC4738B59444AD59A57F97108C258F315F969DD2E4F34AB
+2D44C517A477A7C7628F61607D18F9FDCEE0B09C633BE53C28456E0450162688
+43686FBAC3C28E3394881884378D55CA6C70AF6D789BA317EBF2BC5D38C1A9A8
+C64751C39AA1248CC87A2F99E19DB4CB064BFF850368F2B3AFED331E9934A8F1
+AA46097C4CC35CA5D755D3469949422081BA266646AE2A201ED8B626819D3982
+F3091B64A409FABB9E8576FA3DF3A0A923BADB82729B64ED941F5EBEF876C0FC
+52940CC040A940735837C61024B82B9D441730642F3AC842C3A9557A9D8BC607
+D6520B764BBCCF89A2150D688436268E7F5E1E6C193C933421C6B2CD7682091A
+9DF01C2CA74F165FD476422C9C82CFB5B059C43FC7AE967E1CCF63D77CA2F69F
+BA63E6F64D8C70F5012437275F232FD98764CC058DB1326782478FACE5D03012
+283333D61BE1B21CD0D20497C0702D7887B341175CD475A1C45150BDBC4691B2
+0980DEAE504183F08202C04369A8CC30DBF58D83FD0E479857F71C08180C2894
+06A3C7379E7CB4EA39E27275ED400BFBFDD30F8D6B53CD449E8AD309C73C8BFE
+707C2AE277B8211577A08C02805A26B9D4A4BB2831118822E290E82BE38B10FF
+B1EEEF6ED9A771882B0B84531D7B435C03FE9E7DD39283DBA2FB65B2101FEC72
+57A201AEC91BCA961459C9A5E9693717F0329C5827159FB74E43981384F00807
+01E60A2FDF0000F9E2DFDCFC2DC9888E2E217DE078C19066C1E1C3C2BC3808FD
+D47BEC64457819A211CE413F7AB19932813942A89D2343001B857E2590C8DA35
+781076BBD506013F269E4FDA046720465A6FCF0C1B4E03D6F80158BBB8C386AF
+49551DB31EB4EE5D15D9772148A728E18BDD8819759C50D5CBD7BD82EA5A4135
+6440018F7792965A5F240251DA8CBC961A824A2188AA5659729F6063D2C1A2A5
+3FD2C4CB03E97225249364FBD7627D12A2BC09219E431A7EDE5C69B33339CF0E
+08FA451D9EE9F80D73B463ACCEA8534D11EC31DD9F2146AE3C70AF4504DB117C
+C7AFA97A92F92A48E8B7D20B0213732FF1C76759444D9E51AF22941D1969DA36
+28D9BCDCC4475FF783EC4CC21B87897872E48A2E628F45FE52264CC665B0EFE2
+8E1DFF25FEDC503386415424A3319225AF1C6C1FEC3812420440EDDBBDDED095
+121D9B46798D4E2F8B640A67BD0EF6FD52159154AFBF6CA78C409820472E36A2
+D2C2B68B419DBA7AACD622BE74C146A062086728DF5FA4ACE43C24560437BBAD
+F437B38476BF934598DE087B6C22C7C9380C1D6F8C261EB361B95D4B719711DB
+FB64CA776F20CF9680C0DEB486D6DA69883C02CA8E85E2047AD4043E5C70C4B1
+511F6FDE620BF48DF648C880EB1843C26964E9D14DE784103B71566CD50BEBB5
+8868E7375C08DBE06C6E5D5A218D9879DEDC827C3B22CD5B78335AFD58D2F3A1
+7E9251AD20183C73C000E8AF3A0E356BDF68B33A88C442555042E3A8B95E9BAF
+864805EF0117A6FA7654FFCCF93F5615EE738368C9B6F68FA3DBCA492CC5AFED
+74900E2179FD40399CFE302A716F6C7E3498633E4777C5AEDA9D81C39B50DB5F
+8BC00C657E7F8BDDFAE0AF4620A02710D193D1CE335DF0F067F07EBCF68B4329
+74848126CFA58673B80B517D2BA7DDF838EDE99CE8BFE3A334FB452C8C59FBEC
+AA50B2116ED1C39C5C8AEB9338DD9D8754B9EF25355F48839DD9CA08FB61CB82
+14AFF2398DCF4FE9D8B5C71B7B0B5CAF444AD244715AA1A3E7F62068EAD99E52
+C41DBA40C23DB61B9D98C8FE97C59D77191140AC590F46B30AB7137FF88CFCEE
+14DD9AC22F29B1576341220A5ABFAF276FB0972604770D5AB85F92C2A1616F67
+0A25B19C7D66E0261968DF06F46BD713A2F9E65A800FF94BEE38C642299B2A67
+AA36DF47930C7091DCD7CE55AAFA2B540EEF670DF4A1BDABCF2100486A79DEE3
+27D9A0F445C3F69CB6C84D61962FA0F8E387BE3C7165FACFC52F524B758B8D2A
+9EB057C1BC06F37E1A3264F93DD642190756E114B52AE133A95E9A497908BED4
+AA4D5C85EACD509EA0577736893C344F5CAEBE2EF192AF351A0F2711B3707A77
+CF1DC3B7C19A91FE45B1661E3C2821A76EDF4C7DF96EC3F695CC39A401A24463
+42317A164CD18B44E51A2B40FB82785E37AAA570C4F6601A00ADBF0B4C8763CC
+E4D5041F0B35F9FD5B8C94C4D6E6823867CA750D7D99CF0CF7B22B822FE69AC0
+375406F7DC67CEA8E29A764E95628860E16133BAC93F7F42946F841B39B2CEB6
+C286386338EE162592CC0AFFA8271D8FB8E0614C3C309E78B8B15677A217E2E2
+2A1F19E86B34CD710BF63B554DC00F632EFCAF7D6D6EBCB87671EC67C988E61B
+730246433CEB9BDB7E8BA2A7C6E29AC5663FD484890CB1536E7A16FDE5F2DB98
+5B6D60BD395F9AF2BD0A7C2000BA25B58CBE163B3830E7BA96C203DF6A523E0E
+B7E0BDBAD44E638BEC49BECA41DDC63C4619E125754F0AB15BFAAD2EB4278D6E
+8B20A5C6A1D69AB259BE01FA072FB7677B07E4C0AE7B9E1189864C0AA27CB014
+708A1817144562B657571E7C8908C06AEC1951A6747D3D2AA96B525D5BBB0C2E
+C9447E24BE2EFD8381A41A5247D4C39A9DAE9170D4C40385C92564E4E7C78899
+D60DD2B6008BD647CA8EA1EBDF26E5AAD21535649C991BEB81616D3AA3D78D8E
+A730E3F4E217F3670CE307AC1B5D8C0B229EA198CA772062E395780A136C45C8
+6C4A0A7A6F6A6331F5FC18C736EA102C1BB0522B6C289B096D9C9F3984C1F68B
+34E4D7DD4847FB76291C8547C81ECF1AD6128B89105C4B240BDD40A8E2283A7C
+09F9E5F7C55CF44A00BF0B158BD7092DF930053A08519178B9E9272021502B44
+D8A0D6401D352C149F4505930EE77F9A17C1429DE89C4E8A57649E9F75F52C4A
+DC33B47175BDFC3E9056E94C86952666BA6EED8BFBDE89C50070302862BD8777
+60DF20FC95FD94BD60FAFA8C7EFB15032344E8BE9DDA7193E43532E213BCD4F6
+3760E55395C95C9AB99F2756A8066EC86F2725DEEB1A4D1C97FC22587EF3EB3F
+133D3BC5887AA670427A95A3F8136ED8115CCC4D8BEC37F69CAAB710003637D8
+C9F03101E92E9CBCDFF129F6DC421FB7F5A1CE4D4C3982A581075A6AD1C2E843
+1D3DFF994EABED191881BDA405739EF8C2297DEE1F36C7369D353BF71A284FB4
+05749F8DB8B4FE5E9246C01B8A9A25D490A75B3FEFC99677013B45CEDC06A4D1
+BD551A294FD3EA1891CEDAA2FB9A4FEC1F708BC17BB0288AD5FD1BB8DAE64652
+A8D7FEDE0B1DE968C921693DDF5C9EE1CB2302B822810D914A076F3285829C7E
+03FFD28F65274FFB9DC35B734859EE7CB387A009B7A3D409F017DEB2FDD9C3EF
+7F4FA0959261A90FC5E9F266D24DD0D14D731DAE9B179C23A428DE5674905488
+CBBD4BDDD18E21B51841B31054812B112C3D9606E450CF1B758D998DD941A747
+C87097D11BA7560E3C09C2D09CE1B3209E4A27B3741AE468EFEAFA366B792FF1
+2D9539FCC2D7B9549D92DF02FA6754529F09A1D430BDF848AF8800813513FAB5
+6D828B9BA496217FEC23B0843ED893DBB414BF6D57E57456636935820AA2C2E6
+03FC261A5BD11BCA3003080301315524FFC0BAF6F531D427CB07E47D5CF22164
+83CEA4B75DC7743F8D3A27295B3A7C65EA32D40487C66BAEDD60D2E2D175DBEA
+FEE1CF479788B453ADC32C1F61A11799F58DF95F86ED54D12D5F729EC13E9529
+3B82417F7BB60216EBB55EC943CECCDD3E981AABFDDBF56C4A24A48C5758A1BA
+DAC3B659E9380963FB4E40036604B48934BFBD9E2ACEA4723CA354AC63E13729
+8CD906495D25185666B7DAF29D6F78D6B49176415C2EE249CF87C1D2566901A1
+724292872C59BDCEDF7551DF61F2AE998522BC9853FC6C9D7EE5C55BE064A780
+37DC9D9C672F7F424EE71F2CCFA9CDBDC6D25B72E68D05BA472FE6CAB560C19F
+A2048FFC226B18883DE868E5B582BD7655BB24C14E2BA5B6CEA21E88BF6D8FDB
+A29A319D14D416DCCDA79848145E24E06CFA9564BB750AC3A2991476B77B2DAD
+8F1BF36DDFA18444843F9D22401C3809FEC728808A6CFAC8976B497338DF474F
+756A8C421903410E7359BF616B929C647AD347C7ED75617F243D38E86DFF455D
+A49245A7C8FB1BB408E523660E86021B6FB16C15935C226B821B3FC4C5D264A9
+E299A44F0FBC9F3C46491790D688F9A17B0290D7B2FF7F74F896568EEBB51CD8
+AC9A442FF5906262CDF4AF967C030F25602B96241263CC62434C407C0EA1787D
+A86FA431A2FAEAB4DB660B88CB7EA128F0E69D121E432A363ED17F4AF765841E
+7E14818820EE8EC3C4B7B8B1F6705209C25F8D1502ACFE8CFC770E17FAB4B651
+FE17FAD55A246E0BD69B916116A67180B15EF26CEC4AFD804F2DF8D95E12E13F
+F6100B2107153E86E11B98158F9C00198375D539CC375BB5AFDB4B4CC3A1FAAF
+3DA15044425895EF2506951EE3DB188D4BF01B3C5CC588242554BC6AAA3651FB
+F4AC01953ECE0109A8EE2F9EED768234A3454268248D6DB0A71D961F9BE6F4F5
+A565D35E278738E705A073A448AF7560F6665142B8C7F091ED296B59A384D842
+D1AAD769AEE11DAA670B308E4EFCE85B0A22AA3D284D6B60D55C4B3E289C7D36
+68EE36066E37C50B2F28CA32C9467F5F906BD6808F898CCCEBC4D027EB3337A5
+ACC599BBB955F9E0D491BD2932F56710EB616B2B371ABD6BB9897B72FD531EAC
+FE013ED453EBC49A4000E5CB10AB14E0D90ECDE2C9FE61747334892C2E6823B8
+E5B21F1E11D70275BFE5A09E44008565FB1B7D2B9DC1F9039D62E6EAE2E17062
+657C9C44BC355C6417F2E8DF8AABBD35F6B841484BA1FA942F64D91A9D8A28E1
+7FFEE141A43C5124A3AAA4C9CD2F59163ABDDD2A9163347D0C2A7BF58D9F411B
+3AB41F556D4691FECE12CBA2D34905D161D18F2B05FD16AFCEA692E7375FCCFC
+3AE90014C77CA0A25E366D43BAE27398FB0969BFDC2B3F39944C6522B09942CE
+831499F44C15EA8872474A7A5B4F52F903376CCB61BA8080CA2688FD7BB8F2D9
+9B1793D07F67A63983F9052E00970B55DB48E7426447311C2B436457BA84B4E9
+DA3E34677BA740360D88322916249CAADBC684A50A37F8D404A2EE61101301DA
+CD14D6C60B0C611754F946667C8A7166969789A022427B61916AD20A4C1E188C
+B2B18CC94D832F678F32845ADB4FCC0E1741BD322B5C6FB90B45C22BED46596A
+393D7A3E51C378
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMMI9
+%!PS-AdobeFont-1.1: CMMI9 1.100
+%%CreationDate: 1996 Jul 23 07:53:55
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI9) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMMI9 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 58 /period put
+readonly def
+/FontBBox{-29 -250 1075 750}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
+3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
+532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
+B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
+986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
+D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958
+9E394A533A081C36D6F5CA5FED4F9AC9ADE41E04F9FC52E758C9F45A92BED935
+86F9CFDB57732045913A6422AD4206418610C81D882EE493DE9523CC1BFE1505
+DD1390B19BC1947A01B93BC668BE9B2A0E69A968554239B88C00AF9FBDF09CCD
+67D3B2094C11A04762FE8CC1E91D020A28B3C122D24BEAACF82313F4604F2FEF
+6E176D730A879BE45DD0D4996EF0247AEB1CA0AB08FF374D99F06D47B36F9554
+FAD9A2D3CE451B7791C3709D8A1DDDEFBD840C1B42AB824D5A0DFF0E0F15B0B7
+22AEEB877FF489581DA6FA8DA64944555101EB16F7AB0B717E148B7B98D8DBFD
+730C52937E226545CF8DC3E07C5BA30739BAFCD0F2B44275A6D503F582C0FB4F
+449963D0AD2FAFDE33BA3D77BCA9D1DF878DDAFCA2E22CC4BACD542B282164C7
+97C2BDE318AF9D501CA21F6E662E7AAB75A5F24D2C182E598D175D44E88AB19A
+E7CD59584F95B389183EE21B525BF52A3F23C0FE5383A5565A19361D716F508C
+AAB78411CA5A4D27552CC1C435760D5A89D535B71C593E755C616661363308DA
+A683F54ED0C23FB2C225A008392B0B719F66F11A946A090B7C00B662A3C69599
+B4ECB0CC70C85C4BBBF207E0026F6C7A19F2ACFB7A60804FC98A4BFFD7BFFF2B
+9529E6D9D4238002BBC255BC62959D6F3381FE06E0621B879D5FE5B541D45A1E
+759A6E7DC32B1D1632368D09A97039DF255B6492B1B2B7E2C1434E8306ECA7D3
+5A79B6D614B4979F10988BC76ED53A5F45315CD7DA216221F842FD0F3E050DD2
+BAC23C984D506D8F7D614BCB6B244F5F41321549BB0BD041FBF3053307168680
+3435E9C9445A59A7C666418C4F2512C32058B1CE1EA46C7839C6E372F6CC60AE
+2CF46DD2F130B532DE8ECD42D9204500E413799E298CF6426F28D23BB7216BEA
+1A618B3ECC61B44DDEF0BB22D640B47C09AC0DF378CE68FC9CD88BDAE9ED89CB
+431A5CF9C3E9528FEE7A9936C2B1CF7B38DD2B95773F0EA0051607BE1B0B3588
+A8B907A5EF011B4622C5093A7B107DD1EED6FEE9536DECF1CC96E65373D0F433
+30AE3C094654ABF4698C07F8C74E71D023DFD242EE83B1306786124DD8C6BFA7
+801E66CB944BE7EBCB3FE803EC97067AF7AFC8A4E9AC9D11
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMB10
+%!PS-AdobeFont-1.1: CMB10 1.0
+%%CreationDate: 1991 Aug 20 16:34:36
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMB10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Bold) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMB10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 38 /ampersand put
+dup 45 /hyphen put
+dup 70 /F put
+dup 71 /G put
+dup 73 /I put
+dup 76 /L put
+dup 77 /M put
+dup 80 /P put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 87 /W put
+dup 89 /Y put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 113 /q put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 121 /y put
+readonly def
+/FontBBox{-62 -250 1011 750}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F00F963068B8B731A88D7740B0DDAED1B3F82
+7DB9DFB4372D3935C286E39EE7AC9FB6A9B5CE4D2FAE1BC0E55AE02BFC464378
+77B9F65C23E3BAB41EFAE344DDC9AB1B3CCBC0618290D83DC756F9D5BEFECB18
+2DB0E39996C010F3024A5A3C69C8485664A4E3AA81348AE21A30280D0E3B6542
+A770F048F31907891EAB8B57DC70FF775574D6CD26B8AC9C3E64C3631325BF0A
+99AB413BDADAA3B51A3E168B03A856EC7D346A38BBB0A2700A23B2CA91120B9D
+2AA5BE5A359C60CD78F055253785CC9701F5D670ABE4967D74838C3B267C6563
+C9651AC41D8684AD5E913A5C9C547CA225A74782D1AC62020FC38E29C356950A
+00E8F2B0752CDBF81EE4ACD59BDEBBB9523AE4764B995855F3A401EB4B04EE56
+B10758196CB661448A3617B83CA88C41756EF131CFCE0C968B94B6C69AEC1E9F
+BF8B21837BC422D766B5089D81CF35A807394A026FE3160580695B1213968D90
+8ECD1611E719A871E15C6085A17906F77B5B2DFA6AE670976758E67F8A4FC362
+FC7299D85ECC3C0BBAD4649B9DAB4A2FB248D6481CF0CCF274634D37A5AA4DDC
+31F3138AAF10998FD66F3817B77060E71C6D8F17205F9C098D81D952E0FE3831
+2264C55D73215176470D8D75E7BE6E44514984B9D20208DB3ADD4767CAC09D41
+9C8DAB6EDF4FA1AA2CB285CA28E30972B3BFA4F8600DB9216487655F91CD091A
+DEAA34823397C3D1CAF14A0F016A4EB2A2238881A285C0A4D2850F1D942637B2
+A6BD6CF81D1A3A8B0E9ECE37710AE059A3DD5D5236726BF6EFF89C97B4E1C735
+DBCA03EAE44BFB56C90EC7472FA83DD86D63E9FF50ABBFE1FC07FAE9ED061B73
+6B15923CAB0A8F3DCB7C607594FAA48BC5D060259663B000B14B012FBB1407D2
+626F8CAF1E097ED3B0D6C7D927ACF3383909B4E85803546AD4388E63D83DF79C
+0C8B9B4BA6AB82493D5573BA8F515F054AF5C7CA026D5677B49860788187D9A1
+00B46C3621B48C26396A0AFD75910107EE79BBB35144EDB744F7BA1ED99D23F6
+0E91F98ABBF7DE01948F36D59867B4F210BC60FC884022B56A1CFED44B959B09
+349E20BCC3E08C72EA97806508AAF6C8F9CF4F065AA7EE2A19D0C4EC8164DD01
+B106D9C23E803EDEF5C06B3127F9B9B86AACA328755CD14C475469855B591FDB
+BF0E80133E1EE3CEC6DD9187A30C6F74EFA19AEC8260643B94C2FA5C3FD3EDD5
+48800EB36DC091325295D034C0872F8C08F22C2D62BDD799D119743ECDF987B6
+6575809AE89A3361CDAB5B1EB1F1BCD27AD862EAF3A531BEF5FD74CE33C95C73
+70DC57AC2BC0BC069C4605B3AB4DD8B9DDC038C2261F3C09C041BB9E0203390E
+23E2B5C6ABA6E3163ADDAE21E2678C32A4037B84804A58E00B240A130A19E864
+34C62E0F32D9A9908DEC316E4648A626061E07A976CD9FB20399BF0D10A8AD04
+E04937D16EB088B8943155E3D64F16A3258346468B7E5DCFC05F561E59ABC6C3
+5B75EADCFF642696CE4478DE7CF5B889AB1764C63745D740ECF029D418C9FE83
+4400A8861380D8EF51E4BA98AC0EDF443533A8205DE1456043F0E118D62F1803
+B93DCA9C302624A9EED084E5BC486C3086A5389C93D2192E997A6F02894C9936
+0A2A0093662D1316CE6282A8424C3D0718E96508F015F6346D687D45B3E271CC
+E9DFA984AEDE7FD18ADA8C4E9556967EF548AED5FCFB0B312C24E218DD39C7BB
+AE6D9E38BE48736BAEAA4E4AEA75C7C5200835B16AE09ED0A220313706F7DDBF
+EE85B01100646E3FBE7E348DCB3834C8A7ED6280FBD2ED3949EB5C4F5DC02B2B
+D0A25140001CEC9DA1EC2B965260ADFF4DBC6084E81F3C452BE83BEAE8767BB3
+F8A523EC4C6B34F93B80F93495AE491A9D16E52C90BA21978B7DADFAFF37C294
+8DC1EDD5F01FEBE672010A4FBF43DED92E460DCEC5800D4C9F44B264A221AC14
+5F1967F9A9094BD54C5C0FD651F44900A25F68D721FF4BF42D73A81E8828EDAC
+B34AC2F328D772C8626AEEE9E816E0BCE576AA9D5514972582A9FF3E0D6440BE
+7DBAF42325E5E85C025E6FD6C6A9B6E3E1DC89509CD1B06214915458F6F4C14E
+AB8E0AFB29ABDA1812C45D4E6923A38B2724A456B76CB4D0C9FC0897D1CEA6D8
+04510F38CE252414BC88CBC412040A06A70239E8C12A76E77723866536A40DD4
+4E6C7BF4891D6084184F30350CFBA9C378103A25B293B8D4570231FB29E83ECA
+56A9DBCBE5249A5B9E6C505BC9CD4A983CD6BC814CC54DB62A22EBF03F4939D5
+5EAE5A1F2A78A476616EED6C50CB5D22E7FC816AAD214E1F41E7BBFAC635D34C
+1B6399D3F41FA9639FC8B251ADCF9BDFCA2F9F5C849D8BF606A9986C24C6376C
+07ED7F0FFEDDCA08A876C73CE536649EDD6B48E8592663172AFABA4D5916D358
+CFFF50A90E3612E47679D1D46EEFEE1062CE2467C34C170A2A19DB3882413B41
+8322269D3002085EA30ACA0475458DB906861FD00265D7E770E712F2E07C1A09
+501691D3BBAEEA3E3BFD39340C03ECB83140818E05F52DDCB18AA43AA20D4257
+EEB64AF264E8B26F7C40EED3B2ADF801C83A1B00375289D80B02118591F466D0
+AC57B794541CAA13558894355390F9F33C875A25BA59B9A016475D758B23790F
+F4C924FB828276DE5FB735B96C3DA1684C0908C5E514680C3155C6C813EC4F16
+69B279E885E8CF0518448419191E6C7738EA50F644BD109E61E23233BC46ECA6
+14ACC258EB93C93D73D9A0F421CA111F8767A53247E1289848CCC3CE31D21B80
+A75C6C448F0E7CC4D868A1D5FE4FED5623189352B1209BCDAFE86D8C4A6D7B19
+1ACD284B597B30BBD170CEBB3ADEE2D7C97C288F41B43B576FF6643D020D1BB8
+726044ED648A0F50A2ABA65BCE6986000CD59A0D88FD9492941D0BF38CC2F9A0
+4E178EEACAA65FBAD5B8C033F7F5ED265CB777EC77CBE2D9CE35EAD890C8F07B
+38565E1E6C3C5480E852808D4B5826F830438C3A24CC7164B5A2C9E90CD6BDAB
+25E96E429852E051F6D58A45B62859FB82B942DF0362AF2B2006B1F430A30C98
+B0FA646508417B4F472AB0A4D783FA2EA2EB0CB5E8081104B1B29FAF17AE881E
+C8B0B060E843029556BA5B9350DDAC9C4C05D6F67B0A6060079EB9F7E266C622
+529FD1A67BBAD166924D6125AD3027F9AB63634D6C110968744576CAD65456A6
+05AA30174F694DB5124BB6D98B857BD2E84A56E0A04D104A1657B1EF09251F15
+F00300F03532B68AEE57BEBE82EC3DB6267CB4875A9D3CFE355A1D3F0002A034
+642A97672B6F8D2C95D889BCDF8C7830A7981DE9A3781DF8062BB40698910F83
+15C68F3D39459ED685FB1528DB68D9525495AA9212AC2C3275CD58011F67AAA2
+777B69A6A094E294D82EAB7412F2813BC5F3D8A0E2F7078DA28222EB0B8C8D05
+28CBFA2BFD167207AC98060DCDDA100BDCF1CAC06902FFE7364094BAAB1538C8
+56734A12753CCED61D8B1C3392764DB203D5C54680284C71640E08C769EB0559
+6DA835396C0FC266DB0F03B5C3A64B6E334307DECA0E6E43547FEA856FF21BA3
+95C4D992BF9BCC6ADEE28329D954C4FAA33CE3170C5AA079C41D69D71C85CF7D
+1C374F7AD7786BB0CA8961E0C16A0F37C017E4E9E5FD2348D803900DAFBC2A64
+CFA8979DC147539F455D194C222F44D04D369B7E41850657FA463C7BE2CED020
+7FB36CDE43C356A145DF803B10196C52AEC872ACD6A7282BC260281E6C40B481
+E1DBE94E5AAA49CDAD2770560A021FA016BDE6E844ACEFBE41A05CAA0B023C57
+F8C6ED832C08EEEBEE4ABEC83E6930CD038179246EC0FF56EAB42C5739EED3BD
+2FB7E4E3A4D6DEE94A81423569CAA4B8BD68BE9AE4F4F426A7D3AE59A7A6A088
+6EC6B99AECF3559C6AF0FF0C071F670FC092288AED4869782B017FD5DB7B479C
+AB48B6E4B4AC321C50DDE5EE95CD544405D82BF5507A18F7279711CBE8B6B739
+27701F7300A4CE35218F679BDF902BA5274439D8BCA8FE4CD61CABC71FB7ABB5
+6257F6B37898B1ABCFA0107768EC783CABC57C17BD3AC992BDB3CBAD08E60296
+7A30CE794C39C23528A7B8C8EAEDAA177B4BA711E34E1B8D492068174FAAAEB7
+14FE7C379DA7CE336E145EEFE7BE92D1C38AA1D1A4E100588E463FE70B36D88F
+FE9EDD599D54B11093BDBF89EBE6335E31686E13173F4178B72015A1DD59AD57
+A3AE8C577684EF5A3B1AD96B27CF149185490B67A7E5BFBE113899315D9D0A9C
+19CDFC13981824A5C03369ABDE364B4B766AEE8C684164886873D075B2FC27D8
+BB6BF79BB7B8896165AFCBF1BCC1738C9FCC1F4D0CE1A3059BF273019218AA28
+ACDB431780BFA32425257EC547E91F1E90FF2EA2BC4DA006004EA2A3E62D5D29
+0BD526DB765CC9D7F3A242487807FE70B824F8FF594222B2D3BA5F06B70DE6B0
+BCEBFCE0C1D29D2F630312A9D4EEA13C5225C59653FF08AF1054B2192C44560D
+FB984E6AEE337C5E6BF6CB0B050441F94A02CF39CEF0E588B8083DE132E3D7A8
+7B92F08FEF995E4F0057E50F6BE5CBBF1A3B873C372196B26530DBD15F68D434
+BE1981E251AF1EEE4742B31A1136FAA0C1C63878B07A67D92D63A5DFA696743C
+005335431EE83A41C93E63314C40F869BB1DDBD374543E32D6AF42F40FC4C546
+B96DB61EBA674A5025709BC45A60CB6EA66ACC2167B22C7F7404933A377291AA
+FC2A2AFB1ACD4FA2243E3C2B2451DEAC8702536054C25325F8571DB1B65F82A3
+2D9B0B46FF8F76EC5643B5EA52E1722D586C68819F823EB245D3E811331900EA
+8DDE8CC84C61FD3601A15428864C73B4CB0B987FAD3D0ACB0D42F7CB046C414D
+3E4B6C8A34560DC24BBAF83EEA32884275A4B226272704784C733B014E00FAF8
+2187D11E16A8DA0424B0B0A22268ACCDF85F21AA4174CBA1AA1D15D3C16A042F
+7A4EDE4996734B7641781FC3DE57615E35356E5C43D14DB64894B073C54BE3A2
+CD5F73CB176AD1AD4EFB8A8625C6B4C746BCA14BBEF55AD81B6B9F8971B14E16
+44D4C661F6754AF15827BA92888721EE8FA52BC75855F03EA3210BF43318BD48
+B476A6DD17A21C73918D496EFE92789C131D9527A6E5372173FE6A4DEEAE9C6F
+EA27A0D2CB9D383370ECDFF5C8187D765B7E37B983024E81B577CC76B1E4391A
+1B8EA589E1F03A73F9511B25E7800CF712CC69396B6A87C1DD6CB431BE12B9BD
+D1CEF368B5ABE481A3F9FC67E1472D32D10F8AB91B74EBE0A9E97DEB4AA08F3C
+24AE585B4D39E55AFC64A2602926B84B747D3325C5FB85A786991ACDD3F5950C
+6D5AC4770E46FDFFF7A2748FA12683CFE2443A12EEB2924F42CAA549028343EC
+52008E5A319D5313A67F92D3816926B43AE43FCDAF80103DC07CBBD41D8CB98C
+3A906490A2FE8175F4135FB9958ED2E3E5F82DEB70D7C63E69F93781C9FF0EFA
+AFE4885FFE946EED146490A1F5BD87356AE0149D8AE669A271385B83D03E3752
+73FF4DCBFA4FD6DB119089C208FEDE24237871A59D25AF2F89C25DDA2703B3A4
+A2B064E69664D2FCCB3237730FFB31CC3B8074F7A58AD6BA237978FFB340F824
+692323372721031079E0B70D9D303CF72CDB7F53BC159BA42A2F678B90E2411E
+BA5191702056D6E3AE048D7761608643F5FCD64797025C75DB6C0276F1D8F125
+75EC3016F4443278DB3FCF6D8A794B549723E5C5C8455205F63BD5123328F3A9
+42A56651D3E7F8696990B4B354BCDA7C1C38D3725BA8A1F671006CF0CA302CDD
+0C78D94A6BD2A58F970666A2B40953973FFAA107934538FC4AC0EFCE8E36B13E
+881C9D348622673D8A6AE88E45BE5949BA9090139210CD65A11DF6D75A233A6B
+646E90F10022B658C693758F23538578785F99737024CB68B6F33002B9AEB5C6
+45F3F85413E509DE5314F2347CAC943FEE726532D07DD74242FFF1BCDA242D5C
+FE5A6B45F02EB9B4D46B7B9FDD9A9D92B0A762045497086C52A2D367BA53AE02
+54F842AAAC9FEC6E9576AC9FFC701A517C11EBB1EFB21069FEFCBC7CB191BB3B
+EBE2556FB7C195AE923F3DEACB497996728606C09D7F4EBA35F707EC7D5E85A9
+40FBDAF7F1332E8539A5FF2FC8288AF196DE4D40D01D9B67BCE4FDBDC1CE636A
+CE10091B38A21EB22AAD8AD32ACCEB5D3649EFD19A1C39AE3165A32C0C032F65
+F84D05ABA30512AE30B25781368393F1B14A71647A3A1096A1B16B2BE382FEEB
+5ECCD9C40DA85E0A29D69B6B4554481E41D9F5CC3171F55B65357C8AA27A585C
+360CABB330DA7D3D14CD210C80B60BE2C380F07E68809AC3CD9302D8FE69E6EC
+26F6DF81249A268DA8EDCB643780144C93EDA11BDA864F767D3841D87A5A68D8
+F94B83E41597FF776B6EDB54F1E2D286FEE0730BE586A233D126CD0DFC644CF9
+8A7A58E48570575757289DF0EFDC5D34B5A22657E27BE7E61C537D778A5E296B
+13A58F943C090F4746F853177E3597760EA659FB8C6329B218709600B4F46D2B
+70CB8F7D1FF86A8CEAB421F7C109BAEDB52E331DC050D553AAA388A3F4971160
+86C75E4F61455C84F6CF75FD4F758EC4EFF5B800CB3652BA4521A7F3B52722AF
+9E5D84BB1FCDA8682777627F630D91BE6C0D2D40D158F6DCFD4D8182BFFE8710
+BC762371CE00DF0809EFDD11BB4E608AA9FB5A66BF680FC353AB42275B8A2F1C
+0231FC461F31EBC9F8FE536A2BCB695EF17E4F1B69E60DA9D64EAA17E649B516
+2AA60BB3C2DB385BF06F2D6E9B24AE73179F8BB66C18921ED03B5A4ADE7A3E76
+16CF701467AC93EBAC8B409D229C6CC73697CE94B29A30C342C1D9303C618CFA
+F0BE9D272F9F036E3FC231128B5B87A06BAA1AF9C480184AE01D33115C647CD1
+4DD4D4804694E075FB4B25F154EFA7EDE8519B269049876FCC2D9226CE560111
+B100314529BBC6119803ED666B38F3999D5FFE2653F45994B37B4385224A7CCD
+C0A7CA8A4E59A904B04AB7E9E04FFAA41255D80E1ABE0703A20E7F2F0FAFB34E
+2327390F2864AD2EFE6983B974C210B60A0B55552005F861824DACC461683098
+91569CBBC20F331C036316EF2004B68741CB87882AF8DDD257415C1F02D2355A
+3A99731F8BFC7D970CCE1290D68617D9A3E87C2BA50AA7FFCBE162E5BE423DD4
+86ADE4BED87656B50729C09B29603ECB222C796043A8C647571E50F81DFF57F4
+0D5538866096B131830C9EB56DE675888B9C75D9A26F35A91BE7F7E888B2FADA
+FCFD7E9E15766F032EFFA266CB7A91A655D23057ACAB353DDE80B61E214929DC
+83AA1F00A0640318EEE4D6D1A697F56C07E543CC9ADF2D0C0B3B149EA3B53E1C
+87C44BB41038C8E646FEA43C3CBE7BF75F5B86E482C8783DA8C2CA44357BADBA
+FD8A1217D36AEBD154DECAC5C785C3F45795C5580D89978F5224A5156DA03503
+7E160B69E3674361593AA7CB1EF4ECB66146EA14B2231089508AECCF043D06E5
+AD3F23D55FAF761FF92B844700065B725CC878EE550083657DB26EBE2F5947F5
+D4C3B5E8176BAE4BD90AE38121AB23D7C53CD7AE82B128612E282B3AED4F35F6
+6C83E861E117C89AFAC7614B060C27BD3477E8778AD3546DE5F7E3894010AE73
+CE4BC2A55B098458B21386B8E32389D90EF1BB007E955DF6629438E72C0FDAC6
+3453C12CE0E244F8AD473001A6A60B99E4DDAC45BB9916E73BD9FE2A0BD1AD80
+3ED862F7DB17AE01FD0AAFA035A2C90576F7E8CE214AE9E1434A81E0E87F8E11
+7E7A3B27A62D2B4851A1957EF4E50F9348033D1B4BF54AB835DD53E0B1B1E49F
+6F2FF6EFA200DFE99ED5898BF1B3E076AC457771606C6EC57274CB7CD6AD6784
+443EA62031E66E2A89B479D9C01C6D4400685A289C0D9719AA55D6962DAA182E
+AAAE68CA093E0ED683D2BC97E9DBB425443BA07E4C313541755BB757BA97656D
+9FC7D02409CDBC7FB26EC96958AF7254F5218C45FE11790B18750C7AAD802FF8
+B5D5B49ABB75058087B0535FAFDE5E92E672DA8926DFAFDE862143D12D162DEA
+9464C8556E20BDADE5CFA8136FF938036C20BA2F0BE655FFF480E6D57276B295
+B22A79599C0B9ED3BAA3B47984EFA2BBA23B522563A175D8D3D40785EF945010
+092FBDCD677CC36F4AD5AEFFB437C3EFDA4809C8522580BB18085582E1517503
+9F814A1A1A817B57C72C138E1F78B2DB9397817F2199F2CFCFB9A7ED7D6E9550
+E33103B12D3D59F714DC8B0290F145AC9CC8EAE4E1C4D75E7EF8F32B4C0B9C5F
+F2AE37ED6F95D9CFA17E5E6436720ACD3ECC378F1DC806DC2CE5608825A400B1
+353AB5A6A92838E8B5D41AA50DD20541FD1833A9B373E42C68C2B1068D2D4B9A
+09938F41635F300BCD531C7B1B0BBACA375BFD501C512ACBDBDAFF54A9BA8F57
+18B5D521E1AD576C2F7562F033C2507262E0685A1F7DFD78857D5C130BE241AA
+73935D2F0C8B62D4CEB51CFD81A3C2192DAB87D4C6A30737CA2E4FE6112E8F8F
+078A68288D027F33B46A57EFBF82C3789E9250D612EA38BDB706675DC6036166
+85BFA3C222E8D2722DD790D2B4E73A066670B67822CA386AAC3F7A35951C7A03
+C2439924242A1D964919C5FD3AC0863D1BEA2ED8F96A75461634527014E5BA2F
+947949143F2748E70A97ABB15D996666C04064648C0F4210D64384A000218D36
+3862222076B24A045E38B1E06C2DE7A66C30F6D71366E464455E9A275534CEB8
+BF233C51EBEB07
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMSS10
+%!PS-AdobeFont-1.1: CMSS10 1.0
+%%CreationDate: 1991 Aug 20 17:33:34
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSS10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSS10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 40 /parenleft put
+dup 41 /parenright put
+readonly def
+/FontBBox{-61 -250 999 759}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF7158F1163BDCEEA888D07B439DBD4E8B4C9
+D198C03874B5E6F8FBF4922065A92BC3E66D05DE53971CB1424510E892442858
+D69CE1F76E4DA76C87C763A4B2FE36321E54B1328C9155B8ED6361855A151723
+3386AEA3D042B8D89C8C0E9A33E5DF3B466F7BB8C2C8A4ED4CDAFF55FC6D3EE6
+0AF2CEBFC1AC3A6E6692F8BB81F82D86BAE85016AD62FCB05467082C2E5AD348
+44D1439C2B59F65590E57CA0DE481A7A34E79931B1513C4C30156170409A4BB8
+46D412D1DAF88AD30722F12DBCA1CCC6B4BCC28D06B0D29149DDEC520C8FBA13
+6B82E2E1790F00B216282FF122EF0D47B70A1B29514DDF7C0435ED238C14BDF5
+6DA243117FBEF7398F97EB95597707ED63C6797EBA1B46EA19ABB1DABDA171B3
+16CD500F5D64CBFBE4F9CBC3E66A34427D3C4D0C432710289381F9BFD91B4FF4
+1E3A896C3EEA2F3105C218877D6C0C6B763760FA364D00065E1CAE9DCB5676ED
+286A9ED0D1C946DCA6A2A670EE0936FB4706CC62E234CFEED34AA615C48D2872
+A087F30990C85E64BA68F3D5C117123467DB411C9F2D6F6858CC70C1E352C477
+713097321B4C4FD4C5CDE305415F998E7245908EEDE6E056A736EA77BD8C639C
+3A79FFD0B74B3D28F0494A115F2841CF8A8827AB5608F96FD8998A5F40FB3DFE
+3AA0C7696DE4E1D18DC0D6E84B943175FC38FFC42A9C0CBB13A908978C98BFE5
+034F88480F32B9DEB2FD228FF6CB0B89B045AB02020C82E3F5716DC640613185
+9F597CE262729BC52132F43922B9E28BB71A30AC8709634561B22D13C4FAFE0A
+12C4451969226B220038AD8DDA990A4E2CAD53DBEAB698898BBD3046234EB4EA
+901287E71CB41296C431383AB85F18882F65BE36923F6C0FD6FADAC5B42FDB68
+64C06E047434FA7A659EF7F3D1AA8E547939FBF9C2ED7AC829F03CA59AFFBFA5
+A7AD2E0FC7BBE619961AE1785D09444B333993199FFED007382B54DDAEBE21E0
+1E75E0AB6D309DBE53BC7BB9F95D342F51798574D70B95021FA40163A86BE6C9
+342536A5730837C522D5314B1289D9B7E4EDD108BE7F35A20AB2A16608F6F007
+6DDD702A5A9BA1325CE2C1CD020DF677872135CF04F4E4F1E9AA6B494E2BC22F
+107C331A7E80718B030A1103804D144802E3B03EF7CB083BCCDEAC7B43F1B4F5
+C1BF6016741B741CF7E12B4BF95221A72CC9F4657264771AA69C73DA1DA29102
+65D01A0E61F3024E672AFCCBE13CD0B7F54AE1418B72E357A0BABB4D03073B1D
+F4EB54F899AD4A41A9F94DC200880A0DB99D67235A2451B25F710C29A882865B
+A922E56E9FC16756014FA5CBDB1C32750BD6835A70EB715CEA19A8872041905E
+8C660BACDCA26C8247D6B3C10FA5DC240E433E479AC6AFCF57CF96697FF46BE6
+44748E
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMTT10
+%!PS-AdobeFont-1.1: CMTT10 1.00B
+%%CreationDate: 1992 Apr 26 10:42:42
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.00B) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTT10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch true def
+end readonly def
+/FontName /CMTT10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 34 /quotedbl put
+dup 35 /numbersign put
+dup 39 /quoteright put
+dup 40 /parenleft put
+dup 41 /parenright put
+dup 42 /asterisk put
+dup 43 /plus put
+dup 44 /comma put
+dup 45 /hyphen put
+dup 46 /period put
+dup 47 /slash put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 56 /eight put
+dup 58 /colon put
+dup 60 /less put
+dup 61 /equal put
+dup 62 /greater put
+dup 64 /at put
+dup 65 /A put
+dup 66 /B put
+dup 67 /C put
+dup 68 /D put
+dup 69 /E put
+dup 70 /F put
+dup 71 /G put
+dup 72 /H put
+dup 73 /I put
+dup 75 /K put
+dup 76 /L put
+dup 77 /M put
+dup 78 /N put
+dup 79 /O put
+dup 80 /P put
+dup 81 /Q put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 87 /W put
+dup 88 /X put
+dup 92 /backslash put
+dup 94 /asciicircum put
+dup 95 /underscore put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 106 /j put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 113 /q put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+dup 123 /braceleft put
+dup 124 /bar put
+dup 125 /braceright put
+dup 126 /asciitilde put
+readonly def
+/FontBBox{-4 -235 731 800}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F00F963068B8232429ED8B7CF6A3D879A2D19
+38DD5C4467F9DD8C5D1A2000B3A6BF2F25629BAEC199AE8BD4BA6ED9BBF7DABF
+D0E153BAB1C17900D4FCE209622ACD19E7C74C2807D0397357ED07AB460D5204
+EB3A45B7AC4D106B7303AD8348853032A745F417943F9B4FED652B835AA49727
+A8B4117AFF1D4BCE831EB510B6851796D0BE6982B76620CB3CE0C22CACDD4593
+F244C14EEC0E5A7C4AC42392F81C01BC4257FE12AF33F4BFEA9108FF11CF9714
+4DD6EC70A2C4C1E4F328A1EB25E43525FB1E16C07E28CC359DF61F426B7D41EA
+6A0C84DD63275395A503AAE908E1C82D389FD12A21E86999799E7F24A994472E
+A10EAE77096709BE0D11AAD24A30D96E15A51D720AFB3B10D2E0AC8DC1A1204B
+E8725E00D7E3A96F9978BC19377034D93D080C4391E579C34FF9FC2379CB119F
+1E5BBEA91AE20F343C6420BE1E2BD0636B04FCCC0BEE0DC2D56D66F06DB22438
+452822CBEAF03EE9EAA8398F276EC0D92A7FB978C17805DB2F4A7DFBA56FD6AF
+8670EB364F01DE8FCAFBAF657D68C3A03112915736CEABAA8BA5C0AC25288369
+5D49BD891FABEFE8699A0AE3ED85B48ACB22229E15623399C93DE7D935734ADA
+DA7A1462C111D44AD53EA35B57E5D0B5FC0B481820E43222DB8EFCD5D30E15F9
+BA304FA879392EE0BCC0E1A61E74B3A1FC3A3D170218D7244580C7AA0DC65D19
+741FA5FE6F8CBF60250ACC27454BBF0897CA4B909C83A56672958752ED4B5E79
+E18660764F155E86F09EFA9F7685F2F5027EC85A775287B30E2069DE4E4D5712
+E7D033481A53A2702BA7542C71062173039030CF28D8B9C63B5596A9B42B33E7
+D922944A38713383D3648A4AF160A3B0C8F3379BA4372BE2E7EA49AABA75AEEE
+C5DDE1D8BF68483C3D21271280ABB91D54CC819680322EAB72E1250A760BC8DC
+FF798F2ABFC4F3539392985C4CB324B00072295FC160818BB0355FDC4F12E39B
+984826450553E3D271F03D8DC2D12A92A4D32034FD16DA13B876D88C8C097384
+46D8D7E41CA1A8979F9B07EC3337E70CBBE3A377235B04C79BBBDB66CE1C1A41
+89DAB0784D0778A4244CAB95EF2FFC33D38B2479461E3CC7B65F22604D4ACABE
+7260C0C8C88C70BFD3C9A7876D579D8F74A789C00DCE47C63C53F306FFA01013
+A492F5F4B1F0A6DF35BC2A47CC76393F4778C924FB8371A04B2624925CBEE778
+7D68CABBE011734EEE9343078C9A2EA7A14D4B25EAD4D58B062F939B6CC1242B
+5FFFE7B0C10DCC5218D4C7264564C80C2E0A18F90632E52A1FF2270360FEA439
+673CAF52AECE71E20F0D4479E11B1D911F6F7E569A48CB4193904CD00E55E969
+5F8C928F59A04DFDB4812D3F0F553F3872DA1FFB0008B8829310723E0080F358
+AAFF93B9564AB6A2BA5C835319E19315E9B21604894D18F40C3BE5C62177D7B2
+ABDD5D9EE861F61D00903015E6213C3C6D20B42CC0E021A86DD9B6506180C810
+374D0626A175B1B905FFC817F3F289BB8EE9903EA516FFD92761A57D52C8BCC1
+43CE498BFDC32C0E5AA713B33387E8CA889BDE653103444DADA7776F07B1DEFD
+A30485A4469C54B5593D12A9E3F6B892D17BDFC87D60E8713249ECD9A7715811
+0E3D1553E3FC630CAC5ADDC9F3068F60A0C485BE6B3A09C83DFF60431E8EE1E7
+36745040004896FB97226F93CA641F3F2CC93A81DF9C78E7D10EA7A3F30AC66B
+82BCF34CD80803E0C529F6CF900A34466FA10496515D1B2C6737B6D3C2636C0F
+9F1BFC5EB0D9B009865A2E1C48F26057DF1B997DCB43423B6B66428A89D6B762
+9ACE5D81F5BBCA2C177BBEE88A402E5983F1DDD8E74A51D131A866DA381E5308
+5053C42ECF7716A6F5C0A4C01F996238F2AB4DF6D91E7F77B26633E562F1B1EE
+8D5CCB334C602DACFDE349D82E2D2B64C46683A810E0315BD3E6001F6E251AF6
+59BA9DDC66CFA2F7B59A3EC7A988C4516ED8B4B43A41DA633A762232732639EB
+BA0B24AC8B23370BB810AC9F30DB3421C8FEE0E6B347460EDABBCD7921E7B88A
+F6ED40916688CBD48CD997B92A06C28A5E9C53BF525AB40764CAE69336E8C12F
+FBF74321630D7F0F1D450C0B9B765CB9CDA3F38FABB29BAE224375613524949C
+6E4A90BC19A08B57F00AEC8321A101AAFDAAFE2F58794957BBAF5E1E12B4010B
+1EEF193B735EA0DAEC53A10481E12CBDC7838AE0E7B63CFD21DA1060F4B560C4
+91F6E83CAEA3A7DBE5B7D5386B13E211EAFDA5C8860D7F710B3BC9E5E0D356AE
+A3C388DC8FB61ABC041D6760B914B8411A6078CE59CE2E61244EF39AE58919DC
+D26C31C7A44BCB176C44D892FB8F2284984B374253DB2A8DDFBF517358E4E49A
+95C20BC551DDAF3F2653186EF35D3B69FE1C79DD58AFB863190ED350AB69BE7E
+4A6E7C377B75C90E00F72115C170CDB2CB8058A48C6A9E07AE99F85DD03C19C9
+95B79BBB12553D3AFDE6F9236CC2E98EDEBC0CB2B78B12B7886AB1480E07E542
+796D25B7598E324557D73745FF6A5E9E0C47C095BFFEC83686E57EBEEBE73C68
+281C0CEC814B4A0E64F9DD1BBC42551E1EA451D856D31E1AA34CF3B416668884
+77A57B1A53D7DD341D0228DAF84D1F30D8F2074B83B59B11C98E8053E7EC4D84
+2B94028F47EA2903B9FD029E913A3DBD2C78962E868D4E12126AAC3D3F1EF7C1
+D4BB2410621486DC3D103AA431F8D98BF5248E30A1BA29DD4E341BD3F0EA559F
+D888F8D53168A6068F960B8A3C983DBA734050353665838870BB96C5EC12706D
+70188953E880159E409A7D97A59384F0F292E59FBFC41A2C1E81713A3C8C3E72
+1B6E10CC9C1A1B7DF549F5F1E1E24C0AA3FC9218D88DEC3F130BCCF6CF12023F
+16C9DDC869CEA52A2C9432CECF9D98FC8E5E42A3C0173F34E7D91669CC087E33
+AD85AC9B5DE2B73ADF2E0E6E31340BFD73974DCB14725D6A4AADAFD63CCAF876
+C7B111A69A81B16AE419480B1C8CB1E80299798B015A7A70A62526FB3EBDBC8A
+F25968F63AE60802A4150FD6EA488F346DB64E756DA2640BF39D0194EF857B1C
+D41B3BEA567A4A97AAE140853554D409A966CD4142C73342C42B1C68A007C7E2
+BDEAA7EB35749BBB9E79329407E24510266172FC044E958E95F3D0ECCB3E0A74
+CBEBC5DA1AFEC019590E529BF601EC21BFCDC0565CFFFEB09E175D6C75E7A4F4
+4ECBA523775D708630201CA29827843980586D4053D0F780836802A33172AFA5
+B5037DBBC31FE3E11C790BF4E0AB9FBD7C3461E1DAB57C84436393BC079CD8A6
+F72E2A7E6FC7A54096865A5DF43F074EA9DF607426B562ECEA36E6AC80DD86E2
+6514E439D2480B7D453DE82AE9C828E3179A70AA7C7C69D0555070D0246AB775
+2D8CBFFB4A8013E26C94D351798B20211E290A253D77C4FA84CA423B5A1A9E8F
+3927E7AC29DBB185B0C527B9A39792AFBD03ACEDC1DA31B0E5456715D31A6050
+968037FD7F77FA20FDAA4347BA48CC60CD434F219C5DB3555066F94167DB9E5D
+B7E7B924EAC50F7BF14713A2ECBAC0B583250F9C5FE1781F12E842EB9213415F
+ACC3910C0B905B94BAA849040D9AE80644C95249B1B564B87DA121B8A8A88040
+188BBD5060C0360638F44ABFE81570A9E719827FF5EC47F14064AE6127289D59
+1EBDB4B9F27BBB4EEA863AB2C049B1D3FA05C662B27694766C79DEC4C4445D53
+53C168FEBFD83F713CD4939DFBF044885AF1D92A82A96EC1C4B39DB1606A0B68
+EB163D3AB54AC8E2DA312DAD34B0D59E3CD1A66C9CF315CD7420B128FBFB3A4A
+62F10B343DF3A682439B8396F60977D76D64BD000C1FF1260E2903E5B9C26C0B
+19C334796B926B4CC820169380B40568EBCFB669A6122ED657BA4B67984FEAB2
+F1F050C817F051552E2B202EA579AB87E1A574AF6D45F03B76A2EB2B0127309B
+D6E8A908389899C8823D05B0B351E255C754F4C01972F85D4158B66BBDEC59C9
+B7197FE1EC95CD2D094900B65F94B3F273B271BF8E8E2897F6E8D10DC9060CEE
+D9647ACBB423521FB42928B53B73637525C19833B8AAC7860B22BDC06DFA65FF
+37E9224CEFBD246DA3F7C3441E4F568F6B6A2E1AFADC8235395E3EF10F724180
+6C094302B8A62214E817B58E3E01C88A4E79A4C8BF625B1E565D2CE613083E8A
+C58EB46DB91C68D52906C0082A070929E12CD2C9A54C8A79AF56713A4F5EEDB0
+6DC2E0660E65DFFF0CC2A271AF05781F196D2230841D321C44BE471F2B64F184
+E28E55B02EADEEFB56AE7C78EA78AB13719C3A95148B25CBF629FA998E081F04
+F2F9E5E96FFC9EB7ABFD6237DC1664D30B060C9D3C07DC43EE6569E58560172B
+6A9E0C75F5809566DAAA331F98212E08141A6DD510F74D9E3782FD9B0A4F5B3E
+F42D5E7BBC15D76EFAB6B9E0E2579EB822D3418B844865F43C16E535A4415FA8
+E38F95EEB10CE9ABCE8DE9C6F9FB21B709FECC2327407DB54CA7BEC276E64ABC
+F40FBE92441A4449206DDFCEE8A232D775C7E4C444E34DAAE12F9BE9245FA9A2
+F185D716D2808F46C0367458C2C7F14A1A29DC16F7FE1186ADEB0F78B38698EC
+5231E87875C34DB974C1DE35A25BA40E78496920BFE3BB085F13A9E3285251B2
+D9C2882A16192A30BFCE93DD9EFB71C6F10855D42509C0A4471183D7A42EF7E4
+420D254C1F3C3496C007306C788961BA6AE585E5CA5972AEFD912E77D66A4691
+2F1DC378C66CA625BFBACDB127811FF18793BA64A42708A66C7DBA05DB8488C1
+E88E86EA86C70A27FCF04D9BF8C5FDCA49F0E04A37D76A9B65A33CF62CFE9E2B
+324BD2D6FFB8A7D23362B3A49CB19E18E2ADFEAAABB3089A3F8EF033C1903EDA
+E1390EB6310CACA6BB9C0A5BA79C2713642DE40BCD35228A110E882249A77D49
+4D355533F5AC7B6EEC007804F4208B56C6CEB4B210F3F05CF793C05C6E8EF53B
+C6CF945C3D8D8FBD1BBCC74FECA4A30D1BF6698D927AAEE94F1F1BF60F5295A2
+5CF33FA1F868DC7B130473B3283E03FDE3E0FF266F51EC3619FDFF2CDC36AEC3
+73BA5F4F02BBA59289B3B589544C5EDC9A2EC03DDF62A24BEF7CD6F99257C862
+F7CBCA58ACC9D273492A9166BD1AB12ED72D822F5F8F4575EE4443730F57BDEA
+09777737D80A12C6FCFABF3B04F43C3EEA2D35FD5BC8C91A5124F8EB2F904251
+FFB84C851C96ECA78B9BFF6C1C2F99EEF7B342A619DBCC020F31C122D6F0B535
+FE41354B08373663BB4393318CB5863E9B1D7DBD22A1E7802065FA9F79CBB74C
+CD1562EBED8F3C8F06A95464C420C2A84FB31E5DA04052A65DE7CA7861763D3C
+5E2A7BB23921DF50AF44DC96762D3359AC95BE225335ED6724973754A5EAAFBA
+B9BD460610A0CA67EB2798CED47F6FE94CE4E177FFAC5D45D7CD7D1121E1C5BB
+FE1B8EF7A30F61B8B3ACA256770F1D6251E7029CD16753F7689D9D46A5951BFD
+1D6140CC798ECC622D8CECE618456B8C96A8C94862AA2C9ADB7A28816DFCD23E
+C0E7DB823489DF33057CFD8AC5D15FDC3F310BC093E019670061A5A352B95B03
+31A94315232883B8184E28041F59BC246C181E65EFA3CC08C2397E7BE4918C14
+2B7189967870F4FAA522C7391BA682D6242C662C29110D1BBCCAB7AF2075EB64
+E9B91CE07814AFD9857F9DCC2988BB59225B2781C15D98605A61C30E75281FD0
+F67AA876B0BA6747CFEE3E4726F44A239A2590BB60DD9F08D3905AC41B717F52
+E7D54188B1E8006CED49ADB26BC9415EE827F87958F93756AD33935758ADF254
+B180204C901E9952A9B2064C3EA4D63ED095135AE801807D966E75DD47CA61FC
+A39682320A671B5331F6513F0BF63F7F349BF36FDCF9BD537C1CE59139EEEB00
+E778F497150E31A7E3A81582ECBC6EFC9315FFD92B9C4020C8F52F7D2BB37EB8
+1A9548ABC1FE126FEF56E4A75EBF4DE92774D202495B4B8ADB55053CB9A3733E
+AB94508096F38621C6E993708967CF59BA99D181A3BDE0F083586C3D27E98880
+CB805E0FE9D22B08AE42E477CF39B40F66D460036A132F5EDC9D574D145CADEB
+9FF01BB0C41424B0802A5F45A461092F23405714C648855852E706D3E12B3757
+A9998E28798CF0015E352A492587544663B8053CAE6B4DAC76F9A9057C9E1B12
+A85E76B4B1AA7E3E9ECAB2CC1E5C6EFFE9A86684451AF70CC7F32FB5617416A9
+218DD8529887CFF4BDFB23B238F05353E1BC8E388B6A699524AE98CF57E68935
+5A1EED9594DBA371D8B34878A11F78E6FDD7CBD3E821612AD4C87B881592FDD5
+E1CCFEB70D36712FE8DCEF4311E2473D026CA569A625CD1D74C0AEB6531BEAA0
+67C0C503CB2FC6841318279CB4F29AB8AA1DEEA46A9D7C8306438FE6620EBB68
+78F1A9235F63C6E06932C094838E8D67379B9E011EE189A50F0B9F6A84F2C1CF
+ACC0000EC54C3CE6EF79B0D6B7F9FFAC00BE7344ACE80DDDF5FCF436B7926060
+0C4ADF88FDFFBE291E0534AC97D5599ED06C214C87A9FCA98967303C127F5CCE
+CCA838609EC3D6E6C5C380331D283E38CD269BBFC98380366996ACC7A96E156D
+9D8E0751B4CFF0462DD7D712FF666B0C22B392A3BF425F17C7A0D203FC61EC99
+9BA6B48A53A35DE3390AEF0126A118CFD5FBB3DF9E126AF6B4DB23A23DFF9B74
+20FF30703924949DEAAA7004FEF2E048189A7F6C45FCAB051E0160C9ACDC8886
+B26B3700702A62F71E7E947824B5281F993E31A5B07000226373C7255291D43A
+F99CAFBC77523DCDA913B7743F9C5A85E8F2ECD30D3EA47B6765645667DE590E
+0F25A979EB9A41AD84B4FC15B52FD978C6B00E9CD87BCB8DCADC7DEDD1048410
+710AB7DD62F0B6E68A031E218BE86EA572AE670604D0A47C1DCF9845F1D95C41
+C4C4D93E7B2140E131AEEA30F1999319B5D4AB10333F51805BF45814066EECF1
+297A54360E97C9D9FF0314FDF471B8870B17D55FA40801612D33288E0DE41F10
+AD12EDD691259140DEBFA49A3F54E48056FCCE573620F3A6C5F1C327D7D5EE14
+5F922CE99882251E81953578085A405B0D80FF69B425BEA1B15A792FE4B6198D
+356F96949E1AE96DB4784938F1D1EEA3BCAF5528F4FDF3B60EF5A509CF1112FA
+79DFA359D187023D7818B5B477F662386F2E82D2D2E1CF22C41BA5D2ADA14600
+7728ADE0C6E1F20DE24DF7B4692413BBB29B6F10878F2A4D891863AE51B7C4EF
+239E058768A8188CA669E2E0CA8B37173E9F04C9CB048666ABAF4330FCF7AFFE
+117BF0A577B1C8E7E2377443565978CA70BFE106C1FEB085EED2DB4853DE94BB
+8C7BBC8AD0ECE9378B957A03B2D74C1F089A88DEA62DD08256A92A6FD7264F7C
+80EC068510B454EF1FB03359D0810EBC58829CC9D9FA38A068C5CCBD822D1B24
+99E2BC3B4968AA73D456A81637FCEF2CF7452D17367737135665CDB64AD985D1
+AD3418EA4A0FE96736866BB8BD251EC42148BD0EF924B1A5344A751E8A4FD62B
+4815B59C164E921D62D8FC810216EACBF44249768F88DF999C1EE116E3BD182F
+EBEE60F9E92723720C6643FB6E8606ED3346468572A15E4576557CE4619F1AC2
+CBDE087BDEE8F2D8B3D00F8FF1DDFB7930343E871FF1799B3D005C83A8FAF72D
+B5F0515EC914DC949728E9D4052384B5696280C4E79487B4F4EF020749C37991
+6EABA559415FE630266AAFEF18D640230078A09473B1DD35978749FAE395E842
+3B6D3F1DB5435C3E4FD4043033A10CCF41F1ED7D9EF0C2AF2470BA4AAF2E73F0
+95E1587C3AEBA62D21EA2F186B139214F2946813F08C9D8072BAFBB0C2C6DF0E
+FAF346CAD64A92BEF3CEDF06F06C496773963C4C73CBDB0FBAD0B7057462CF55
+278C5D4D8810FE1CD59EB3195AB03816B075C370B4B3147F494169B313E2A4D5
+F87C382918362FE44F77EB5664399447671BC1380B383AE6164AD476C78DD2D1
+DE6A20AFC51A1B2108E4EF7237FCF87BB49FDB4895311DD82B07403E15458436
+94599E10546E4E78889231D0E13DA842419AC8CF16C442364A1DC70D20DB0774
+7A222A9BD36D67553FF718CE820DAC31986ABA153E41369C9EDFA3965A1903D8
+94F67A4BC5CE3466DC45BD9E313C9D87E3B60F8EABCFC3A7C1B56DBB5B2A584A
+3AD89A89924AD9159E3BF582713968E1B79E67B7A924CB8A72759E31A145E065
+D285A7527353048BD530BF2C7DA6F88FC48075E1D77137C4B066F5C82276552A
+8432D0394D6B2533F0889D0E87BCF464606DF6992CBFF1AFD7DBEF9C5370A369
+BBA65B401FFB7F063206C44E643CAF66C383D386926B9345349EDD107FA9AA0D
+D30B683C586D5D8776E173886DF2E554C7FB144D7EF4D7DDC173F74E0621C635
+D7D9246D891665532E9EB682668D52C80DED09C0323FC22208EF5356543D7F9B
+D1EBC5615746219E5E07F51F0032D71AC22AADDAD13A157A6DBD6DA7248143D7
+19AEBF24AF5706D72C817779BE8071927A773720775E62BCEA5924DA788E9154
+3EEE1E624D75DC107D9A6E65F49023BB842BD8E069591AC786312C3F06DD3DBE
+F6DED7BEFCCDB386EDC01B75BC9137E858A1CFB2A26275A00948EDBF3DBD8124
+3C85E7253B71544C83D5AEA28A235AF3A3035BC922FE719FADC25A58628F9ECD
+3477841BFA7DBA65E83FAE057B49B860211CF06D063669F70EDCAEFFF33091BA
+F6F1EAB7754C9E3D289405C8176C260A8660FCF72B4754AF64AD09FC944C46B7
+59BE93C744ACB117397EEFEF6BA351EE75FC81D68F5B751AF3D806306AA57750
+8F62EC0BDEE887116BACDE2686D473D069E634467276359BB2BB0A75FD8176D0
+62E8FB5E1FA8D01C7A9467AC83B18AB91B036B68442C2D75E71B7118CE19C7B5
+7B9287C0EBFD145AB50A710517916D2CCA034B6BCC59D23DF9D2D266C2E50B4F
+A84558CAF9318D0BB5DA9A06C27832CD4F10A11A2DA90D49F4489F10AA2DC99B
+96A29FF899AA23706D2FF8FB30FF044582ADD5365C2B04EEC97FEEDBF9C55F27
+F2D803FA7046F2674E3A83903D586B39ADE75BE9C26B7A0BEC7BA074B8386E80
+E757B42AC13043EAECB667C9DE484E6A42A9808636A1CC50D79547E39F724DA0
+01525217799A2AF7B67BDC6F64501AA4735C1480707CAE368FF1861D1D3BA5CA
+2C8E38880C80F926586B731F3219660E77B3DFC4C31DBE086090FA25A764CFEE
+4FC2C0E4ACB2D2720133C72DB041224283CC04120999CF55347EC7E83E02D119
+ECA12E5A7BE50ED3857FA04545FFB9E9BB06F01874C3262973D842CB78D7FFF6
+7ABE3C36A2F9939A29E7B949EE6A756D4012D33B87E4FD5E5A8EA6D4EFEF6DA7
+6F5087690C42CCA88EA0C19AE710CBE56302D499C3E4BE333DD3AA062B2B9771
+6859F235F6C5D5FD779C6488C0445EA4E1D968AB98EE3B61947137A451FD3B35
+EB1F570861EAEB45BC4E1E785179AD38DA5C4D4F2356F2492F22921115027F5A
+407DFE624B1A82AF838152BD9E36A0A78204ACAF2145632C477373C50E13A386
+EB0C9DC5EEB7AA2EF24F3402DE2AAB21694A441D741519909D8BE477426EC946
+C44DAD8BAD4FBCE3E65570C9B0A4704D00AA491CDDE1DD2F5C00380C2BCEE688
+0EB40A6FC95FC30C5CAB0C6A34FE4EAFFFB717AE069EF13D1C607CCAEABC770B
+0B1CE31B8AACB489D3B87F0F42F504A5F58BFAE84DD622FAB6CA7C6F9C74F867
+BABEB0A8AF396D0C949F06CE06053AC0211275AD00345D269D6BEEAE5629A1A2
+023679537DBFEAD8071FDE17940BE34CEC93211CCBA154BB581F4842A7810EBB
+8B799D1F22888A3BEA656AB694D2DE75022B70514F884548D71814E30562D17A
+AD7A5B05D2DEB89E427FD598A72FBF001E3D4F6982E4CC2A49668047C3259512
+8AD6EE75BF8CFB105BC066DCA7EFC7C084F938E5C2AF96D700B6877985C5A4E5
+A4AD56DEE41FA5C0B5D7F4FF2BF37F4439C3C6E8BB3352CDB7F8098A7BA3F52A
+061A773F9F92CC3861804B9FFCBB1DFC2EF053DDF1A29370D56EE4B15BBDCE10
+FD6E5DE00B013549068DCAF09876F40F37EC55F4D5A00556FA52BFA955FFBEFA
+6E3ABE705B1BFC580C513EF9501C2FA499A1C647A49C533838525AA09F1E57C4
+789247F37B2422F4E78379C5CB9C61A8F22E8FEA113723866CF572BD30EFDB8C
+2613AEF3AD73F28959B4B52BCD5E055B3A90DEAFA33B4326F9F4897B65023A65
+F93C83A4D88E9E362BA801AD03D6B471F41C78FAEEC26597E5185F0FCFF8F9E5
+2CA6F9F51A0D7D3050DD076B9D69E55C2968C74BF558D4BA300AF43F404C6221
+754BE7063F379B3A770BF0160839CBEA696C8D5C328D7163ACB7B5D71D3F2CDE
+5224E2F3BBD80EE59212B27F8B908FCA14280A9E0DF8F7AE7030FEE683846426
+B8698BFD5139A4037D2ECF2E49AD3F5AA7736E2896B201B512FCBBF901B57B48
+BDFA409668E3A845BF693D1A7994519DC85A0BEDDB78976521E85866249600B5
+68B34F5519E35FD463387486705A7CF719F364046649C40DE912F0FB35127C96
+2B80CA5C31A35341469D783549D04D7C056A66200F37E53E6A2163723BA6FE13
+FE0469AAB5D5068F079BDBFD0DE434FD70CA99D21DEB044F1A0C3C07B46F8AB2
+7D9D2EBE3FE234D913C53ACCE9B9F5D2E2266A90107AE77779562F698425DF81
+F3A47B6478E8084DBD805B5A16195F8F97699DB237A3E9F613D5284FA57044C6
+4BC0798ECED2CBD73154A89C16E95CBB7F72A0408F361DA154786F89D9CBB706
+3DE3E20391D56862C33E2698CE6FF933BF4DE5C1C4D84E7F78E45BCB8353DD26
+C4AB9F0748EA0CA5F509A4918E6BCFE3BC7DD8079C77C752AE7956E92BE838FB
+A0E46582F7488623462983578816362BC6B489887310BA92D9C0CB28820D69F3
+3AB0DA3E50D7D34F1C68E630126E54979563988062F47132975120DD0E1D5124
+C682DAA453FEC0F0201D421A96B8D6153A055D311BDD1470D7C15FA2DFB4FBA3
+9B8F4C44EBC77728187061043064D2A9DD3E939229A34B7F8171F4EB2D97A616
+F3AEB110974C3683ACFE31547D8830FA0B8B6C18B5030FDC6A17FCC4AE565F66
+C7440AA0AE12B6707A9D779D22E9E876600A98D00134B509F4532467112D4EA0
+919BE7976584BECC7B79018B2C89DFFA8267ADBE68103A12F4A9698CAA647F67
+3E77433425260914D21A71451BC109AC7440DE98AED1554BCA403F9D8E68673E
+D336921BC766513541AEF2CE2BFAC8CBCBCB44EE8D8163550D7779896020A40E
+E0CA72BD61B9E5C538D525CC5476A72F05CC2A2B0F2A2732CB7E661C646C5D63
+112EE7EA1ECC459A04D59BE674CCE811D432D3AACA0A4638A28A1B3FB6802833
+97D2685113D566E7C695DAC4A035AA86F003F42A5648D407DBB2A0F2C3B9F0F7
+EE9531E2BA8E8590A876943367CC2C0123E9D0BBDFDA602151B849273F41DFB1
+C548456ED45AD95ED79074D8061FF9B590EC18A8F7EAEF1D39E5BD7AE6AA35CB
+EE0981356F63C78FF3DA0C8D05B0B463C07037709230CF56D1BD00945FCD72D3
+C6597AC8A16B86B939FC787D33631846830F008F340C26A60A54AC13CB86AB8F
+03EB0852561C2955960183CB40DA435A53EA0047925E2506AFCABE5AAEF91788
+1743E45A79827E5C48B11DC7634C5C6994449F973529107B0EF7810FE85FF072
+C390608565AD743AAC711F2B5B47301B66E4789C8D70E7B187B59794B4F3D3D4
+BBFC942DD487094E095AFD27D5E7BA679C3521177444F7826BA289AC28BDBD26
+7F84E32BE0E4265E9C42CEEA4A58686BB251EE6B40ECC71A085F91930C793716
+93115CF0551592B57E35864BC4795B517B23ACB3641F8C8D1D6A94C3D76103A6
+FE9B700E40B1065F7707A44859DFC43CE2B802A41AD2CB7583F5A4F6136F0623
+0767B900CACA3DE11901C07E23010DDC8217DBD50D1EDD94B5D517480DA8AFA2
+CF82DBDEA0CA0DE87508FEB17EA99C741D1DBA204974F76D87B0883BC4052132
+AFA07872EB937B2E11305A5F48BFBD54CB661A406D110870223FF8374F7F72A4
+50822B45D21DF8A1D178D90F7957C7639C28E5CB23389380754797E872997C57
+E7B61765154A5BDD5D997B15EB03F35CF51B79442F17BEE33234D05976B9BC63
+4954383259DF30CB591AFA7FA164C4A926A95A1222FB349BD3448512C532CF79
+E8E7C884F25667D600DA709172EB82DFD292F070D510596E54FF89A9E7278FB5
+7BE25FDB1971D06317861ACD4F3E12DE5958B617B9E2673FD0FA8E926110E822
+C9E4DF235AE2A63AD94938DF82BB824BE22A1EBA34DE4EE40BD940379D972579
+E1C61AAB4A0ED3F7E069EB98FCC3B7E80EC8549A9A8136A21B21927F2BA8AB05
+FDF9339ACB1AF00D6E622D035000F490AA56BDF03A3A229647CD7696533470F6
+D0C36CB2DA8A1B972DB31606263ADCF2F2248F43EB500B3288526EB5A66F5924
+AE43B2E9EFA499AB426ECCC57EBFB6AEBB2B8230D6323B437BC35100516DDB86
+726633CCC5EA79B9A23665C4CA6A4B71E911BDC3432190918CD0CDAFEAB6CB2E
+A23FD6E5FB57A4F52480A367823F194A653396ED049FBB073B759C682DB88F61
+235C8A8C0B43CB7F3CD53FD1B31D9F0B04C32512FAE19114C1F88BAC667BABA1
+4CAD3468A42FB9CBA4455981695114F4CE1B2B0EDBC2F690E824EB72B50ADDCA
+7E40B86DDBE72B717999894CEC94BE0D358782279132093C51777B05AF8EAFB5
+E70AF0759C402BC51695D3F478341CDB156CD7880AE522A5F76FE180B47A8972
+9979686F038E251DE7401626D621637A4FE5DE4A06656946B3096B0D1B2D76B6
+1E694FBAAC4684BE5E4F174968DDF56C248DABF2634ACC63B01D840094264FFE
+2F744C52E482A4E4F222ECC1F6B88DEF6A4289170610257A4676B20D7CB17E06
+3D0447781BF271BF62AAB32DEDD99F7429C4E3E3FFBF54A7DE7D3D41F8E5745D
+7590095CA8DE0FA80559CEF68B74C3DB54FC28D9BBE01CB6FB5379F9286ADAA2
+DE9E1AC10EA0F4BE1CBB038CDFA0F0E9819DECE04C956657F01C8139804D2F74
+6468A259BFFCE3AF2C85054410622ECB8BD732C996F311E25FD5BE07AB5836E8
+9760EFC65BFDB2E8DBF35EE17AF19B11904C4C3ADE5E0E2BB2CDD287149A4C6B
+0BAB4745741342D36E5D82D323AE88616D1923AE336165A432FF0E87107A4686
+79CAB93AD0386DF1727F260B6C4161DC9364B16E292A765064AA7F1A44E7FF62
+C0B59359AA24D82D675534012F10C6BEDB95975BD2560F4FC5376A9531EBFAE7
+0F8A116EC8E3ED95C757F8A97C462DAB3ED98594E1A6A2BF5D971D62962585CC
+321C78E223991C244A0FB7788CF9E090F0F89FF6CAC428D8BD25D88F1B47D171
+D49803FCE6F82562F0DB2A52D4F2E15D009465564C13844BB5BE2F4E8717228D
+1744F90625046D1B4D7BBDF4E168A918468C38E9FB1E6DC567DB36DCC0077DCB
+655B2B8D33C0F31931610425B8239EF520D2A6BFA8DADAA5A26BE0F3FF4160D2
+0423405F632E1CB2C05339754C14B5287C4211EF4CD8D24C5FF8A50D8FF0B1DB
+C495873C66AE71D5A350677118496211D8C776A858A04CCF5540402326FCB652
+DF2FF2EF257A48E2D60A8F9FE7F614173041EC0A1F402C9D5D67B96070726C31
+53DE93DE5605FCDD037CDE4F206B32907DB37D11BF4DAE696BBB9D89080ABD5C
+6586603832FCC4745D3FF720D4D58AAC6C9FF81038EA466F1DEDC399EBBEBA99
+7CBEBAFE5AE8D3F349C366B062A13283D21FE6DD7997155F899583CC75B95D05
+3A652C61E46AD9072A66B58E240B889C08D95AB2EDA5D436D952DACEB7F1BC15
+C2F3267925958CF7E320DB5D561FBC767EE1045A544A8854DFCF1E5F2F07F34A
+F623ABF3B9B30B1D8E59808F0D88F2D1CB6956FF8A82D22E15DE548C9EE3544F
+BF402B36DAFBE0BAEC7258E0E2EF43FADF9F49376CD68D61B0EE44A46FC4CEB8
+32E2009BDE772E4F57798E5F21CA10288994B8E10074608D062CA3910E5C276F
+A8FDC687E785CFA8086EB422AADC2E8D81B75AD5F4EFD75EB8D2A4A5DE017ACF
+6EDC0B72D322C88C7F276CD4AD495C32624DC1B04217360396A954D8C955347E
+F35C6B4676EDB8B4269D667D4ADD5237D6B62FB6B23FDBEA3FC7086D77C56C75
+4B4C1741AF4ECA80F8776F0C6AE55A893A7F3ACF7871972370A580182736EBB3
+B8ABBA52A8B82B9189B59C1119AF2194E07AC0471D76B831D62C96AFFBCAA5D5
+E6AE9C8D72AB7E66B2FAB65D588A46015EAAC3A44BFFD8AA2571E40B12CFA831
+4566ADCEDF1763C0500A4516272639888A73FAFEDEDD168596F65BE8E46BA721
+BF31E652D59200F2DE10B0280A3DA75AEE4F082FA84E5422282C34DF652B3C3E
+9081F07E468331AD836793C6027448728188004C77004C7C8F9B87A004588B92
+A56D082B4D70218BE34DBC83860F42FC1D4540E729BEDC9375993C92205EDC79
+48449B9D6109B90A659800FF8E17D94F3B7FB663500FA31B00824EEA1E9DCFA4
+2388AA4E6873B15CBABE7DA6B90B5257774846853D0BD1EC7BF3989376DD3215
+7A999DDDC36DD505FD6F739C61FB2FB99D948956202EBD931D4EE0CF9DE5CD79
+DC3EA1F5B8DC0894766B94B17B117252FCE1B953F6F305FD5DF956442D995EC8
+88907D342C018C2B98107EBDAA82C5900E71114839EE36FD7A26DED5FC3313E4
+2B7D89C229235FAAC6C3E8B5139B4DB109D77D00C99D2F1D3B244F67CC5E109E
+DCA2281B137CE3F4EDAECC6EAA52279FA0DB972B84304A310A4F051FFE46B366
+C5C485307803A3A9F6C87EF65450640D8168D785BD68874DF3545C15DB85175C
+1D331D0207A4A5A10995666574094C1CFD5D98C880952DD7A0118D9B3A7ECEBA
+C2AA07C962629148101F1C872914929A27A0C6CE786F1679689AC59059C925C5
+A8283FA2231E0AC8B418041AD15AD8A29FF0A7FA9F93E7E55DF57C7D1FF5A968
+0228A09207018C609E0ACD5488638E69D9AB4D785572557CF66A209A490BF3FA
+B317018A02EC56A1D1AE08BA292FE9BCE29702BB2754197B8092BBC14855DA47
+420049D34A6F98A51118670425EDBADD7A6C5B91825151DD359061F1F2DDAAF5
+E8A27A5AEA1E671E8C1F6AE1FAC659FF8F1D4AC89049D2292E5EC02F15B99EEA
+41AC590B83DB11643CDF97191702C5B12B2EE3459862655F04FFD833D1BF07D4
+17268ED67406B181482F37D03FB795AD2955DDD811576DA2C67E79963A008234
+6154F1894F04E7A0173C1017396F9679AA073537CF4FED1DC43527AAEC2F5330
+75E50A28FA0C0528EA140CFF699D9760C385B78AE939A821655880777BB866C4
+10334808877292CD74D64C996890FD3FDDF1A041DEDAACAA254EAB0CF28EB2A7
+049AC7205EF756BB142A40E2E57673D7C9C7305AF0C2661869428D79C2DA065E
+10974AC15B71560DD0CABC7A2C279CBB42F96B2038ED57A76653891965592D09
+57E28AADD6FE2D21DC06E7C9EEE5B4E42D8CA6F0A4C94E4EA3BD15AAA3200BE8
+7EC03C9A7C06E85AFF744459491FD965F1421412D0505A58975BB5DD91E856D7
+8E0EACF60BC62480E6B9302DD0C6C40D43B97AA446D58DCB2BE5401F0CA74676
+62690AD121603AFA112B42395E485F54CA592BA76F9CDF6C7DB35C5D52BD177E
+A238ED03EBD0B046A028392368FA0994BEC56D64CA474DBDB922971804E49031
+C9D3BB548FA7B4D4521397BD13873717F9F3561BE3BC40068E546F4FC1C0AEF4
+82ADCD55BAAA9C45450D7C5D4677DF2F8B985D93E0CE922EABFEE28C97D9F776
+08A1FAEAD6A3EC14FC5E62F640391DC150D3954C4AAC87D885169B385FCCE808
+D3937149B3ADE832DBEA582FF82A152D5A0C55DE38D2EDC657A1BE2BF709D28F
+F8B303B47E40D52EA2EE41D2D021C656E7AF5400CFF629BF2B46162BB2DC61F1
+1D6DC916FD7B11EF0868FC4761FE349B50A840116E58077680B98085129B688B
+62E6546D4D46FD711268579E885CF12FBC9ADAC4872B37567E6B80828C62E441
+C50EDBE87BBF298E7386B333FFF369A936F38C54171E5A3ECBFF86EE0E41BE73
+7A6A959C5C5440C67CCD50B1AAFD3CC52812BA284C0B25691013A5EBFF173D68
+7C15BCDBDC456C34564DAD96410890491943095AE3E74A22376373094AE2B02F
+19C3A67841B957F28C0888479558939FD0254941C7F92ECF2C3445E69D265BC6
+8D4DDA9279B533FBB97990BD1EFB8B6DA72FD99561AEBF6BB4A526526B138B3C
+41ACB5CE279EF71723A6AE05A935F6F42AD1F1DF5BB22179C788C4E230F76E7E
+8389B5D3AD1B3F036BE619017748D45909A9F87AD9EE38AF4B34295F8CDCD555
+F75E4F1D1C386F77BA33B302060CCEF9D3033169F1CCCF3F7289FA2F879DF42B
+3B91C7AFE860A8C7CB9C9AADFD58706FB9C2AF80C9C5F03CDABE4687907FB722
+C63A28F33A98108B41255D784958BA295F1E76D77B2D01DD1734FC81C37E70A4
+43A39FEDB50922247DEED05CCF54117C59A2606FEA46FD418F9C3FFC49DC67F4
+298F804D1E853CA99A89E796D507ED43722C32B1B915DE4C210EA107BCA7A7F7
+6850FBECBFF1F1D588025E8BCA9915362951A9ECD0E22B8BCE64E4F276B3C85C
+E2F15B55AD173BF452373C91B5D4E9D0E68C0BCB508CABD052549348DE066E46
+826295516CF7A366F4E8D7437985DD95061008A9757E5D1158D2CCF97935DA70
+110ACA733CFC7D18802537032DBED63515FD949A30E588D7FA176EFC2215B6AF
+4851770177CB8407F627332E8F4B04D5FCBD2C5A0FD1F92DBC7F995510E85374
+BD6C59ED0F08A658A85992E395BA26D0C10B73EBEC54A6737A1EFA6BBD0237D6
+908D3E342B2B9727B1D22CB1608CC9F3A24318365BA2BFBCB6D23D0808766888
+B2531E16FBF9E960F59F31D46764D88391E8E8FB297368CEB0161CE074260644
+976261920B4D04D66E7B9C56C868C08F32AE11518F5529EA216F415D06960DF7
+5D2ABAD9AA569DF5D63591AABA7B9E2B922F70F66832F2FDC1B2ED7FD40815FB
+D163B9E84E597EE509B85799C5C02468D6F5357B66B04F8FF120C5E5AD38FD13
+5AB17B038FDE7343C44370804C8E7134EAC3A0593C059DCB4C766E2252B17381
+D30182D0028AB5FF8CEC878AFC48D2DF52B2D49E5BD9A49F22C6627D2EE98D5F
+89A459C6C265D8752D1F6E4C352C2CAFFE2CEF5CC58495224F991C2AAC79E5FE
+88514E12988BAD057516D1064EEBA3B4D9E924E54D657E1566D6F30B777469CB
+2F56F83621C2B2D787E5E4D68B29EFFBA157C942C74F64C346603D2ECE6847B8
+3FE029DA65633F86C6C682334E87D48CCBF0BB9FFEA5D6F181036D6902F7FBE0
+CB5A27CF7C1DA93DC0555046605AE079EBEEBC82167225F52233FD68BD5C9C27
+0B676931A2A7B4D007058AAD26366C1E2D59FB21EC24C6B8B2A593ADEAF0FAC1
+2D0984567EE38A81BDE5C0A4F543CBADB8A00848DE581594EB3645278F638657
+44DB227DAD7B705FECA468130DA96C0B45E4F63B4DFBE47081EDE2F37BF4406A
+47A750C9AC41C82416B829FF3294711F7816B1B405874D021F5BACAFE8913143
+C7CBEE02287DCB920B06857830C9B2841FEEC794CD946C7744BA2701B1BDE387
+433551A1F2699B9FED5C31C6920FE256FB9B31BD974E9463859D732F4986E1A4
+FA7C66273CDF9F10E523A1B25EFCC295ABEB2344E9979605D24B08CD34503DBF
+C5251A86518AA5795340CE9D33E490E65D32AEED6AEF5CAC0FFBB2712D25384D
+E1833062A3B49520B666DC4374543668C7B7633EF3644385F154A1D749FB0F08
+359FBCD630FC0083A20B438ED9758785B992AF9C8E6A33A4253F70FE8A22D2A3
+5EBCD8897B095026198EF09DCC82942C622AE1A99CC198A78DFD4EFAD3A64A73
+3163E6829DA6730E4772037E8097002C8659407542C6BFC9B1435C3E18DE5B6D
+ED005ADBFAF7B6010989A34138CCCFE150C8C679FD058B5C324508798AEB2E99
+D09D3A00AF10335843D777E2D3C46A2C337349C80A813E84DA5A42BE9DD0961D
+00877FD84476CAE1D8D2857DAE05075F737D66A77B51A1A563B4E2CC51B62F4E
+FDD226E0D0554A37DABB03F8CE288BA7B65A288A19B7C4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMBX12
+%!PS-AdobeFont-1.1: CMBX12 1.0
+%%CreationDate: 1991 Aug 20 16:34:54
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMBX12) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Bold) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMBX12 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 11 /ff put
+dup 12 /fi put
+dup 44 /comma put
+dup 45 /hyphen put
+dup 46 /period put
+dup 47 /slash put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 58 /colon put
+dup 65 /A put
+dup 66 /B put
+dup 67 /C put
+dup 68 /D put
+dup 69 /E put
+dup 70 /F put
+dup 71 /G put
+dup 72 /H put
+dup 73 /I put
+dup 75 /K put
+dup 76 /L put
+dup 77 /M put
+dup 78 /N put
+dup 79 /O put
+dup 80 /P put
+dup 81 /Q put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 86 /V put
+dup 87 /W put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 106 /j put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+dup 123 /endash put
+readonly def
+/FontBBox{-53 -251 1139 750}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5F0364CD5660F74BEE96790DE35AFA90CCF712
+B1805DA88AE375A04D99598EADFC625BDC1F9C315B6CF28C9BD427F32C745C99
+AEBE70DAAED49EA45AF94F081934AA47894A370D698ABABDA4215500B190AF26
+7FCFB7DDA2BC68605A4EF61ECCA3D61C684B47FFB5887A3BEDE0B4D30E8EBABF
+20980C23312618EB0EAF289B2924FF4A334B85D98FD68545FDADB47F991E7390
+B10EE86A46A5AF8866C010225024D5E5862D49DEB5D8ECCB95D94283C50A363D
+68A49071445610F03CE3600945118A6BC0B3AA4593104E727261C68C4A47F809
+D77E4CF27B3681F6B6F3AC498E45361BF9E01FAF5527F5E3CC790D3084674B3E
+26296F3E03321B5C555D2458578A89E72D3166A3C5D740B3ABB127CF420C316D
+F957873DA04CF0DB25A73574A4DE2E4F2D5D4E8E0B430654CF7F341A1BDB3E26
+77C194764EAD58C585F49EF10843FE020F9FDFD9008D660DE50B9BD7A2A87299
+BC319E66D781101BB956E30643A19B93C8967E1AE4719F300BFE5866F0D6DA5E
+C55E171A24D3B707EFA325D47F473764E99BC8B1108D815CF2ACADFA6C4663E8
+30855D673CE98AB78F5F829F7FA226AB57F07B3E7D4E7CE30ED3B7EB0D3035C5
+148DA8D9FA34483414FDA8E3DC9E6C479E3EEE9A11A0547FC9085FA4631AD19C
+E936E0598E3197207FA7BB6E55CFD5EF72AEC12D9A9675241C7A71316B2E148D
+E2A1732B3627109EA446CB320EBBE2E78281CDF0890E2E72B6711335857F1E23
+337C75E729701E93D5BEC0630CDC7F4E957233EC09F917E5CA703C7E93841598
+0E73843FC6619DE017C8473A6D1B2BE5142DEBA285B98FA1CC5E64D2ADB981E6
+472971848451A245DDF6AA3B8225E9AC8E4630B0FF32D679EC27ACAD85C6394E
+A6F71023B660EE883D8B676837E9EBA4E42BA8F365433A900F1DC3A9F0E88A26
+30F7B5CE2041568C18D8F66D36C31B003C916EC14620F67D695D846F2EF97CB8
+0D569CB47D8939FE3C0009749B48D0D9856FA050F2D1BEBE2DD68DDBFEAFC2ED
+7A7BA881DF4859A0F43EF10EF5DC41B5E82C630F2E3E435E37DCD10B63D3C96A
+38C0C5AAE886D864E24FDD862D6957C084CC4A39623629F00DA0F035DACFEF70
+4D8DF7C197095975D874B919691A7E03C56534645AB63E6B829038B435E1D2AC
+2ACA8A5E4C2DBD300F7C786A9C196539C8BE8A6FFCC109193E97455DBB0B9E55
+941992A110EA4BC1B01B59EA538E6AE0749C24D452C351F13B1F64EF2D199563
+F88F92BB8C6C8EF4ADC5ECDA3C2BD22CCF84431E43BC5A630332184CE06454E5
+0F3A369D5B7B134E0CF54E4804F28162048BA9B8A03FD837E2C37D146EB0F14E
+7DD93363EA5C819AC95F2C1501909E9F4B3A09CCF2C609F0A6EE86D340A19408
+6F985E999EAE40D936E3B0BF5D646941E5CE26E1AFAE1EF59329EA2E24EDBE17
+8B9F15CEC308AB6169A683CB3D56DE572DA21974D80181D7BCC09E8E08FFE441
+0F93897DC162D782209CC451E553232680F997451B1CB2D8AA0CBF5DBB7EF923
+1C7AA87DDE43D6FD4BA0CBCADA437C2D4DA3EA4EE3D697496F5AE589EDEA2E04
+FE9D9DBECDCB83024ABC9220DC85532A940441DECAE266323A3549D0B807646A
+D074AB1D1E60E7538DE1D83B8EBC2777A75D6351FD9C6C57C0CBF726DE70129E
+E42F67E46A5E944CCEFC8C32E1884723202614077ACD4948DF0E1D5C362951CA
+802B6035E8E9294CD65D1BF4A36F7E3927A1A5F0C3AFCD17CBD5804782C7325E
+9DA72E534AC712EE40D9E90070E4350400CF1F7EAE9541DA2029426FA0D88DFE
+A6A6D96774DB07909650F8F661B90052471DA19F22CF9BDF2DD006A31F7E98ED
+194E96EA331EA916AC6EF54CEF0972745074A9005AD8B0A5A76E8DD348DA41EC
+CBB6BE0C9EF67ADD7C898C8CA9F493531BC3FADC2492A1E838C6CAE2C7810951
+2679F9AB10CA0346F8DE207FE0CDFDFB9E2E2774624D7CE317A0B66D2DBBD4C7
+A826D46D1D595B56659193700F019201C736F106368C2B8B2E225944D93D5FFF
+73358E7185E8DF5561DBE30AB170278090978BFCCD0C4F6FDEDAC812AD9766F3
+A2C2B0F78BA1518D1232C32C4B6BF76FF505EF6891D554EA7D907B069DE67C07
+D970144F520104DF9E0FBEAF47FCDB4058C3AFEFE375F28DB0E30186CC088CAC
+2780BDA66B37630650F3FFE1D36B4D8B7560440A49DA3B2244160B37A0E83088
+3CDCDFD71FDB7B27C2F420C297A88902BAB30FDE3CA0E32DAD7F391E25E4755C
+E8B1E8427268BA2561169A594343E7D40E06AC96B6E4D1BA76C09E0F16664CAE
+F4DA9743AD30F29CCF429D4E4927AA7B8CFAAA95F599BAD66DA8AFA579C7E587
+244108B9F62A1E0F15EFF2F855E6ADE073AB82727C7E79364A84B25449BFCF9D
+B8B1080837535FE3E389010BDCA26AF074B1F4F23ED77F0D994398707450AE06
+4806D469F2752B7FE93DD8FC450F1FC91248EC95F37BC7EFDDA87A4F3F24DCC6
+E4AA76487ED8A246137526C0506919CE35580AB396AA70343AEC0845DFA6E74B
+6986F0C7821E985DD60789DDEA0B0258E69DA60A7E91DD73BB969002515624FC
+D338CE8A61AF7301C002A5D70C24E519FA5A69E8C34E72F80B791412FD096FA1
+1CCFDD4BB4047CEA667E212F7DA39EAFDA36C429A2A2E5A0A36536EE5822C099
+ACC78ED1B7D4E0522E0D39C4384659A8F0105D542C6B9B1571F7C51E02B24B9B
+E1004CF6E904E297DE30E81D096716F1B6BE30A672FBBCC3133C1F0FF8E6F6D4
+34267645DD19DB51676D3A99B7E5AA0E864D0E5730EF71446C3F276DC4C7250A
+A96BD1D5B79A09F1A975FF2C49E16ED569B2BAF19FA63FAA2B047D7681A4E421
+F997EF6F3A606FE49D38AFF73A8996CC63A2833527BD836B45395771FDF16AFE
+B64E562B2422E2F36164EDEF7B3656837336AB4D0558B4FB81C82FE2F52E30FA
+DBF6D95B27B611E79A20DC94395A132345D7E79C9DC6B7CD4727273CCEDBCFDD
+A63A64DB8AD0B26E236B176CAAE8122770655A9884ADF1EBFAC975BF646162DA
+121AB06D08370DF29DB550712E5BB7E6F3CA40D6656519EE4D78745B82B9D93C
+F55A7CD752C18DDCD565D8A8D799B8F830FCFC65DBAC2246DAF98038A9621DCF
+83E42D7E25155708DFC3504983F17F815BCB6FBF89854A8E06E3FE6FA8EFAC21
+2418ACD1ED4EC5EAC3E24FF28FDA8161E7B3FD140B8E188D638CFD3522717D23
+2EB151D6CA7D76691FEFA4B91D6FAE55F626597345AEE5B122FDDC1F7793687D
+4C732FAC87D9A657451E20FC1366C0F4E9C9D1BB67FF28EA3B25459787FF0852
+F376634FD708F58564FC22DE6826741B740B63315982869ECDA54DE8E46D048C
+FF18890F21D9C68ECCAAAEC4F193CC85A4C5C903542784304B54E9E9C27B18E2
+E29D827474FB9C15E936756609174E61D950938D65071E6F6910265F76ADADCE
+2A78EF1828E47E6DA2C7C8C018F522F0FF298D763BCE497F578E688F7B7182BC
+FF6F6F3183F666CB2DB87BF1EF6AA6D770F3CB5146A30FFC33B6FD112011E92C
+B01CADA6D3FDE3FFF23E5866088A63C4352011BBBBF670CC1043038A6AC4E484
+417ABC8F9A1F1653D625E284850D524EAD0CAE4304C2E5029662D22F0D6F34B3
+E878AF7D229C386AA9D1A206DBB14F2C8FEC74E02B795EABC0F90F3090094C9A
+A4DD70F59E34EC71FDA0931E8648DE0BD1DAF7E3E744557F80B8D780C8E70F5B
+FBDBEB7BD03E635EC3968D8C98424EF56E0CC08C0D60CCEB07347CA8C39049CA
+4B0F6B17897A994CD5319BE3B2583F7277F980BD856A11FF71A83216458D7176
+E181CF669528251941A0A792D0EAD2F201400E1AC3B4DA4652FE2655E2C63C44
+3841B45E2DDCB779FE1F9242F74365F778DAE9D2EFEABFB62546F9C6AF1FE47C
+AEF3BE7E52373D26777E6D1CC5D3E213B6F64E56AD7CA393242F5F637EFF3F64
+574FB838EE4FA9798411CF779F3A2F062B3D6CF6D5437DF2AD20205A1D2339D3
+C02792A823EDD4899A3A8F39E1E78AF98F8B3084CE6FD150FEDB25CF48A566A0
+BAADAA03FDA7C7A2E758A3C9875E14B01394E4B3AFA3F0CD1F05A58950938118
+AC9D4BB99C039CFB985EC11A045E14CA7C3AAF13328F8A9B1DF0C5EBE6705C2F
+4349F71B0047651D8FAAFBD1ED930112373702D9E6E90306C9B9589F0852E070
+9465DD04BB1CB1AF8B5AEBE98FC2BC8F6E8BA17DCCF5D9FD8E20BA2BD1F521D8
+B202D800F2270C0F1D6931B8FB5820C2803B795C3364B287B35D782D5EE60F47
+ACE854BCFBEA2B6D96237DDC10C63F6F81A8DCD4AA8A4C7CEC24E7AB37D4D8FA
+D1770C725AC47515F6B859D0835CEFFAEF21B3450FC14339B7B8EA3C53EE14AF
+AE4C3D02F3D0616516FE5D8AD995ED40B79BCCC2C21C70B8F4396E4110083F27
+D1B245D2F736581474C0EC40896F940E1962C6BEB0864BACA3C7493C8C5B4753
+BBDF4F7642FE746C58608B5FF7E218719C28AF1E3F259CCE1ED815D32D35F95C
+5FE888CD1D8E489517D1255D628FA0DD5F939CC3A2D5C4637E94141022D8C750
+158B571642E4B09E86F05E225E005F87DEAF0503D6E43167C96C1369BCF1DC4A
+EA166AE0DC3D572F7ABC4B07D84EA6940A1898E7E88485E7FF4C8162387ABAB7
+DBB92EDA6F310363AC8870C43AA1CEFA956DFFCE576024C33E91B297C87CAC54
+9A79FEC2F4774761BAE602313F8546D39D12056134D30EAAAACC77D9A580AF93
+09CD53F46C4D1374EA5E73F120D36F319756ABBF87ADD0CCFDA75F5FCEF06CB8
+606564ED2397E7C8905209B7B36B8374168B6523C508A748B7202F2330A7038B
+D98B2532FCD8B7F62AA6B0F82AB5C9338A66C509C190261BA3FAB6C2A5D4105D
+96CF9E02422BC64F17FAC64B999AABB0371ACDBD49E493D4C4821C9D02DF77E3
+39AF566A74437D0AC47B51DA4638788DEBC43BCA212D23CDF3271BE9EA5113E6
+2FA1A2EED4E02FC62F032245BADEEF5447EF350F50072B4261042BB01BA5A2A8
+ABBA56111BF85AFF6C04483972B6F71502FE8857B58F3558E99021A7B27E1362
+F60150810A24D40D72F77A2D4AE003E5E882D1E1E5C4635E28911D3FE9065E4A
+48A2C0E0257283D1A0E514FDC99B2155591886E7CA10149E1F201CBCDB99F621
+F5B7FEDBDF8C8C2F08A02F021E86E89A2447967CCBD33A2A06528C73B45621EE
+35528127E9E67D128A6A0F011489B296F86348A8A338C4FD6FE3E28BCD90844B
+0C6A8C77BF6CE18F565FB69F02AAAAA4209602087D6A9B4CD9B98358DE9D9A0A
+4A702FE390E19AFED868A6A82E942DB98B4E1F8E0591DB7C56A6D12EB4AA56FC
+BED2A6A4ED393763A6D0A237704AF6FC15A9517846B36A11983054544A6D590E
+9103C0A5B9D98ED2FDCD1CDC18D165C8ED8953AD4874E464ADC1099537F6CF0D
+92D499E69AF858B3DBAAEE741807D40B5EA1FF53EB4693FC99D5CFD4DA89239C
+17615911A90F20973B173E29B5BEB7A46388112C185187925AFCB1CB39BE0E15
+6CF5FD13D6D1891A92DDB090D3EC98065D41ED38B00DAD09E66D240BF6F6FE96
+547613024B2EB0F93079E4D7C7E37728C0625E03D48FDA657C5FD201277814E7
+0D26FE5C57C3CCF3401AC84581F36A9FEBC2C1189C646C1C4910B1845A3BDFB6
+C5908403D2BA0B159DF4BC18CFE1AEF9E13859EAE6780044791455FAEE027C79
+4536FA69D6E8FEC4FFBBC8C68C532739CAF8A2F5589863E203ECB2AE3A99E271
+B52F81C6D316DFC40083D01BA7CEDEB39A659A9C5D26F8E3E26FAD027F906C4C
+1EF7DA1E11773989D877AEE8CB2640FB3161BCC3BDBA947C527FBAE1BBF16D2E
+F0F5C78ADA9E3D974C3C33E2FBD6DAEE551E6119D4B67F42589F551FF2AE1F58
+AE7A02ACDFA0FD47DCFD097A3DC0C43863852FE86EC26F5F312237478D55A00A
+49AE571AB8613EB094356848CF979C9440C01D0C616FD7965D6886F51EBE2FEF
+D0D7A795DD63E002F74D4CACE3F0E039D7555CCFB7AABFBFF117389BC53FD1FD
+A0E16ECC19685E7D029179213C41D4CEFCB495D6642812B63B1BB7919572D09A
+A98164EE4CDB4542246C30D654343FE09B381C73204C96CB5AFCA2C7A1DE6BCB
+3DAD683995BE1202BDD5D3A9A5A95F456780EA209BB412E718A4F69D67F86D33
+3D0B4F322E3C9B9ADE5DB8998ECD034D54CECA6CFEACF2958F305952C28B00AD
+AA53EBFD1AF9871E0FFD1FCC256DF91917355997FF78A0ECDC4A34770A470053
+21E01C24376E2700B47D731C5BA79D2EBFF7EF6FE01ECB9FEBF762E6C75B40CD
+A9AF2449AB09EAA7779C7E6325E91C1505526216B92E328A5A408B3B8972D06B
+2C6B25834694193B1FFE3B7BF65EB5CA20419917F92A3C1028E0CBBD91E26086
+5DAED0F4A41EFD2FBFFE897F3831DEA0511CEABF3CBAF86E2B8AAA35402FDFFF
+2CCF6D49DAC2869AA0C2FF2C5A0DBB376163B4FA49DF74B777E5719B654C0A8C
+F6163DA0BA01722143F3AA94481CAA71FDFC44BA1561B18C28E9E87D4562A1F0
+7C4B1B4B1FBFDAA816968EF2C48795810E0610795B93C81ED8E91DCDC7C95AE9
+C37F14C51646F1D902F2186A4655C91D4FE168B9AB38373F9B64938CD954BA9E
+6527830B2AC39AE91253324D457AA986B5B36CF0370D7403AD80C1D93907FD43
+E4380748B8DA88C90F459453A09FA7DCB11A311279A0854F4F8C9C770CBF409C
+68B17E36D0F4D2548FF56F3A6068B42FCDFD1BA2A27195BBB324E50D3F3B6D60
+446DEE9C3E00FE83A9D3C967A779EDEBD718A8B04B753802438332AD746EAD28
+D610416758F6A9545E11E9A705B65B805868F12F08B04F2D3A957364EB85AEC2
+ACAEDA3A197549E6885CA24DFDF0EEE7AD1EA47B0A96455E40AFEE9E7F956708
+A259C37ACC611A505451AC02053050A0B7B25BBC62FC0159CD729CBE44CEA57E
+934691945C5147FC9D9450A33350081E9F5BE80A28B6ECEBFE4096A2FCC954A2
+2C69042CB38D1E87C058D4253BFAC4B8D4421E6A5DBD732B7B1ADBD697B20AC0
+947F3DABDA97EFB0EC7F28C4DCC218F043EB37226014F3C2EF4F14B9933D4BF2
+E5844D36F3CA95591311A011B6F860AC2E9A75A5039196FA6142B616A00350DE
+52AA823CBA3EEFEDD2F9D83CD6694107BB4E69A3E21E68DFF29AF82F091E863B
+77E63D0B8E657C80484F951FB761FFF77EEF214C07768F045B0E7FC708513E2E
+B554485E27FC7C57E249B652CC1292F8ED366D385B23DE1F4DEE5185DDD75027
+986BD7BA554D62C8A5893E87A63413B688FABEBB6421D365B6E9A9AA266B86CE
+2D5C3C0BF992B404B764A5672086306CF9A720560AE79A6D131A18F90DAC4DCD
+E8A8CB67BA8CB9253B3A389ACA80C8D12C5CD2D1917969E7229FF9EE5919B488
+D5B26BE4661AE6269EE353BE0F0A01222DF9EF08F36F869358F98D41D77ECF3B
+98489B1FDDE4EE925420AD76BB46165B7446087A2895A0D5DDEA724506F6A300
+A5B9648919F2BA34DF9D41D695B9AEB926B8EA9875F7295D35E314F7F7106821
+759CDB1F9FE494A2DC7EBBCEBD5CBFF329654DB720764A047C043983B49045AE
+4F0D439705A8E3CFC8761DEFA18D69CC33B57FAD8762D2BCC82B0CE2E9C3ED1F
+12E679BACA7578523B77ED1FEFF836EF1AFC44A84C61BAAF7562B290E6AE0401
+E754400D0F4AFC02F773C4A4F8D4E9229EC4B350BBB32699E800ED384D8174D9
+C49B80F1B18E774E7F71FE0CBBE16CA04666C87117C5EA1D8C9ABADE17563229
+EC06965EA380CF829D204EF0DA4BF7BDEC6C2AFD08D0BA39112C2CCB8CB3A121
+C3BF47E10806CCE149DA033D734E3D498EAB47AF8B81B96F13E8F2CCD696639F
+4154ABD4402AEFDB30AD7E245D389B81B35F613A8D8D2F3F6A5B9E43B2B22A1B
+574FF7DA9F966BDC44DA492FDC315025249789F2CA83A3BE5CB2E07749DEFE10
+CCB4623020C48A3B2628A0164A287AE920ED94B3D11698473F171B061A9CCD68
+79B797D4B1E89D3851D26B65BD530CAE4ED555D9959DF49D0338BB4C60F0D97F
+9F13BCEDBCA534C89F19938A31FCF224ACDC53B1D84A6CECC03DB2FEA5848711
+7376B80DE43D724FA4478CF21F92023EE66EFFE22849D5D8DFE56B68F072A804
+99062FFB0B63D47D385E4775D8769DB77B308991A34E6898F4C665B1CDF41D67
+9FE730739FFD4A230937391C458FAA8027D02BA5E1F861FDDBFD2A96D5FB9091
+ACAB49304CC19B9ACDEECABD4C9E07AB813F369C7AA1588526AFD4030290B04C
+23A181900E4F12D5F58F542F804FE5A2BB6EBC891820A0F83DBE2ED81F6F075A
+E13EEEB546328FE3DA1ABCC560FDFE7C704ADED10B297A8E21D437DE0DB5E659
+89A2032180A8AFBB839425B35B9EFDBB276EDB258819400D2E8340352BA9C5DC
+2A79F4844176FA8A3A91AF8CFAFFF20D289E4C9B64C65845AE1AEE77B79969EE
+9B9926B353A047232789C44EF65356C5FA8DB2B988FE3F0CD6651DDAC44DBBDF
+B10E1612FF1A0E7C1612D8D02DCBFA9A43AA27DCC4261737FC5B6ADC47B14A15
+82DB60DF4DC0EA909CD4A4BE2FC14A6F8DA05290F37052EFC323940ACBD0CC7C
+48509EE63503D12668E1D3F1F6EC66DFEFA9095438D1E6E319FDED3672D78AF3
+1B3EB25840CDC29539CE163F98B63B9AAF78EC494FFE5DF0E16D7EEDBD354010
+A199BD225A415BD0D489E0BA3AFD3E0B73AFE6BE3DB596832ACE5F0FF777FE22
+47007C0A145C9A6DBA2DB6A72676DDFEC2DE3AACD8D123886D5C3192A617E65A
+A5E5B49B7D6CFC73379A04B5D77321BC8D5365DC210A695E316A9F4BD0384437
+A3CB7131148CD564FFBC0B5D92D3029EB73A2D413BF00EB6B851E653A47E9837
+DC9986862B61E7AFE59D21F5B886709CA4B08D475375AC59FE2F19C93DE5A09F
+E8B6B868F3D223C2FCCB5A66EA19E4F0C313AFBF715EE64CE29BAFC0FA68C814
+1130B00948CB06694E5217E12E7E3782DF42923A32CD886FCA80EF33AC8A2FC9
+0C0B46FFB0C222C1EBF6072EC160484CEDC2A1DFC4B440D87A6684921F649954
+8817A33B217EF4A8887E5860669DB93235F17A057CE50A848877461AE5DCD2D9
+3205CC64B7E8BDC58762062E4A5C01B6F0B5D4FD6D367B1F4CEE12253E9518AE
+B39765EF7A5E3B4EBB84B34F8353FC9A66DD042F75D3A5AB4DAA4FE1EE910DFF
+C6CFB264045799E0999C3D2E315CB3FCAC809DE980EBA397B81AAAACAA432DF7
+CA445079B07567FE59257CA097F452C67F508306E06EFEA4B61EE1C3875873A2
+9E5AA65ADD2B4DFCA70816E2C8CAEFD45A0DF52DC6F30C0699A5AC0A11364992
+E91E5E36ABF232627C5DFD5BE8F288009DDB3BB33728C928AD1F47FD65A35B2A
+7167D6F6BDD83A04059144D58C15752E8157A9C3A3E0B2E096CD5CA5385C7B76
+D01BBA9910C22C7CB07ECDE729E3F1A036282E8241C78741BD11031FF7092D8C
+5A983F2377AC743AAF29FB494C0FF5490907E807B5257728A6FA805E6D7B771F
+83D8F215F0951F4436BA5083FCD104EF7F4316FD7D4CC105C6ACFCEB71CFCF0A
+5D3887FCD09A62242B7F6A5A647E8BBEF2E56F9C7C9EF8020599C3C12C124E35
+F6A9C87361B5E122468D37766BB57E1BD101BBB2627F5463ACB2E92D10FF6AF7
+601E5AF524A41D7E4636CC227E51E068A19409A7B62CA981610F8F31EBBC6343
+DCB3ADE812C56320208F8BC01090E46353C40CE229F4EC13D45E4CF7731B4EBD
+173B6E639C2EEDA0FD878B91887BDAF103C03A328A2439B1E0B8895FC24EBBE9
+BF6857D627F9C1FDFE21BBD665E2068CEFF982ADF11A05ABF7EBC1335F4E44C2
+CF380C6C287CBF8F6C49595FB6B91C143A1B30C71616A97F8218EB1D7627C17C
+B55D6E3368503FC0A343011099D461E667623D4CE78901E2570A2980891C5743
+56582D7C293A0330544EFDDA70E7187CC1DAED77BD7C61F8AA01FD485428BC9C
+F4D6D3F0DC2B6160C4AC778B4DB7B70387CDD107F4041993D76A41A876393894
+053AB55DD5334252FAA28276C28B53F3E0F456547DADFA9740E89E7CB7A8E5C4
+069F5344685425844D64254230E3693FAB924DA5C3572456544091307ECE3F8C
+F8D2D895C5A270A296281F192A0BF0F586C3685B38DED1EEF4600AC434D3DF97
+6D0E328DFE4A5880ECB94A9210166BD5D6251B0A73B2C6673542B78DF68D9B32
+62D2691CD2C2376AD8C84120E5143213FC61F9469D5102B0CC2B244D110E76FB
+CC4CD75899BE120455CD5159763C987DFEE8E001EDF2F1CAE943CF005FD118C6
+0CC01259AE931E2FEDE2A398831542148D628FBEC0D4BA12A92338CC3F648D70
+C3226777A927DA2A2BAFC79CD7D1415C31BE290BF02AAACDA051FEEA2A18CCAD
+D2A3CCC642DE7E70EC3B968DF3C20AC95114B4C74BC9F2746557184DDF22A42B
+3C11B50B8B23B7B5AF9C98E7F26B6E54541BEF3DEE28303DC433CAAD65BC2128
+2C523E32BBFBB34BC7C3A7913C54FC1B1EB1D61D13D79E75CEC6D0EC85BC149F
+6461AA1AA2AF515E96E2C7E053D7CD2B3272E4AF894879EB9B3ABED7CB0C9573
+9AD380B02B62D3AEED30F3BEE3D612B5F93BDDDEED090435039619E249393302
+101FFFC3491E95DA554698053847A1D4E7524C419193F864630E2E30F6C35DCC
+BA720061943F947B1AD05C1B02CD13C402001FEE08D0F991ACA83217347B0454
+BF83406CC447528FC68B8BD98E64713FBDAA894B1CACD07C290335DC9F5359C1
+68AC373954E860F40417F01167B484663205490905072ECD9EFA84E9D2010123
+175CE14C8B71BB160CB58C3252372A4283E255C784904D9CCA8AED10DCD104BD
+66537D110DCFC1635D88D00AAF2831112E7CE312473EC23094BC5E4DE09755C4
+DF6387187CAA02ECFAA2A83E84D1E0FDFB24614E277FB5700149817DECD9694E
+3673C8F8756B6CA1D261E7EB024EBDC2709E8E2193FAF9AD126322F24A857AE7
+1F5764217B23D641B377735BB695F6DCBB71F7ED75C6005B317E21CC0B29DFCB
+E7A3873D0E0A10B48949FCC3C22CD9529778753ACB33642804BA81D3D4AB5825
+C77DED0C3B14A05108A51C66D6744AF851153B7C64D9042DB3D750F6E74B4D9B
+F32F2E8605BAB24CF1FB1F4F2EEF92B3B7E9EEDEC3EF50B88C786B3D1666A2AA
+28744A3843F741289A292D531D2A5BC4B24F8222CD796A257FD536EF1B2512CD
+2DCB878CD3FA6795C81D2824015A0C598213FD7A667A34707FF3B2AE97360422
+03B0C6295A8B8F10B2A0B396AF3D521F8C2D96AF6CFAB9FA4ECF0FBA9875DBCB
+A74E12CE3D30C253C4EE76B751B0EA8214FA9DE58BE4878C068C2B119768FAD1
+549B078FAABBBD198034259E9ADA7C613DCC9765CDD8F21F02D9087273B55391
+93EEA348AF3CACEA6A0923FCA9E7CF10A8A336E625B149152585F176D385B68C
+55A7D8E612E21D4B7C9264E911E3316E109F9582FFA1ED406ADE6DDEBE595CE1
+A1245A2D0DA5B7CE66CCA37E4E4A7EF8C21A05CD4143641A46407E11622F65CC
+B91FF27DBD3324A55DD9D6DE3D17441B65DB8007DE5785C635F3331EBC8A17FE
+588BA81036839425453CDD38EA7A0E39CB39E8E7D33EEB2F4B439BF2A6A52517
+22FE5513CC6B53BEB6723FE49D844E1CE9D8706217EA020544117A845A74449B
+7129684C4DB35F8A1570DA7EEE2AD7176459DC229802FD5901BD6CF25ADA701A
+2E7BD9413CD8FF382484F1037BF4BEE344052C30571E15907253E55750AA8095
+39584AE3DC09D7CC50C721AE70E64B753E65C44F7017ED705EE947899E895AF6
+5DBCF494AE62FB3D82C50BDC7098972B256C955C51A7CC2C89567B779ACE9F56
+D40783E441BC665A46FEAE0853DD1B99B018DF35C472D92AC96868941F2D8B40
+C380A3B98A704B83736263A506BCC1413F8E335019C370D854EEE817644A86CC
+9A50C6E89AC7871A4A0D83A021B9851FDDA6D6C8DB709CACDA2485904DE7E0B5
+33761EB99A76BD42764686B8FE9020E8BED4F01900CE662783F9786AF9ED376F
+76F456BACF3EAA14093507D77582F6E13F8981E9DB15C87BE0CE6D297588D6B1
+D348421E1893910D85303E21280ECBC3C21687B55B6B4C5EB6CB39DE9ADBE043
+0F7227983FDC7FD65372A8199345A11785E88A5FCF6BA0F78FC83A241DCACC7A
+99BF951D8415F218D54900514AF7DB758B7D659089103383E2A067689D211377
+151120D0B17F3FC27C3DFEAA97F112C70BB3CF14E388A7D56D93AF40E0182668
+03A17DFD6F4737EB547B8801E4B48E11A9C939E7169610CA61D0F8A6D5EF67AB
+07FCB0468BC415F0BA0DA59364BFC22166DCEBF31438E7D61FFF82A146D187AC
+7148CD41D3A022583347142C030666FA6CE7011B29A63DD166521CC6065BB275
+CC9B80FED937A2098E0B0AAF2BDF9AF8487AE1F3D690FD6D8910DA7578D8D11F
+B163C250C2EDA3E73FEEC79396D3955847A6BEF6E7BB961553D3AB90A2E17634
+0A6301527579A26A55BE0D8722B06157C6F257B39A5C44590C4D203497E2A5BA
+265BF90D3246DD2E527BE5E05792AED94D48C9E3A0CEDBFCFB734EBE1C5297A2
+700EC9F84C8D76800CC87B6DA34B94F10F5ED86B40E4EBE63B087BA39A50719E
+A1460A294806099F378BFC949488902214C84B088A3DD7870FAE4D124507317D
+2241BFE97FB276AFE7E3D45C7C5BCFE5255493FC6859CA7DF6F69244EA66FC9D
+093C501BDFE244EA6AA2DF24C01F89C8E8DA40F78B7A389DDDCF0E748E43895C
+A3A3FC71B25271AE3A8A876DFA61B0DE4D70AFC5C3AE074EE4D706A6E4AD928D
+F3D277B2F909D02FA8B9606A40B5B910EE73C356819A95858236F73C2B79AF23
+B3911D00A3F7EDDCE9968030A83D8424C89C98F28EB13EE7757235D66507C9F6
+9CC5ACDCC5AA5DBEE4758F9901BCDEDFA38A2A59824257E2BA77B57384F447BF
+7BC4A7F853780AAA8D818C21D79C56C3B73B0238A9DE3F731B323D1B729F3ABB
+872D634CAB14D4E437C3F1DBAD326DB9BB20AAF847AEEAF801D33421E4126FAD
+7C4CA690F20F332CBC749FD70BF4C05886F222D1BEE02CCD5F4D0A9BF7811646
+45E354F23396643A333EC1FB713259726D5493FC7D96088C975DF4BA96E533DE
+8DC822928CED2CC84E0F4A55EAAE6D0C7A2AB1058478D6AFED6257D454E72AF0
+85DE4F27AD77ED9497523588F47CC334BACD19080FAD06A5130618FAB1D6057B
+B943286839312D04E58C3FD78CC8F9D7261FAC3697466089C99499A1CB1D6129
+03A93236524F11D48500F491F9F3AB2FEF481D5C74D9BDE47A3EC7E78607E992
+DE5BD048640237E7F3B240EE8526CDCF3B0B89EA12F94685CE7E8E83B05255C3
+E59B654413794046A7FC8336E03372B09C3B38BE397092DC7F6478A1EB7EF8EF
+63D7D4D42379BBC3E5C77C5A3BA419E38F7C1CFB8B5B12B887DBB1692BA82B30
+5B0A843BCB40C63F2086469C6816648EBB5B8942C965ABAEC87FDC20F8CC0490
+A7B46451852DEC348851C11605724006FF03AB6C741F6AA9D3C2A4C18C660507
+4D8CDE522E82EDD51B2139655D105D9BB033C25CA5170638360DE81BF02CB3C1
+9872F9EEDAB7409B36356589B1A1780C5230E9E7C42FC6056B720987F8798596
+C5DA8C293486DC9C2C6EC5E9B16C1DC012DA2EF5C90D69EDDF77EF9A9058D685
+A8A1F700D3403CC39BD922D51E8A123FF854450FA09253AE5940263A7284E485
+05026EA5B0A06E89513882FD82C0AF77416B9B5515306F0662621D4F5873BFCF
+9C54D9250DD5FA350B89DF297D796FDD9C1DD2E8EFA889D7B1737434124B039E
+F4D1860CBC6D3806892AEFE8A34EA51F5DD9E0546CFBEEF88765FB18B2D5D7D3
+A68A2614E8DE8DC10AD53F0AE670D7404DB68FCEEE8BE3F5F43CAA3639C9830A
+D5136569A131DB690DB1D28D291AD96138E113D79EE52325D2C1651F11D2468D
+D0FE8BBF58C1C0AB6FE882DE8DB6F640D3A04CF7D4EA643E648AE852725F1E91
+6EB2A6EEA55899E1B3AA18A4451DC5911439E6F4FEDE204D76E2AF0293F40A10
+2812EAB393231818EE578A5D2E6F303126ADAF3B339C2CAB1ECD4DA01A8366EB
+AC45AEB54BC75A7FBFC80ED5F5796885567E5A7160B37B13C7EB3F07853089A4
+9268492F0C0F96907623C2DCDFA4B28CEB162293CEE87BEFEECD9E7AE01DAF22
+7E4F920A8220EE09D82E4ED7384544288756E1BFD567E64E4E617763CD7F5A49
+3399B2960F65D61BF91AA050E7CBCE8ABB93D876288DBB9C4C2CA6899FB1A6F0
+B6A6DD4581287CAC83889783B440BF3E1EA3FD19CCAE06B24F531D19FD6128AD
+6B9209795D8FCF3870F8DE256BB44532BB36366FE0FFC4C55E3F1C105AD89513
+1261775D3F1F06A6C12183E0D2444D88F99056344DCADEAF33FC764B5CCD21E9
+7B24DD2E1DE89148E599AF95375627594357D305B2CB91F4C0E1D5AC993D7B31
+B05CFAF1CA8E049A3C6B66AD0D0D150802E82DEE4DEB31EB4F7118592EF53C89
+3738068079103012A758E31B7B693C761E2A0E119E75515E4C46B0BC1444C8E4
+411446AAEA5AFB73BE9C6F1CA45CB10A3553838F428C009F269A9E534CDA2A0D
+DC4EE95BF69B8FA5F6CE4FAC9EFEC5A7A4D37C6C938F77D3B7477E40DD9FE8B7
+BF1D4F5F56B76665259621C822C15A73A74C66F2D71A2FE707D22CCCD3399CDA
+03BF6EAD6F0CE145322FAB18B889515A6CB9EF3E650679112B6BD762147A3FC6
+8D85C65FF0BE25651927409148E040B09E2051F15E42189D752FF737BDEB8AFC
+ABC94E7602E6D26220CCB231B2CA99AB526B6060E60D1EF29307ED55A439667B
+7BC3016B1A4CBBEC4AD830EF46CC16CF504569020B7844DC9D4BFB226723B691
+1575446786E34D92F94776284DD430E9C7BEDB1A14128C133C46BD8D4DD495EA
+68B636D27626865919DA9D6F8D0538E90C1EAA5B9691CA75142C596DB0F7731E
+42D20CEAB947F39B336C1C470B6A9DA4CFC8300DFAA88A22FFA3
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMSLTT10
+%!PS-AdobeFont-1.1: CMSLTT10 1.0
+%%CreationDate: 1991 Aug 20 16:41:43
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSLTT10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -9.46 def
+/isFixedPitch true def
+end readonly def
+/FontName /CMSLTT10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 33 /exclam put
+dup 35 /numbersign put
+dup 37 /percent put
+dup 38 /ampersand put
+dup 39 /quoteright put
+dup 40 /parenleft put
+dup 41 /parenright put
+dup 42 /asterisk put
+dup 44 /comma put
+dup 45 /hyphen put
+dup 46 /period put
+dup 47 /slash put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 58 /colon put
+dup 59 /semicolon put
+dup 61 /equal put
+dup 63 /question put
+dup 65 /A put
+dup 66 /B put
+dup 67 /C put
+dup 68 /D put
+dup 69 /E put
+dup 70 /F put
+dup 71 /G put
+dup 72 /H put
+dup 73 /I put
+dup 74 /J put
+dup 75 /K put
+dup 76 /L put
+dup 77 /M put
+dup 78 /N put
+dup 79 /O put
+dup 80 /P put
+dup 81 /Q put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 86 /V put
+dup 87 /W put
+dup 88 /X put
+dup 89 /Y put
+dup 90 /Z put
+dup 91 /bracketleft put
+dup 92 /backslash put
+dup 93 /bracketright put
+dup 95 /underscore put
+dup 96 /quoteleft put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 106 /j put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 113 /q put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+readonly def
+/FontBBox{-20 -233 617 696}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0528A405DF15F03DB1C3DA8B850431F8
+0E5F73DAC973450D1ED0530313057E971FC7E7CA88E61DA6DB9A5CD61F0F76CB
+4DE9105D0627B8DDF51A655098229920CF429CDAFC3F7788C95E7AB30E84F840
+8CED52E98DB4CFF161D2E62B0D28CB8B0AC82E7A8D2C007953BAFB3056D66079
+8064956E257D31C13509FB81A250D9E875C77A4E91CC49E9FB3C0718B2F691D4
+B4A64F351F4DD68133DED7629B0D96E5124584A16FD2AC7A3EB244A934FF059F
+ED7297B0505F3C2994AD66A3CA5D2728B034DE94B64A8AFAF341601BD4DB5858
+C9950A8BB9C598B8960609F48116ABA8C007190AF0ED335EB5BF61BA6871FA5F
+EAB5A26AEB5C7C352EB80799CEB983F19EEFA801093F62086AADD0B80BB6580F
+2CF61B1390FA56DFA1A0B61C58DEF96BA767A8A37EA44730783C600706606C60
+4EE74EA99B7C0F8E2525C8847F3D31907C3C483EFA98F6C416B6B2C343DE6370
+52FAE423008D086A76A1FFB327CC7FD84B1C66B203A4F41582F4599A82F8362D
+38108452EACCC937FFC4F3ABBFE3628DF51367DA6BA3F6826FC6522D6AC5E8EA
+00BAD300FFB6DEDAB93237704202BACD030AA824B1E97C0AFE17FCE8C75F4FA0
+B8A74329A6CF1788C7EB34DA7307411E9AD7ED8D6582884456E06E033B4FFE7D
+CD4DD8B06AD01340CCCFBC382C18CA451E4C886B01D082FF8CC5793F4727C3DF
+B52B4F1A242F31D1EB79D1E39A1D4FD13D6C5E2A42AD4B4D1CC4EE7BA0E5F80F
+802E5AB57EA15F4DE44D82AC408AA86D4BF58EF967FBC6497BBC7F017C0598AE
+32CF865DFFF0FC7FF9E6DCE9B5F2F4C7491AC674F46E8E7660452CE0A77C1EE8
+00DE382ABED85350033EC00053134DBABB69DD3098576DACC5D1E325C4B372B3
+943F8E90BE7B97B996D39337ED6D90F8041298B7A27B223358A5161FE98FA4E0
+6879524934E026863F790FE3B5A8A41AD2E91866F81B195E0A02D9BDF971633F
+0FE9A9BEA04CBEA9E46AA44C31D694A0AF3D7CBC1FC4988F6A81130613047150
+12203A85849EF4D9238604ED8040DC85FB0CDE867F50EE685C8B2BB0574FE22E
+B02F2595A161E810E2C9FB46B3E15BF0B3E7591FE4C1D4653D504F9B6E5C9371
+E0FE5130FB41B529452E023FE4165389EDF193D511ABD03FE231AB0FFC5213F4
+E098D79B244DD77B455D569F972AF0BEB471626A3C668BF264B14B329E5CEB21
+AF5D33CECFF6B3AC4BFA28E877F54C867723E4A7A8CEC273389C6710B838C65D
+2BE17FA20AB4D5D48E0C6CC8D5026A43E9C6A7FC8DB7052EA513DC32A50457D3
+C1C20A8E471008CCE7AEE069225E20A28F3E3046BBF6E8A059040416636787A7
+A5B23C38343315A666EC676F60ABCD2F8543CC4325D1B84C9402FFB35546A2B6
+2CC0E05E7B0EA0A6FE2937486068C3C0822795FFEA90305B292B9022895E8DE6
+D1AD35EB26ED31982DC8260E5773F681CF472BF9FF4904ADABA7A5F581BD63EE
+70AED70E8D85EC9B47E0E3C2B21D791031908796D4DEF0FD4005315BBC8A4006
+39EB2DAE0F3E8F821EC4103DB31764BACA53160B13797D46D80BBCD75E4F7702
+E979E3F9BF1D46835BB8027C1263376EBC2CE4C6410A0C2B0029B149AEF794C0
+371F51D5555230F82ED876F5D5D62666A23561729524D7E70785D35D3D219F45
+9C709499240F73B23BC75441A1CF3F2B831B5602F4044B29E96E6981E439AE9D
+48DD766E611005141FE65EE6F48792607257C05D613695599EAE6CD9316D4180
+8EB287EDECBD6E797FCF1C88BCE9DA25FD03828611BEB2003940456FB595D478
+D61BE948FEB87DF7402733027644C093DF27C93DBB787C38D1F6777F1C64373D
+093A6153DA9E724B64B7DC0F2FB70A06DED5B950DD45A465D109853068B48B7C
+35B197D92088366FC398593AA6B9B2778C612DF33C2F8CED0A5BB566F5707D9B
+D601AF53858E5EB69E689C4115F7CCDF499FD65E59DE3F19030634A62AEACF4F
+BD2BD6053D585F78C58618AD3ACDADDC014D2CD5CF0BE20D7F7C4C2C57E80473
+B378CC7C6B9D806A4F51A53869A5CC3DC08F44605201DC6F6C56C68EE80D01F4
+A9B8043B6ED4710BD81915329E714CFFEF07FBD9D2119EF4C96B7FB0955D425E
+91D982A71766CB9D47192F6221D1136232C02DF98B82F87421A475156CB00F4D
+633276F6EA01909E28A923B21B15CB11F69535E1159270786C28754BBFC877FA
+F23588D7FFF79ECF58D5D195D3AAC79C43EB505AF583C8D6E512514F421A8888
+8D8A9CB8B48413C53E389BA11C8DDD9D7518085167C5F9B0D304F989DB80471D
+CFD3FC7117BA005BB0AD3E9B4EDF419CD6EDE1217FE749C86DB1AED76335C8FB
+60CF6583C72F5F757AF8AC5823C011E9CDCEF2599DFB0734C67E5BCE43B56334
+11692B5208CC0F2EDC62F365A2E816A7A52DD36BA2E11F74857E135AFE65091F
+289A72667EEE85B691B1F5430DA8E0141DFF30A0B59A5CECABC5A831761966B7
+1E9B8F16235FAF4AF3F41D344BF720EA4782F0556752BA2536F1AB56AEDE35FF
+6AAEFC4DD3D4DFFD1A9B79C5511034E37F155FFF82D5461EC3EB0102BB2FC4AC
+859EE82279CF74990E086403AAE98C473A2ED4C3F4EA5DA10C495283D9301919
+D98551EFD8C81085BC7410AEE38BF48452815835037172EFFCB105A06336A0D5
+B27369C8E15CC76247ADF3F0BE6ABB12B5DE17ABA049910BE994B408CC4E7289
+4010BD68B07D5918A84BA1C6757BDFADA12F967BCBD3E62EDEA6111170CBFBC6
+8EB6363CBB7BC8ADB013CD11D51037F52CDC40F9A6B3E2509CDBF65F392DE12D
+ABE4D0B4B22E8C3880B07FCDFEE6D119C9C6FCAB0B304259847CA66B402F9F6E
+E3304E87093907EA0BB2634980E039C3C4DDCEC0B29BEBBB61F0E5F23BF7CA0D
+4E9D4E0E8491AE31EDC3AAE985488EE150D95DEB27CBB93C7EA86D3851408EB7
+BC577E82D0B888168EDEA3C0139FFD76FEFB185D32A74731C89162289F7A999A
+D909F37D65B794D23878FA798C782BAFD86480098BC08CF7099158464ACC5591
+8D2217174C4C790AF2991BA0B45908D4BDDC53EDAF3D27EB7203E1C504FAB249
+952727D00106F182D3999B2241D419AF7E82026714CBCDCE5B6E81F33991D0A4
+4769346A7A6310F3B48762E801FAC32399D8BF7ADDA56A09C022026C00367C3E
+6E4822119B3347BF31C81EF46FDC0BE889F45DC7B41D7CC8A1645C1A7FCBFE0F
+0A158BA484582E5B467FDB0B8154C113D234D16357E5C0B231A314665C0161E6
+D0A41871FE43BC755C239AB0C056FB5FA933F01A8CA2F952D907EEE043456C62
+DAC2D56569C93A4F141E189D8163B847743A5377DCBCAF0CBADFF5FDE7852A02
+0FAAA03BEB4DDB074E2641FBD63CB2BD95F490E753648742DAB58E34894D451F
+A39E40B9F1063C51806E3748EBD63E4AB75C0FD10C5B9F9D10561C5157E5AA4D
+A8465292B227F02FDC06B9BF3D795A648100580DEB33FE7C1C296A6E95290731
+7456ABB440FF639371016C05EE28CC1579C81369619800B566D84BAE6E9FDEA5
+88989DAFA1480EF2EAB21412A35B680B461AC765833AC9DB96FDD125054048DA
+D9A593220FF2DE874CEB4DE2F71A5FE0FB33B406992FBA7EE409159502647C0D
+D25693B4CEE9DA4313A19103A0A75CD3959234AC0E61906D44E12EFB65F6A3DC
+759161722DFBA5590C4407B486038F8B12A34A4FC9C498556F8E0D7785E38448
+347A92D3D850AEA8387961D1A3369C842D15E6EC7FE57E13F5E122732763B234
+DBD8E3EA14D28FCDC4CB2FC46276A6FCE9CFF70D04024B354936C59F3EA154A0
+E3A8501EE663F2B12F521B76A4331B421E9B6E29F7BACF82C1B16B6281A88578
+3A7AB27F484F75DA4425611457790FA18BE54B29A665E85EB3E97CD94144CBFC
+825B10D078E0FB6CAF4A1078FF60AA214F6D75328F0039F09CA0D2E89E41806D
+B8B6A2C46DBE9D34B4CA94FBEB5715D36B8369DFCD17E0475CD66953AB98C655
+03846C272334A46063CB4AC984F865B91E3296C666FE4B0DDFE2AF64DC0430EA
+32924E9A3C0F39B13D43A3B146FFC9F8DBBAFFA8250AC95C25F1E965BA81B462
+30EC23CAD4579B660CB8AFDA61AA6E2ACBBEB5D6A87A61324866C027D3F74DEA
+6790FFEE518689D3E8254AB0894143394BF7A7FCF80D6EE0069659DC87F204EC
+C64EBC09B6B0C806B2CD682303285D1ABF89FA1684BC5FDDED1D5F046A9D672F
+04758A05D3D7FF6A035ACCEF01CD162AA5DD46188D11AF83571CDFCF498C2F3E
+47C20C36C437A44F6D5E68AE08FCBB2F37B88255283555226C056074EABF2135
+4D478AA61151F07863AE4EEB21ABEA70C4133881BB15958D2F80B2EFEE38F896
+731D1A043EB3265D4D565614A3215FB231427BF04B9C8FE3C9B43350D3D2E8DC
+06E8D2001E25328C86C358FAF2F303B504CA8CDDFD0A174B97BB19CE213AE539
+04C607E79A7EAC33667361801CC4531E340882F5EF5EBCF8B8CB36B779E2BD2A
+4F0E4F0D950CA5EDA81BF3DAB1B0A85C55785712E10CDBCC73A07B5C156815E8
+9867C51612B40A6544CD19223E9309663114369A5FFDB85F61B562FE96FD9CF7
+F9B6D5EC08ABDA2C0AE8C8D3B0FD4CDAF1D8F12B6702BBA0A7A71C14C70120ED
+0864914BA79FF0C6A6C098A154052FD749E9E15A296D8390A0C92D158DA0BC5A
+6201E08620C2829D8AE587B2AA46FC516AF52A5761E90E2FEC508519F3BFCD97
+E84620E790EF70F7F159ACB408E0FA2CF08088FF2C55569BD386EC5EBD6EF74D
+7B9770E6B0C34B36136CC83FB63AB6ACDA416A5C1F93251D205666A6D03C3791
+90831DCE8D04C54918AEA7D8E2B34A223A0021947384DB6904484F366A8E0F1D
+5E08961CF219A162D65DAF521D3CF9791A27878967C314817E59E0BA24D198F1
+E45C2C1E1AA566E3A30D5E80659C5477698BEC693C81C0C15B228CB6D4D64DC3
+A85DDCA0B8B8368447D1FE30994AC7F1AB5FE4F8D4E64C25B1AB574137C5A382
+82CBE33439541522A879BC988B78B7A1233B2696D48DCB68A1D8623DC11D8271
+D66449FACCD1789C1E27F6BC40325922A42A375B2B33942955E2F34AD6DB2253
+E6182C87607B96F4FFAD05A39D0D5B4177A2FDC201375F933DD82E327BD1F444
+0C51ADA700EF23040A8B219E1CDC5547B26B6C315F58678A21B8BA1B6B620AF5
+B71D0B882CD092EEB47E459D6B8ACFBA8652F1DE619074D8B636AF26321AC078
+670F07D45BC0344FA546C139614CEAC02633E85F8C1D1902767A5AA10C357C63
+B0235C9BC3C9A2A5D754DFFAF62374003158EE7A7591D5D6306A5E73A2C8ED1D
+A75BA76D720C3E88EEABAA2CF6383E07112F18F8EA1330A3890F6D269D88F5A1
+7E76B589721DB37DE7020F51D115A06F439C71C6045187A7960D3D082049AF7E
+F1D04345617872F7EC52956243B3B675650525FA21AE0B1BF4B8B5CB721D4465
+5EC7A59F12C8DD7633F99D7AC97208A41B8B44DCC12BD905E82553611689DFD4
+129AC102B4FD481B8454035DCBB1BEC8AADDC12F35E98037E3FB51371614399C
+9BE4674C9FABB38CD71C4FF54A8616C73F617F7B74C99BCDB0165F4C007DB2BF
+EB11C67EEBE5F60AE44B5D5758C453665DCEBDAC366D81131201D0FF205F8B89
+C77DD59590DB81B84961957BAF38E75A6679D6EF526028DB423ABE1F4B3DEFDF
+03A161BAE9D0E9E2A11A7485A82BA44723A7E10B009E2A45C71DD7F7633A7A1B
+B19387514DF29FD7706A4CEFFC27F8FAA587C0BBC4F71E7E5A705277AE4CE2A7
+407965CD37C6467622530470A9C0517B00E718CCC1143FD45FDA2C759D755E39
+FA406ABECDE13F56D8668DA31D02D9083DF2E97F31099346742F789B4F9CFC0B
+DD75C692AF35FCDC7774293F7B696253990450628B00F4641A2B876A64011080
+2F6B5E98836AB9257F00B62ECDE5F7361076E8696E615A258E62BF9DAAE5EA73
+629F15C2F36BB1D5DA077DBC21AEE616210097FD8CD89BDF39B575ACAD2D6630
+485667EDFB22F0C168D1E6B5350D5408A91A3F3EFA691C6A0C27B7C9E697D2E6
+C9A78610E37FA19AF08B1B6860D0B909F472CE0F9F4B8A9A0BA42EF544B63563
+CBFEC048B787B267D13A218D738B3F3C1388A246898C7B8F4E36F5CBA198AA00
+FE8277956848F6092AE109FA3AE74ABF7264130602F4A1BB26C6204509138848
+1E88EA0BE0C34DC301B5D2C870FD0035D96D43654636BD2FE295269A2B52BCE6
+CEE3BBE28363381CD943C58520A0FB7EA02FF3A291A4F078C23E4C1D7605BDFF
+68C64234421AA2539BFDA1CBF73C4275CD9FF8A4D4263BA1A83AF6D82519B65C
+1FE94253307FB2DFD36313CB1AB797137465D7DDB37051027BE8D7D931C68725
+87FF9CBC0842B4221A5BE470C50E833BCF63BD95A2BB0F20DFA2A0A4862383D9
+724EF13892D65BF0B9E10BE3C29FAAB332CDB461A9480C4E3CDD80521A0ABCEA
+C2CCB1AC7AAE020C0F085ED45CDD337700A9DAFFF11F369CB12BF10672914D19
+B134B885439FA04F94216072CC3EC6141E9A20AB1C1138DF32F6DFC6DA8B10C9
+C47269EABCA420CFF43BCA25D8EB6CDEDEF1E00AD2CED6D449C5F3951992EC0C
+5A14B9350D4E5226A3F3708D7AF1591A636DAC4F5C689F7B48C3811DC49DC968
+323321BAE419AA4E1AED089BFB242C09AB77096203778D634370C00EEC5BEA09
+1D811C43C68D37D3CC80231E6C3A9012A1948B4AF1F5B7F340EFA2349A3A0E06
+A3DF41EB71B446881432F4E002B502A2F0B085B41644A8955543B1DE18C1EAD3
+366A4456CB3902D411A3B3A2B0C4C7F45B1F2C18AE077C377C3077038EEC2EB8
+D70CC7EE80842F914CCC5FC93550CA3D1AD6E30F2DF49C310D4BA8BE3B96756B
+FC99C24F6DF96C796916C04F2A25F0D4DBAC9DCDD89558FCDD738AC62036DA25
+B556D3A4171EA91167BFAC739D892D56259478DE3BE83461C170CEAFEC8E0F27
+471D275D04B97E2162D88A2ED894400991033DA48F6901BDF6C3E8F8D4844AA3
+762841ED69C4F50754B560FA76FD7E114FFD29BF4EB3DFD0497E41E8DD744AF9
+2031157FA7140B882F806BDBA3B0A29138CAE2D7F67C9B8AAD71A3BC21A76679
+C5B9AD3C77C059F9E224F6576F8ECF079EDC0D4420DD2287C8A0E89371936A7D
+630417A179163110F77E0FC3E264D7CF0ECFAD8BBAF84F38D5648151B1569A85
+AF3D60C2F70E23BEF1C51C408A7555A9DA6AAAC9D7FABC2CF9A0603896DCA3FF
+1ABDB324868071EF6584B18D64FCC9D7844D12E2CE4BA28821B0D4C205A110D9
+8EC0CD959F427CDEADE86DED63DFB5DC5FAA64F0E5C1EE9442FAAE029FC2E899
+32DB57475D3493AF85511811C4D90A3BF553AFB172DF02A2478896C37FDF17C5
+B3B19A2CA97C821F97F0441C551A7974071D593CC21D5490D564F5BC21BE1A28
+05838AD300AFDF53545407FC550EFCFC0BC4B3FC8C507D7931F50AEA4B05CEF3
+D126E82E07E1435E8CE4DC60FE9780AEF09A7B3340193CDB432B73E439BD36B1
+6C06E9953CD9A3AFE7B3FFE6D2A74DE2110D2CAE9D22378675696852E057F4A6
+4BB81344C74DAC0AD6FC2411234CB5E406AFA19FA0513EB9E4563534A0F16B48
+E47DEF9EE54DCF558AB00880F5FF1B310F27FA060B52459E242162DA8CFEF93C
+C4C42C35A502DA3409822D34AAC5089CD49615FD0BE974B5949CD9BDD34C1D85
+A57B856A5DCCA3E752FD793C43C574DA7E25E907717009EEFA777C7AB64B5934
+6584D9C4F2B6CFA5542C5936611132894634271916FBFB65202901232FAB8B30
+6B6AF3D85F26E93A5752094A9C46F24AF9DDBB1C0BD073B78BD75B9BA4E7C606
+548184B76FB6A3618EC4B17D0AB24DBC7BBE7488358A7F3A848BC11BF085F5A6
+F3A7A639E5C4CCC9631EA10B28845E64D63E5E4B0D2BBA223BE15ABA066E898D
+8D983A5F4CEE5FABBDCA73C109653C68FA41D5BDD5B06B83C5AD5A58AF47360D
+841EF584E78A971A4C7F10CC8F0C807EC3D565523D6C98586C6C1265324CE7E2
+A7DE94AEAAE0A41B389AB85C00DC6062945B3E9F457B6ECFD1F10ACC3C529471
+D04513D84B286A014AEB0B22C29D90EEFD1CDB9CED9962B03F062299A6E7AE72
+FC50782876C7E264FCA7C9D90BB28446E05E96087787310B1ED6387887ABE94A
+9A80D89CB09CC48442A49F934B8A365A63072EF63250C04A8E23710EC3165B41
+EF68F9E4025D30339C2219938E10C32EFDDBAC1F9BA54D0969DB74CFAA281CB3
+1AD40D6E19C37A99E5F3FA65897057B6CEB9BF4029CF613549B274D3892B69AA
+25548328BF3D86ECE2766493E18464D44FC0F4494A8269FF83E7797D8B8689F0
+3AF34EE6D4F691A05952CBDA6695E0A157B1CBA428D255B48C0698501340A5E5
+1D38F125482293F4F4FE684929025AF2A238D5863665138AB4C55F1DC565AF95
+EC1969093C9C83762799D94C0B7A202662A171641461083C61E58154E5F23840
+CA6FEDF6FCADF6289D213D318882926D8AEE4734AB0DF8677FB2BD570D55679B
+8E78CEEB49B96F1148475216D959C835E8DC8F298E7FFD3D278A1AB7270A327D
+523C17CFE5B3F8118A1C37BF2262646BC302A4E045560BA86BADA6FCB027ED1F
+9FE2E2D708E6F7BF0797C52B12077349D7608C60343DCF2169B8AC7FFB6BBF57
+E8945528835FC25A9DF4F7D7E4917B94748213E4BD2FA6A1C4330DEC3480DC55
+873FEE56AAA1B0B0991720A81FFE8E87237B24D19889FA03595F3DE68B74058C
+181B7A98795BFAE66B62C2EABAF70D165B7D39870186AF53B8C8FD552B47DF9B
+AADC311986747212632AAF801EBA9DA5D205BE5A1FBABBBD1B814F839E1A6D57
+5429C0C946817209B56011C100B21486AFE04A0D68A499FA85ED0D453DB64CA4
+0C8164C54542FEAC1035919F7DF4B32D3C067F5881D4B00E377CADAE6A0C1CFB
+2F0166AF119B7C1EC655B4E1DD9629FEF730A951DA1B41FCF0BDF86BBF0645E2
+A0B8E3803570B0A0CA1FC0BD3CCC5C11B641EFC36D8CDE01AACD05EBB146A257
+A9C5CD2344A913077BC454EEB4F9AF3CD260E44A035EFF1E930446038E22E8B8
+4A5DD8C926FA9D27BF503C29012A24DEF606D987CD03A3306628188B71796AEF
+9F238AD2B1DFFE7D2C5F093ACA1BA9BA8184834FA0C6D8E5DEB41CB6810002BB
+2010F170C25C057C3DC7ADA039145963A6281BAFF33FC0F915D4A8EBCEE52E4D
+64724C3DA6EB4B8AAC1E077A1F873CAEA8E255E59F172352788DC357604F4564
+51C6DD6DC58925C1E336DFF5FE708212EABA659918081472F6402414DC14B0CE
+47FFE5E91B5707A9127CA85D847BB2A8EBDD72A0749931327A84346D4F15E441
+97067B2DA58B9DF07A0309506F71EF7EC21CD879A13EDAF0C06B698D08ED4E63
+96DEAA792EA78120DC2479FD61C5DD9EE81BEE59B01B80F1B6BE1F6DB3453288
+7D86E3092BCF5DEC2AEEE0BC6B91387036915B175A94D25F98A0EE97B7F25A32
+DA2C5FB87D4FD72F5BF1081BDA3F5A9C87A03E4D276D93801232548E06C48E54
+143805A93EF5E48339A42352371AFEFA1ABA9F4B9CFDA8BDA9BA684C842F205E
+41E524D3678537571BAA3FFE4029AA401E8E89E67BBEDF05B598E8BF8441AC0D
+31CF6E5C24608E44DD1EE79F39DD376E106B68C69FDD1FCCC1EF808C4DD45D55
+46C931AE5CC9140C528E34526974EC9F3ABBEAE85346D848E24D280110C415F6
+7050FC7E32C36C9108621CAC3FBCD35291C27E4A99B68E937B5367B4BBD4458C
+4A1F01F740A6E5AD8E1CC49979C99FE1996FB7F6F359539CC196D24B51D60A2F
+36418A19E5ED0C62B46E077B767ED04BB2B3E6EB7E8E414E625C9C2A22627E24
+7CD0F21B68D80078BF216616F0D0A672BC1F3DDBCEDF7B3C3838462911BB00ED
+B178083B0635663E0D502AB4784AC0655766B9DEE7B778ED5A7EAA570E1A1F75
+37D2D8703380EF298DBA092AE6440CA2B5750239181B2D858F60F2C8F893E620
+5A6E0EA791A4ABD7CADA376F0ACA471797E1138E078FDA8F4BA178A94E2F8D26
+2596F2F8C4EAD9EC815422AA034D0FE6C57BF3BF8A89F23298291F4F88BC6C77
+BF20FEA41748E7611321B0086BDA6275A9E06064F7795ADC86565D1DCA75DDE4
+CB44024F9D3CECD26A03DCA120450309C48697A7BB003C8D038260931764DA3C
+5EF70062EBD835CB191E2B668243F9D5F10CE9CDEA4FCFF4D4941B63DC19B316
+4E967B4419BBBD6AF56F6C12BF5D33B34937448BE6A59590DFA3648D408F9A3B
+680095422A977E7BB4BCE6B00A2F36F752C0C334CD51578BB13A134B64E80E34
+CC3276AFB3F7BBE3D158E3D615A0D3C3A9B7997D861F00ADBF059984E175D141
+99E014639A151405A6E3D6909BDD1FCB9ABAD99DEE33472E68FA81DDAFC9BBA9
+2B8D6D5A268B84DFFAE96C5422B15D45AF64BE69BB2571B4C215CE7BC74AE0C8
+95CCE6C13CAF1B1CD902542AC7AC29CA841BA9556A1BA056D59EEA66C25580B2
+D699AC625408E383651B796C62D7AA33B540C24EEE0A8D5C08F9A53CBA96E92A
+B0A223773EAB3F99E19EA06B64D7C6FEC6011D99495BCCEF4E333BFFC394C795
+ECD11CD7FB5AFC624A3534A7FEA7C5D1CA3C6758599A6C317C8083D1354D5E05
+4F21F02483E398CBB68F27BB375586069030AF60D284483B61A1A695EC5ECCDF
+78EE5754939CE661E205C0B5A628B11C2F54AD1D240DF78FADDDFE760286272C
+AB05E7C6072F35B7059C9E1BFF4B18E70020515564B556293F73AE1EA224C06C
+CE9572621A13A65BCB0DF9409C2D92EF22AF240D81BCA51832DA68B621D1C0E7
+76374C4C509D6CCBD61F6E72218A879EB2B2FAD308B2F17FBD70E9B97BFBAE47
+92730F74A880F343713EF913074FBFAC10AB21D450E1C2E81313A1A82D3293F2
+ABF6DC524DFE3B96A7B9322EAB7AA4D7CF2B348BC0E8D4C9FA8F265225D65C64
+7B9AF529D244BE66119D3619A260752A3D737F9797080D457B984427D7D27FC3
+133568D54E673B8D18BC128EE548F2D227680441FE4ADC3B7CC8C6C5A0AB3ACD
+8EBA2940082318AAFFBF4B953C0A4AC6E873F6649EFCD5AFE67910740B41B890
+4CE87E4DE084E4A1597E379D09CE1DF17F94C33C572352871DFF656B04EFFB48
+00CF17A3235FFE690845E3A4409AE787C22BC348737DB81E73EC4E5908F0DF30
+A3F4B78D81AB9B783133E667803EB1BB0D53570982DF3A8C23CA1D1A36D1B8D9
+C22FC0E34A9CF0E62FC08EC79F2A0F22DDC4FAD2B0B74FDB34AC20D3AB086603
+D619038B491516F796534A99E52C0F018FC9A1650FEAF0B4A3FF7083BC9BBF77
+928E710BCB1491912F7B4CA0B3BEB4F17DB0A8B6592613373269C10BCB29372F
+CDD9D9A4C3D6915F0E2621C6CAAD21E8C02977875B469DE112883D8B0B305F6A
+5EAF7B52742836BB38A388E89EE3720D8F40EFDE9B1EA783106FA91F71CA21DA
+7BF9B9A96C044144AE4040984F919F8BC84867C66259C3E9CEF845AC58CD0FEA
+05D085F499D636B9275B851A0DCD8253F5CB5703C35678B8BFED62CDA5A62296
+A2B6BA2B1CBF444FAFAF4BB1C064F92598A9005F20C46CC6F96186D3FD1E5587
+F51B88E3940FC9E9DACA2FD576FFBCB7295E3155B8094B494A75C16E2EB53A7F
+7210ECD6D82EB04592939B23A8B4B40644EB955821D68652FF8051E7C2634DEC
+CF76D3009128D7A99445BBD958D604521EEB1303EBC789DD912D65E53A5D5BAA
+5509E759016C05F7DFEC8A578FA76827691ACC264345F9F3AD02EBFF5AABF1CD
+C435ECD7773D04EE74D2A35F9A21709C42FDA6FD0448BD2585F37DF292A690F1
+3F710AE9CA1F9B9B72267E699171383E68AD1B361E22AB1DA2700ACCF41FCBE1
+8593EAFB0E582E50A0721111C90861E45854AC69E2B01B04E23B588FCC3694D4
+05FF7BAEF370488E88BF49C32F2DC3A43E6BF8EEFBEA6F538DA1305CF9144975
+10F98883864B596F1131B29DBCE56A3976B53297B19B73334C689DCAAC650ACC
+93513C3AB3270F12A2B03BD0B0612D46A58C89653B8E7574B0000CCCF55468AB
+E54023864050AF62BF151EE30D21B0D9743EF5B906051B2F3D5F712454630F07
+66FB7C024BE5073D74110BF8EE1DEF28B587975238C650FF127D5DFDEFE3A854
+5C71A4C8132B68F32AF8AF92231A0785E63675876520E4649360BB930839C7FA
+A861B1885B414B3DA9E38EC389AEC0F64A2C87A7847F8891F380E8CA40C1CA22
+529EB6D9C13348941F9EA1CA9E354FDD8DD95BD1BE74E6CB6FA639CEFCACFC2F
+132BDF3A99663F42EDE74700482624AAF379316747137B079A23046E9F00B2AB
+BC842A9115FFB2CEFA6724CF4FB59DFB7BCB137A07B67AE4CCD3F6A2322512DA
+A7157B5C7448ABD00D3666E15F9226A0B5D61F9DB448D8071957CEF59533EC6A
+C31F4AE23C6D18CD02AB182954FBF5DA322C247A5CA781A96CB0BABAEAE35385
+ABF435625AE8D0880BC69A5AC4AC5B355ECF696ED5197EA62740E8CE440990E0
+47B08D57195CFC7E920428EE3A242326F6EEC6AD7FA3DEB97C8114228CDAD4CF
+3336D9377D96807E0FDA90D0127BFD574E288E3E48806392920517326C29D596
+87DDEC5B60F7EA63EEF517BD2E3D3E573055754D7EAD6FC2ED154A29569CAE3F
+44C1C3363552AA052B0D9F70EE14409845D13D356E6A5EF9D94664BE0F866854
+43D6B608D91AE7D0D1514AA8D41F799D14E16F2853E6A4ADB95C55E8D643E217
+97E3C57EBC8CD8C48B5046AFD85D98A3FE0C9C67F37DDA7D662B01A7C732E61F
+1940B140E9A863C6A00F5C006F9344CD7320801E2D22BA65F71CA17A900F016B
+C08AEC5D79CCF5F0646CC1DD2D13A61BEFA10DD26763A6F73AF7F09DDEC6B64F
+E69F2708193C1A16B3561FBD0E7D873A1A2292F9A4B8304F33DD856B202C0745
+781D3C063626D932EAE04EB60B05ED991465967924779FFF95BD2754A60F5E2E
+2D1E33764938FD5CCC31CCC1DA3D064F2A59D03FFC6656282EAE21D053E99C23
+3A84934BAFF17D99684EA18752006D93243C05DB2659DF2A7519333F436BB2E0
+40EDCC10B32C5607205DA5D108434A063F3BB0278CFE8C88CDAC5683BF0861C1
+6062726B652FC2F88B50A231E33B7FA71AAD663DBE62948B642A27D4F8E996D8
+80ABA7BACCFE7BC7928F36360C601A90C7C95FDC8D8654AA510301C8B53718CE
+3186CD094F2191642B6A956EECF8C9E37B6876C560AF9965D1F7D64D356DEA8E
+72EC86EFE20EB86AE604821220CAF8C68CBA680B200DDDE1ACD7630CD246FE47
+7D69FB8D9A749D42D77C430BA6195D47051BE46AE4AAABAEA751F10F1D83C850
+C06BA80BE97D681D6152D67B9817BEC3B45AD34F9FF8ED408B0D2EB169628AC8
+2B665424E8811BC5BEF44EBA2A862FCDDC7E360324D3F8DABD0F966EB8FB4758
+1CCD7AD28F32ADB1C1CC8BB10701B6A395975444C5379F201B93F795569964CA
+BB907B0ED4EA5BE8127BCEB13B45FC17734B9A87C0A1D1CC7E8ECDC22C4724BE
+857BB31FDCC81E6AA8494A8A1A9745AE6410517866FAD4E7AD417B27C1F8B5E2
+8B0363958806FB219CC7ABF2321E336523CBAD568266D05B93101D82F65E0118
+D1E1712FBA0DC22E953254C7E04DAD9A7A6A298C63F32BF11496E29299F982A6
+C1CEF94C638E9154616807092108AC254C436BE2B1F41B3923AD6155A2301ED8
+FD45C0E2E8119D5ADAFF0F77808D8A63F3AF7D2E7312D2929368525E86E06139
+70F4F88A5BB8762590A04350BFE9DF01B84CAC59E642B901AD0107AF4DCADB65
+085C6213D2E78B8B54D964B932D5446D477117162E90109F5C2A43EDE43588E9
+9F5794D3A7CA31A53C9C4162BEDBE5DC7B19CEC5A51B73C3AF3C8559807BCB2F
+3598C648ACA72DB87CEEAE821356D5A1C459137834ED126C35F886170E040530
+B11B74363617CA672FD85CBDBD875EB393FD1E3F85DD1C6330014FBABCC1AE0D
+F681EE35FB4AE83AF824E43483BCBF324F10999DB9DF127937C404B1650316B9
+42BDE9A7805065E14BBA6601CB414016C604134E5A3BD9078F38CF4264C78FF6
+AC0F5C05FDB312F2805A4FC492E164329F31293C4CE74F53FA16DD45D13E28A1
+AE89DFB966B12DACD9A94B5290E6DF260A895DE6247DAC8F72867070025B8C89
+A66F5D52FA409FEAC683C11E0F3848929B8D7D9CDB88943D32B945C9BDEAC9F0
+409DFA2BA53A996B9979E7270446A97ED78D64724F7CD4F096EE96F538FF6262
+2E322823321164761E35D63F6728C17D65917D48DE2E56AD99D6B10423F9E27C
+9CF9D1508D0A03E1765949079A59401F82B337E0666BB037FBA626ED3CD990D3
+023F0ABC7E4BEE43D58D51950F7208A49F142B182F4537BEB16D7D7351FAD252
+AABB62357609F7325D97882E7DABA771914E6543293CF6C4FA3F3F51F186EED9
+46938CEC637A8EBFC936158F5D6BE5A277AF3B6523D620A0F217AE96C972A3E0
+C03A43C7D8A19F4C6C48A8D10567A21A670989E259ACB0A90AEE980429B2670C
+DA596625DA55C986F8F121CF23FBC47171B440D26DF9F6179486D0AB93656737
+6269CD66C473539AA93BF2BDB75AE5B79267EDF1C1C3B887E220DFD54A1E2E2D
+1672C224804AE7F0253D580C34010A27974A0F9B3115CF95F9570127D1B3296D
+20B90E04A1B8FE80C18B8DD46A2AB3A24FE2605719CF9C6BE237F4DB55FD3F94
+491677002559C2323F5619D730FEF69D81037F3627F58FAC117AB3FAA5885C53
+2E2224D8CCE8DF653290E1D18BFCC9D425F84E5C11C94789C32EE0739AD3989D
+013864FD61CA10AA7814568C0941F8140867DEA5C16B3DBB4AA7E3097BE49168
+AE27F9DA7BA7D0BA800FEDA15D5B5D94E828C44113062C0467FD4E1C4C5017D5
+405FBF2FA60C21C5F0D554E332DE0BE66EC34C5AA7F14E953FFC349CE74AD477
+C8FE817FACBD122C394F7FFD1A0565DD34D58302D035EDE0D659AE12F0D976E0
+0B7F775D23E777BF48D47DACF2B25A73A045B8D2E5A2399A9752DE09BF4D2510
+50B0FAFB6CFB7728BE05E3AAC31FD3F162E9576CD9F8CC3CDBB3156FD28EFDE8
+5C1CFA68DFF31E4F5925CBE2536CF98DBDE55F5BA03BD5600169C72AC1E195B5
+316E18EAAB7619A3527F50F7B9DA559E7FAC37852FD1FF56B7F75BBE25B94538
+06F198E5D66A4226B0B67498E1FCC384DED831ADBDD0714C9D5701AEF73013FC
+2A785B17FC2D13CB6013DAA0CFBF176EB7CEDBBAE25A0513F2659D1D017BC376
+8013EA0B82EE811E57F27C8A9379DAC9BD2B4105B9AB26FF02BE3F55AC4B6578
+5556E80AEA450F9C7D9E15494F3AE984C6BE5A78B5A9D28535B5F99277CFF4CD
+EC7469BE88A460E16DCCDD2C0CAFEFF5DF7B30E5DF8BF7E7DB27C76D28E7841F
+6E39B2059D30B8F24DB6D7A207330D5564337DF4DFE31B1EE71D67015BA83021
+7A2553C8C771CCC26FF64673A964FDF975A99D9A986951DE995E6377ED80A7C7
+5163051ED3370FB6FADBDC8B37BEA13E1693F3529F916D6A37CB0E7D8B3AEDCC
+97CEACF00BE03B13E91E19307F7A7E009F7EA02A1E7B7B69CB7B65A0AFE0327A
+36477BE207B00B37AB5D026FDDA41CB7F53B06B9EE1E47D78CD9351F656C1970
+2D72D786D8C7B871574E8FAD6E154E9A099764BD1D2E1ACA994A285F285175AB
+E446ACA55FD15B1446FBC7B3E251079A7FDCCFA141E979F9B1AD7F81D71760E1
+550AC38F1F170B184ECCE4E255E29B97F5EF7C7E13BE966837A0963ACE4633E9
+AEA8E87AB5CB68ED027DD370D83CA61990AAE3D54C95E6EFFEC627B617427293
+FACED4EF2518BDB65E5EFF4730656C4D21D70C8689960281F4EE751968BC1B22
+E9ACAE59CACBEE87E830E34DFD435DF56FD7F27E87B236DFB81F343DE3067503
+E884B3F6F3316CADAE3D401DE4CA466472FEC3C3ED45396C57FA2F254818F573
+6FF7CC84762A0EBBDF98F916AB88D9FABD8FAEBF1746C82444A93FD98B4BDF12
+5C82D2C224B403B6D9103B7958DD62D83FB4CA359FB16E0E5D26F4987B9D10CA
+1240BF22DEC74EA9334DF5A0498776FA2F65D2597AE924F738AAE4C552634D3D
+71056A299E6FC79674D61A108249180A35D71DBA700A499DB7A6B686AC6A3338
+40DD3C1FA75F66EAA919C8EDF8151E170AA58EE01A40DA49A48ACA9A074743BB
+266C50655AFAA372F8CFE5F836AEAF2D53AAD79B938962C1832267C073191634
+E8930BFD5FD7322D646B1F1EA273B4716DA7754F0F8FDB62A440A9EA26A8F109
+507156E200F6B71DEEAED7E5935D10402FDF1748FB98CF9087A6C684D4DBB299
+EA999EA636DAB456C8B7FCC0698BEB57755C9FEBE21C97FF734762574373323D
+646188230CE1CC61E50C4408392B166088119E9E4B7986BFE68FC70F2B6C539C
+8FF223C5912EEDAFA1E46F736DDC7BF2D723C0200161CE508CF0247BEDBE210C
+8B3F655BBC2BC6F98D2F20F16462F3D0E363F1A67E1808EA9E2467FD3B1E4BB7
+063C922B3797EB857AD8C83053CD18B4D4902AEC43E699CF2FF98BB025867E66
+F603896E181F8965918252C3F7403916D4D9F69FAB72A2C03700E06C6758C4C1
+9434932D33E94435CA7A43A913CD91019E433FA7F3FF9F3685259C657BBBB966
+16F88646AA85A6322042932C25D9FA07E0B025770467E5887E967B2652FFA56D
+66F90D0C6B7F95B3F31DDA33A8F1DAB49E5F19A1260F96C7407047A21F0D7B40
+34D626F04845E736CB9800A89A8B7162FBC5E6FB816EA440A360AEDDB4388A8B
+E92FE90327203846A86A6577FE4AE08FCA299D928B74815A08A2A94AE8C02BF2
+C1B8463BA4CF1449B21057B03ED494ACB6C4F0A9AD583A5427373101737D3CFE
+D6B8C4796DFD963A5D7219D03CED47FE83ACF0CBAB1B476C8B8353AED6CFEC73
+B497004093C91A76243E89DF26C46267FE765E0BCB2F862C7537235AD2F90CEC
+E1E30B42671F6B1AD54917E9B8154C19A12E8D6C405735B7424481AD98C25B43
+6CB543E878F18A7AE95B5AF9356EB5B130A79315CFFDBBA92970405DF51858EE
+23C6B1E90C01F15640253FAC6C03FC9B8D71193A9761C166E2DE6ECFF6067100
+5AA06D3FC807310B914804AFD444AD4988B3337B23516FB780E8A8316BA1E1F5
+5F3EB388A6530DE78A541470A2E22CA8E77A59CA7139B76AD0272DA2ABE1BF69
+DCCBE7AC28F97B5A2F492435B36842CB30CA6CEC2E15CEBC64A5DCC0EC2CC3CA
+428202B36E52DBADBA0D868FFD06D1BBCC206CAE17C086068CC0997354C1839B
+8490D9400D87594E10B6F60A18C8046DCBDB53C0AA55936191C9B39994474B67
+788E886A0DA9FA196306B1D6EAD11ABFF63F9337EF8F052E017D534A9BE9986C
+C8DF3BC0A5DAE9185FE62B7823332D56757B1E5092F38A81CBED9590B8130410
+43181568A146A04BA1DAF7E20FBD467D765201D68375DA7193738F99273327F4
+76CA83E42D864C117988B01793704BB94EBD9D8701713613F28F60735982868A
+E3FA3C4A296535C40BB92921F9592910E7BB28BFD0EF2564C400D2C9652E6EC5
+F05D7833BE0B34FBC42F7AFD0F497A3B9D73FA60EC471F759B9B432DAD8D1D5F
+EF7A8089F9566D272FF9791E1E7E549FF2F5339B144A0968EE478EECAD680A4D
+174E7A7F929DA6239B8B6349B481D67E3B11A9A34E4E29F9B84BF95305D85CD7
+D8C3261CC2878CE55576D1B7A1FA90D08BCCD6250800DA4B2252368E832F69BC
+A2CEC894EB4EEB96399EF4929EE8B7D98D36C3C680AA9A7C4BF32A91249C6B5D
+00D49B35766B6DEDE23701E755F81A4B29BF1B0DD83B90EE348F51A43CBC6A2C
+5A3C35669C2635150472015EF216ED36CAE1C9AD153B0ADF5606E00E4FBD2C51
+363E2B39CD2FA3B6D29E819B870A159C3B35AD90B45A6AFBE91597A1C6E32CA2
+5B95E7F0F11BD459D4F131BB2967BCD9B9EC023216581A6B6DB577AA040AFF68
+06E735A675770B371D246B267C32E95F0CA89FE4BE820BA346A2059583B18256
+C81752AC69F3740E8F7FF071716DA8F99C454C7EBAD70C94AAA93570A90B112A
+73DD68E1095F89C0CD262E2224E0559458709836B775B085B0D108184763FB8D
+7C99616925B45FF0CCEA4262A14CF8A9D36781F18EC51E9FFB29225F9FC911DD
+FF2C1E5F7C6921C337430FC37D16BEFBFD2857F2E36A11298E56835448F27917
+17FA168A347D1FA601FE097C4CC1ED33233987270E500D834F61D15C633E1CDE
+182E551B6B2F00D42D7B5DD8FDFEEEFBD7A3C119612C211B8A3CB7E22E983EA6
+398439EA441805D53D112C2D5A31F7A97F906AD225D91E5537AE26F0C30F421F
+FA437CD2E7BC88DC3DBAB224F8D3E3D7A129AA549633CAD0844087C6455E5BEE
+35AAD6892EFD6DD557483DA758621F54B3D37EE8F5E3B9C93F07545AD5DF6CA4
+F9FFB3F7E08292DA609FEB37885C1C5E6AF3BE1F84CE6E4A7ECB648E01DF6FEE
+657C428932323653A6B1A4742B7FA845B3E495FFF821A930E0139626CAE7AA4E
+E9EBF6DB5E7920218F826FA2684668D0298E90C4031C905D1E7A2953A482C694
+877229C6CB56BCD94DC27624B7C7225B7C369A0F156B223C27B8E0C9C0603523
+C60BA307A9940AC974A09B7B548807FBFDCCF730A4BF1BEC45651BEDFD7BAF4B
+B967A40EEE098AF557286BFE94EBD80E19681AC475F875F43ED236408A2D8CF5
+FBFE21016281EA03A010F03195A6ED5C10638DDB7DB495F64F55C70AA2C571C3
+FAC0597AD9E4FC1346221D7BF25458FC446505FF40429C51E89E01B07417E647
+15F722CAAF14F4A67D5CB9D34E014A931245DE7ABEB122325FDD746BE554E2A1
+33E3091C9CC5C22E076641D2547C307CA7632DA46570B13AD402E4075F8DFB04
+37B856620C39B9C585C13C68DB2E70E1A5F1D05508EA3523C742DEF1F0EC36CE
+57F5F97C42027F0217B064E8B762952894D625
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMSL10
+%!PS-AdobeFont-1.1: CMSL10 1.0
+%%CreationDate: 1991 Aug 20 16:40:20
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSL10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -9.46 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSL10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 11 /ff put
+dup 12 /fi put
+dup 13 /fl put
+dup 14 /ffi put
+dup 15 /ffl put
+dup 36 /dollar put
+dup 45 /hyphen put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 65 /A put
+dup 66 /B put
+dup 67 /C put
+dup 68 /D put
+dup 69 /E put
+dup 70 /F put
+dup 71 /G put
+dup 72 /H put
+dup 73 /I put
+dup 74 /J put
+dup 75 /K put
+dup 76 /L put
+dup 77 /M put
+dup 78 /N put
+dup 79 /O put
+dup 80 /P put
+dup 81 /Q put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 86 /V put
+dup 87 /W put
+dup 88 /X put
+dup 89 /Y put
+dup 90 /Z put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 106 /j put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 113 /q put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+readonly def
+/FontBBox{-62 -250 1123 750}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
+3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
+532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
+B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
+986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
+D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958
+9429B9D40924DC059325D9D4CC0344F3F997A99E6CC0676735EBCD685AAC9142
+08DAFEC78BB41AFC2F1C219910BDF41D6279284EF600B69776CA15BC8A34347C
+30783C52AFA60FBE3E353E2AE354CF87B558776A22C776C7A0B5AB5CE1F941EF
+C2D9CAC37294BF407A671F10E4743BF842143F4F7DFEE643BA3BBD8BB9E3F24A
+BCCF7F0ADF8BA500620C81033EAE8C4EF2C1DEF13AC575F1B3BBB66F093D3B78
+5412B82B67FFA087AF57182B2230F9F2137180CA58A7D9B2C822FF04BE6CD01D
+43B2CA7058C7B953F6D9B5D6E91ECBAA5CDE1159B0E59C83DBAD96D6C8C8BAB1
+374EF652D10C0F3EE7104472C98DD3572AAF2D45A70BF7061447E21EE3C3BF23
+DF39C2D1B35B42CD5297BEBE6BC94F7C9DC6E61EC67E4F677256FED9064BD3E4
+B51A71B1D27CA4E5AA9E1D8080E6DAB5310711EEF87C40859FA935B19524AE83
+63B163FA8397BDFF443227FEDF7DB27DC35D89FB1C5E435DA0619A5C88AFC73B
+89A2DF5E767C5B536BC7167A840A0C32BD57A14DE69A7D0D819AC36FF32F908A
+5070F32983BB007437E3500799DF5E0AD3710A4C0000F0098D5BE99F2EB9C1C2
+C444FD9552D0DCA098A94B3BF176F511CEE13DB7EFFAED7C47B5ADCF8D4700F5
+7A5FD1B49560969BF5C44F3749370663A04776F749DDD7B50674D93254426C4B
+EFE264BEE7810EC93784B7C01A7F29EFD92547E13A2C7851A2E709FBD5B87850
+4A44F08F56A542DBE072D2FBC58D9E6468E1AB858DC35240E30D31C7AC13D6C5
+7D2BB634BEE96FA0E10F842B11A789F72A333DD6DDCB1BC23227EBC406E50B40
+30AF0C48E6359AB0C46898CDAF1118E46BFF8B00F54EACBC2AC262AB898C42B9
+2E080C10DE923C1B38A103BBC80F3F04BD8B5A711CB758810B3DA3602807D7A8
+C926EBE5A7B7275668597F10D8444C8F8841D92B659EA58C65D27193FD8A96E5
+86882C36BFB43D24EA46129A61F550EA73BBE56E9ED1075C616A85DC7C3961B3
+7766409755A58E44FAEC34D6199F3E93894C3F97AD218695B7274A6067878E9B
+D993E3D3BB155C79D79BF76729155072E8CE56A7B76F301B1EFECE3BADD1C7CD
+AE683EDA32F88A439D1FF11B735BEC667ABBE8A54A550D48384509ECEFAE75E4
+F1575000A59CD7CC2CAC01AE5C776AA44701C29BA8CE5451854B01719FEEC610
+E3E61D110A47487D13290F16B9CED107DA423FC4A0E1B6640A20A0ACA53712FA
+19741432B96502006F6BEB2384C4AEEB879F5178E370372CF05CCEE2D5FA2948
+1D534B417EDAEEAA468BCFDD8CB1B05FF4117E79462491AB899003B3B8BD7BE7
+9CB1ACF88394B08339C6ED6234D1CFE418B2BB4CFBC2E220471517A89EE546F4
+EED238BF5FEFBF4E9A9D249F84007991D446155267637EED3B99B5C5B16C4B18
+83A85F762138EEB4B94AC7AE7EC32B310314C3B4E4D30953A133ADF6DE4C4FC9
+24268B2D98F08F309D99F6272163F54A16271BD0C73A4054BF7C1D67D6E75084
+946E9F1CF0CB61B2021196D9EA4896DFDDA1B4566BBD1B8C53470C942E588CAE
+D9A9EDFEDD5F98C122C3922490DE841BC136FEA55D0F05763D9C07E37AE49555
+83FC33F033D1F2D6F1399311B02FA5D865672B30236A983DC54252018AD1354A
+A157BEA09A49B6331DD3A841A2910D256F6590E74BF34A8A2F79999D49BAECE4
+5B02CBC5F7ECD11D953039BB054C140856E2207BF46FB8E426BD0958C44C8030
+E66BEBEFA1932E3BD9879D9847BAE62742F8FA43DEAE15929A5D7C68ABE1F074
+984B21DAF2E705AEF2FC593DEC927AF169B8CE2733334E203DED4B54D989E2F3
+CE6ADFA6EA243A15DC35D4BE6C7D283521E5D75C355EFF676B0E3CE2CB9C012C
+09EC14B28A047B1DD7C76FF912E662C54274BEA5B5BD562F26BC46DF654A9897
+9C15D84625AD9E37FB8A0223BB5AD7DA13C9CA0A72A23087B477B0D5D5088B55
+48DA1BAA8946C6AB70AC56E06F94FB81C46426B8AA8C989F9E1F408B74A1186A
+2F9FB62DEBCC12118FCC05C430DE4A2EF55886E2C88C4C3A24875D8DCF6D8C53
+62624534110EE60226A7DF3F227325E9B0208CEDAAE7B934E196D5A7981CDDDB
+611328075F57185AC33721A6C2BA3F25737B216C98F72311193715C60F24F91C
+29FEB8DA332BF207980A0D08BA22DCB86539273395BA07C2C29DD8EEB5D6C2F1
+32271841E190D6E59C868DC710181BDA39082C16B6675D8F1C0EC1041AEEF208
+1ABFC6F99AE900C7FD82913CF099364B668801521298998F58510F21D39C7123
+8261E13402CCE4E928E913017C487387587278DEDF07E75F64727F479D118382
+8DC2A1443283608811FD4D16A9554B86D1DC2F1A34D327C1B7F09BA61B2D1137
+DAA3074F492648BEF0BF6CAFC07D340765736A23CCE8E1DE764AC234DFF762D2
+07869CF97C4039F435B25F2E525713AF364DE259AB40B4C35AD8B2A0D6D2EACA
+F17F5C4FC67D260580BD1B6E25456D4B08617E3C682FC4A62FC25418124E1185
+569B73BA592F0E31D2EE837DDA4AAD7C510406AC7DCBDEC99B288E4F0A33414D
+46A80DA6052BC28282E8D49751C062E8F04D1F9DB0C595540978B2826BD273AD
+90E5305E17492972D91B57205D3525441A015CBD54BBE0FD8C9C02D99F3F6145
+4FA8D5365FCEAC037B3BAF66E2034B4DAFAB4D8868FC83229D92DA199C5E3C86
+2A7C49FFB4184E09503B0899139B22E0A2A1F548427B6A10B278E4092E64900E
+76F01CC314ECDB16762160F64F5F75A257DC206C3050D9E56278D47073D18AFE
+02C45178BE64AF84AA1EEB63B87C77B1E954A931F369E8B728785859058268AF
+D49513F6A23E32703FEA4FC3ADC6A9BBEB90BA9CC1BD02BF2EAE586467A4B3E6
+A917D8A75AC75847607308427F06FAD45FC04E048F3A03E2BB783622F4B43FEB
+B2E754C42E3B8895D2E7271097A7E5AD5F37790E742E8F6A619FE5A2E02408DB
+E9B8AA8246C85F5D12BDF304CBF4CE18807134A1EAB57E498265B612DA9AF86E
+705A4AC40DBC5425FEE37A057504F494596D1778B9A01D891F7CE5F85EB67251
+5C39F7C20327055573CB54C5CB846FA02367960B07E7CFAECC50E30F0F2EAD2B
+BEA81824FC95E6E4D1A58A535AEC80EA8B0117FC1F69F34CFB78B7FD38014577
+F401B5625B12DD21AF2690C53ECC7A79064413D348042C233DFA9AB8F79773BA
+F9BC0A370C14E982E1C7F5942BB0B5CD42399A93BEF4511BAB9D24EA92443806
+B339418BEB66039919A216B984DD4D4B9735C6CAC1259C5AC3B85D6875A69767
+F39B09DCD9F738C47ED1765E7BC5BD443E5B4837C1EF6402B1D2F03BA73637A0
+0667F3EC768CE35BD9039DFA86CAFFA08EEBFD28EC32040A9C9A0A79C9DA3C2D
+5D7A9481D200A60A6F5372EC11CE619F8681891297E71F5B4F36336AA043327A
+3320252D8957A8AE4AE06D3D83F9788BE212CE9671E585E7AA71031B90C4B4E4
+E88C5A0F2841534B3D20D310DC94166FFF7FD4F9F0EED969B4EE04B6869FD1C8
+42809CC9FDD0FAF54CF01F577BB405DA1DF0D0905DD0CC9FECE1E4FE90A07ABA
+39DFB2CE116B3A6FAA6A6EC087B4BFCB104A3BADA3646450C4313B0095D175E5
+46820C02C15C587B3C75360EED1C17F9AB132278DBD96AD3655EEA95CCD69A6E
+4412957F35F3E0297ED2D684F93BF1BC5DC2EF1268B8F6AE193BE84D20A00BF5
+E3C4AB2B04745FE682496CDF69E95C72EFA5D3F4E09B20983A14538E80487A53
+025886D324EF684C761D674CE804EF6E46DE6261971CC15DD80D1BF55B15C079
+FA5B8262F95F503DDE12442AFE4D5CC69CA137E24F74DA3E85DD8CC902BB72E4
+DD38F873188498C69257FFDC42D41253DBDFCE677CCB212BC9025E053CA852CE
+2115BD7CE1A3BAF2C2FF6D3CF0B14DED14DD60EF2C4A1B5A910305279089CA59
+E523F1D734F0907295A13D74E616B5B2988D687F8654A71E50982BFE4284B5E0
+B53B77F154FB5285FC1D425574294DD06B82EC639E7DC271E09F74612706A971
+21B55EBDEBE63774BB54AD336CEB6555F4DF99FEA878F74C1A4AC0274A9A99BB
+902F3C6009B09DA3E6587E6E7671E086E40D088A8902261BF4EF19D5AE28AA7A
+C8B2EEE6800F2A9783E1BF52562595262759435A7769AA3163F4046F1AE7CC36
+353A3E9AADB52E5EB3FD757879CC58B21D60BF755DA9A2E951E7A5EE953F9FBC
+F6B08A116E300C3A4C36C3D697B47F665D1F0CF5D33120B1E786826CD543C801
+2004A4D21B0521D2D7BC97FC9299B6DD6FF80BCB09BB03AE118C3111F5F4F4BB
+5E111D03C8411BADC0C91DF6F9FDAE0C9C723C04ADC159A8E1C0CDE38FDBE808
+C3D3F485631AFB34F204733F491FBB0B4D3E958EF2623FDDA6696020B7CD708F
+29B57689E299E694B3581392B08ACE88088E4098CBD3ACF8DE1AD9B259EDC0F8
+094F2C59156472ABF4A90C8F6F98C6496B5BF1FCD0E39B1F1360A6015296F1BF
+7693423F72712C034FE60A90D87E6AD9BAB4296089F2158AA3CF2396F6B6CC7D
+DDFA21782374F84C36BCCB2F2C5C5E0685B27AC03F37CE91EDDBF4681D10149F
+3E9961FFE9122ECEC55CEEAA04BB6117AB227586410031281E6FF8B6EBE8ADEA
+7CDBC50B34A988AE79744B6433BA918EE11B71A8EC7C22557521E246BCFCD580
+3D4955CF30E3C1C1A5F6685796E683C5361789592F3EBBABF4274DE33F6F639C
+7FB7B083A93995B6A0920F720BAE475DF6DE80C22E2406C30796E9856D632390
+71AD48712D179C8C92CDE431F71FE8E3D7DD2F607CAFA88BFE2528A2C4D6C208
+4E7D456F4FD1EAEE4865121F1408F13775F832BB2661FB7507D76DB5A5B25DA2
+779ABD56378473F0309593E2CEAC243697A9CE4F6C8F050114BC242C8EFF2C3F
+B0C398C96669D2F79D0629492FD81BCA726D6EB5597028CA248F3D0064919CE3
+E0B9697C53680F5B57B35222C128F47AF80EE0DBA950B326DE2C64FEB0D3DC61
+DB279B820613635B659628707669E0442933DFA21E960BA4BDD6D142C0C84CC8
+57D1BDF7692481E5D3C9DF5641E8184C0160178A8127410B7FCBF17D0581D2FA
+71BB12EE68DBAC5F588ED9EA3555DF83A82C11AF653C0A7216AB978542660107
+E250E1A4BE25BAD2AE2714F220ABEEB6260CA24D3440756AD85F8D286EE46673
+96CC782010E4498C33571D84C42B61659E766184E77D5D22A7E193DA8D87BFD5
+EC619E69039AEBFF5029E1F6BC02B9549F15218A30F90CFCCEB2ED69F5BC6481
+45EDB646484D28F1DC688075BE86E4184455DEA5E5DFC73DA2584B7D98DCCC5A
+C71612AC5CDB51592B79B7E604C97DB2CB7D76938B76FA0EF0C013BC24DB0F94
+26524A17ED34FE072F0EFA8C20C10300419AB5EF983572F442EF912381C7F179
+B03F6D3EB56945F047FFE6B0684FB93E7388340EDE530E613FB9993C74B049E5
+2A8E2D2A7335EA688C23936720CF061AE0080D3C4765E1B536E636280C0644B3
+784DEB51B6A4FD162C678C1035F19DA5A526C54D61C30031CB02B42AB3E55E18
+F023D055DD95BB7F1834AD8E892BAB3290956F9FDF43EF49A475A22BA50EAD1D
+47B3B6FDD2AA95C582518839E50BDC492F570992F15D50C880B6FD1A821060A3
+461B3064E8EA7499EBAD006E0C7B5D6FD963D5E5E72BBD836B157B01696A5921
+F29A75018258FD39DF14FDC6D12E218D20B0CAA7F6063A6C591445BF6E41A99E
+B8772913D31566201A0F82F636968BCBD952E7BE16513E6628FAF32BF2AC4286
+6AC5D9232425BC302A0C3E0B213471236EA9F0C6297E47D33AD565AEBE91F9D8
+CD64F98600BFF56E9EC0D4CA518315B95090745B8206F38230E781895EC6A89E
+D80C32D8A49721055B50DE72D492C046FEA6A11519769F668BAA48C9912945A1
+353F483B1E567D1EA96D4835113FB08034995BFE5C1F94F7E226F7DD50855D5D
+30E247A64F75EDFA4451D3D29B488DD95462EDC9AB0355E8BAE83D0F2AFEE02D
+3F78D63B799D5384BD59DCD992F39F373A9D22A38DC49FB5BAEF6B0571520905
+F178F9744009875C5905A83B1C49457ECB184D7F20144916E4364E42F6FD6EF4
+B5DBC487DF1926BF2337E489A714962086BD767AD38A80DF09E41CB94DF5F543
+6FE585551D96D3D11DE7D00640DDA4363EE6CA3DF8F681A54FAA3AE3A2000880
+27C748037FDE066B04B89C0BD879F7FEC86D20A676A0DA5CF1B744ACDE5D565F
+28D5981AAAC68CFA2B76DFF704F084B249228B2874C12677DAAB30F9D254D4EB
+6D63D817393559E3AE94537706F92E3AE4EC04039F71CCC62D9CBD9C7C3E3797
+24F85476C75D5EBFEE21D062CAB607DE859B986930326FDEA21011ABBDD39E5D
+4AEA2EDFC37AF350CBDC9FA6B4BABE2512D7367371860BE51433CCAC16E63699
+4415DD6DC8B4AF829A5DB35990091558461A5EDD8168A5D55ECEBFD15DE9890C
+27B55B9CD92DAE7402DBBC663BBA3EB4BA435F5D97466275E4194AD1EE7D5978
+94C0A19D8E1BB8D0D87F2B3E01BD1588AB28D7E710843B7AC08728619559DE7A
+DDCFECBE13DF46AF782ED071FB29968353C3C5040C877BA61BBDECE8C96AA6B3
+EB528EEFF3ED54A437785EE1C6ABA477B3F949D89485422EE5AE2BB1981E9460
+7740E83A3C5F0D917C15AA5F53A30F98719CB8DE53A599F7001BD0D74EBF4ED6
+84E4E8B73B3EC4625FE534712D558932B115002B48A52E6ABA2ADA7CE12CC205
+EC7F1F7440A4E6D9ED70609D5C308A30B0C1E806AA559A7F2B5090906CD727F1
+A83A4D9ABF7506E897BDF4572D29D833507B6CB7F943BBCA22DF39B041B79BF3
+B144582C0182DA728E1131457F2C0300DF554FE1BAE42B1052C626613652CC10
+FC5B03F08EE5A4D6C2E57CA62F4A6AD3F75C7E69DC0963D010BEB9C01E7C945E
+330F5223F70CF11EE8B093AD55FFB6E5DB23611AEEF56CB315889E1F82BEECB0
+4DBFD0B1E2CCA7EF1E2F703BF63066B096A1EA52C778C222077D8ADDC5CE54A9
+F343BE39514CAC7624121DC8DED2202437AB5523C6D7C4E0C4A414E5A2824D0F
+4CAFD9A2BC243D21453314A748630E3CC794E4975510E3C0693E6F110AE0077C
+4CD7042BCC1D64689836CEA5541942CE0327E6FE348406F1A68C362A5E635693
+DB97CF08F7C484DB525F1C061A0BBE629F8D07A377FF01BE03D2E6FF4C38B991
+E84BFF7F6A4BBBF2B68F0A4F284D9E640EEB9D618C858297515F035C20B0E66E
+1FC8BFF40E5DD272CBEF94E6C44979949CEC9A1C19370731B906A495F420D800
+C88A804527552DD7DDAF6A8907D8BA9281EC6B8EB14667A8D70666CCD42D9867
+CB5A8CA94BA04828ED78CF908ECBA392B6846FB44DC0CEEA3DA768E3B32DAE86
+0E40F293CE4CA36C0B30AF136F00E9AD45EEF18972043788D93371B7C2E42434
+69350AE03CEE9341B911C6D4E6F4AB4F38502C81B31F4BE8FE1A6FDB24DE078B
+78036AEC6508F0E827B01970A3EF5D381A6AD73688FFC87BBFD859F134F5C6D8
+35B46571E6903481630ED631892F51715386C2AB9AAA6767BA323F32F2F88665
+65C010B7FC0DEC021C8CDEA498191E637F31C8BBC36D2F9CC6AF227897BD3FC6
+DEE085F709109CB29FB585C103B0766F5F316D96B4C50DD80C0488A6835C37A5
+35B4F3CFBD84BC165FE6A4EBF07F8F32366D5FB71661E0F3F12C4ECC7551ACD9
+5D6E9CCDE26FC09817BAFAF1FAA398CD3951E5237F3B51369AAB0529439693FF
+6839B21E77BA5F2C7244A3C1F828493C35CCCA4F74833775EAE9471253C3FD4F
+B26933B1CE6714A702208FF086A6ED1804E4340FFACA2F92757527F2D39532BB
+CEC397376135B7F742F0633B0BA0CB9FC651CF485E7C5F4E0B93A3ECA1FEE723
+6EF3249430DC3E980F769DEB8BB826CA2DF18F336CB1CF9B1F961B40A2AF8690
+C3E8CA74863AD01851A16FF95449A97677B1C90E6FED16B7D60AD81B73EB32C4
+B9401928C2F1F5315A10948A6130A0622045E548EA612406093D3DBA9E8BABE8
+1CF36585E303617956260E6888CAFC530AB83E7B9C164F92BA69636DDF4AF222
+100ED1BAAD57FF64B274E3E34C98C13EAA9339D35D002D610B79D346F4F99D61
+4917D7BEC78CA759EDA0EA83D28C38EFBDA5F73CF2F1EC02DBBD10A589908F1A
+DC8136174BB993C58543ECDCD6B67D050FF5547FCC6D796D5EAD42B42EF44400
+8E3EBE3951D0B17B58F982637979C598BCA0A07C501CB5DB7654C078BD11F401
+D4DBD10194F30D2B0AE378CE9798CBF76779279845B8F36380A74F038C5B5F0B
+E9182D3FA848EE2D082E1F7D67009E7C0C0E4C11E5DCA10F0D8336D2F1BBFF54
+27C0400E8879B57255C8AC05CDCEF7BF4A80A40CC1FE6C24BAA2308E60F6AAE4
+3631323E3F7A1AD67F7644FD5547EB96A6C8B3094ADA76DE0BA1A96D19C2AB59
+86929B441D100AD1FAE6DF60D75C161810868FA5439765228F38633D0D22D093
+36A800B954FE0D3FD523330FA2F828FE4E7B123EB92C6C20F87E0543490B2E25
+889995861175BED18DFE5F04885C3A573FAAB4C4608090A0A5F6565BB64C09B8
+17E092D91A35D7B81D6F0306E4F15F5C4DB1F8D8DE47F4D21EFFA68990CCD9C2
+4D4A74F222B507FD207E70B835BA0D02DB5ABDF9D4AC0941CA53BAB7E438AB3B
+E05DDF524B496DB20FA52AD88C0D14008079D5B8F7AE5191F432B80E8460D05F
+3C600698649150A4BFCA06250990037B7F9A6C70D9926D02D0CCEECBF4D47063
+2189C7C7ED9F9DC0057ED1A4B28F99CF8DAF3F4D9F1607D23AF13A19800CF251
+82FE46BC1674710BFAAEB350A4DFC0D95701772B02FBD05034085A93C4EB7BD2
+7C6CB86687D565AC0F802E0DBE7FAA4CBAC7D20418EC9C772167AAE9D59FEBBE
+0F0F2BFB6E97057AFC71F474AAC855648AC9E6791B953F1BEF56261171DEC2B9
+FA7E079BC0CB16A9AF168D62357ABDAD6A5E720DA903FBBAA6D82776671D8398
+8B59FC69FBB8B7E317EABD95B1BD635E6A0C5187B7EF6F2851A4D70901A10606
+0E5B17D2742EA00367D82077A0C6112F1A0DC1D5EC87AB38F3867D2015349BC1
+1DE716810689CC3769972DD9ED24051AB8E6F5A6ED70907C6A36615840FC0D73
+BEF946CE8D1C5C0A63AB042338BD3B6166CA8B9A533A6AF24018517EFB4901E0
+558B8384472F2CB5685F53E6D010E5DF743F90937889D5710EDA8728FC2A355F
+A68190F0B3078C574A225504078A5B7302175B7AB72ECE35FB38DB29753E3695
+EBC9C4394E09C97276C3EBD5579DB4D33B7BACB72308A08EAA48B348DFAFB474
+F8D6CC7BE5979EA4402402F17E9CBCFD26C24A5A85C4BD518D6BE9A61EBA84D7
+3F78B429951FA1FBB4824976F69A51BD937C2D37746ACC366E763E0509FFED15
+DD653ADB886F7674FE47F80E30FDF831DF3266A69E726B7784578AA5555E9DBE
+4BDFC21E3DC0BAF6F531EEDE08B307F5C5C0F1DEA97E8FD159B9F12F33DFD5FD
+2EE92E01BC8B5DD969D794453D31F1F546192794162C7CCED3F6AC85FDA1D08D
+2738CBEB0D39DE641E8ACAB2FCE46730B6B4B1C8102347EC7DCACCA04EA68DA7
+22B77CC1DE6EEAF02700FA44B92CD84252229FF3B69E4346A2F816996191D2B0
+34D9C623910438CA894D1CA3759E5BDF15E9C9451792F2ACCACBCBF57A647433
+2509A2CBF8C86A2E070ABFF0B8C25B0D656BDD86DD7360ED1A47A938566F6496
+2B137F1B3CDC834029EF83A21D4EA331A8EE79A9DF780530B8BC8A7886112870
+219367505B84CB44FAAE39709C79E2ED7B0D2F19D1E4C3C2ADC7DF4531FD8A8E
+16916E128E57CBD9ED80E2DA58B6E3E4DC71534D815592318FABE3C2626306E3
+D6B018C090DBF722A93D33B818EE1380FBFCE48B90554C6B19BEB1F65BF5845E
+7CB28A7470B8C19D183F541EAF25115594C81FD054FAEB5AAE033FF967379902
+3F57207A1F1452BDA4F4E3E8A628688ED23A90A7989A0C5436A0CD6E8B0C533F
+EBB5AD26AF2FB382E31C120A88A045BD8D9246627C01C545EAE0015C38E6EC13
+DEEA14CA022BF1B811083A95BF3361E9D84F84364C2CC8F9131308727EE6925D
+113F73ACBC2C165C6ECC3127911FDA626BEC4BD92D167696F3ADF36D8BD618B6
+FB8795186135936DA1E20FD2ED7FB536E86562F3B499C022049875496FE67AE2
+AA09A82E4AC2E3414393FD828A1CC72A270EB82247DF9E9A87CC73A78D3F50BB
+DEBD60DA6806F0DEE68C2E687C3938F49CE5BFF14EB9EEEAE2CF84D6673E65CA
+EF8E2652E5FD93BA8F682234B1096D003CC95ADCAB271A6B9099745F7B27007E
+25142E9962C0F47B1F02E81049AE40C7256FB2E315FE2817CE2461C5F41D46B6
+C48A8477E44C0B174CA7EE31E07F89E84EB1C13171144B3D692B9745050E99D4
+B3B5A7AA1DF48732DBC27C0089F57D70185D7A4DA87F8FCD11D111A293DC9352
+DDAF154BA5D85CE910AE35B4E08EEE2D7778CB1C026F90FF704267C1F1A8B910
+D5B55E9A608638269ADD6966D296011879C9C3ADE4B659C8DAEB456A66FF146D
+29F45CFEDEF51A96A3494BBCEB4A57555A7252DBFC3D23DF39A785AC7D730D84
+08C965F683117956935EEADF01305CB22EBE9FD4D13A76259DBE8FE08E7BCE7B
+1CA345C6F8774FCD8B6FC277FA7F69C3C8E4F635091A5AE3E1136597DDB56CA7
+ECEA867CFBDE90C2AD45246461E91A7499BDFA0BD1126AF23E56C00B09A39CDB
+21FFB3F673CA0D5C46D596B1C087C471F9CA52C69CA76840F673234FDC54A431
+893668AD811B33B24AFAA63F9ADE423D696757C8966AB4D189485B03C13DD690
+968BB00B3A9AC9AD8F761CCAACDDABAD04D44C43B644D1399B96465CC5B76DC1
+83E12AFA5D6C822BFEA5CB9B7B3FA8429B3155CB941325B601313B52E1572F9D
+620E7A28A38F63EAE1ED7584ABA7EF76589DC96ECC14A029556D04564B706588
+8C6FFE7B83E076C03D0422BD6DAC4AD05DC5209391CEE15456062CF87699BB73
+7BADA48372E737BE26C2D1332C4B3038C4FC9AF84CFBE9A32B21F5C366C9EB15
+B8BD374CFCA12542324EB489BA8783389F4F0E24FC5094D8E2ADFF1A5FD6C72E
+06F76DA36D0732A960E8C486D32335EBCBD6BBBEB1A18B574990C43DD35D81EA
+FAC1C5110BAC53BABC768A3D119569105B8ACD8FE4DDE7773413C3E8AE628B97
+62085039FD08389F08C2D1D3545685176EF39335EDAFFA1AEB65B8B42D8C0FFB
+396F5B6C76BA39734CFBC002CC925E8106D0C46589E59D858EB1BA8D67654840
+2B0A468091299D5A01329CBF873921E91680C414AAEF414763F2993CC554215C
+DEFB6C8280FDD5EBE31424126B33DB29F86239BEBC5B6E33EED8CCBA758495FD
+1B760D112ADE460F7BAD5F7F6883CE6E85AA5DD4EEB2B5FDAEE34014E7D0ED62
+CB1420589F42C35A02BD0B736ACEA0CA66D37F011614495CFCBE352D56570C5F
+0E2B918B84664993FF060ED471117D69652B9165F1B16DE6DD0910E32594AF7B
+BF35F50430D91EF4B8106D3E79E6E3B6B09915777B614EC1BD5F193FCC136D12
+A8F9607907EBF42D20712896044892DB094B3EBC3F4DFAFF0D61019030B814B8
+E035BD81288B3985FFE6D1818C64595A324D1E7E5C745B84FD901A21DFC3AA3C
+4E6CE38668D8BD80A9DD85B2578CDF3D00C8E16759B73AE2F53932ACFA7BB8C8
+0F2362B096E1A3CA33C1524C54DB8C6B7D2776E5B3E0C76BD6B337DACA42A9C8
+494B31E3597556E4B0C025364F6CE2D19AC0EEDFD052604FAFDE3B37A17193A1
+C24CE58DBA7EBFB091ECD5973A56C86E9DCAF09E505C5ED76C45D73F8E0ABC57
+317BE2EE94CE5D7704D410B74354B577AE14583A511D1C0B9FC10DC03575FC54
+DFB20B4DC54113376D6E60C15A5645FBF7EF95538CFD9C82E7323CE2B9ABDACD
+73729AAF489C08F46CBFB34E32C280F7487CB687F05EF33E6EF31DEF00E21798
+958022BB996649E102152A99472A141D92DE813445DE7A88EADBBEBC6855C117
+A838E1759DC3083AAB2B3767F2C2C1F1CE4C81C909162CCB86001967D2B5A6DB
+D04FF8981CB44EA119B1914AB8D7EFF8BA1D05C726F004A203F35BBABA966F50
+233BC0B8C3FC22BDBF96AECC042B6D8D97AA209B51DD65B7961A4B50BE95524D
+23420EC6ADA9E838E8A0D540E6301A0D7D489A7631A8C8E2B5D261FE7987EA80
+686D5BB87C171C62AF4969309E4E793BD68315BC63CC623C4749A13A5198D10B
+6D46DCA1A76538A3D950D9903A89971890ADC60E2BEBADC82E2A865AEC6A3791
+00D58C23EB4446CF5A1247D1C9A2505779802146ABFA76C8EA7F863B1186A7CA
+72D2614B5B51231481E1D826B64426C9940FCBB5EBB615D86FDA4C24A47FC384
+E26B425BD5B8879ED034F85D5CA722F8198659CA57999F4738D7AD1EDE1BE9E2
+158B9D5F4E12DDC3AEB644C2FEF96AA5C7063938ED63FB2BD7E5E5B8C4C850A3
+B43ED02CC280E67D890428337084AB00FF55F9309800547A7BF332DEA52B7A32
+BE4B1503814AFE3B55B850816C4592DDACF05B685C6842434BF643187C87FA44
+218E2E47C1080940A41C9B3CE11734A8E36C7294E81ECF1D2C638EAC67D5AC8F
+A1441229F984E0CD736003B66F65700CE500091F414CE2B4B78E269D11B6892A
+EB95B2ECE2DD3B86A4F58C0F2220D8ED1393FBC7EA97719F5C181FD2D84CE5FB
+472850E90A07640061C2D5270609C12DEDE18C0B9908304810A1BC6BCBC8A7D5
+8BF6FB57905A8F4B006FE07201918C4A333F77F26620D3A7888CB62868293D3B
+2E70572BE2CB51AC178E749EDAD96BE44163ED97F2053319D23E979C5B3EBB68
+28A7C7F130EAD7D710376272F9D1D0ADA64FA853B0735F1ADC4824827E3BF16A
+D69438B9E551418156DFE6583759253B91D5546134424C728789F19B230F92B0
+4DCE0604B329D0C777783BA584ABC5549CFD199A044FFB728F6ED2D842B39D92
+CC96CF93CA860447D8CA4FD31C928C4EB6B86537FB1287F0FDAFA6397283AE3B
+AA25B02C9C710347327BF1A2A4B715307DA95E30565433D1FEDE8F1818E0ECDE
+D1A956811D252B095E7D6054B8E56EE6E2F40923A703F67F3C8D1C5051E03F2B
+BE2EAD1800C5A6F85C639C20A88014E25528766BFF2CB77F78315BF5AE02A66B
+3AFB4CE6688E872836F0CA9D63C2F483FE44603668655ACCE0D49C1A30D4CF39
+53CA3BE515986A8799C7E0FEAB8A04709FE41CD7BD437DF51243ACE62B55104F
+0D4805DAB95E48493E2C77EDEEF644DD00D33A4F4A97A3E4E1608B129252AED9
+6086836E855AE129D0F4D9A56935F190FFE4FA1226C99BE4D013394915DF00B7
+8C212AAF84171DBC3142582895C852A32EEE5B9BD80B570B84FEF0063E965888
+D3EF9A47B81908C3C7A9E1D560D04B0928354E6AE87D674709D2AB4511B80CAD
+2FB284A6C8F911AEB3D0F8F5CC00444D61B8872E2684362F4921DD05311A79E0
+344B6CFA8C554E6AAE035769283C348378EF48711EE727AD72E6579C19801786
+7D5FAC530FBF5ABE554A64DED9EA13698ACD8B75055043283ABBB2249367006F
+F9EA80767673258ED55CB918CEEB7C64ADCF781D897C8B9FFAF4E0950B1D1926
+7E286BCEC8DD3B78C61BEDA3F4367FD11BF027E045DF1B77FDE2819241EAC76A
+C8CE418EADC8812F9662939761535B89E3670F5D9139E7857675D2D70B69F0C2
+BDD50E3BE2A3A7A68CDA637BA21C08E15E621B3CB84E3AA13F15B772C65AFC15
+D35155540CFEA23F6159F86CC102E6C7016F42CA664CE2929743744D21D104C8
+2F2CCF475B700AA79B66539F26DDB576D53C11D1CE4CCF1419C0705BFBA35260
+83C7B116DC095CBD278C0612A6B54FC045B035CA4D3854F30773F6645D75AAEA
+3083481E4B7BCDA1F6C86612D553E3C343390E6AC3D5091067F83EFDBA4468F0
+A2EBF2AF9034D449EE7159DF150FC40A69710FC1E0790CAB5538317A31875738
+2DB3462F60130DB20D346EAF25E1F619C811B1E407EC569110178476A9DBA9E6
+2644C08B253F35E803951CC454B3765876306B8DBEAB01EC123B2D4AAB22A444
+D8E91309655A721449E658793AD25B78D706DFF71580307655FA8B80F3A1FA98
+53781402BCC9D2B5B5FCB0615A71AC2281C3F222844744AB4768D0E4E130BB2D
+98E607A8B1F8AADC26448687AC6646F1940ADDB952C2668F113C5EBB3910AC44
+EC252E42DDA6E7796094721F440BE1FE372C1CBD919C9B38CE4E36AF003B1FE6
+57A75FE9E4F7B98CC1045FDC51EA452529FC111F5BF322DC66DACF9557C44F90
+139A9D71AB85FEFC35AB6204DF07580C98C4E9FF98C1E5B10D27A7BC7A8336FB
+59143C6371AE0318E4E9AED4AB76038E5C75EF37A380DF02B1C3A9896B7AE379
+579B11C81CDA5141248019775A45DAF9760B89E7230B6BFBB463716E2FA2315D
+94745E0C0796669DE33AD94DF13BCABCAC12D7A607F9EEA53B6C4CE937562426
+E2A4892D9D47C90D2E5E8C490C4DFC498A50824FD43B15E082C900B2F57C4526
+B7F2298BC4BD2D82FF1547C93DA986DCACE775BD403E76389901CBBE42ADE8B8
+A09D4CC076986C2773569194BCC771AD31F88C16DE4EE099285A5450FDCEA2DF
+FCC5A009F9D0FDB4C862E56BBF5062470C380F257024ADCD4888819FF1D1DFD9
+D37D2A891C8A1C19EE9C755EC6373304AEAD3EF6F530194ABA74D5E88F4572F0
+54B7742A813718187ABC1B819D6E80FC12D865C30527005EE9608C0272D53E1B
+45C44888ACB75AD3B4BB3507C03E2F7D405F11351D164C216C4A2D44032753F8
+EB3226648AD5DD83AED8FBE0BF2C3761418FA184FA2F868CB824FB6C0AB04583
+A50FCD9146995F007077E710261E929ABFA80EFB57DE44B258F1F341D878B5E0
+7DA40265D32DAA776A0D207C0B526D5BCD64BDB8B61D26171F0F453F961FC506
+A8606044397934A841939BC96C6D61CA9A214526CCD85E3DED83F30687B6EC2D
+D72C9303467F076A103EAF4BFB3FC1685635D3A8C80A9ED122C7D27C02AF7471
+78F0A67C0BFE1DB35904585122B3DF22E9FD8CB1F3CA0C3912D4D689E94E93E7
+FD480C2530F69447F7E3D31C28CE926E0835CB012995D10BB188B3FCDA47D72D
+923D221FFE80E925A5221CF28E7ABD053BD8CD5D58CAA3A742C896824CD77271
+BAD297DEBDDEA381C2E979136D9A4A2764DC40A85292270A8A148530116FF666
+12B198F68B7778819A8C5E181F4FD244B22EF0BE2B9D904A65556BDEE9ECB076
+816A847B1D5A22E0DE10308D175591303CBC6CD237F7222114DDCD8878C31865
+2CAAFF11094780B240546BDC51105837390CF8C8EA095FC64A4577AC6B419C14
+546ED13A2AB8EE41A21E9B644CC6A564918CB43419171F40138D285A68ADE85A
+4A6E37AD06136F9862C098FAC7AC26FCC650012E392E3FEA884C80473802457B
+7AF38E5F9800D1EF7DEF8568D23D5BF59C30B9D44C2D6C38F3D0231DD97087DA
+D54EF3D0BE804C68D0E2F4AB9846BEE7BE7DDF234880FEE891438D56D85CFF88
+7987DF271C0E46618C6D49C87CD11E2FEA9053C59DE46EFB39B4A8AC1F7588AB
+DA722E7A66F2ABFE65FAA6A8FBE6DDA39561AE68596081DCAFDE1A1E8175F95E
+D56F1186FF3C3A86703ADFCD52CD77519E6BFCE14FB743E6A7188B95FE05F5A9
+243CA1CB7A33A6A8CCBEF352F6F1385CBF247934E11373D3F1797B318AF98C35
+2D3528636A9EE10943B097EABF45533C5BE09B8DBDAE806BED241FF66F66C702
+1B19D75B2C52ACAD2B6B863F48A4D1681D21B734684CCF25EED92C20FD5BF6DE
+987A1AC77AEA9163A653654E7CA7E58B345411E5476151DBEEA50DD074E72021
+978C2BE1BF8573CC7B77064BC12BE27B7E9ADE6EAC85140BBE39925ABA603CBF
+5670A2AE0B6647F935EF8413D08BFE6AB1FE9FBAFDCE2ED292382E443D91EFEF
+76392AC94D62D7732D27531B24459CEC156D2814030BC2CA54BED65C63DF4992
+27720807F592ADF337C6F090B64B3B18FF46218903C9EFBBC748DFC9F9DB6B39
+F1442EF0D8A55098A9C78132B8DC2235BE4F22618829AA3C6B4CB14757C863A2
+677B9507F3F8782F1870919AB10283615841EEF28BCCD19AF7A94CD48536810C
+7CE0741E5C57E8393E055A4410C737A7DB5D939B28FC252718A426815EA7C589
+014F5EC5DD0814E9D7987C375ECBE7C9F2A398C010B96CB1E6C20B1AAD8184CD
+CA505C85D1A07B651AEB02F4DC029ADEE17B09E7A3F2D6C47013A13D4697AA97
+D17F29D38E637D9B31C734EB47FF78F0521978C3FDF3704C115599628190B2FD
+15F87843A076F0CDEFCDD66690F055460775C26D44EE6C7D56DDE573A7F78147
+E865C976607F1D484F01934D3682921C8FB238B20A219413E10EA8A01B95BD33
+BB4A2268DD87AF16CD705A1EFE5EEDBBCC4EB95FAE9AB199515406E8B78B39E2
+AF352D23932975D98D5ACC17D525E6033B2B772D2383AE6B2DBC75AEC5DF9937
+22E3B0AED1AFB32038FCB2D3A3260EFC15C13C1A0CB9CAC0C965838E1A0ECEB2
+0359C52BC6238886AA78912298AA868F1743BBEE087EBBF5676D833C9CDCC97A
+CFE3556C4009FED6FB09A73E8211E6AEA8A8A16A5493C1AB89424C8A8AFF1B6A
+53E1D60342C2A1FDAEE1C623639236ACAB793CCE465BD60493C21296CDFD8830
+CA076B2692E9ED56E6B737FC4866B2AAADF927062D86AF113FD534C9B06F9135
+A0BDBB6A2D8A8EBAAB298F0FEC5130FA75640666B0D317E3E94DFF2C2402E29A
+0B35C80F9DEAD890C5E477778FAF72AB410D7E0D72BE1AEEABC498D65530E89C
+0FE0307D708B5D67A4B3F76C254132E17C4AA7756D6D150FD86BACA8FA0809DE
+4B986BBA4CEC2F52F4E8881311C2171D64C637003EA478D37DD906123C3057C8
+55DBE678F676C7274B7ECFC4052144905FA73F4D96FD93AC1FA17C054C87AD58
+03E802D67C75C84D5F918530C721DE8A77ADDE3E0853413EF044FF7661488A14
+3B938891711BDA8986B2235696C1FF3FAC781282800527CC79CAB3D0161298A4
+D0160F8DC8C88610E92DAC2C2AF0F8D671953E54FD3A6B5FDC738D501AC9D50C
+6F23A62CF191FFBA92505A23E88B8A45F10F4D1BE1221A5D83D02F1961739E93
+2ADA39218526BC804BFE13F9362F1A5C21DD006299FB5D9A8263ED0A6E7F88FE
+1CB5BA6ED7EA1346F05919B2BD918C057CADD767435BBEABF1B84F60AB6ED302
+F8145D2D622B239991174C1A4028C03030F3919D46DC42725AFA10002ACFB15B
+8AD2C044687FC39F5747C075EF1D124C150331189ADBFB9CB5483F6E1F6C990D
+A934177F1289F8C4DFB9E62243A37698229836E020D985E726D1D80D13B768BC
+F97502D054814DBB809EBB848143C4AE5A199BE6FBDD3B92E0A5A346C595970B
+786F9133E98C8D9EEFD8FECBDD744A796ED51E338FFBD69FD1A378F596BE3FFC
+94C5CDCD970994B941757AA917ACD004AB28B303B3657DC9F28C9EBB8E64D0C2
+E3F6111E8CC93206DE93DD8F1D7BB86A0166CB0C72E3B4439151B2E86AFD2F02
+9BFD92EF60E99CC6EEC945DB9F183D012234DB358246ECC52E630BAF834E47AD
+A5F16B285B43EEFCD74C610036949DFD16B09700010FBC00EE8BFF20C07C6590
+CCD75BFDE678F52D90FF2CF09A4CE507F614B9935F2022A034614D7D66B50999
+9C08CA7F2EF7185273A05926452D673532D73C714949BAB274A2D739C68E33A3
+B6457374D2B2B62FCE2783A8E35B9A8D443BC018FE5718FB0CC0EDBB2FAA49C2
+99CFFC0A416E17516AD017AE0621AA60EFCB7A26F89BBA5C087BD031D91BA2D1
+7448AFA78C299F88F3495F218229AB64D6AC209D7F14E6182ECC8823643FE55B
+916C8370E10DEB3BFDC971376B361845EF49C02656ACA28D43C26D1640ACE751
+C3282CE43C9F3FC95F012D908DD18FB5CEB4CC4DFB89E4EC6C2937AE2333D58A
+31E53619BD9D42BCC852AD4252C9A554DB0579ED427FDC6C0024A77AF9C65E53
+131B6A0405769025549A75F44E47D2F6EBECB7FF28E409EBFDCDCF005E7565B8
+D256869A9BA0C652D9636DB925EF490D501BE4B4C32290B9B0D34B393520D624
+D3D510795860E914F13E0536A8CE24F8B364A13D5AE8FCD67860D1D814C36926
+E7ED6A3EF93111F8826D4443A0DEF461BB5C052DE807F1C876986F5A3EAF8D00
+C75214526928B1BC2BEAF2BC986CE866A6424C5E9CD2DF1304432806E93DE703
+F276075EFBE8DBBD1D5BB8AD4CC2EA5863D89EB1C6CE5BB770D767CFC6470486
+F641F086BDACBD5618256EF861772409394AAA6577403F963A963D5DA2F739C7
+F276C1BF9104D0D5C9347B35AE8E762C0F7D9678047E8951A9FB51BC8F25706A
+16FEC911B00D11C1F0EB275E45EEA6005FD85117F7FEB96451EA2744BC3D4A78
+918F1B08EC29AD6262CE86ED44547AFBC6377A7877CFDCA9F09699B89288DA7F
+B89FD24FC04A67CCE78C27443C5AC54DE755B809E570D10EA5511E189255ECBF
+5AAE0A7D43ADA5075D2FC1FB8A98CEC28C69DEA477710383A18B8791028522BC
+76F6043C24CF45372497457663093B56406D6931416F4B1A0D7A2E99B552C1F9
+458C7E3A8260807AAE89F19CF8425642F94944B67005F7AC88D8445B59E540E8
+9B9A7D401D248BEBD244B5BF4D2996EEF1272AF39518AC5026E7D520B67CCD9A
+AC219D6418ED9B3A54551632C2B6DEFC67E8B164CD6C05F01F1AE3248C302623
+42D071C3A04978817AD4C04C1BAA2FC901324D029D6BE88250AB7E83D6BB328B
+9349E5DFD94A3CCC28C0585A7AFB3F1F09B3C7BDDE08460302B3B843655CA769
+3FC060B45A343E8DA65ED7A8670AFA90287C234E8403F1AC7A80D50E6B228389
+887295071965C3144184471670C12DBC2488C2CD84BE54EAE470142798DB8604
+3C440BBD4A722054EEBF33F5BC61D2D7A637F42E85F9D2F8635E0AB6D5D3D193
+54F5458CFA34764BB28396CD1A10E3A804A38A713AD00A2CEC838B9A57FCCD1C
+BFD0520DEB172536764F4F39CE80D0D8E554422BD6F30A92C6B0D506826CAF65
+8A1E98552E23A8D6516503D755B4F0DD4812C8244F5A71E746826AC7417F9B31
+E1E460634CB5BF9A33E397467439A9257601CD6797084C34EAB58D73D1C414E1
+0C8528E2C86C6DCFEFE3031EDA75555E501704EC6866A645A3A98A3BCEC8D05F
+FC0EC2A834530607C72AD6C6144A9C49DF858FF326C559C3ECD28C323276C202
+A0EDAA4195E16A62584409FDD7B1B59A649523452157FECAFA78225DEDB7F16A
+BAFE1127F46B717F73D457C8773EC364AAE0509904AD1EC68921D40F2E71F4B5
+89A063FFC81CEE6D77DC9CBFB254832D4C420136C71B3BBE2729AE10D79DC835
+F8D7B6DC06E4F77B151EF84996D95DEEB771E26E638DA89E7AFDAD33CCDF1C6A
+2F77DD24F7F7EDAEE725FAC2F8E9E33B201CD6233253ADCC127D753A0C403543
+C0C41FD96FE6542456F8598E36C7AF9626A92B12505361B72F34756249832221
+211F29AD391E5FBBE37EC1C0683FE6C8BB99A653833C84BB6B493335FB22945D
+B7DD8BA1D764E63689DFA767862D048AFD04302D35246265939C3B48F7224002
+E389266DDDE1FADCEEA3562A62DA363EAE0532D5FE37ACEA68121227B1278347
+44FD583D0CE43395D09B469975DBBB197A47425B3593DCE71430B1DAA8246ABA
+FFB9ED90C2A507A97B5CDE525ED4E293B9699EE3F4BE84D240463D6F5B057E35
+ABDABC317F35CDF14666293D1DB942DDEA7CDA484625B1097520FC4DD1AF41BE
+4C9881DDA8EAA4DD8980B3483D01DAC2217D94E4D2B0510CB1033962F114D714
+16AA2FEBC5B9029F5F0E3F9FAEF674FA3B3AC06AE98A73EF1981544F30BD1407
+D0649D748DE44225F214995928B1F4DB5FCA8FF30D0FE19745F6F9CE1944D613
+197AAB1A55CFB40D6E684938AB73C918472364C853521A4CC40A2753E597EA16
+5DD0CFE5FBF63FF8E65BD8D4C544E8EB8F22D08954061B0EF010E054FD2E9FB5
+3A7B033D2198B86DF2BFAE8BD9FFE2F8202D00B2E386CB6062FB69B83616F0C6
+64E9D60982D94B1863F4962DF0CCAB0DB55B83325698BEEC88D5E482F6D3AA4D
+23AB1DC3ACD41BC3A04AF62FE244BD742D80698D530E040382324A6B4F0A1260
+2337D00C98B8E5036F0ED3C19D534ED00134C3F56378CE6F9D28E0B2493D9F16
+B3EA6B958EDBF84BAD7061772B027B00E1EB4806A44CBE019B6F748E9D317627
+D11FDCADBC5BB7CB6A6520032635B6CEE1B8F2BAEFF35EFA8A2884231EB08EED
+FE3EAB9AF552E30B1A66DD28A57C973FE017BA4F031E1A56B12FCB301E0D559D
+94769BC51D2E88878261A98D70FE706DB4A1DF55873F81C39A07
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMR9
+%!PS-AdobeFont-1.1: CMR9 1.0
+%%CreationDate: 1991 Aug 20 16:39:59
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR9) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR9 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 44 /comma put
+dup 46 /period put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 67 /C put
+dup 68 /D put
+dup 69 /E put
+dup 73 /I put
+dup 76 /L put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-39 -250 1036 750}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF7158F1163BC1F3352E22A1452E73FECA8A4
+87100FB1FFC4C8AF409B2067537220E605DA0852CA49839E1386AF9D7A1A455F
+D1F017CE45884D76EF2CB9BC5821FD25365DDEA6E45F332B5F68A44AD8A530F0
+92A36FADB679CF58BAFDD3E51DFDD314B91A605515D729EE20C42505FD4E0835
+3C9D365B14C003BC6DD352F0228A8C161F172D2551CD1C67CD0B1B21DED53203
+046FAFF9B1129167921DD82C5964F9DDDFE0D2686875BD075FC81831A941F20E
+C5CD90040A092E559F6D1D3B0E9BB71733595AE0EA6093F986377A96060BF12A
+A1B525CD9FA741FE051DD54A32BECD55A868DD63119A4370F8322CCBEC889BC2
+A723CB4015FC4AA90AE873EA14DE13382CA9CF0D8DFB65F0ABEDFD9A64BB3F4D
+731E2E1C9A1789228FF44116230A70C339C9819676022AB31B5C9C589AE9094B
+09882051AD4637C1710D93E8DD117B4E7B478493B91EA6306FDB3FA6D738AAB1
+49FBB21A00AC2A999C21445DE3177F21D8B6AAB33869C882613EA6B5EC56476B
+5634181ECBF03BFEDB57F079EACE3B334F6F384BDF9D70AEBD592C8ECF21378B
+54A8B5DBF7CB9282E16AA517E14843909339B5E7C55B038BF3BB493F3B884A1C
+C25F9E8FB912CBE23199AD9D2C3E573727701BA301526C66C3617B9514D6F11F
+11930B1D97C17816C85B1BFD9B973A191B33CC3B391815AD14F1CBE935942AEC
+D4004E6BEF379066FD72209DC88D2E634E79BCC2B98C766CBD92C561F2703F8A
+109E6C6CEC7B866F2FC7ADF646BF492E520319F3B949AB5D84AE990B33344A40
+3971F58DFDF8D8D67FA0B8F2A0D884F8C09A5A721319B911DBA0A35903877343
+C37BC36C5EB32353272D1E6ED5FCA611BE319A7E1E842CB7576E7A6E4BCA12E4
+2086286F43226A1549A4FF7492AE4B9D55933B2906A2B40E88516530B227D60A
+0F1A0576DA6106481B7778310A7E9DFDC1C4B0D0F07B9106E13F81B10B0A1EE8
+AC9DD9D604757C1E96669B21DA15AA1145B52D94226481E683770BFE98B35B35
+A7D9D0B9E54B8847E4392887C4B158A5066B2E6DFEAE88B910AE71B1BCDDD98C
+73FD92CA92EB6261B3F2411C6FDC05C2A27962E189ABB0C86A188273331C99AC
+12639590934DE5B1E6B1C98D285C042F55C75F93A084148E35C4279DD597D27B
+EC2B3F564E97EDFF4BB792464141DDF68EA02A87C9801252AF34FB7635DD90D0
+2223229E1720BF39F6704E7BBEF2F8F1DC71C405EF89335D58759D7FE52B1A01
+EDDED9CC4999953D5A5A36C1455195D1BF13CE180B122E9268BF56EA53DD1CBB
+4D224CD3BE2BA0DA79A080EAFA15D3A7ED1B6C67753A902A04E64A6D194A86EA
+D04245CAB4FDE83F5407EA857FB2B4A7BE68F1B4AD587AAAA6EAD8A434FDFF5F
+9C057303B82393BAAE378717B9DD8AB04FA761DC30105E9A442CDC62535DC6CE
+C9BE8FB3D2A1918BADD04A7C66654C064C4B6BD4DC0316FEF6D6267D90255E24
+D7F914E0FBF9715648089EBDD3A15D3CBBEFEAD78B8295345AF9A04B2D8AE53D
+96D503724656893BE97187DEC12EDDB4C64DF6243D6881BE0EBE123A288841C6
+899D199A3738D2498BB1B6CD081BCFD64BF744105510E456C40BD6237B629140
+98439A32D1EABD2F6C71E0A1F6FCD5EFCF0D0A7358D9AA172F0F3B755F738701
+E19B16F9897E7AAA6CB839749FFFFA7EC5F8DC4C5C3CC311D69644AA74B9B0B4
+0E01EBF63696A456B1F19F7CDDE6ACD0070571EBD46B59863FA4C277F3650828
+D8F72535617038032C4BDB6AC80459C9075E3F3771699BFCEC849CD2B1A3917F
+921A864CA983C718385BA43ED270CF840FAEA95667A225AAEB084E6DA1F77704
+AAFA0278FE09BF4E0C3918C71685E328E35DE84B0FE3931F628F43F20D908EBC
+7DCA2BADA29405F49B5D9CC8C42FBFEF8DA1421D695A68F786174BD6FDD255E7
+1BC2B59E5C88E2426C8AA2ABD3E156022EC72CACAC2FE70CB91D3C2BDC497A4F
+5753177E22A841E5035829717666917F034C3F5D676EDDD76CA1E67F4FF8FBA5
+0824B4BE0527A05301ED87B1A3B75ACAF787A687E2F1C58A025A34B3CB928AF9
+A0C5CF84BA8B81A68ABA70A318D8E0D1F54A8F503589CA1B5F4888704D349A2A
+65C46039A040F6003ADB3F97A5A577CC420644D5D8A59F457B0C23EADFE3FC56
+541420BFBBB1D45ED149F27A6FDB78122EB4D48D1515A77F23B15D88CF4E0356
+84F91EDF2DB8A938453BB20739CD1D15987A1F4AFDE6D608F474E987FDB9724B
+AFA971666A6EF792FF1517CF9F68DA40B5DAF49C241333FED523123AEDA754E3
+9BCE97AF5298E7B7E5DDA3D9776397917AB061A8D82633AFC384141ABFB46441
+C18BACE194089498683EE4041BCDBB37100CF59BE3B3BF7B31466F3A1E9E6DAD
+E0723D2F2D92885298EF75B763DE2CE13697C6613E8E2E3FD629E7ED15796BDA
+559AE3314A05AA4AB94292D2259C45776FC40CC59F2971811A1EE196BD148D25
+25FE4507C75DB74FAA9CE63182AC8B766B48B4EDF839390CAEBA8A679B9A14BF
+0FE4BBA72C46085CFF524A09B1B8FFCBEF5E9BEFC316C2AE3ED7C17009A9DCD5
+08F5B3254469F16C48356E477BC9DACE30EB5D52482EAF8229BC843B5523D4F4
+8E9FCC70E2ACC1FF060A02B695B5869A5C78EE7E4EA4F9F6649FC09ED518E7EC
+189C18D77FD572889729991DE47BE06C58F7BF319F2C6BD7EAA2FC361C1D91FD
+6DFD7D4D7A2C88B1E8B6617187C561623CD835A43C0546430937163CDA6DA9C6
+94D5E85C943D02DF56B7633F7F9A625241D6C5BF4153EC918E0640A132CF4C55
+53ABAFF3F6C4EBB0068AFEC645777DC209FC7EB1E5F1DDB2A9B4E821521519C6
+58706EC846FD57A2E7D8410E94BC7C305114E877B7C1BCDB76D4C90493C8A4C2
+A6C96832FB5516578B60B7DADCE82B4CCA625B7753ABAA66566675A424FE55A2
+7F1917686C7304EAC5511AA75292A57028279133F80761A7582C883A3430F843
+0AF3A480CF529E72DA68FA669B92D45ABE6586E686E080F9124AA9FBA42E3C24
+113F2C4F14A6606BAADA7FF174ECD0BD8DA060A7C39623B650377AE64FD4141C
+589576CB91A20447E27B487B2C031040A34B93AB06ABFD3F57A7A552BDED0941
+5D8A3CA1275E41D395FCA721A61B504AC7344CDEABCB6920FB2EAAD13677238F
+1009CD36DF15C8DCA7467275B4D1B5179978E0A0AFD0568F337A1811A760F37D
+16B558497D7D943A7B20724720747044E40A3A48C92EA196F8086D31EE2792C9
+3A2CD6314186A37D5AC8AD39925B11A455B93CAF3E9526C88BB8884D9FEC77FE
+3CE84D58BB0E930CB497A66EDE8A86127BBEABB320FCF931DA01C73431CD4408
+812EC4014765971461BC4535FEDA4732E3D62AA711AA87888871438FFC6266D5
+62C03A0980C687840E0E016141B99CFF6B55C1F43E63AFDF396F613EACB17D8C
+02D285AB2F18E638736439C8E5EC3571258E11B7496C845CD088F2F6CF796101
+D0BA785E06E3CC3CB3FA6E9DC7C1DE22471DCBC5FA599DF565A186218329B504
+5D62EA793109A00F6574FBBAFF92C9C342537364182852E8048D2DF1DF877244
+C6CAC7E5691E26F6B9C13DC2015947B119F3C960531F001253553C1B1760513B
+17185043D55EEEFB8C78C46D0AF5E1D5A560F53700B0BA8ACDB7722E237F3587
+6A939FC8B1FADA320093E37AF01B4F790B54A5E4BD5186D6971AD162235E0A52
+CF5591F15E77A705201892C48D1FA77D3EEB432DC8907958618776F18C6A70DC
+CF1D42FE3B3847D475E2DAA8D4BF44BBF3BF7FE2A117CC3D6ED442A7318BFB65
+68228B40F91DC429C846835A85C16DB23141732064401273A8848BB93278B06B
+D2B5D918CC37F2F3BBC824F5A7B846D5F7472EBD66CC338E370200630BB16A4F
+3F225F2820C3D58EF4DF07D2FA3300C19A2381BFDF0BD6178B37712A5261C2C0
+B8BAB57A11E37712B87A025A939DB4BEDFB767CA155B29D41A18E69BA90DD36E
+207DE9BFC73E476969856E32ACDE256EB58A7DF710C55464F5D3A830B69459C4
+6E777BEBEC5314E92DE5EB37686F352C781467D866400014EC9E28B421561443
+023E41288B5A302D66896B38B902CF51BD09770D47CFC11F66A6314B5AC97502
+2BAD8E16BC82EA040E07160F170CBB749AC9052C6965EC443078CBABB1FD0481
+782A98FE5FB33BC9EE8521AD93E726DD00D4B606B02C05E1C7B240336028C79C
+EF11C212CEBD698AE09C09EEB4B854C2286EA536FD213E5E98475DF849F319F9
+A035AE6028763A60B6F504BFF331ABF73BA9EB74DDAE4BD11F8214878C612814
+82D20FD8CB859F25B93100A49CE49CE7CD4FA44DDD64284D7AB1EC2F3D01903A
+4C376D7D136FAFD85934B5613CE3F5F723743324C99E69F46B9AFE04DCAFF3D3
+38ED1BEE94A1FD95153341E3A22A93DEF8D24F5EECAC5045496DCDAFF31B9D39
+5C46E28D3064C8E797116127D36E0B785CF97591322F4FF9674162BB33AA1C10
+4F163089D48A577EC48BA443909F696CB2F1BEA1CEDC401928B0479D0EFBC866
+BABAD8F54DB0274552179FF470671924E4D8D8B11CF7C78B135EC3165639190F
+6002A621E688AED0FED63F63F8C92A5F3B4AEEF542EA9EBB3F644614CA278676
+E108904F569FDC4EF5F314827CD93C263ABF20C090901F76425DB7C73AF9DA78
+E2990679F098A4C5F9C30781D6235FDE3438FB4A00141A14F81A062A94FFDE10
+55783E74999600D9EF7A7EE30AEA5B17F7D39D3C462150C8F485B5A3691214F2
+55D83FEF031A04334EABB4FDFEF4859BD8505E87E3B1E1FA103E76386AA33605
+79E3DE9C34AC4387DF11D402583521C2B6887E33DADF32FD8A336DCE940B56C1
+414E99821BF9757ED5E1DFBA8B7C18E2E593EAF52C71EC768F0E640C5FC8A86B
+78A9AFEBBD679F4E51860A4FCA94969CDA380619B0B95EBB12F663EC07DC8553
+3A03BA6F5BF43EB8DBB6DC2CFA5DE2309C840169EECBE42FA5D5C381A85DA5C3
+4F5A4E3D95471170777005CF96B775D8D43B6DA25E78DC05248399BAFBD971F3
+5D6E7FA54E2D6B31F946D8659CA9C11CD5B6ADC7378BB94217E6AD6420B4B2C4
+EEE9FE77D3179E2EACD65BB9BD4905705D8AF21401D625F02EFD7F99174254A7
+D84900121FB5E9846CC04D99046C2E41D3138D790BCA4ED29C0E6130F8BCBF02
+B300BD151AD9FEF00DD0CA741B9C17436C3F9140C4CD893C51FA3485C72933BC
+FBAEA8EE59B5989E6F2B469122D32064DCD704C5552300B7D3A6216AC3BDC881
+9C7CD8811B973CA297B19151BCEDBDAC68175653196E12C90F19678BC4D98A81
+B0E097D3209DEAB99D9F732E109791FA9A8A72E90C6E56B2E7B1F7879823F1F2
+A0832858643F413B365DFEE7700C5F5171EEE4FE3FD8BE3E609A777606F913D8
+1940DB7567BB314DA2C16346385FF0747B0C8A5A0E8D830BC69629740DFE0460
+873A500390B6E630FA339E0A723F46C466E19BEFB6ED376367D75436A401CBA5
+A9D8A6D047B572126BFD7FE1DA31A61264337320B1641B05C01EAAEB9A216C75
+95464DA58AAA13048EA5AF323AD28F8D09E9021B74F5D934DD13F45CC1FE4063
+7AF9F64BF2B283C5953BE8C3427FBFEDED866FCDBDFD441794A55C9728027DC5
+92A8B45800971696DF7C86B9339D58AC02B03D99B4C55AC1EEDC3E26270C7388
+D7D4DFF4CF7458146DBF128A873E95DD34C04B8D90E25D5197F587AF8304EB27
+FD2750D055DF2D9806DF12DD47B313E8A881C5C6D1B602C8020A897F0F8E842C
+84F2A9C36490E9D85B53DC0C7743A19C5A7BC0A196BD8C7D53308B0289AEB623
+1EA4A0DAECDEFDB597DD8E4EA9E0FAAF5BAE16FB42BDB44A0196824FAC86B427
+20B12D8FB27B098E4F014E9835AD07E1C46D3F9C46C14207AFA5A239F4238676
+BD35CA69035EB5F05596C57F9DEE60A84D8EEFF06755953FE968B64F3A1D0D5F
+EC354AF01F3A6691B9772EE42CA9D5B3251196581621459FB76E1260928475A4
+5BD4313846C0830F7D58C449BFEEEEFCA79F138624E302C647BF12EEDAB923A3
+7D3818037B78436806E62F1757F3718C2D9EAD141DE2623E75FFAAE3E626962D
+A056F7EFBB5B9DD78082A00FA70A3EE8E74B3A7EF9E189CB21062C5193399F5C
+67BA55673A34CCAC80060E96D2EC0E6CAFA04C2383D4002FD69F87AFCD8D30DC
+BFEF321423ABF1EABA2DC72AE43AB70D4656141052150DF57EA6E982432B3499
+A1284564B9D44E4FFEEFA01290F608F6DACCA0F7A39464B0256C877AEC0A1F19
+A41C4957AA2721CB8FC22209807B80BB13021AC94B73ED90C06B4756A3520898
+64EA86343F8F3068986930A88AA58CB6CFCA0B47BBD33F5949B7EE02EC9A7546
+8EADB86DF388D1CB870E95A8505D54EB222DFD3AEB781802E47235612D28A0B2
+A0FD13B67DFD4544D5CC4635787A9B975463E4BBD91ACACCBA708F37E123DEB2
+F046AED6A48F9A86E51414771E61ECABA5D7EAF8B7CBE50BE2CE01AA0C168817
+48F56FB8A3F7A8EBBA614961B38F7C067A283A918021EA4571D104C1427D7B97
+6F7FCE6F824F069CF57353B0789E5654923BF00A017531253B0080FE61B729CF
+F372C1639E9D85856698CD464AD30A49366C67975D7399AF8F052F198C19EAFA
+D6654969CB7751B4A0425C54244951F2F1F1D2AE301AEA42E788438260E7C758
+511F534A5D2D4585E2D24BEE5CC6D0E8301B146A87C9010EEB88B1D5E971CC1D
+3DF375F8CC812AFD5C4E5F2632D782D7C5201399491ABF3496004947CDFB06E4
+B97F45B9128EDBDC1270CBC3013C7101D4C38644AF79707D1AB006D725736D40
+764919734D5479E73EF27545BE458E841FEFC9F85FA28FC5E65F631E8B41B9E4
+9897008F78AFE1590205A508C8B4CE1CC73B524E9B73CEBF47CA030A3FE75842
+D891ACE5866351789904D012D316E3519288F896CF0D53943A6AB0D90D66C460
+3C732AA661ED513145EAB38C314BDDB5BAA4AC481EC252EE8ED4D13203EE743B
+66AB8807CEE694A14E83DF5D87694EECA52D3BC07D7D7DF9DA3E3AB189399DB2
+2F799112D859B5EF1263A7C895DC38D6F4CBD339E9DDCCFFE759997BCE2A5AA0
+EB5BDBFB1E7E3C6DE084436862A178961D44A562377926BB9453477BA716CC9A
+142062E04FF8FE86DC810A912B24ACD0B7B067F398D7DD2D9D2FF16F6F737851
+2D78D4C1BDE006FEDB98272854553045EC9662C0B2650F65941167302672CCA3
+FD4D60C1B15E8E7B6D7C75CE96257D8CE6390CB09451D7AE9BE5F7B7ADC8EDAB
+F063B29E840FC918F81A1BF1AC510233469A18CF98C9838CB1B61DD0C3F16933
+24970B4CC23647849AC29EA0A9408F2C384B97A20AB068451276806BF288FBC2
+33DE983F0238B171A3EA264D986B82319CA0B86E060E6B1FFE8FFE6A2060B54F
+58C7F60DE26EBFD4A42C27A1161B3C144EC0D6BC840AEC45393D839BF104C258
+6B116E4CB6C93DBD213DC6A2043E488FBE896C6F63B78E3EA6C60F658DA703B4
+2DD74E791C3A5187E26612897DCDE946548104B4B39AC5C9A8355876C2D126EB
+9BC6F4B533F7A3B906C89BA1309601BD7B461F3EF9C900CC72B63FF3CAD57947
+68EEC55B84127FC069A5843E2F96F0C0A0ED00F6D9632A8D6980A07885DE5C26
+783D840C99D85E3AD83687E0B57C3520189ED6C0AF612CB282DCCB5DDCCC61EA
+C68EBA12CF7FD961B2F96DC1C8154E5787CC9D33143D91676A62EA57FBBAE5DD
+808B2A4C0A9052B0075B32CA200ED24B1B0638F952CCD3919BE064D75B5C674B
+DC9542A721C5558C19CC591DC35F83F67AB7895848D107D59FA3D73EA63D7369
+0F55680AE7A7911BA566027A12742F725BEF1B302AEFD997FD1BCBD4AF3D29A1
+9AA7A345AFE5F868A29CC0F31E1EC1AE46215363A980FAA5BD9D52303D585C9D
+52C2150BBCCF43C1372BF05DBBED661B9692144AA7CC55A9F033CC4598133E20
+5F3590BDD8441530E9707F14215B66947344A7FEC2F17DAFCF4CCFEEE440A7EC
+7F7FE77868A9F155B39BB1A94A652B24DDB6E9E7B5BB8DC74BB731CCB3DD5FB8
+EDD485217DFDAD97892E8F1A1E3A52B65C911799ECD8B68E3054AF349DAC35B8
+C9669584B39E562AD4200A1181167C4DE7BA0F68BB65AA6D708F9CA4E579CA92
+7CE80841AE3996B5C94FAEC84854B616C37D7642947A7934E9D020FE75BC9E3C
+13F11A9DEF89A21745E80AD1F24B392C52411E0EA41208B2B923242236AA1538
+90E7B44BC9BC5CB4ABF7765D2E9F4B6844EE6A2898C24DF89BC41B91CDA582F5
+0C3CF5D5525C2EDC46D8A51339C4ED6716C32F94A8F016957CEA00F547C995CB
+EF25FFFC12A6B1FA2619DB23791E8C6743F401B4902F933036280E63503785C7
+E056C3F546FE9FFBD755AD88802C5BD2F6C55AC1560593A86490BED5046C03CD
+DF757BBEC19A7D613BD0041183B921FC841531E4407A2DA105FA8E3FEE84302B
+AA8BE32307962926313BB03984BAEE9ED09D487A67D3C0CAAD09FE82086AD7A7
+5B366B8522D140CED607A0DABAE19FFAC6DAAA5CDFC4AFDF9E809426149E1569
+4724686D3984C7C6C3366B938DB729F4943FE01EE37F211BBA8FF6C1A2CAA1A7
+E9728860C58948002C5FB48E7DF8941675371197AAEB6E7123D06492D8E0B637
+062B23DFA0E4875B5972F724F30BC310704643B202DBB2525A3154F4271B1017
+E1BA5FE93F2E2D486D5FC334FB9B076091EAFCCA377C22AD507B06E5A2BBC929
+B70B93BD5759941D5F06BF35088499454A94412E98ABCBF5EFCA512352C2E728
+2E3F9FFE7614F339A46AF1D9AD2B7832E26441C839629441CEEAD1950512A61D
+86CD92F5B89BF7E103E8DC395E59F6FC933916F09CEF0EFC71BCD495E0301DCB
+9DD5D0646F3678D24F969E2EA09E80E557CB42424AC54054A7AE4F6C7864BA23
+E47ED184F34146152FC6376EF2B86517766479521CD4F50E57D42084996FC683
+E57FF2804078CAFD5D3966FB33BF5CCAF94F52FB063E9DD95D86F918F8CCBCC1
+A0F6B97DE73DCD5235B25667A9A580E5D2EDE3610484F2DB2F4FA255A4DA89FB
+53E557F133EBA81C105A3362311D4A8C53B56CCB1628109E38BF7A57C957D56F
+CC20693125E095247AF3CE1755C53D389FA456A070072C1B304642B5A0F03C93
+6BD722FDE11742CA94A04EE2B6C8D6DE4D33A680B78CA0AD71470096C01ACFBC
+A9E8CBFFAD8EDAFA78A85DB413FBCD46BA8DA92E93C74B15F5928BA76BC83667
+6E4A8FD2AD795857D9EC9B671F2CEB5A04C7075452624C011526F274B513A71C
+E2545833FAC97F5FD08472BC386FDCAD58C9DAF5FEDCDDC3CDCF6EA45DECDB84
+5535E29C27498F486BB812970856574935A84175232E6AE7041A457EB993623B
+B891D0B760589B81DD80EFCD96EA3EB1520413A42DD424709C259B82923B1DD7
+6B175BC1BF84154888F0DE34BE964525A1062CE091E8BF776FE8E8CD9FD19DCD
+8F44DD7D7ABB16CB32437AF969A7818A439165C66C44CC27CF3ADA92A04C464D
+ECBED02DF5918C841AECBF77D6AD16CCCF0E175941BB4256B6152EDEFB5C60CA
+3C151E2F1787FAA9934BD15F33BB8A67698F0838D4EC08521D1D6040F8D12EEE
+F888E673BD995925629C8F6CF397D2A1B0B06141547897317F038826F09D0A74
+376834BE6FD84459D333053F6933BFB8594A5CA5EC64759CC99A3F0EC61FA072
+C5BD32D9A3E39CCA26F0C04BA06745A4948396AC7E959F384E65A99FB050EACE
+A519125BDC4CDC7C55E9C989E2366FAE9D9DD53F2473EBE0EA48FE723AD46109
+F0375E0BB3A58E5CEB1D7C1F
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMR7
+%!PS-AdobeFont-1.1: CMR7 1.0
+%%CreationDate: 1991 Aug 20 16:39:21
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 50 /two put
+readonly def
+/FontBBox{-27 -250 1122 750}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF5B8CABB9FFC6CC3F1E9AE32F234EB60FE7D
+E34995B1ACFF52428EA20C8ED4FD73E3935CEBD40E0EAD70C0887A451E1B1AC8
+47AEDE4191CCDB8B61345FD070FD30C4F375D8418DDD454729A251B3F61DAE7C
+8882384282FDD6102AE8EEFEDE6447576AFA181F27A48216A9CAD730561469E4
+78B286F22328F2AE84EF183DE4119C402771A249AAC1FA5435690A28D1B47486
+1060C8000D3FE1BF45133CF847A24B4F8464A63CEA01EC84AA22FD005E74847E
+01426B6890951A7DD1F50A5F3285E1F958F11FC7F00EE26FEE7C63998EA1328B
+C9841C57C80946D2C2FC81346249A664ECFB08A2CE075036CEA7359FCA1E90C0
+F686C3BB27EEFA45D548F7BD074CE60E626A4F83C69FE93A5324133A78362F30
+8E8DCC80DD0C49E137CDC9AC08BAE39282E26A7A4D8C159B95F227BDA2A281AF
+A9DAEBF31F504380B20812A211CF9FEB112EC29A3FB3BD3E81809FC6293487A7
+455EB3B879D2B4BD46942BB1243896264722CB59146C3F65BD59B96A74B12BB2
+9A1354AF174932210C6E19FE584B1B14C00E746089CBB17E68845D7B3EA05105
+EEE461E3697FCF835CBE6D46C75523478E766832751CF6D96EC338BDAD57D53B
+52F5340FAC9FE0456AD13101824234B262AC0CABA43B62EBDA39795BAE6CFE97
+563A50AAE1F195888739F2676086A9811E5C9A4A7E0BF34F3E25568930ADF80F
+0BDDAC3B634AD4BA6A59720EA4749236CF0F79ABA4716C340F98517F6F06D9AB
+7ED8F46FC1868B5F3D3678DF71AA772CF1F7DD222C6BF19D8EF0CFB7A76FC6D1
+0AD323C176134907AB375F20CFCD667AB094E2C7CB2179C4283329C9E435E7A4
+1E042AD0BAA059B3F862236180B34D3FCED833472577BACD472A4CD5C7347D2E
+1D0D6630F446F3708FCB29A85F40B4DAB4D60AA8F5B2DBD67F2E45D80C7A7E86
+144669F75F8FA14609F8E4246FEC475ED262E03D30393C78C7828206842B565A
+DBE20EA52EE9C4C3862B2F5F12CF89D935B89B84A45CEFCEAEE8EC8806339364
+56FF1FE2E5112803E3E40162D5188D2210A54816AA9960611721C23A292AE80A
+8F8C0FB114D71C111700B0FEA8804F37C5D31ECD7006603C53F4BDF7208286AF
+3A25CEE58E88BF81A4800B68C2A19EBDADF9B1074702E779A7DD915EFE09D35E
+BD176D7346D859D0944520171C4E97696AE0502C43C391FCE5E8FB1789065E18
+BE3AF62200D57912360411CE848B4550D1B0A3BA576F9B41CED3A23E753631A7
+25375ABE8A4B55BC65AE2EAFAE452766961965093084D218637FB447795CC991
+EB1EF26BF82B7A81FA847ABD3B559D35828AD7DDC5FC7B43C6C14E6ADEDD7663
+F272AA9A121630C5263D58773BCB1437EC2FC54C4AF90E677A8E7D1738D003D4
+18998C03CC9AE182E7758767FEB5E1B03C6CC32AD30D0ABAE6552290771E2CB1
+A23F469A8447C1868C6DEC2C3C2BCFC691867E
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMTI10
+%!PS-AdobeFont-1.1: CMTI10 1.00B
+%%CreationDate: 1992 Feb 19 19:56:16
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.00B) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMTI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMTI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 12 /fi put
+dup 42 /asterisk put
+dup 45 /hyphen put
+dup 46 /period put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 53 /five put
+dup 54 /six put
+dup 61 /equal put
+dup 68 /D put
+dup 70 /F put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 106 /j put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 113 /q put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-163 -250 1146 969}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
+3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
+532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
+B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
+986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
+D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958
+9E3948FFB0B4E70F212EC976D65099D84E0D37A7A771C3101D6AD26A0513378F
+21EC3643079EECE0C9AB54B4772E5DCA82D0D4ACC7F42FB493AA04A3BF4A1BD6
+06ECE186315DBE9CFDCB1A0303E8D3E83027CD3AFA8F0BD466A8E8CA0E7164CF
+55B332FAD43482748DD4A1CB3F40CB1F5E67192B8216A0D8FE30F9F05BF016F5
+B5CC130A4B0796EE065495422FBA55BEE9BFD99D04464D987AC4D237C208FA86
+0B112E55CE7B3782A34BC22E3DE31755D9AFF19E490C8E43B85E17ECE87FA8B9
+1485831624D24F37C39BF9972D74E6EC4784727AC00B9C4A3AD3DA1C22BD6961
+7E0ADAF55422F22ACA5E4DCD4DF9FCD187A566B7FB661D0530454D0DD6C6C50A
+7A3875C6CBF8EC7769F32A1F3F7FC1C072BADEC97794D4E90E0035282A170402
+356E5A9CD9ABD80AC4342A5283E458A7269252F4541CBB6452B39ED54D336D0B
+19928E9CD1AB26AD83EB209E2EC75011A2643813053B5DBB0246097C4821B5F2
+C92554E9140BE35B2DBFCD98809A8EC9FC910FDE9E0D86457C70ACB056EBF90F
+244DC0A5BBD455E15D6E3180311D52CF50B0BF7D0A7F64F3A1821E0AEDBC2E7B
+AEB549FE1D51088C153799C6E089B5D5D65E1C4E2D2B430CDF1FFA23CCB25D95
+5C4DD885310A706B320AB25C8D742C6F29953254FA54DAAEE60ED477877D19BC
+D28E9AB576B0EA088171FD000B60D73B3C57F754BC07EBC9BF751B7D2B32459D
+993861B7C4B0D98C422A11BECEF76F4EFC0ECAEE89723E6CED53E3678D733363
+2DF068AEF0FE7DFB57393BDAA439A6A4C396F86032A98009EAE1247B7DE83B3B
+E46DF2898598FF5E6CA6953127432A967E4FD41CDD60D6E413059A58FA556EF3
+309178B57C16A763CFC9BEEC276944BDEA255789EF4E1ECDE1EA43EEDB955513
+F42EDDCF39AE522A1DC2D80B2772B05DA60F3DC15A815A6BAFEDC399C7956E75
+3851CB3588E22936FBFB63A58300298B11C45D8665E081B140A797BF2B1571E1
+425CD5F74659C481AE85E34AE233023A69E024544DA157F0B3F4ADE8D0DC6B9E
+205C7C32C27241713A0970697E79A5F4F65FDC310F85FADBF2F7E039F5B5CC3E
+F2C0EA8E279DC6706F602E0B0062B6B6B0B339B5F744202CA584A293F65B0EB3
+258C71CBFE3F882DC11596F2ED9FFDEDFD33DCDDC1E0185C02E2841F6F1D1CCD
+24F59F57B2DEDFB217060FF2853B2DB28A54D8472490622790C24AB9B5014A41
+EFF02BC8380C152ABBDCEB5574D8B7C6796778B0918C21E533C28B749142F949
+F46FB47AA9D342A638D0C3421CD06E4C5AF47758D6E1360FF790588F84E5C4E5
+0BC74E4784A9F50EBB445E9DE91EABF5F8C4FFC8EF4B9B95794B9F2D92ADA89B
+8E56D0D27AED81A7E60ECE7ED8134D3F376E7C995E1C1112338EE0D19AD67DB8
+9B78D2E7AACF6DA78709CEF119193F315B616A3EC6392B39FDF7852E15D62963
+E32DA34BC30C0A35C952C262F930E2778E6314576767401FC2C949A225917015
+81A5EB669BBC673B1B0B9B7F1306FEE8E9549FFEAD816105182FEF569CFD27B2
+10344D333EF1073AE92E20B68B45A66423F5FA803ED8F9B697743BAC78989D6B
+CA6F529DE662768DE96B0FCE99FF8AF8B14F3706459FBF93156BF2C47DAD4265
+EBCED123D05036AA9A1F1F2AF9A9BF19E9A1EBB7E9D6CE45B68C33E90C07EACA
+290B38DE36DE743DF53107E651DF45D139015D7606339B748832C8D7AAE7BD23
+5C4D9441AF9295D1927CCE3EE0B3A1035B2CFAFF9D7F3C69936D25B09097F232
+E6DC6A3CEA382684A3213D26B70E582EA949C557A185026CD11B89BB63775C85
+B26182C507BD1D4F754E2203BDB17440ED7B0B1030B0971AF4268DBF05306D56
+3EDB89DBFF90EC324F63DDC2B1281277373F32EC5315A474FAADA904CB4B2044
+EA67FF10B3EDBDEE76CA5F63D9DF0A550FD26234CC0F8BECDF921A3A00FD3813
+EB14FF4535CF8A03FCF3D27D7E307BC676E9ACE0435C76A7F44E05AE2CA46F32
+784EFD5212C3A38C3BA831A2BAB696993593BF71B9B912CB86DF3724874D3D3D
+4FBC2FF0F6BDD28EF5A1166D82CA7FCDB4A3E5C51B7B58474C0BE7E729AFB6B1
+006C7C8698F268DE8EFA4D1C419AB9F9D666FD99C14C1488CB0A4F3CC18B0A31
+6B268F1D098331982921CA59A2B97DE6B4A23C910DA8198019F0023465AD606B
+256E51D060BEEF2F769D8C73993CDB4078580C7DA0137E6F32BCADB0A2D98746
+EA7E7001A0A541FD5B2C3523AF27DFF2C29C8F735693BBB1772E19C17FD9B7F4
+3D546000672DB6B36A52238ABA3CABA1037EF7936597EEFA694DB975F49BC37E
+A905EFA0AB67CF06E156F3E0AE7CCAFAC0A53B6D8720108DCB5A845C5703BE20
+720D3B24DB4613DABD77CD101DBF64F7D8B65C78EE9844B6A87006B8A791092D
+10187B167138F1250381F623E289FDD32ABFE668E1ABBC38470881A1B77A8954
+89CE020787C4F2C7B8245A1A92F48F5D8195012873319B0EEB4E1799BCC48DD2
+F64791850C959D9EA14FC7E40C1E8A125D52C0CBF77B4967C36A8DA3CDF37732
+644824470F07949344161E8B12E19307304D98D72F4567C4A4BD10020F4309E2
+FDE2E952796C970AF2E80D2321411BD22EBA738FE18FFE6B6F8D4A0E3862DE0E
+E4ACF57869E570F22E736A20BE266D93A3E6CE186892F3BFD6EB3B6487687317
+F256E2B1798ECF6064D6768341954C1769EBDA2B6701AABD2B6CD978A829ACF9
+3C71C559884644935C0B8242A419D201A489A2F40E2C50B3C1C50875F8AD3FEA
+F634B76B09024131EE310D962BC4A9403315C25A20A1468C41FD7F8664F67077
+CBFEB240664A9B90727A33859BF74524D66C6CB4F63D6E9084DB93DF0995F751
+9C3601B6AA04A3F4A4B9DD5C4E5DFEBC1E3E8D7111CC6A92C179DFC4BF998036
+16FDB45C0B89234AA4D9FB6A8F5235984FA9DB940CFF71648654708471036611
+9FBDE99850E130B7720C7E0036025D7D2D2E127FCB991214E211FBD144DD1AC4
+5BC154AE2A1E7590369E07EAEE13B405CB2F5D6804FA3FF45DC75E264B13649A
+845A971F0FE563CA1C45918F136891BA97482169639C52A8729F364BD5BB0745
+85522A3752F49E32A18787338BD908760AAC894B35848916782084E44818765B
+F8F8C8D30F24828CAB4099FB8AEDFEE780E0252898D8E44D95A697E95FD8747A
+2D7AFB4368406780CF2A859AD4FDE6C68605CBC07F71D8E6D8D6DDE5462383CA
+BAD6C739F1C494870510747CB21018F5E1A7C4EA383FB6C7C4FA1A769DA7427B
+4A0438096C1FB60B53A4D43045F3447812C6877257821665DBD08C98191D679E
+29E045F25610674138F73A52B01C881F5CF2BDD33D48ADB96B8D2D4843D177DB
+297DEB1D1F1575CF6873A39B98F25F12022B198B4939097523D54714943128D7
+937FB6DFAF7E57C05D789E4B51CFE602D4F9E8EA6875198B9ABE3120FA46F696
+9FFD621D558FC94DE81B5457550F33F4DACCF25B346A8C02EB3D954E295F8BED
+EF8F12C248E622D02DA656E7B50DDC5E33C4D5434ED43E6887D40222A4EAF84E
+B25C5EFBCA2F478135780B1EDE0B2B9F3D153553BFE598C39D64B4EFBC1F8D40
+42AE00D4C1E7C81BFCA9D047803605B562C8396C450B9F58BC2EB84C7942B034
+853CC17C37EE98B8D9A0387AFBB8A4B4F1414694DF6BC9DBE86778D7B766AD78
+46784617543598C18BFC74100992E30DC3C8798D53C591101E3499BBFCF73CE6
+E6F0CE980D19DF3F62044ED4C812B57A33891F4B53AF15E6F6193805EBD799EA
+52CFF7DAE73A6497346943ABC0339EE8793B004666828A31510FBBA535A89B8B
+B8F18BAA8D11DD9C22A08034A08C5D30E2B5115562EF84844B314AE605655FC6
+CAAC7F1EA896ACA879E22F288B421972448FF66E0BEF2867121713B76E2C66B5
+8E240BA0A09B87A3D93FC5CADDE7227BB6C4E49CF7F47D844BDD47273B90A767
+1CE6A8D8BB604FFF32D07FE51CEB51C4BAE0890CAE2DBA35271979E4B19BB9DB
+475C33995E96D9A2A757EB50852F61D1CEC8A347D76357FF6033ACD118C09AA5
+E741197A36FED10CAF0B1FAFA41E4F07CD5DE57B52A849376CF36932A08CCB19
+07A60E3D5D874E61846AC8C6FCC76A362A10D736AE1E662F97D933BE39208693
+D7B8249C84C994E09FEAD51F041D2154B0C8ADD9F6EEC85C75AA52A137D3F296
+71A68BE2F8DE94446186979FAB467DB2DAA166D7E9A8D9AEF682F8E4253CE4B4
+DA9F7C5792395564A864E1D35867AA839C20D021ECC7FCD1C1CEBE89A11782F7
+95B20971690DEDA73E435681800BA9C708DE005C1EE913F964D21993D005C140
+ED9B5F1D34831A1D2DA32C3E5EAC963B4BE771A5785F436472A4BAA73709F043
+5CA9CC80EF7C1DF4112A902C5CCB91EB66465F73DAF4270A17196853887719EF
+F932A3A9136F0BB7BC1432F49484420CDC3552B70079B1300DA7DA8D5F3746E4
+6F3A89274B0634E2C0069D92D6DCB50EC74C0E0BCF93A677D081F8137CB88529
+56304E7B1FB1D9C5950FE001560EC47E94DB83A92C51DA880EB3E30DF244EAFE
+F59A941D22669BAFF1A500D6E2650E0210D988ECB4C5569523076807DECD8D1F
+7444F02815381EA11EA695A2ADA28B0CBD7CBE15EA9927B6A22A78538C4F75B2
+9EE377D1BE2C2F16CEADE8037A659EEEC028633DBC471017251D2F9360322317
+738124A1B54BE0ABBEFEE8226912D4FFF40890FBE2A9E881BB5CA1BD2DC2F304
+F072641C4C7027465FD66BCD32FD06AD4309EC5190DB2E0374BD0E3AB06F1CCA
+9E20CB498B9EA839B5B39442D9CE6C6332D926537687D43EBFBD59065F7E701A
+332375A8BEEBA6CA381A5B03361C6B9E302FE2ECFB7D7DCC322D8EEC8BBF19A3
+0EC72FB2367D78DE467EE79DABA8BA4ABA4B12E95579AC8A7AEAFBE4F2826FA4
+20ABED040D51F4D5DE07429D3FBA5A4BD3B1EF66CCB1FADE1E7D76F20E69AEC2
+99969F2B50924BA45FB66DCF406E54E4A000F5DD43B7604E9E1966ED92A4CF28
+EDF1316BFAC48EE2367BD1BBD96BE681AA70AADDE68AE65E8446F925D3890C45
+405E84031F7A245E1AF13E2C458E894E594EB5305DC8BD394EB0EA6C8F5B4502
+EFDB55C4F2C80A35A38BDB5FC52A9E83BDF0417B6ECF9CFE5EA2C8F03B04FBF2
+DA51AEB1009D15CBFBEE2B90B8C06F34E48B8B4E5A93293AF24AC2FB5694ACDF
+019252D700DE419B2DCCDBA517D0F66C8B17CCCBA811CB5934E2F78C3C72B320
+68EFD1EDD8291F4D372C2C5B892AD01F3AD617F6C243698F20F12DB208D17F6B
+F9CDE450B9C33F684A5BDC5CF7CA9B863787B54D0F1BFF7310F0463C703DAB41
+19D731DE71F29E86C9E8D60ADE170C24AE56AC68B15D9935B808AC522185E5C1
+649D713F9B0E10BB7761E4F67B596EC3C33E4209FA60BC12D81B9F387D91C874
+9E2587775BF4C9C2732788AC0A4D7E64B329CEC2EB5185603DA618E536806BD3
+CC69AD090F0DB64B29417D45A912C907E49B22F2769F5FC9DB2180B3F6FF38AA
+07B768344EA3F734FF62051E7FFEFDF97D0C4B6DC146C683C138326D08DBCE55
+010FFE961F0BA88FC95B021BA334B3197B640B1ABF5958FF31580698E345A06A
+DE188649F35DE1B28BC5188C9E45D6986E7A49E6214F723F6A577FA796F36B45
+E6A78650BDA6EB346760E1AC07B0DAFDA8BBD5A160430938FB7783CC41803B75
+46E633741AD6C8F57EB6285D581D0654E843E0C85B2E0B1BBA06BBF624179DC0
+2D7A36891F9BDCD42BB5813CD2B8CF7C24FB126F211DD935E98C6787B061A9C6
+87A22A460B67CCF473836B7079AD49AF9CAA6E472AECCFEEDBA1BD79237B6BD0
+B7F94FE37A1038781764741F603A3F010C70C671174E75F42B2D3D389030DB5A
+8E3FBD16B85334903A59B8874BF3B26F5AB8D45521EB8E1E89CDAAC0C7F5E34B
+D915A56D161D6FFD34AFE619ADC012998B19B975DB06C0B04FAF2CE440BF9E94
+329248A2C474EA3D284CE42CA0611CC8F33857FF8FCFE418CDBAC870DA98A867
+5BF0B16F1F8A8BA87EC814D33457844E56E39735FA3F24C3945696ACCBAECCBB
+896E58AC5C0233677783CBAD76518D6BF257993E8275D2619734EEBD4CAAEFAC
+049CBEBF2895C4FE65C4647EAA2606A6345D1155B7AC19C19739786059B30E92
+B53F00E9669DB7B1E53502F77A3124862632A9FC870EBBF32129B0362C3952BD
+1420860B12EC433CD5D33095D0974FB7D2BC68D318C5A3D7782D02310329A1CA
+33D3469C5A736BE5690AEF4CE42419B94A813C173B0E57705030C0AC11CEC8CB
+9BAD284B17B5B5133662BCF9CDC0E6D8EC6C2278079F54C37BD7A779A0F677C8
+A8C28973D8564DAE826E81BC84B197A7378306CBA86D97B59732D4202B424445
+C7378DD772573A336AA90E35EF21500DFD94BF057EAD38148DC98BD03A19B7B9
+AF1E6E3B723568A32F7130A8B1FF526E663708A634B92F71E493FAC6CD5CF44B
+3B3EF574242E9A911DE3E9BA0930B19F745C9B50048BC602E331A88A1BEAEAF9
+AE165C0431D949A9329FC5006C48CF6C1552D0990C0A79446EDD64E1865D9507
+3DD9E035584EE8C44185CC792667034CA75B38FAD22D3CE1644AB7C92439C3EB
+3C660D86AC9117D06AC3826568438DFCAF526307FDF62519C475330DA712939D
+CAAC1831F4278A0456E9162CCEA219EE9FCC4828F5027D38C4D14EB7D59F48E5
+9BCE4856543C0B23E580C5046EF05C90846D17918BDF980F281F4705BF9B5971
+0122DF34AA8C6EC90414980E303BAA192949CE6C9CF56249E03D9DFFC72A6F2E
+7A259BAA375EE1AF8920437BCF34F0D3134240E659E9AB9D35E52C95490EFBD9
+55B8A14779B983E08974EF63834097D0CDD41F4A55B87C1E64F46D125AF70748
+1962D75532412AA845EA691336BCB4CDAD37F10B5D4A483A331633914E529B66
+56CC2ED01EACB39C1CC28E820BDF6018EA6600DFD0B103E4A3D224738C908697
+FC42CC55F3BC649AA88563688048C9BDE09004D79E2343E46E8FA4BF4CD9923E
+87EDCFF3E0E1FACFAE18D5187F3586145CA12C1E51D5E67648FA73827E27E41F
+29B261FB267E4EB983DDDC656FC7BCE1B9214526DBE735116A2D8B54361478F4
+6C7783A6C66E446B354D77EA2D55255AAD53BDB39981FBFDFF89D2AA1F769AD8
+AF5995D9B77E1654D70709322D49FC3E86817715B20B51B5E26B3C1EE09E5CC3
+033EA8251AD05E5CE2285CA12B9CD1E10E6F9EB39419B1A68D89B3FB3D0FD3DD
+B503C41CDD9A3C8A1142E5E2940B49308E8FE56DBFF736D12A4B094F54A7F2B5
+FD359771C90AC72762AAF4C18B00943BBADCFA352532C0238FE8EC5D0DFE7C35
+0287C49E8B1423F87304721F7F512AF4BD0124C3A3CFF49A6EB5B31FA66E5CF2
+B74B4BE47DEA5AE47813E74CC3D09C800187B065F57D8BB5C03F9CF1037A30F0
+3F4A72CD2AE5484DB2530B1EE0C9EAF680A339C2142DF49903362983D3340B98
+BA4EE4B1F078BD826612C994CF7724B2B815F19F563E3215A995C7E5505B940B
+0684825E6AF0A1163CD8B0D21FD59C26970CC96469486593B2744D2880B03BB1
+7922D8BC640FAC817A4E7B77CC7374AB48452F52540C686956FC0A1C84FA8688
+8E3FEBF8CA69F6DD7BCF6D6B17F8E1CED1315C0F81A3B9623A437253AECA8987
+200C56C88E1569C89344399A6ACA580F3BF5F693D4B7F86598E90B81B84B59AF
+291DD009B628A96150D45C7BD12483B7CBB0CC8533C24B210AC8B2F4F32C14B1
+199798FA2DFFD23E51ACCB6F73DD98C7BCA510C883F65A61549875283913BF85
+1C4FD2DB6142405F1E556308B58C504C47F460A9BDC3080ACA8EDDAFF0B9744C
+7D5E38A41D3A3A4CC0E7DF7D7ACE445CFD9B634B97101E576619F94E6EC4AA60
+A2A81554EB42A691025E6801C5F054ADE261B8BE66BBEF11268F606F47C89879
+4D087700C17112FFC70E65239B0E647F9A1690B65953CFB4370547A2596897B8
+EC303A15884BD9CA31064E628EE2A558E32623642A097EA0C56EDFFDCFD6D2A9
+BEA0678AB5ECDDAA143F7D2442CDBFD8E4A04B141A96FA4A85D8D41B03CA5F60
+1EFC1EDEAAE564F57EB507B31D016AF1F181DBBE079CA69A340AC1AEDAB7C6CB
+1A8C600430DC9F556250B9B39172A9B0CD2C1962428C59B3CA59504D1BB87866
+775F798EA5E632533FFA43112F9F2794F395CBAAC16AD9445928742B9B3C9C1B
+D14EBD4D363BAB2EB3CBA4C053C9C432F182AEFB7A767E452F9F30CB6D5C3905
+81A0C7665476D9FF497ACF36BF77789FAA30AEF95D632B70632BEA2EB6018FC7
+1E9FD71248C551BB9CF2B249CC454C462D08700B6C2D9DE75E5E7E009FC1F410
+41C47BEA4D3E79D44393EC136508716377A3AA4A432FCCDC9453246CCBD2A508
+D47A5D3E75C04976608FE4DAE284EBDA6C3DC18DC0959FAF7E4E4A7542C11708
+9B3A14A2EA8C8C4E0B195CD9C38DF2B37CB157DA5201960A2D9046D5A24BCCC5
+DDDAD0D2DBE8F158A5B99AE063ED67FF77941B5AF06DB3B82C5FFB8BF77E8936
+B8D5F379DF4E0AFE52C797C7072B14B1C03F44E2C1EE7A27AB0F23D5F5916698
+DED133D4BB9710DA78E16A176E784C0D0B7946A01EB632507A3F679512F68AB6
+1245F3E4ED6BCF2AD7D98E41DA3B9F4A086CBACFF6DEA4AE6E04F957A977B28B
+659143C07986B6133CABBD596613B20BD5DE975AB23FD45540EA7D8196F901BF
+08F418939443DB87FEE92F7C143C7F2EA671B110215956B49298A588B9FDA4FC
+23DEEC0B667D34791B9A811DBDF8AB0D3EA1A2097D77C38CD0E93BA3E0D6995D
+BF6EE3F4CF9CDB95112F5B67FDF56AECCDCE1D1343FAC956D25915CEA07E3A91
+8B90C0E4439DE3BC45DC0DFC477E54A3001508E6C373CD56A1A37A313B420A41
+FD847B974079BFAA673A4B710954A416E2DD060C193ECF6BADCB0EE0E601529B
+B58AFDC0BB1C4A476E4B7D5419572871B5E0CD96BFAA0CC97A0BB9DBDA5E26CD
+2EF3B190A1854A95ED07A9F2DA49D1924F3F300A95FE7DB8C3C8E33FCE6A43A0
+4437D55F7667F51584557D3C7DBCE4A6EF5B838D092ED06BCDD5F15871AEFC51
+CDF2820FF5526843AC6957773109833BE6AF41BAF208FDE3ADE76BD034589913
+EB41DFDD07265203CE31F3877A3C31B8AEDC055549C3149DD4BD63301D97F36D
+27837AAD61361151528673BB0710C6F334CB8344E1909FC9C68E61CB90DD45DB
+833154FA4DE1D504869FEB16331E051B2751EB2892CCEA76D2E0F7911541FDE6
+B063366DDBC39C997327BFA7F9E89C181F64BB4EE8068C1A60C1596FF114D40A
+F508779A04C755B1D2B109B3F9648EDD54CF4B71A05E00541E098668A3FF3BDF
+813D713EABF0FF0DF2A3016A1C8B288028DE404332BA5C1405BBB8D0A368805B
+B29861CD4FC641622F3B735C563EBA721923CE7B56F6D5B16C77793A5BC967D2
+6B70F3D47616656EF21A531BEC8E1BA07022D52EE0394140FEBA2ED73539FE48
+56A8AA8A10F6DB54D231AB28565E8523E7FDF3E598702490D4CC4D33CC8F058D
+80261173B39F07151A4D388D52B5D0EA3D7C257055FCB7DE41DE75839A44FBD7
+93392172DCD0C21009E360C15F3F3877C577CAEA6B9E910119919D08E1B0FF24
+7A85C373347E777FA5FEDCBFBDA3A0D3347013C86B3FF610A836BD9827D3F870
+84DD036BF275248409DAE8973965A17930B736BEAC676743180031A8653E74F7
+5B2F5C4AC134C43B3BB566BD59DB1CA69463D29955BD11579CEDDF281DA614FF
+58886275B43F40D1A0A646203D36C107F7DD5585B9226ED812F5CDCB49FD9F8A
+5D02712461CC519332F85F8D5F29CFC33815D9B07E26269DF1D4CBE9295093FD
+CC562DA5CAE25D99B82A90FB923C1298B438FB0025A5DF193BCDB0489FB2CC47
+D3ED9FC1F582DD2C25518A830F6E52DA51074795B76B1D40E2FFB3C030CBEFD4
+F4742555E70DF1B4737C660245AFFA8C2912DE4D5EB2038C24FF251FE57A36FA
+BEE4CED82650CB122E64B74CB9665F0280FB01E27B2B5D579316ABCB8FFF73D3
+76BC1D67BFE70F6C0F1BDAC83AABB5A4880066440B3DCD9A59AFC1571D2389D9
+8884060A8D542F9D75735D10F6D1899DAF0FC311F1A38BE650F5B048E9952DC0
+ADB8F678D2544A374DD8C9E75F7B9AF9CAE6F64038A4D61440352F56AFD75359
+129C686351DC164FED692B6494AAE593703D61E39D0BB075C20029C80A964948
+4C43DD44C3E1822B08177D5B296054ED8E4227FEF68EC84741E01D15630D69B5
+13456C9F7D25449BD5B91DB44DE156BC6FBD5BF7791FC377F569288688736108
+7CC14CD4979019116F696A084E7FEF71E08261603F884C6FC48AB1EFFA343ED1
+E25F0B0329D964C55E8211C21CC955DECFAE4163D07B1C6237F415AE1A85736B
+D1D2DD39468A90BACB2F528B2B5C48308D51C39E4EE2647AF22A0E883A7B5850
+6A1C694DD225CC03502610B7FCF4F8A60C01464562A24FF9AE7B6C4F076FB55C
+91428540AECE87BDD18A44E0FB7BAE73E508FF4961F6BF440E4B83B5C3757CA2
+05B21018BBF91557C70A07DA7D959F67A12F35E43284437B61734316EE6E87C6
+FDF8D5EFA441E13B8AB0E6EE49E01666907349C16E139C77E06AD2F862D7E62A
+A2972F0E265714A22927CC5E4CE3BC9778BC305C9B1D928A7F3094F6DB4C7DC4
+1E031645D220C4BFC80A1FE4636F4909B856149B57D4B5886FA4C48D2EC552E8
+A75B910908DE7DF928B50BB45262EDB42208B66B3D8EF9AF7E796E9EBA8753C5
+ACA8CE269B8DAC502E08EA76CF8126EB6070C7B4F7E7C824F320C293023759BB
+0602761B259573DFCA6DEA0E81C631B9803D20D2646AC105D4D87D54E335A8F2
+90BA1852C44DB16C9411E6D00C0373897CC7F92610AA28F57384E933434C336E
+837CEF360BB3336108C82FFE2C12F9A50E226F751B22D16EC1BC021AAA5EFB81
+4079B50D7A89EC5643A9F5AC0F92279DC2F1709AE9AB3BBD3CC59AB9E7B82F68
+187361C34FD3B30EED5F178F2E9E287D94732C94ED67759A796520564D796FD5
+E73861D512B127E869960EB32203A3D6E305361ED11047BDBD367D155DE97C6E
+0A6EB9BDB2516067256769F09AD382381B9F0A9AD143D2CB960D82F6C3A36681
+9408FADDC4E62B70FA14BBD725B252DF3645E3413335EB258AC206FA1A7CF70B
+EE0570DC2B8C99DF9FD137A29A14FD51D24B1595B06F72A4708C2B6CFB451C3B
+ED7B43BEC5C80C3DB43A89AF114BBFE8DAB1345B376F3C0475152A43C4F7FBC9
+E27736EB7B60ECB5FA4D55093ACFDB724BA8135BF7E5FB2D8791B383B1D412A8
+7AF868997E3817F2795970F1018F50972D97A6D754044ED047E0785FD42237DF
+535DC5F133EA194055590AEC9A4EADB73C32B88ED48233CFAB9A8C4E8D3053B2
+2ECCD1C60474ABA0B50E40B65FE601E99D28885CE23CD19B0BD220ACC14147D8
+D7AD5B98BB1030800720B71DA1272745956C8355FBEB90285942795E3EE2CE72
+271F4DEF509773152AE17C4E0CCE1A0E8C97B4FCCB824C1860CDDAA1C8A51957
+A6BAE8A0FB0ADD8B9E37E50E22B9A5E713DC269C2EA2E6D19DFA32EB1D038CC5
+4118E132394E6966BB6E9365E66735CEEE0D502A05E264ABF27D1AFC9F0E416A
+D378A6E7FFD63E15501746466E254812ECD7635213979E5D561FAF183B9F1491
+6D824F108EAC69D5607D08E3EE32991AA39BEDF6A0F512A541A92A73692FBC96
+024FF18BD31BBC674BE91FFA670166C43473F2C64651F986206369F7DCF6
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMSY10
+%!PS-AdobeFont-1.1: CMSY10 1.0
+%%CreationDate: 1991 Aug 15 07:20:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.0) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMSY10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.035 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMSY10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 13 /circlecopyrt put
+dup 15 /bullet put
+dup 104 /angbracketleft put
+dup 105 /angbracketright put
+readonly def
+/FontBBox{-29 -960 1116 775}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964
+7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4
+A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85
+E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A
+221A37D9A807DD01161779DDE7D31FF2B87F97C73D63EECDDA4C49501773468A
+27D1663E0B62F461F6E40A5D6676D1D12B51E641C1D4E8E2771864FC104F8CBF
+5B78EC1D88228725F1C453A678F58A7E1B7BD7CA700717D288EB8DA1F57C4F09
+0ABF1D42C5DDD0C384C7E22F8F8047BE1D4C1CC8E33368FB1AC82B4E96146730
+DE3302B2E6B819CB6AE455B1AF3187FFE8071AA57EF8A6616B9CB7941D44EC7A
+71A7BB3DF755178D7D2E4BB69859EFA4BBC30BD6BB1531133FD4D9438FF99F09
+4ECC068A324D75B5F696B8688EEB2F17E5ED34CCD6D047A4E3806D000C199D7C
+515DB70A8D4F6146FE068DC1E5DE8BC57030ACE57A0A31C99BEDB251A0ECAD78
+253AB320C099669BFED2878A6C4038A5BCEB5B4C28040BB8B4AC2C167BB2C999
+ED93E2F4AE3E4B44B7B6B469C36A24080D4BEDB5523D202E920D8898DEBD5EB0
+CAC3C5D5F01A87F7B15BD1C197B344F7D94E965CBFE73E8A65A2AA6A6F93B878
+03E30E60F1390C2FB671C8D36E7D6E516A20079B48CA9BE632F5A8D1250F01EE
+6809D6C5B51AE3D1B4C244195E4AB5E68F2AF1D7556B9D03035E08B962A33B44
+426A3B5BEF3BA86E4BFE8C823D42816B59DAE9EBD42C115A1E75B0E6427720BF
+773EA85158709B4DF306511D5CC19D7395BEE5940DF97513CC36EDF468B80C01
+476B0B89D1198F039E4A32FECF58E56F6B0A1D27E9E5FE6393AF613D11EE6185
+26EDAB5CD87D6B6C9838DC76423000F9E0D094046832BDDDE6AFB7549561F742
+F0B1AE278DB3355F8867D2CCF8BCC03AB7A7A8F9E51C4B2BD121F9D3B2477803
+1A24BBD88C9C54A8E31B9CF66295B665495BE7ACC72E1A1F05413DFCB56D0749
+49539F8F4706361CCBBEB69D135FF4B63C35408A38382C739EE8AF9F378CF061
+C9754E8C7CEDD29E63D79C8AD5518244E4BFCB827E05F4EFCF03BB47CE67F43E
+F29192EC2FA1026ACFAF2CB156124C88D860864BEBE81CBBDD60DB5C7DA2B6A7
+B64E3DA907988FE60AF047DCEDF2D52D2D43E6C01FA7F84B598386FE03765B15
+EE11E9DB0BA83469FC7FC5CECCA2E4D84F87D43811978975C96D9CB66BB87B02
+579D63949B512A59123F039A1DAE2EFB897FFE82E8C6B0A30C570015B77B8318
+9BB684151679A432E2E167F4E27B7E878A46C19969230B9604ADE2E6487203D0
+DF06DF8F5E
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+%%BeginFont: CMR10
+%!PS-AdobeFont-1.1: CMR10 1.00B
+%%CreationDate: 1992 Feb 19 19:54:52
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.00B) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMR10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+end readonly def
+/FontName /CMR10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 11 /ff put
+dup 12 /fi put
+dup 13 /fl put
+dup 14 /ffi put
+dup 15 /ffl put
+dup 33 /exclam put
+dup 34 /quotedblright put
+dup 35 /numbersign put
+dup 37 /percent put
+dup 38 /ampersand put
+dup 39 /quoteright put
+dup 40 /parenleft put
+dup 41 /parenright put
+dup 42 /asterisk put
+dup 44 /comma put
+dup 45 /hyphen put
+dup 46 /period put
+dup 47 /slash put
+dup 48 /zero put
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 57 /nine put
+dup 58 /colon put
+dup 59 /semicolon put
+dup 61 /equal put
+dup 63 /question put
+dup 65 /A put
+dup 66 /B put
+dup 67 /C put
+dup 68 /D put
+dup 69 /E put
+dup 70 /F put
+dup 71 /G put
+dup 72 /H put
+dup 73 /I put
+dup 74 /J put
+dup 75 /K put
+dup 76 /L put
+dup 77 /M put
+dup 78 /N put
+dup 79 /O put
+dup 80 /P put
+dup 81 /Q put
+dup 82 /R put
+dup 83 /S put
+dup 84 /T put
+dup 85 /U put
+dup 86 /V put
+dup 87 /W put
+dup 88 /X put
+dup 89 /Y put
+dup 90 /Z put
+dup 91 /bracketleft put
+dup 92 /quotedblleft put
+dup 93 /bracketright put
+dup 96 /quoteleft put
+dup 97 /a put
+dup 98 /b put
+dup 99 /c put
+dup 100 /d put
+dup 101 /e put
+dup 102 /f put
+dup 103 /g put
+dup 104 /h put
+dup 105 /i put
+dup 106 /j put
+dup 107 /k put
+dup 108 /l put
+dup 109 /m put
+dup 110 /n put
+dup 111 /o put
+dup 112 /p put
+dup 113 /q put
+dup 114 /r put
+dup 115 /s put
+dup 116 /t put
+dup 117 /u put
+dup 118 /v put
+dup 119 /w put
+dup 120 /x put
+dup 121 /y put
+dup 122 /z put
+dup 123 /endash put
+dup 124 /emdash put
+readonly def
+/FontBBox{-251 -250 1009 969}readonly def
+currentdict end
+currentfile eexec
+D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
+016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
+9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
+D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
+469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
+2BDBF16FBC7512FAA308A093FE5CF7158F1163BC1F3352E22A1452E73FECA8A4
+87100FB1FFC4C8AF409B2067537220E605DA0852CA49839E1386AF9D7A1A455F
+D1F017CE45884D76EF2CB9BC5821FD25365DDEA6E45F332B5F68A44AD8A530F0
+92A36FAC8D27F9087AFEEA2096F839A2BC4B937F24E080EF7C0F9374A18D565C
+295A05210DB96A23175AC59A9BD0147A310EF49C551A417E0A22703F94FF7B75
+409A5D417DA6730A69E310FA6A4229FC7E4F620B0FC4C63C50E99E179EB51E4C
+4BC45217722F1E8E40F1E1428E792EAFE05C5A50D38C52114DFCD24D54027CBF
+2512DD116F0463DE4052A7AD53B641A27E81E481947884CE35661B49153FA19E
+0A2A860C7B61558671303DE6AE06A80E4E450E17067676E6BBB42A9A24ACBC3E
+B0CA7B7A3BFEA84FED39CCFB6D545BB2BCC49E5E16976407AB9D94556CD4F008
+24EF579B6800B6DC3AAF840B3FC6822872368E3B4274DD06CA36AF8F6346C11B
+43C772CC242F3B212C4BD7018D71A1A74C9A94ED0093A5FB6557F4E0751047AF
+D72098ECA301B8AE68110F983796E581F106144951DF5B750432A230FDA3B575
+5A38B5E7972AABC12306A01A99FCF8189D71B8DBF49550BAEA9CF1B97CBFC7CC
+96498ECC938B1A1710B670657DE923A659DB8757147B140A48067328E7E3F9C3
+7D1888B284904301450CE0BC15EEEA00E48CCD6388F3FC3BEFD8D9C400015B65
+0F2F536D035626B1FF0A69D732C7A1836D635C30C06BED4327737029E5BA5830
+B9E88A4024C3326AD2F34F47B54739B48825AD6699F7D117EA4C4AEC4440BF6D
+AA0099DEFD326235965C63647921828BF269ECC87A2B1C8CAD6C78B6E561B007
+97BE2BC7CA32B4534075F6491BE959D1F635463E71679E527F4F456F774B2AF8
+FEF3D8C63B2F8B99FE0F73BA44B3CF15A613471EA3C7A1CD783D3EB41F4ACEE5
+20759B6A4C4466E2D80EF7C7866BAD06E5DF0434D2C607FC82C9EBD4D8902EE4
+0A7617C3AEACCB7CCE00319D0677AA6DB7E0250B51908F966977BD8C8D07FDBD
+F4D058444E7D7D91788DEA997CBE0545902E67194B7BA3CD0BF454FCA60B9A20
+3E6BB526D2D21FBD6D78E21A936F2E123C0F6EF41AA2266CF51B513EBF49D4D9
+2C0C93820A37010A4C8990B3D2551EEBA36E8B8DC122B1432A6BA9A8A674CA2D
+5F3DE1AEC33589A13F6DBEAFAF69B753BC0DA94017AD3D1CE981FF38A306FE6B
+A6A35630A7D636C1FCDB936F6BF9366ECA151A7994261C5753A081645F671114
+B5E2F6BC08A8D70AEE71C81471EEAD30DCACA08D817FD44D968C90C13CD61C96
+450AFFCD62A4DC0AA440A045DFCAAE74590B3DD20E53BB454DB1D1CE0BC5EFDB
+ACD8357B38D57AD256B2271C04919BC6A7394F2AA1D1820898E726AF96F1A4AA
+EB28A369B460831836F084B0D4AFD3627F1F2E08EB4C6265BED1C8B6E64651B2
+51F5E30028E43296A0548F6683C9241AA96C01F7B4AB203DB761FDC536FDBCEC
+B22FF5B063D808ECADAF3969E4697995ABABB9715C492B201BF5146D61066780
+E278AB7CFA6BDC04E55F2C0C1F2D4C0276E0FFCD0390BB31920407207AC57329
+1E6E5688C00BEB6C5031C3E0E116A9C711264EBAFE4EFBB816CE9EA5EA827C5A
+D3F494E59E191D6487269BA5FDB468183A6E36EC7D65E4DBB5057CF7905EB895
+B4DE2057FC3CFDE594B3380636F06F3DF2CFA6BBBDC532662182AF7ACBE0F0F8
+390F9CC2E0FBC9B4B14CF8B2560AD5ACB407D2B6FFEBBB344833790CA0A006FE
+B7A2694442C3EE011211E41FCD3430F96FEB0DD59EB5380A5F9520A9D87C65A3
+5E069749EC69FF5E4B1C61365257E39093A9D9B9EA882260DC93D7AC1107B0E2
+F79845FBA1C9F60300129D19D9545783B9AC59580806C4291D50A48B3EB17B37
+E03ADFF44DEF33A94D92DCD5903D8587D63AD47E5C05FB07E9CB4A5ADFB0AEC4
+4B533829139ACDA883E6ACE25AF279829F8D47B16FE645C0F70EAAF997779550
+ACF7FAB00382E3E4513042A73F6E5773C6EF553EA897D5F2D2BB6233E211B10C
+917EAB2786FA83C1845322AE786ADABDD98DEC7B249193CB59D942FDF7B7982A
+AE7B6DE358244C2C525DB1572A8C9D7D7CE77ED917719EF86C933778559FA81D
+3CB8BF548D174AFA88D1BB317EFBB6377582D06CBB29FF39596BDF937637207B
+B337A202A90DDAA56B259D6121E8BCDCB334435B815D0AF494E9E82EDF2DD21B
+8FBA05F3E85A386273D0B6E991641C2473F38C18C0B6245CBE1F47B055A39C48
+091E7210A981EFE43F9D6F40F96E421F1EAE7D1A6F7C8D9B8967CEEDA8135B4F
+ABFE9E13B8BC0F48DD351C28BDB8485E54FFF5C974C5F6D0E940FE5D0FC3F2F6
+23214DA96F62DAE72F8D635CEEB557DF134CA24FD6697ECF280AE83DD70B356B
+10E9E3D6469C76B37E3A18924F578E132E42F013A5689E2FBF58CF0A211E5B7C
+4241F8D1926252E17DBD136700D809B1F9E1BD1B7BE1BA20943BFAFAC56DCBE1
+126463687EAF09FE4F3E8634826A33BE82F30D2836EBB242EC6FD7DF140BDF10
+21A24A7204007DDF9849C0F1DF5BE2432455AB02859E03F2778C56F3AD5C4522
+B24E7CA939F12FAF1696FEE4BDC1B324DAA9E9D86502CCC5CC5B3FA3363005C5
+2722FB893874E212D9A77967E8A558650D61D9EC03D6C216F17841FDDC6084DE
+43970809D9DC228604562CB9565E62EE602DCBF09A3BCBD6BC8D88A2E7AE4514
+1FB7EBC77FB1B3C05A73170A3DDBF23583A8BABDB6C0736EA6569B3DE02DAF84
+A7F6C451B37040CFA18517B11009CC5973AC59B3BA7B5883C08EE14893266539
+D06C39F8C0D2FC693FAB60D38C7226D87F3A3D52EC7C32325628076904ABF5BE
+1939D91DD4501BF397C83BA98F398394D995D9B0AF860ADA06B7501F8283C6DD
+DA7E830E0D66C5D5867F24E750B8A35F9FB18E4A95C515EB058AB43FC0642A29
+E0C7717492AC31F7F97B6ADB8DD8909A4F98196EC1847434DA3413DB6BA0CF33
+89A56B04740CB6CC96110C5CF96804B8FAE70D288FE4597FA8ACE61CAF0E44BB
+3669E83C5C4D52025E92A36BEFFE860E7A98A67664422BE81D56E4CD914F699C
+BA578ECA402B98AA1CA3BB753A57F7215BC23C3A2CE2EEDBC538D04960030682
+C5575E3E096C2D135222BF88C475015A14E7C97E48D44E4D950E0E71C179698E
+0DC063B1D6D5129CA5F4431C737554B6D31B56E605107CB43DD686D2D7AB0403
+CB3D4947179DF88E57CC051E72E856159DF87B925EEDC21C693DEF464CDF0BB1
+CDAF6450059D3CA4DF389433BDBD1A5DF87837F4565C4E11289F6B44E53D58CA
+12B4CC5E8D1E788D31BF67F891AD9C36BE8274DA25AB6710A431DEDBCF9BD876
+9DC4F0155D8E4D423B242539908DCF506BC1C31D49018BEDE9CA90C6827B60E2
+4FB1F0E07CBA0E61FA8CD943124E13A0020928CAB273871BE382A33ADE824230
+EF2947B40C0466255319B8037673FA24144A8D59CA681E5FB9F72920F54E363F
+2FA79B66633F23D7D6E5DC61846EF346F31B431FB22D5FFF2241FF33BBF54C04
+AB7CF22A7C78D00592AB207AE833A0290A9890D3002CE2582ED38FBD0799E5E6
+339DD69DFF2B3E7437FAB1452382D802829FD76D85E524BCEB32BE3A4D960143
+D5CDFBA05A2D09431B702C8748B5783815228D8656957C28D49616056402937E
+E1549014006BD66DAE1AA70A91CCF6087085653B63B22A61A18B700387510C1B
+89B2C3338C65AAA702F32812C6CFF3696B0FAD7DFCC5FCF6D9F74212CEC66899
+15E8936C74AA12F3076EAB07ADD51C438E6379E37F23E093B04C101C27DB511D
+30767186EFAEBE85C79B412E2EB3A346235C89FDFC87523B75EE28154B9D040F
+D59D49348FE0ACC11BA1ED47804744B18A76798C3BB1D74878FBE494A9100634
+37B2310A0B7C2469A140E7C5E9204236690AD6DE575DDB218E92D74AD2D57725
+59E261797D90FA1476537F3AB348B5C1C9A617926CE1B250F2D54FC629593231
+3AFBF618C7BEABB91DC63860ACC655F0086AE44EB8D52268C2E994FF5E408C1F
+1176180E4913B3E9C20AE3A0D3E391E73FFF11ACCC40E65060B023173CF866E5
+0D72D997E5A0CD01F777DB488705B207025798079BD54C3475A31C568BFBCD07
+B9053A24DF6EE8B7172C054A51136038C52CD19691156512E5A09B2F9D944EB0
+6EED99330FFAA7A0EB270D82E3CBAE90A5577684E055AFBA48DAEC86A2AA1EF5
+221417A3F11ECA0B0F96F55405D1820050CEEEE621D6F21E37A0BC302DBE1061
+BF6F8A987A1ABA377961219CD575F4131D74A005097BA4F9630D38F9FC055C97
+D8D56B708552A47347715FCF40E61E70537E2CD698EFEB2500F270E363D5A82B
+6521B620531400CF4BDB5589C5A4C929BE389D4950C943D863F0A450A484D04C
+B09E13CA28DE34D1FCBEBAE8C97AE0629F9B1DA1DBB6ACDC704B69A39F3B4223
+DCBA6832C5103D6C31F27524706D81348BE870C2E233D879A62C1C0C0BBF8F1E
+1A4D20D8223423A0EB882946F022C0154B195F5CD61F7723BAAA284E771F3524
+121BD100F8C89EDEBE986EA9E629C2DE93CA9BAE00B4F6A73F673CCA9634FD3C
+20B0D8A2689D46EAC5C616385DFEB73CA1DE3F06652F2B43B4C1932599CA13F5
+AB4FC71BED7D84FF4AEA3D9AFB5B2897D8FD4FE1E6B0940D4E8A208B179DD1BA
+DB8E2D737E445976737911D3F8D4D331C568BFC5E7A0AF68E84739BE1B5E0483
+9820DE02BE51A14CF6F439B1993CC7F6E6C7D4C22DD5AAB23B3203EC70E18278
+F0FD3FB2BC30D6D9CB2C30B8AB422420B15E7F4770666278630D2F1417ACB376
+C21F2BD02FFD186ECF9994B65BA85B344C9DA7847DD80623E1DD553C93BD296D
+D7DF80E9ACAA2345B2838862977315FF79F1A370DCCE8324D5E41CD630CE29B5
+19DC262F7C8D974BB29EDCCC234C18A4844380F9F2EA5B2B2604C686B3D53984
+6B6399E4E9E1B2192B1A1F6484F41B481154D16BB3C927D901CC56A97E1479EF
+1CD7894CAA4AB82BFB9FE5723FF2E9F8C9E0ED33EF31D6719108AE214D617E1D
+7DFE568EF310EB958B15F4271283AC2A049B7D139C8F35A68F2D1709A8BDCC86
+A27D33725996CBD15CECD0E4999375A300019D15C2C5638E668D7B559E4D2524
+30A6D1ED48B115396B30CF3467C480CF58EAC0C70EB04EB86BEF1257B402BCBF
+5B3B70C063AF7212170BB8011EC48B82AC54468E07525B05A397315C79C53DAF
+6048594F9C890E92DD285A5C14194BFC40E113D604211C7F3718C8208C661B7C
+BD08F001D86BF99589873CE8AD444819F3B8A9E8CE438BA8A4E653089E455C5A
+BDEE313B9318C68E7181554F843A4AB39EBDBC0536F5E411C644BBC7A0AB8EB7
+295996E46671E8F285A915010A2DDFDF92FFDD9FD4883F58ABF2DA3B4D529971
+47DE2BB288801E80E627DEB5817A61BBCEDE1B07974DFCA2C4536F1A2EF31A9F
+0990C778363BA8834A881B388ADA35398641EBFC963242BC2D4AEE08A755CC72
+793223FD8B52164FCD1BA79107ADC685E8199DF9940911BAFE897AD248C9AD8D
+9086B721F87EE1D5806FD029B9B5B137EA1799E11E4934D44DCD28CBE0E26830
+4AC69FCB24EE04B6A385CC58F2BA407C6463DDDDDCEB3215AA1CE20D31A6B328
+623C395F18B1B94F279D81A7538F7A48D2470DA2010BA44B458EDD979908697F
+1921E8719A7D4A12D1E511F8ACF5C71EB5CE70F9CAC8C65AE22FCA65FB9FFA4D
+2DAE648C60305BAF9272E82EFB76624C3500BAD51C597C7FF8DB2ECD964CB577
+137F10592BD435979E6487990D5058F5170610EC8557A6275E6ECF4BA6B9F406
+C54CA1C96F624EB6BCD38D69A5D4AA637318C44A14B469DFCD5854121BC1A06B
+24279A58DA5B0ACD7BFF26182C8F124DFA9E5BF6790319DA9BFAF04AD8FF32A3
+34A1C17CFB257338BE1EB73AA7741817F02C6E247AE3A1E394578FB0BC06D3AF
+027E0BEEAF225BC3F28F03F15929E1B1B852ECF7144822740DDA7CB849AFB596
+5F5BF2840181279C896C662A9D6A630FE8976C9859B5197486CA7AD00E071235
+A9F127498267730714D6BFD0F820B98CFDDA04B23FF9CFFB579FD8D8FBB60A6B
+815B7CEEDABB482403026E6862DF51D523E26B6B16D31E77E1558ACEB28BDAB9
+B8588A92826A372DDBEE219A4F555BAEC8A647985130119910093123B5E44492
+0A991A21B93D79AC8590DBDDA5DED79C9653034067ACE22254053C87AB02EC27
+1035ABAA5C6A49AD317AF466A3D843C0D97D4263304EBD4588A0F3CA758F9D63
+5E8B7D1EFA3711BF9350C03F8689EA1FF8F8EF03B54721D98C3AE25C353D7909
+DC1BB1C7FFD184ABE9EA34B913766017950961C40284B3D30134AE3494D9641C
+E1862E91E2E846D203E24465F153FEE40E48D47EC9A982635527076C26891154
+365B27EE307168FD56503E2C7A33CA6DD7A8B2D3DD3C187970433033F6FB36FF
+80A92F3AD12482D08DAAACDB8C784654EEB7C0D9A13107DD6DFF01958A14AA52
+A1F2482B95803258DB4D8577DF89170FFB124AFAB8857B27549A9222448BE439
+F3765E1D48BC98880D6B0F15C645CC1E6D2EC5F23FA9E7CBEFE97FC8989061F9
+2E855F2883BB698A73E8D3781073072B462E67539A43107A30EFB48682091691
+23FBB40CB65F30E6077657CF37FE008DDADCA21E4F24FC7466B486018C3050B9
+7EB2784C6366E402EE35F05828C33C36638114F677C86DF7CDF951ABFBAA0575
+1384B351CCBCB0F1198C8A39C4222ACBD40E76048A619287127C58D645BF3AE2
+00C94E654DDA39E5D0D88B54D6455433DA52CFBF970958B3F01EA23685268978
+3081C59095433E2AC8C89A226A05236B2E6616B68C814DE1E15D1D810628CD54
+5C13E7E2E881ECA69A3210A27D547C278CBA24BDB2ECECD16FC523B1781F2BC4
+4E99F52130883D193D730BC51FA394C8FF11845333E1D60E6F9BC9B29A7B3BF7
+3C373B81325EC9B7F5B283B0CB1D49647A709DE3A267EFBF2222271F08649C1A
+28D033C29F41CC84441E5573D37DE0741C98EAD1266A13B55594F20FE4593569
+2BD1F6106243C520011C037D79C3F83066B3058E31699ED7A10A65BE995DB966
+3B0F7D216853D1D8338D8045C8E0BD9B73D46E6FDB4D7AEE89AB12A8BF4C6B9F
+547D91F3570A0A487066FBF17BDA3EE224AE86B4638A0287FDE1F2C0B7F5C6B8
+02F02A8FB017352FEC8803497246F1673F40640C96431A8A5EE1A49741C82B8A
+C76C9F2CE22034534CE548C93B262276D1BD19142888463EA713967BDB60A250
+F06647E87B7301419AE020ECA38B3A250776DEE6F5DC74217B6D0AFD14FBF4D1
+087A08CBBC0352441839F001D8488EDF4D37D28BF85F668D393D367487594DB7
+6EDDD4469F600046647E0CBE8B66F887D4AB9716885199D7B0338ECF6534EA1F
+06C2B381F9D91F0D720B784035DE6A98D592ABF17D1ECC6D03896A34ECDA6248
+C515850DCB553F64E41C16C8196A03098BA134D37467A00165E4EEDFE24BE4C4
+0E4084B137CB56B54777F8ABB38AE23468FA9E4BC1FF76EB4C620F13A0304E65
+8CC28611E85273B0C4E4DFAF2D5739632DB2362823CBD72F2D0CC63B262BB052
+DB470AD887BCB28A1B42BFBF987FFDE30388386C7C41740F355C4228960DBEC5
+230B105EF4210EF9E90201A46625CE5C1A6B277333648EE913312EF0DB2B7016
+4A67E16020F000C742EE071B3F00A66FFD52BDBE0F66C0DD203CD843F745827C
+8B8770DC9FA6735C915EB05AF7C1342CCD26BE0A91CF3678096624A18520F08F
+8CB97893C5FEFE5EC4F24BA3AFA638687AF586276D1FC90252C2C41F25F420FD
+29A7925C5FB182AC2D0B559E27E394B3C5C12251F85C62D72B962C3025B61E0F
+78EAFC253636F445C2D5F71C076B1BAA9CB5D7F5CAF4DA7E111FCA7CF3144D1B
+3BAC546BE5EFAC1D5D1C3532614DEE24BB696C2CF4812CCA7C47EF8593A864E1
+E6F9EC3029FC3FD8F9E694B1DD471E89AB12BAD4A87A9AE03E6AE2E7134E2E6C
+179192FE8BA9C0FB015071D454CF7E95C30483C9877D6A47E42811BCC46F4290
+80D002AD5782BAE3E9CDE8601E3AFCFC68F11316913F6B529EC0C0FB300D773D
+492DFDDCF5329F352DAA30B6834CA73C044F7426183B7446AF7E21E36FB79757
+9D4803F11BEA0AFEC81DC53166F94B4A53B3B4923554D17650E868B62ECD82AE
+74B972263AA4A346CCB354900AF8C685313A247F21A145D822B514DEF32297A9
+D5FB047DFE669FB6F8C70F40EA7960CE209948382A3E17BA4F800142AA255168
+3755FDA93F78ED97C887DC1ECE9E05EFCFEC2AA659BC6B73EF38CAEBC675487B
+0ECBDEC00FF268E8E4ECC59D934936EFCA55A0ADABE0E3245EF3298108E86A7B
+89C29C0F1F56A46AF9F66AFD75571D82F0CF4610D66EBFAD9E7570444893573D
+35122EC9B764E1B74123D61590775AA5AA3F7FC71C2FE67C83F8DFEE3B350C5B
+9C8BB050C16EDDBD3A76A6A9E37A31BD147AC529349E25DAC22770232157220C
+1645B8C4242DA01201FCC5E420435B93720CD8713B423AC291E9EB209B0E39F2
+B221CF65902DEA5BC3D2F5D1CDC480F529BCA95494AD41C37B30B67E22DB9FC8
+1C992732D1B7C1ACC8652DAED702E225C232BFEC2279955F8C677A759B25536F
+06CD2AC263441A7AD54F97416C733CB8EA27C7324E0004E99024198C3A5FF4A1
+F65736743E86D8BF01968FFA2CC50466C20AE5A2C92AC2275B9E8C1A29E2FB98
+E0CC714AD9D987AD5CBAD615ED51D7DFD7F3ACC596DAFBC56E5F0803C594E6E1
+3A76B0353104CB81D3B8338885B4E77B4843706771C8CDEA61CEC427D23D1097
+2AEB8727DA79DE654FA445E0FB45A142BD47CE2FCBDDED50C80F83E6842F5A3D
+FA924AE8F274BF888AD5C6D24B7C6D458CF53F00A1B9DE7694E9F1970E1B51CB
+0184214C537E3A5D6F804381239065B4AD44CFF43C8DA3A4E76963E6DDEAB2BF
+93564EBE6D79E455D27547FD8CCD1368EBFCAE5F843F12C059C0D7F3AA614B46
+36BDEF344EB4A0E236F5C62491BE28E8C3BF9F245FA7A4C3C5F72CCA8AF4331E
+5E732BAE3B0B2976B01C2EAC10CABF1654F33B7C04B25B7EA8474EF2C039A119
+515FCCF3BC1C0EDE466DE5CDAAEAEF793E5A991080CF998687C61D3460363C21
+06FC202594F2E27A0478323755A17C411EAD1A8D818CF2919B438B95CB24F26A
+033816D6C2FB7D0C8F2E23735C9463B75EA26712C9A89605ACE2299C045D4BEF
+B72A35CD5FB8F83E54F352E626EA650CEC454EDA1A852EF9BD41724F261D5DAC
+33AF34478AFAA516D05B109B52CFBFAAE13736BF793C0BB8D342B0200B48841E
+B256062848A75EBF3A447D2D36F89C1F147F7E2812797A70A7DD77CF4ED98F63
+D4F83BB79E0934A1BD2C001DC28CDC4FB5B524E871DAEB77AD39A56DB0894827
+057917A25CDC2E9B6DC02834B255E3AABE35B069A17B209E05F694FD8632F5B9
+89AF90098334E06C64F9D0A55DF33F534F56D7D767C3BF5041FBC998648081CA
+F318ECEDBDA05AE27B07713ADB4E71CF8B93FD738D6E5EEF44837C7545638481
+1398FBCFE9EE21BF7867D0258824D134C8E383605BA709D8AD50A875D0727660
+AF405FB5F5DB979C65E0F123672C357F47E0ECABD9B99EF1283C8CD7B04171DA
+486B46209CABC0678905B96CC001C359322318C68AF22C3FD481B6C61A0BED4B
+BC593A30DFE0FE88084C6CDD104D462C4DC3444522DBCC065848D28F3A6BDBBE
+7C4B15AA829593E1B2300F957302EC70621EAB0BD58F74903D6454D11875925C
+5469D0BE28E367029C2AF1F87D8D45EDD0608C59274E54560418BE896409EF05
+011918A2337997D9F9D723FAB23A8D814CDBB8EC36D0C22EBEBE4C772E8BB40E
+7375428B31F319BE3C75B7FAB07FBCF8AB3C4F7227334588957357553E3764CD
+B445958104C1BE9D21ABFB914926100FC18F71C7B5529E6D925D299978966215
+B5B65E92D0422A2BFAC6D3E4349A654B8712ED43587FA3D6BE445E1690EDA132
+E23E63089BCBC08A26DFA82F21636857B48EE26D1E958BDD320B5CCCC8556C01
+F438B1FAF04B66DED839589466BF19836368177E759C87D75B2CFD45722FD1B2
+CE7CB4844309A66EE0AF7AF7198A1BA1B750A0227DA520333E92798A59D17DCE
+3576778B00D9B72FF003883D288658BAD50D3F6648DC7E607081A42DB2E1A14B
+1044DBB0D645F01EB14745AFAB99F164D57BA9057155D7C18DD6121D8DEB3EFE
+C7E0BE3F4985D56E6B11AD2A182FD405E6A9C8A21DEBFFB8AF52576B4587F674
+610B70CA5E1E90515DBD308205A6C5BBA1C4E8EB679D095C484C0BB4FDC9A5C3
+F4D1B2B4A372E54F4B6BDC4BAF6C59A878ABB3D58DE2FD56125211099C680F83
+4AFB4B1913EAF9D64EB419ADB7F33708ACB8AA6ECFAC7E793DD9AC5E7AB5B657
+1F183EB5F296C5A5594C9586F9190290A525F10CE26ECBF24FF40185D5B2C645
+A29D7496AE1230133FA8861A6C8F5E6B7EA54E5E384DAE15493D0FA9AEFB1B5D
+10B9A06629029B1A41D3600BAFCD9E897F8AB40E70CF604E23A995926C7EAE6B
+77C666FB17BA2ED65CC9DA143FDDD05F44B6EBE6AD50D614A1067EC7891183DF
+8E315ACF3C71B4445F576A11850405454159B3EE0CA681D662E26C8A445322B1
+A49E63C9E73C09890E506A12A363DF831D652CBD78EB0124DC9DD6004E72A28E
+075F1B2F9D5ABB962511804A9A4DBD4F3400971C513F8FB7FFAA58A0A94A55A2
+20FDDED2E0211DAE355C9E9D1F4ADACBA64EEED2C4E4059FD88A9F747BE4D5B6
+AD0D9C1DB29DDBB758DD8E9AB1A0A5691A8471E75399203F387CA66D702D3D70
+300240F6A05E253D25ADD3FFE72C98793877CC3B64270D7A91C4574399FC11C8
+333863F736A8751BD38417EB935CE245294E54421C3F306F7DDC56EA2E3646F7
+6825E6920BC70700CFBB1D8A6A24A6A62D2C16F425EFA2D41F4EA931B898C8F7
+6EB6FF2B9FFC0F8977C428027F8640613BFE4A27017A46BFD684C81A7EF5497A
+2DC69A4C0FCEA1EEE3EDD38F536FC8E3DC49B5874A3FB7D8D7A9B4C7F0CA9845
+4088EC3B25EFDF0B4CDEB9145366587F750E8492A4890E1E26B6E96ED6A8A074
+74E398C58FF8271ED29933D322855F3954F8EACA1C7498ECF7244421E4D57BD9
+EBAC7983C7B31761A76B33C46D4C0DA1C9493D2D597B8E7462559811E1FFE3FF
+8E6053B443C86B51B36D697C2D7AEF48089443B3F39785C97C976329840290FD
+2B4983FE711EB1F5B1DAAA4FF8A763716416D52AE3760BF3ACB4C9C54E3E2F15
+3D2EA807AC6AEF38967A8BBE0FD911F1D4A469B0E74824DDB1759EC40ED518E5
+EC715E29227E1633BD499B1ED28D61728A0DEF956AAEED5A62E15DAD0E399201
+B0DC767B87D6AF724958BAC4282B38A0AD7745CB5180CF3B5597E610FE49B229
+34A929AC7AE1E43BAC58805D71D7BDF1F03981540D838BABBA6891C6C5EDCCA8
+E8B2B3C40881CE8AE30074401B6B316D7BD36A0B77A223CF4A52348C491FD2AF
+06A61EC039AF38155747A057806128D255BB08D701E1D9FFDF0BFB1CEB94599A
+016777E05DEB327DDF4B92A42A139E643EC417F4B74842839A9AD6F2951DF565
+9AF23E5EDB5E61B955C38A62771419AE528F2B4C256788D3CD00D60729A924A2
+C3A6F1E967F44E4A8E15EBCA13812AD7200E685DE2CF814E1B4EF1DE98B7F75E
+C80DB8AF980004E0FDF19A86D9A205D9FDE227265646DF0B5C0AFBDB37650199
+041BFBEA69DD85D2EE605F6078A44196380C4FF33EB7902C8D7D93BA6D855BD6
+C703E14B509ABD95563DA6E2DF0644387472C6B9929D1ED3B3DE1B4B1CCDF79E
+F14C71ADE91358B81E4DFFE8A27C78DC5B9EFC417978F2D1617C856FDCEDBBCB
+099F1ABAF12EF5B99C927347686A3D12138BFA6F93197E9DF315AC23CF0F1510
+41FD7DF782328DA6BFB0848478C4601E7CE2CC1C86860BA80769009F50B02F89
+913B73EADE5F30A07AC265CE5F10CC85FD9F8A01845750EBCC5723D6693C442C
+3AB8E8E7220D72087072DD18EC180B7919FB2754830D00E67C50A1A856189B9B
+5B42009D46EC398BAB69A329520E3A69E52BE50DAD804DC8BF6422915F7F973A
+88AFFED97F5441A660EB8BBBCC0EB837E49C674D2EE4FADDEB3DF5C95AD33CA1
+65FCF9BB891A81F4E6CB43ACC8FC5D04582B4FFD1BC693B7E1F3800FCE61A0B6
+0F36094574063EB06DCDD023098DBD5CD1A5ECCB9F5B9A2FD870DD2882C0B5EB
+968A9FA2C9939AB4E030BE7C81AB59151ABD131806251FC234678D8DA2ECEEE7
+299A7070E98E9C217C5F39F4993648C74F763899B9924B80E141AE53F3E5CFFB
+C7648E1E190AD84AEEC7C7184E0516BC0B406DFD3A5E8C7F50A0BB277A04B929
+BA1BEE8D5A53624A981B634AE848D1926A11CAF26B52AEAB8E203BCBFB98F934
+8395BCF66D292BE4A2E722BEAF7DCC221C8CD1B3A9B0174604C580053D292482
+4D704776A56014AFDFB9E2021E7ABCA60EE6C8E2A66B6B30BA79F8A454B0DE80
+CCC4467B5F5314D3FA3CEDDE2706534EEB9BACB2D857EEEB7960D25191C1F5A4
+48A7279C07148C405FD45508D01DF3805015D8771276DB5C1C03B5DBC48CF398
+F8B42B96C1C778AA38D71E7536B4F37DDCD548C4DFAF24B551BF0EC5966D2E1E
+552319AF64D964BA71F14EE28B34B9D27C9FFE7CFE84180364A27B9F19192B97
+F9D346C49FD317B84DD60154830A500F8E2AB521010D0D1E84FB830A1305E410
+9E2EF505FC4434254D295AEDDD5F0C0F2F70065BCB38B99BB24469DCBA4B54DD
+465DC7AC71315302664E27C5F8894201E8BEFD3070F64F1362DC235BEE7C1146
+CB22C9CD2AE7C93BE8B4FD44EBBC99EB8E0377D4CA26BA015130E02299639E87
+5FFAE46D00BD8DBD7A4BA42F1F15301369FC93F68FE14F94BA0535E9C2305AB7
+0090E7DAE856EAA4DD76EAC1218CA4316634A223FF968984475F967F3F8B53A2
+FD8B1AC32A3CB2E0F21E9AE4AA8E358F76CCC977DFD2D5773448F5A0095AC717
+74868B35082925A500A0633613D1A77E5F03DB34BE3E7D442487E8A75C7AE16B
+C86D81B2F578F182232E623FD67D9D1D96722205E007187DD453071FB4687ED4
+EE9A9AA4257241331559EAE2EF5ABB53DDC805EB73A9CDAB7E035DCDBD8EA347
+9AE5A27FED1AFA9107F15E9C27548B54E902D2BA446D637056BD65224833023A
+1C0506ABB1295CD68CEC7E44E00DA11EBFF4898BF02E8DD24A696AFCFE2AA8FC
+43445F0F28772ACE55C67A07395C490C8FBA755ED5344074767020D923DE6FF6
+BFDE2CB4CF918BB2E1DEAA580225D919E8C4C9D9DF2A982CEAC1EFE14A1BF587
+DB417A1BCAA96F3BF7C2F89543D3161DDD3CF375F25EB3C03548EED29711B63B
+4C844BFCC3365927E12FF1F091420E5CB4EED8C1CF2EED938541F617F60FE5E9
+DF1887B997640AAEA37A804D0459AC3A06FDDD651BDD0C7DBEC91E4C9A5FB929
+AB7A95222D0B415C32A9E8F5F3D80BDC2552AF8860754C8E08FA6139DE10104B
+B6FA9AFBEFA47464DD7793CFF269894CD1AA683CCE470E341F49D91BE9E24FB2
+4E2C6C22F278B25A8C7D6F6FE310A01CCDC6B7E48B61A0C3DA5E49225B48628F
+F2D0A1BC21057ECFBCBD4225464F33D0DE3891439596EB510458003C8175901E
+7685D68CC4C6CDBE4005C77835D21289789553973A67AE1349CF077927445CDF
+FB15D75740C440DA29BBA591F6DCB687B05E18C8876E6C2434F54CC8426C6F5F
+E2DBEFC8644B8E33715D9F578B3A0D619D83153122DF8321C331E418570F97C5
+6EFCD02AC636FB7E417A224E920202E8D4AA38E772B40B0184410DB8BB4E22C6
+BBEE7202C0A425C4629698CC03226DB0153127FAF64A5C6754FC86ED67AC5346
+FE30EA92801CEBD3E4631B5FA75D9BDE707FBFEEC5F67B0A999BD98C57822854
+2EB2825D0050ECEAA4A03FC0537ACE1A4BC1EB7E3A48D38ECC7013933FA67A15
+46C2A20F4A6A051E35E6CDB50660074856AA20E9FEF5F4287F2F74549869D517
+44808CBDE47524BE0DDB3AEAEAE5A906FECE5982328C899BC8E83E1120C37B34
+6497E56B2F675FD225B470970D154E0C2A1A3AF034374AB786E5CDB5CE7EEEF5
+1E357A4DD2D07BAC77B98D222312F3F51BF938EE7F22D16BAC92ECF722321362
+FE6790D4DE5D1CEB53C3EADEECD46546D5272D4D1766B967C9969FE558275782
+4C17075635A0C6AB992FA9A5760CC4EE6486D9B22BD107989881B666C00F7042
+7D74B119B6AFD9D6DC6C494957DF38B6F1AF6ED25EE0188A32E2B1298371DD9B
+062949D7C6F928FFBA7E405211A795403453D873027877FCC17F8689A1A919B3
+510E1ACDACB62D14B268A1090998901C590937765E290FDAAC5E774FB51657C7
+A09610DD8F2EB3BF16534BBB9C1EB494114AA507F48DB5F65E84ECC8E048EF58
+28A1E5ED12EB2EE61F1EA34200BF19FA3D09603DB60E9D59662984494B9ACD12
+CC0A7C16CE518FCC540468867CCA4AFBFFCCB675A0C4303333DB251FD8AE7015
+662B2BDC9502CBE62901D85945E1B4C673820204EF879C12255C04F85A817F61
+2A381C24963B556AA7A2219D4E754F3038BEEF1511A9C254A64F1C789D6CE809
+E81288C988514AE1AB283D08A28F17C675673DA93B910A2FF6119E240E532BCB
+B7EEE7899CAD9A0EAC0F1BF3DCA0EE66B9FD57BE428B26FFB026C47278C976A9
+3572BE3994AB8E04784741A9A49A0F9C5C25AB648CB0449589BDF5EA012AFE6A
+2EBC9594C8ED5F2B927FDAAC01C9AE76D13F4D3C9CB2F0524D264B43254D20F2
+0970850B6FC2D65E1569D53D9A92D850591CBD44E3052388780C9F2AD49A3808
+5C57E53143EF9EC10FDD4B5A74323FEB07133086AAEFEEA278DE545E333F840A
+C147FC0F6AE6F86F11AC27DD126F25A0F419866A99B3B8BA2069A5C453799770
+2795788DCF1252CFDC782C4B410D30263B1C2EB472D83D0D29D5C59C7E714435
+CD940A8973CBACEE04F95860D111C153D7EA78127EE69C52A8FC3C74F5B459A7
+4EF67525FC84C433622E7352AE2F655896A143D68ED07E144F9D567731E81370
+521C0CBB72B9C313656D04A9B6183330A354005E3C7D396CC90F3E96994DF1D3
+7992D52EC96216ED3342A53F0A9150422BBB3E5E42087941C9D7F23FAEE9A2E9
+D8E149AD69837D1FE86840E0D747AFBE81C70CEEBC03348EC8AAB8A891DBADD4
+3CE47C351BB122010F99C68D8EA2FF56B010A0D3248300655FC3B479633A016C
+7BFCDD01CDC85F63041B38FEB32546D0F5D4A015E0498EF2B2B206461985C38C
+A02ABF2D857B3363DCEA2176FFA1C05AF8E0567F6359C9C8A9FA493BF53EF3AD
+D5C8C05FCBC3513DF9A404C3D8A976CE3430419C5942EEA673F3721869AD3BD8
+94C76ECB48AD0ADC96EF54B897975BC0B187C81EE3A93BC6C786E668F2E06FF6
+4FC83BB885C0786C955623511B952243F4E98D5AF88B5DA757DC5EB39F9808CE
+57B0A422DD2666F15A417BB495B307DA49D07A01032DFD22D6E2A5362804245A
+1420EB2D684107523034DC8876464BC393041FF15910A34F33DA7DED803C8F86
+A268C066600AFFCAF232FC6C0A86261BAF00B8AABF9913E8965C37CAE18D5966
+EA72D6CBBDBEAECE2F8270359D5F963EF175D7D4657FEA6D2A558B31446D660F
+A890E7F307F47932D84E6B98E6A720562244A6BDDF365FC3AD8382650AE00627
+53958374D61E6839F9D0666AEB9DF8D9CDCDFC1D16BFAC4CC527AB896F4FD6A8
+BA6FC65CB081A9A9B0D95A7DE4BA8B8DC3EA5A9BE38A3DD11FA02ECF15C06AEA
+7A5C27BFFD61ED8FA84F578E51DC41237189A1E97372A6FBA6916F4E2970D0C3
+9AACE114A2F85A0BB97259436AD7BA8EE7DE2410811DA92585141CF90D578A7E
+A6BD51B143890A58FD48050331733A5B29B4E34C0DC8FD43FED90241CE86D9AD
+83E528D47CAA3C82E6690EADF2162F739697DAF1CC6A1344B35EB6CB79297709
+6ED5DE630887625D9C005FBADE9AFF69925FE28F042B1DBA80D2EEE4CE52F22C
+3EA4ECBABF419D961E65945FC969AEDD3976DCF7C8E594596D125BDB25070149
+597C07944D75119E3696290D44CFA8343734A09B61C35E635AAB43931357A3A3
+40985435D8EEB9D79B585FA28E75BAFAA37A0CB5180A72BF7B2C96DD6C7DE552
+53EFFF5EA140D8241A3E7A84BE206C3BEE6AD460F4707D60E8ADD88EB445C74E
+A2C48ACD4ADC983962220F6F20FEAF315CD288FA12D3CAC7DD2F5E7FA74E5F0D
+BAF3907CB4FFE2271F3D2B623223659B7FCBB82F73098C3B78757A004156C85A
+740A3F5BABE8B5F2A171872BB778F6D3D7FF1E7917C581A4F56107E9840EE700
+6E71D054B7AEDB2517CC4FD4727D5B1BB6BFA40BB8ADD2996366527767D45071
+BCFA8E4BFC2D54045188CA991A11CFC3C26EDC1BE43B6A1368A43E86B7BCF416
+8FAF076EAE8FBDDCA98616F9004315CDB8D3239573C196C649A634A0ABBAF044
+265A535CFDE9323CED6983FEDB280FD5ABB28FD41C3B01505863B76C0288E980
+112F3A283104EE860D367B06E33EB2E6FCB67E067127FE9C24C1E22A71C81151
+6B19CD2D33C04B1161FF1DEC27F9B838B3F0989B58272AE9A1B74CCFB0F070A0
+001622F43C633E101C187C317BF2A43090627414D37995870DF96630CBFA9DC4
+DE50F66C5FAABE4B81A888966A70599DB72263119071B7633DB8C8F366B13159
+CC4E594EA9FF3FF8AC16DBCE9D95B8DF6DEB858F645AEF34FD04806E4A1B1698
+12589ADAC3ED535A8E76CA43C33530C20BBC4CDD679A6F522AEC1C7804C8A903
+922574C8B84B8C5819EAF01477AD5B0D6C854633CEC69772164A119E1DEDDD7F
+DCF3059201A39F0235E411C7164A6C8915B704D2EA4FAA1E590D8AF51E1051C9
+0D5004D32B4150E41E7A4D2770BA7B8FDDDF018EC338BF2E090434F9E5CDA889
+190A67EFEA6DC50F3CE9DE59D5EA9656406EF9B43A6E01E0CBAD46407086CB47
+6F629903AE3E1AF630F57D729491FD399D50E29A56581CA963B256C5F7BD9E9D
+824C251755CAE19515BA9F6194FAB726BA136B84E04C05B9684A74303269FD8B
+170058767212E78D789D3234F3718416215F6AEB5B71CDD20E43C95FC93058B9
+BE5E5B888634A1C2F43903DC2DE32081A81D9771846F0FD159ADE0F3589B9AC4
+D1C91A93C4956B697394649A39509C9F815748119B2342E248CAD20D14163D21
+A5D233864E5512B8102F3663776230434A6544DE1C1F5BEC0E7A336D8720108D
+D06744A9B1466E532FAE8591243E56539C9846FAF3EC7D700055A2A5D8BA0CBF
+6F18EF972EB39611C9FA95B161416EEA73FBD218EA88BFC93529B7CAC8C9C5DD
+1A77308E8EEE4DA9FD5AAE61FB1F34E8BC209764DDECEBE291F42A5D9A6D64AA
+157F59682698D125F68130BD4BA461858AAD1405CD1CDDF2E789012FDB7763CF
+D6346AC1C78850E98BB059B178054F7ADE86902BD25E0693C7932F1FEB7A5880
+E0DC4767C56FA2C3D496DD0D4CE4E0D44D2FBA51D477A59A69586393CE19CF31
+2D4EBE72C5581DE94AC18885151F50E0DFEBE1743C0A14E0EC885C529958CD18
+519ECC1D7EFBCCD9DC294EBECCABC080562BD04451DFDA54440CDA8420676E67
+5A3667786BCA564C79F52FAF19AB535A8B8ACBBE089541DEACD9DBDD42CEBB59
+CA75099FD335A8AEC3A5536E9DEE57979B0AEFE7515C4464DCF0947C0AB3C763
+98A44E0E527CF6606E202100A4FE71F6BA7726CB955B04A89580A7B08493190A
+7EA9420478D6DCBD92AB572F7F8C727868931A0C28EBB15FBAA2EC12D98E31D6
+1CA10F5994CB66D0126ECDA8044FB35A0FA8DF33BD879594F75BBB93953D59AB
+0075EDEA305BB75D44278F305959D6276A4CDEF26368C50320E0BC25480ABA81
+6A2A30A127560E1DFE0FBCA4F7F5AC1E5B97F639F50BB96998873258E143D099
+B73F9F706A977ED76A39C11CA9BC8FAD4D1199F9A077B823B5C8300539245192
+7C6824C0A3D9175659F6B2FED75128394840B059A61092AB4458E3487A75A099
+39C1666168B21AD14ED227F73DE4D8EE25979E799971D1327B5B011DFCD6CE56
+FC78008B854A9B679EE444FD1D5CDD0998791EAE7939080EDE54D96AB07844B4
+23E83C5DE12DB3FEACC96813032EE0B6428AD953AC44149DB8540023B4507BEF
+C1994CF7C8C257B85B99E36A0FBCB365CD41EEBAE82936005E8181371CEB7234
+36B40A1578D82638617080D2ED4B90E831B001B8E3A6B7C59BAC394C8EC4D05B
+5B53BC7844A36CC151645AD1BF34FEF8418926C4B2B6D69799B7579ABD7164D5
+55E3AD236674CEB8C0B6E2CBB3B2DCC81FFAC32A0E0EB07E7CAAC77C6E11613A
+471E9DFE0CF21A5C9536EA5C9EB63FEB03287CD984C40FFE92065533946BF406
+B552DFF79840E401E79D5907FCEA2C439FDC8F1CA96A1EFC6999707CC21601FC
+0BA7471736233825C15CD95AB6C8E5CD7B91C5BDFA9251582C76FEE232E8BA64
+E03875FE7146BACF12765D0B8A748F4D48C59235A4DB7B0E4B2A5172E79762AB
+97A7071A880427369FBD9AA6883D804A576C601E3F193FFD39E8EBD04AB2C4C0
+41490B7A3C8E56C7E4ABAE882AA0048E60832CD3BD561A8E10C4C41A06F78C10
+9D79102D45530AD76893EF2D7B633B26827C5BA2FBFFCDC65A09F11A9852C408
+94853BFD23DD4E46E91C3846E46DBD899A654D194FB8B4C4CF6C57FDB1C948F4
+290FAB8BD0051FB63984C859D584657823D0AF750F5B3C6A1C7556283C28F66B
+086C50D01150B6219E45C21C6160A27F451848EE04F3E3B64AD547D32CEBC145
+58AC642A5D2A580E800B77CF7274F74C233A430EDB94BDBBEAE2725635F9EB3A
+5181B54C97FE86EB0A26F1DF9E693F2E68D8A0A634CDDAC30018485539ED90ED
+799F51333D080A1DF2C161619A42321240635DA6F8D27B80C6D9F19C68B83B5C
+B28876F1EFEF431996D18376A835FD3546EFFF51B83596B7C938EA280A07A2D0
+6213774B1F675396FEDE04096E1D251CE9D3F81C645636E10E091803F9D62411
+BE76376F3139BEA2DD326C117D987C4997AB901023B838B10A61D3B3CE5D1F55
+82F7750AEE93F3EE4DDA0A3622F1FC047453003A7D7FA6D0A41A2DAED4EAC68A
+0593DE2E2E6BB8F992E181F3046B113ECDB0843604BFCB877EB94A8085AB5E90
+FF22A82F6A7B2DC812C203714BA21AE05256AB7236EA35338C601EE8D6555EC0
+BFF988F58BD9872897A8029DE5082314D431253DF2CD3BDFD0837637F2B10704
+D1F9F8F84C1DAD30ED41CB91B3A03C1FF8ED08BB0EE57A32554C3ADFA5E8DB34
+3FAEA2CF0C72390DCDD3FAD70F2A24219C9E2ADC933186745B4DB33B6B5E67D0
+313CE3C262546EF8305EDC13AFA18BCE854758F34A94DB50DCFC9DD4C8C3854E
+CD423E47B5C8354B1E154329B44F37150DBBD55840D12424F0BB36A35132128B
+CCB662A0263CF32693BD23433AB3A05330E224BAFE243213C205C56B04E889AC
+3837E5A6C7D2D4EC87F7F82C53EB11BDA20295DED03DAFEA9C8CD1C4C82AAFDA
+E73C01E0557231E260ED34FE9D5CF9811B8DD3F348DB12C05F4BF202594FAC93
+104A7F13AA87F44C898A29D961AC000A66F2296D773ED201E2C6F5F83E7C7770
+0CF10C253C611BB093C2CE363401DFA5CBAE47CB2C37444D96A36E28C2A4A900
+5B9A212205378ECD3BA262E91C5E947D8CCFDC58D99F46ED2782396028AE9BBF
+2217B6FF943DA520090180F1D3F8E78E4E1C045D326045BE60B092E5D6A83302
+D302979377B638396BA1190BA7FCDE6B690897570CD23EDCE353D0A6C588D075
+70918AE26A1B2BF1426782E5C787D5267C7321BBCF50373332DC52C3E7D41567
+44D8EE65B763C0AFFE36F16A96793FE41D68B97EE5ADFBAF799F2950920B951B
+D90B96BC3819AB4943D0673F3CB6F324ACFC3DB65DCA702769A8CBA75DC4F647
+922A8811A58AC7752C35F89B04A217CDA26FC56B543D8B44C70341728949F165
+A4CEFED18FAE38CF68C727CAEC5F05E6CED42196550E3BD010BCBFEE03DEAF44
+3C063B7B45F7595DFA6F41FE6B4D3ECE2D8490F286441C2156522F9A412A339B
+2086BFCAA178A432DEC20D657FF0DE899C65F9823C3A8EF72D48C6EC318289E2
+2F3C3600979B8DFD818B73030CF2D890E198A39DD66D0ECC47734AD7B421EF9B
+DF76909B076FAB23115376BDBCAAADA9340F04BB58327FDEA41E6185E30E0ACA
+60D59FCEEC24086636DBEE28158077F210AB6C54415A8D3BD89FC3F7D27E71B4
+84869DBDDBEF01318EE32EC77F36AD74F10E698913EDE514C8B8FA468A5E4408
+EB41BE218EAC188ABCF61702129FD945C63BA8A33D3EFA42796A6BE90EB388E2
+D5F4C23C02AA939B3A2B42BB2B23FC4974DAA8BB188BCC9895B523F44ADE558D
+ED151B404F0C1830792855D29AE579798672B343F0B8B5B3E5876211B141E4EC
+68D668C30CEEAD6FD90390957D668DFC6C04E77600FB552F080CC91C8B1E86F1
+B5F8A2455D289A388B60587C4F557E71D8CDBB64148A6BA4F5CC29C832D3E5D7
+B4C6D04BC8DA551EAD63B903D9234CF1EA2DB2B4956CA69E2F7B8A2CDC27D490
+2E2C12848B8B05002EE57050EF769B20A32FFE792F710F95D7E2FAD445E29BB2
+F735CBCDD7D55CF8507D04298794EE375DB5B2BE8BACDE469E628645BD4E5389
+1139C70DD86B354DE10243E3B8A7354DBB71565DAA51EDC8D52936E3A84927D7
+6701AFC0F157500F10014B4D6950ACCDBE62DB8CB09735380121BB020D6995B9
+B9EE862D1C2ED96EFA91E2F53FEB696108A3BAF6137234E61D8EBBC14DDEBA3D
+21ADA2CAB8EE887BBAABC13F69EC5561FDA9489E6DBB7C489DA7A9E881988318
+EAB708AD0C3DF96227E92287968D3CF923BBF1DAFF338CDA53ED7C0698FF41AC
+880F6D798EE930C1E31203C769B6A9F3ED6FF2D67C23752B94BFE78B15EA27CC
+F891DDE95D54A1D12126AE4A729793636586E86CD6E6E8D2BA60EA3E0DA72CDC
+86FEF4BE4827886E8796726C19AB6FE2DFD63B3AAA1FC38A4B534C0D0E09B46D
+6FDB84ADA88E64C57D9ACCBF899B60D2CDE73FF91D97A540201B2E6368EE48D2
+019F03330418D9C724495FC090F300E7B2409732FB425E6B9C51E900405C3D94
+C7DB8A48BEBA05AFDB43A280B8BB603FB5EEE4E6C1506D8767E6943910EDD3A3
+B4A8F9AAD451E735875BCD359B1786EC2AB91A40E731FE4ADB27545BAA8C2221
+1A52E55276F78EAA26EBADAB8D353DC4058DA36E0A9CAD37DF0C8E90A410777D
+04B4116C830E03221B86A848B8A91A29903AA32BB46DCE0DB77B45BDC9B34E56
+2F63E3A98CF4425DC39BA6A352A0A213B9980B16E273D5EE3A1D40031DF39DA5
+44E1F1C845A196A8C16926AF74235ADDC00B2AD66CABF381C1891BDA611771EE
+CDC1C8B3AE106E926DAAAAE66929752D0279C99DED7F5C48CDE59D7E473946F0
+7D460C75D0F873D8D8E89DBFDCE32D0C366A56E113FC8AB121A47943587B156F
+EDF3A71003FC6A69EBD7912F92503B5DC434ACE7760C2486DBBC2B96E7A0DDC6
+6E5EC0024CB31F5E25BE49D6BFB5D52306451BA08A257844E83A2D4005364157
+E5AF6F927AC85A39F20A9C0C46DE50EF4AE32EED8FF0335139C95AF705340D8F
+894C113A5FE050849AE5A00C88F7AE71CFF454A108D7F1F30CBC2B6A7E5CB98B
+B8F0AEDC7A313E4555C9FE8D607BAE1EFB8472FF8FF81ECA11B72C13C61DD251
+D543005AF47F662F07140229F6D264B69A9D7C30BD5E07987FD7AB096CF7D190
+AFD5C8D48129A461814975577515E29436F978F917ACBE6BFDBBCFA7B02F0E21
+908DF02CC9CBB7F7E0C156DF16EB52683A10AD3BF9C40EF2B6B688C7093CCC9D
+A2B249716639A047A0671DE9E5B0933A8CD6AAB257E32D6E0CDC613802F86773
+1F478C2BB9119DEA583A19CD011A835C958EE0EB6EC34C4096FD0C2F9B071EAF
+61E75577B4E9CF99060281D2572FC7705440C19DE6673A95F8054DD488306B02
+261B14102ABDA416A0243F6A00DBCDFEC96DDE17C88E19A076A557F44449ECC2
+15E85C12C9D4422BA6B54E1A0EADBCC528AC542CF5E7DC974554AD69FF929366
+D3825F873A1509411EE778C60597B3A870F080988EE105FBCC657A360653F7CF
+E26B27693E087A0AB174CBBA37909965986BDB6144EAD0E23FF38774BE454B14
+6D28A899C7A2B487BC8994BF38D46C59CBA2FB5FBFDED1B5910326D8F25FF4A2
+F969BB37E02A5D143286D01C9AED26E9E84E44EB8A28ABD3D54BEB5F9F6665FA
+24246DDB963F67ED56079DE1F454F39D15D48090AAD3CD1D281B57F9D820E585
+CBDD24326EAF30A8251CD94B24539B1B3ADFDEF0F048B91AB5845F4D5C40C29A
+D4B7573D6E00A4CE24A92C65FAAD6002DC1DC0C08F480378414006B32EE4C7B9
+4D8D9F8CB1DFE8AE069F124139780DB859374F6D223E113210BF5EDB4051E34C
+A3461243A43EDA7824A6987ECD3B13897A1043A602EF34CB1BBF726F6965F1D7
+B61905D49D3996E0FF425908440D963F20226D52ED475F266E966B09A92016C3
+A5BDAB4E5972AD41BA17869AB9EEE22CA3A80935FBF0DEE79AA2DFC4F6D12C02
+82A42B6D535E5857148BF24031F65DE6B693E70FEFC88B2682F3A6DFEE15993C
+DA85B6CE22574C9F2978DC549D76410EB857A51729A179004FD3AAD37C0AE783
+C1F73ACE06206B08567A930062577EFBAD5B0F3CF19869D87126CCD5A3A33B76
+98C9B1BC364D829BF3E830936DAE3B7A89CF99D6A2C57CAD05DDC2647CC8B3A0
+59285D45AC09CC858261C6581453AB155C9DBF6C64A857F0BAAFA1DAC0E2D5B3
+18F2FF151E3B087E4FF4A762471889AC44C13730DC7D2391CCD2512A53479E0A
+8F3D6AFA4F21C6B97A8BE1A1F64D65E8D655730F4590D0676EC19C7010C08BB8
+CA7FFD7907868737E5FED6D4C25960C8E0C6E94B0A897882F9FAE112D51AACA1
+AECC802FCE5B49E031FD3887A2C745F81D814A8B1D4707D1C60809887B17FD84
+BBFCADF3FD65A373A90E47A66CB78C0569225B7486BF9A65E01ACAF0CD530F52
+D5748C79B211DF172E4F2E79C1DBB120E5BD8F9FF1E7D598DD51BC73195B80B3
+837497CEC225CE1A9B2AC093A3EBD76B877845357F16C4207C2A469081EC92A3
+C036B31004E32D5FE8C7E283EEE3C153606DB3BD22C65076ADCC7B85ED412441
+BB320B1A8017D241D89B015A52E30614690319C5E08EE607B70F5C9E98C7C231
+1F73B2AF40556B1A9A866ED143567F4092602BF3C5B68544F645D0B57FB85769
+2017C329557B3BB35071C0670EB50A6F758612AA37BB33AC509D31576965C603
+80A0A142F117D7D4DBA48223C5A9E21F2B0C141F4FFBEE9A2B33373C3AD8B6CF
+52A2CFB2C8E2002F566B02FDC63605DB74DC8C45B02DBBB2FB6FE0B5215A81A2
+F82CCB2835E138B4E84377C67BA6C7E545DB8134055A60E41AA09D54EA09B542
+E9D629C40981672FB49B1B6BE8831DE961965A2162F012BE19EEAFE1BB9758CC
+ED4B0B378B1A92E28BB3F4022F452D64BDB862F8113AD7F94701169527C6F050
+0F9AA309B546A0C782C31D4E0F9F0127E6964891589164D79700889D1A37E058
+69AFE24A16CDB03D453B32EE54CC21119148F3F983C3F08E5B507033AFFDED5E
+177C03CAFB7DF481654BA7D32BF49A52E54E7241111A00BDDFD91698DBB8DA5D
+AD
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndFont 
+TeXDict begin 39158280 55380996 1000 600 600 (emacspeak.dvi)
+@start /Fa 197[25 58[{}1 90.9091 /CMMI10 rf /Fb 197[33
+58[{}1 119.552 /CMMI12 rf /Fc 133[43 51 51 70 51 54 38
+38 38 1[54 49 54 81 27 51 30 27 54 49 1[43 54 43 1[49
+9[100 73 73 70 54 72 1[66 76 1[89 61 76 1[35 73 2[66
+75 70 69 73 7[49 49 49 49 49 49 49 49 49 49 1[27 46[{}52
+99.6264 /CMR12 rf /Fd 132[39 39 1[39 39 39 39 39 39 39
+39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 4[39
+39 4[39 39 39 39 39 1[39 1[39 39 7[39 1[39 1[39 39 2[39
+3[39 39 39 39 39 39 39 39 39 39 39 1[39 3[39 39 39 1[39
+37[{}57 74.7198 /CMTT9 rf /Fe 197[21 58[{}1 74.7198 /CMMI9
+rf /Ff 139[39 3[55 50 55 1[28 2[28 7[48 58[77 38[{}8
+99.6264 /CMB10 rf /Fg 214[35 35 40[{}2 90.9091 /CMSS10
+rf /Fh 133[52 52 52 52 52 52 52 52 52 52 52 52 52 52
+52 52 52 52 52 52 52 52 52 52 52 52 11[52 5[52 22[52
+4[52 1[52 52 2[52 45[{}33 99.6264 /CMTT10 rf /Fi 132[61
+1[65 1[89 65 68 48 48 50 1[68 61 68 102 34 65 1[34 68
+61 37 56 68 55 68 60 9[127 93 1[85 68 92 92 84 92 96
+116 74 2[46 96 1[77 81 94 89 1[93 6[34 61 2[61 61 61
+61 61 61 61 61 34 41 34 44[{}54 109.091 /CMBX12 rf /Fj
+133[48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
+48 48 48 48 48 48 48 48 48 48 48 1[48 48 48 48 48 48
+48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
+48 48 48 48 48 1[48 1[48 1[48 48 48 48 48 48 48 48 48
+48 48 48 48 48 48 48 1[48 48 48 48 48 48 1[48 1[48 33[{}83
+90.9091 /CMSLTT10 rf /Fk 133[40 48 48 66 48 51 35 36
+36 48 51 45 51 76 25 48 28 25 51 45 28 40 51 40 51 45
+6[56 68 68 93 68 68 66 51 67 71 62 71 68 83 57 71 47
+33 68 71 59 62 69 66 64 68 7[45 45 45 45 45 45 45 45
+45 45 2[30 8[45 20[76 76 51 51 53 11[{}69 90.9091 /CMSL10
+rf /Fl 134[48 1[66 48 51 35 36 39 48 51 45 51 76 25 48
+1[25 51 1[28 42 51 40 51 44 7[69 1[94 2[63 51 69 1[62
+2[86 55 2[36 1[71 57 24[30 45[{}34 90.9091 /CMB10 rf
+/Fm 134[41 41 55 41 43 30 30 30 1[43 38 43 64 21 41 1[21
+43 38 23 34 43 34 43 38 20[48 2[28 3[52 59 55 9[38 38
+38 1[38 38 38 38 38 38 1[21 1[21 44[{}39 74.7198 /CMR9
+rf /Fn 205[33 33 49[{}2 58.1154 /CMR7 rf /Fo 134[44 42
+60 42 49 30 37 38 42 46 46 51 74 23 42 28 28 46 42 28
+42 46 42 42 46 26[59 1[69 6[70 6[46 46 2[46 46 46 1[28
+33 2[46 29[51 12[{}37 90.9091 /CMTI10 rf /Fp 129[48 48
+48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
+48 48 48 48 48 48 48 48 48 48 1[48 48 1[48 3[48 48 1[48
+48 48 48 48 48 48 48 48 48 48 1[48 48 48 48 48 48 48
+48 48 48 1[48 48 48 1[48 1[48 2[48 48 48 48 48 48 48
+48 48 48 48 48 48 48 48 3[48 48 34[{}78 90.9091 /CMTT10
+rf /Fq 150[35 35 88[45 1[91 13[{}4 90.9091 /CMSY10 rf
+/Fr 133[60 71 71 97 71 75 52 53 55 1[75 67 75 112 37
+71 41 37 75 67 41 61 75 60 75 65 9[139 102 103 94 75
+100 101 92 101 1[128 81 105 1[50 105 106 85 88 103 97
+96 102 7[67 67 67 67 67 67 67 67 67 67 67 37 45 32[75
+78 11[{}61 119.552 /CMBX12 rf /Fs 132[97 5[108 75 76
+2[108 97 1[161 54 102 1[54 108 2[88 108 86 1[94 12[135
+14[127 148 140 1[146 65[{}20 172.154 /CMBX12 rf /Ft 131[91
+45 40 48 48 66 48 51 35 36 36 48 51 45 51 76 25 48 28
+25 51 45 28 40 51 40 51 45 25 2[25 45 25 56 68 68 93
+68 68 66 51 67 71 62 71 68 83 57 71 47 33 68 71 59 62
+69 66 64 68 1[43 1[71 1[25 25 45 45 45 45 45 45 45 45
+45 45 45 25 30 25 1[45 35 35 25 71 76 1[76 45 25 17[76
+76 51 51 53 11[{}90 90.9091 /CMR10 rf /Fu 133[72 85 85
+117 85 90 63 64 66 1[90 81 90 134 45 85 49 45 90 81 49
+74 90 72 90 78 9[167 122 124 112 90 120 1[110 121 1[153
+97 126 1[60 126 2[106 124 117 115 122 7[81 81 81 81 81
+81 81 81 81 81 1[45 46[{}54 143.462 /CMBX12 rf end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 600dpi
+TeXDict begin
+%%BeginPaperSize: a4
+/setpagedevice where
+{ pop << /PageSize [595 842] >> setpagedevice }
+{ /a4 where { pop a4 } if }
+ifelse
+%%EndPaperSize
+ end
+%%EndSetup
+%%Page: 1 1
+TeXDict begin 1 0 bop 150 299 a Fu(Emacsp)t(eak)150 533
+y Ft(This)30 b(man)m(ual)g(do)s(cumen)m(ts)g(Emacsp)s(eak,)h(a)g(sp)s
+(eec)m(h)f(in)m(terface)i(to)f(Emacs.)46 b(The)30 b(man)m(ual)h(is)f
+(divided)150 643 y(in)m(to)h(the)g(follo)m(wing)h(c)m(hapters.)p
+eop end
+%%Page: 2 2
+TeXDict begin 2 1 bop 150 299 a Fu(1)80 b(Cop)l(yrigh)l(t)150
+533 y Ft(This)30 b(man)m(ual)g(do)s(cumen)m(ts)g(Emacsp)s(eak,)h(a)g
+(sp)s(eec)m(h)f(extension)h(to)g(Emacs.)275 667 y(Cop)m(yrigh)m(t)g
+(\(C\)1994)h({)f(2002)h(T.)e(V.)h(Raman)f(All)h(Righ)m(ts)g(Reserv)m
+(ed.)275 802 y(P)m(ermission)f(is)h(gran)m(ted)g(to)g(mak)m(e)g(and)f
+(distribute)g(v)m(erbatim)h(copies)g(of)g(this)f(man)m(ual)h(with-)150
+912 y(out)g(c)m(harge)g(pro)m(vided)f(the)h(cop)m(yrigh)m(t)h(notice)f
+(and)f(this)g(p)s(ermission)g(notice)h(are)g(preserv)m(ed)f(on)g(all)
+150 1021 y(copies.)150 2068 y Fs(Emacsp)5 b(eak)32 b({The)e(Complete)h
+(Audio)e(Desktop)p 150 2167 3600 34 v 3242 2264 a Ft(User)h(Man)m(ual)
+150 5091 y Fr(T.)g(V.)g(Raman)p 150 5141 3600 17 v eop
+end
+%%Page: 3 3
+TeXDict begin 3 2 bop 150 4969 a Ft(Cop)m(yrigh)m(t)602
+4966 y(c)577 4969 y Fq(\015)30 b Ft(1994{2002)35 b(T.)30
+b(V.)h(Raman.)45 b(All)31 b(Righ)m(ts)g(Reserv)m(ed.)150
+5103 y(P)m(ermission)g(is)f(gran)m(ted)h(to)g(mak)m(e)h(and)d
+(distribute)h(v)m(erbatim)h(copies)g(of)g(this)f(man)m(ual)h(without)
+150 5213 y(c)m(harge)h(pro)m(vided)e(the)g(cop)m(yrigh)m(t)i(notice)g
+(and)d(this)i(p)s(ermission)e(notice)j(are)e(preserv)m(ed)g(on)h(all)
+150 5322 y(copies.)p eop end
+%%Page: 1 4
+TeXDict begin 1 3 bop 150 -116 a Ft(Chapter)30 b(2:)46
+b(Announcing)30 b(Emacsp)s(eak)g(Man)m(ual)h(2nd)f(Edition)h(As)f(An)g
+(Op)s(en)f(Source)h(Pro)5 b(ject)159 b(1)150 141 y Fu(2)80
+b(Announcing)51 b(Emacsp)t(eak)k(Man)l(ual)e(2nd)g(Edition)f(As)311
+299 y(An)i(Op)t(en)f(Source)f(Pro)9 b(ject)150 533 y
+Ft(This)30 b(is)g(to)h(announce)f(the)h(launc)m(h)f(of)h(a)f(new)g(op)s
+(en)g(source)g(pro)5 b(ject)31 b(to)g(create)h(a)f(user)f(man)m(ual)g
+(for)150 643 y(Emacsp)s(eak)h({an)f(Emacs)h(sp)s(eec)m(h)f(extension)h
+(that)g(pro)m(vides)g(a)f(complete)i(audio)f(desktop.)150
+875 y Fr(2.1)68 b(Ho)l(w)46 b(T)-11 b(o)44 b(Con)l(tribute)i(T)-11
+b(o)44 b(This)h(Man)l(ual)150 1034 y Ft(This)30 b(man)m(ual)g(is)h
+(organized)g(as)g(a)f(series)h(of)g(c)m(hapters,)g(with)f(eac)m(h)h(c)m
+(hapter)g(in)f(a)h(separate)h(\014le.)45 b(If)150 1144
+y(y)m(ou)31 b(feel)g(capable)g(of)g(con)m(tributing)g(to)g(a)f(sp)s
+(eci\014c)h(section,)g(send)f(out)h(a)f(message)i(to)f(the)g(Emacs-)150
+1254 y(p)s(eak)f(mailing)h(list)g Fp(emacspeak@cs.vassar.edu)p
+Ft(.)40 b(Y)-8 b(ou)31 b(can)f(then)g(start)h(adding)f(con)m(ten)m(t)j
+(to)e(a)f(lo-)150 1363 y(cal)h(cop)m(y)h(of)e(the)h(c)m(hapter)g(to)g
+(whic)m(h)f(y)m(ou)h(are)f(con)m(tributing.)47 b(When)30
+b(y)m(ou)h(feel)g(y)m(ou)f(ha)m(v)m(e)i(something)150
+1473 y(to)f(submit,)f(mail)h(out)g(the)f(\014le)h(to)g(the)f(emacsp)s
+(eak)h(mailing)g(list{)h(I'll)f(in)m(tegrate)h(new)e(con)m(ten)m(t)j
+(as)d(it)150 1582 y(comes)h(in.)150 1815 y Fr(2.2)68
+b(Authoring)45 b(Guidelines)150 1974 y Ft(F)-8 b(or)31
+b(this)f(man)m(ual)h(to)g(hang)f(together)i(and)e(mak)m(e)h(sense)g(to)
+g(the)f(new)g(user)g(at)h(whom)f(it)h(is)f(targeted,)150
+2084 y(con)m(tributors)h(need)f(to)h(stic)m(k)g(to)h(a)e(consisten)m(t)
+i(st)m(yle.)47 b(If)30 b(y)m(ou)h(plan)f(to)h(con)m(tribute)g(con)m
+(ten)m(t,)h(y)m(ou)150 2193 y(should)d(tak)m(e)j(some)f(time)g(to)g
+(read)g(the)f(existing)h(sections)h({note)f(that)g(man)m(y)g(of)f
+(these)h(are)g(sk)m(eletal)150 2303 y(and)f(the)g(\014rst)g(con)m
+(tributions)h(will)f(b)s(e)g(to)h(\015esh)f(these)h(sections)g(out.)275
+2438 y(If)e(y)m(ou)i(are)g(familiar)g(with)f(texinfo,)h(go)h(ahead)e
+(and)g(mark)g(up)f(y)m(our)i(con)m(ten)m(t)h(using)e(texinfo.)46
+b(If)150 2547 y(y)m(ou)31 b(are)f(not,)h(simply)f(author)g(the)h(do)s
+(cumen)m(tation)g(y)m(ou)g(create)h(as)e(plain)h(formatted)g(ASCI)s(I.)
+e(If)150 2657 y(y)m(ou)i(do)f(submit)g(\014les)g(as)g(texinfo)h
+(source,)g(mak)m(e)h(sure)d(to)i(v)-5 b(alidate)32 b(them)f(at)g(y)m
+(our)f(end)g(\014rst)f(b)m(y)i(run-)150 2766 y(ning)f(the)h(\014les)f
+(through)g Fp(makeinfo)e Ft({badly)i(created)i(or)e(malformed)g
+(texinfo)h(source)g(tak)m(es)h(more)150 2876 y(time)f(to)g(\014x)f
+(than)g(marking)g(up)g(straigh)m(t)h(text.)150 3108 y
+Fr(2.3)68 b(Credits)150 3268 y Ft(This)30 b(initial)h(v)m(ersion)g(dra)
+m(ws)f(hea)m(vily)h(from)f(the)h(original)g(Emacsp)s(eak)g(user)f(man)m
+(ual,)h(and)e(includes)150 3377 y(con)m(tributions)i(from)f(Jim)g(V)-8
+b(an)31 b(Zandt)e(and)h(Jason)g(White.)47 b(Authors)30
+b(who)g(con)m(tribute)h(complete)150 3487 y(sections)g(will)g(b)s(e)f
+(ac)m(kno)m(wledged)i(here)e(as)h(w)m(ell)g(as)g(in)f(the)g(sp)s
+(eci\014c)h(section)g(they)g(author.)p eop end
+%%Page: 2 5
+TeXDict begin 2 4 bop 150 -116 a Ft(Chapter)30 b(3:)46
+b(In)m(tro)s(duction)2587 b(2)150 299 y Fu(3)80 b(In)l(tro)t(duction)
+150 533 y Ft(Emacsp)s(eak)31 b(pro)m(vides)f(a)h(complete)g(audio)g
+(desktop)f(b)m(y)h(sp)s(eec)m(h-enabling)g(all)g(of)f(Emacs.)275
+667 y(In)f(the)i(past,)f(screen)h(reading)f(programs)g(ha)m(v)m(e)i
+(allo)m(w)m(ed)g(visually)f(impaired)f(users)g(to)h(get)g(feed-)150
+777 y(bac)m(k)g(using)f(syn)m(thesized)h(sp)s(eec)m(h.)46
+b(Suc)m(h)29 b(programs)h(ha)m(v)m(e)i(b)s(een)e(commercially)i(a)m(v)
+-5 b(ailable)33 b(for)d(w)m(ell)150 887 y(o)m(v)m(er)i(a)e(decade.)47
+b(Most)31 b(of)g(them)f(run)f(on)h(PC's)g(under)f(DOS,)h(and)g(these)h
+(are)f(no)m(w)h(mo)m(ving)g(o)m(v)m(er)150 996 y(to)g(the)g(Windo)m(ws)
+f(en)m(vironmen)m(t.)46 b(Ho)m(w)m(ev)m(er,)33 b(screen-readers)e(for)f
+(the)g(UNIX)h(en)m(vironmen)m(t)g(ha)m(v)m(e)150 1106
+y(b)s(een)f(conspicuous)g(in)g(their)g(absence.)46 b(Note)32
+b(that)f(this)f(is)h(no)m(w)f(c)m(hanging)h(with)f(the)h(a)m(v)-5
+b(ailabilit)m(y)34 b(of)150 1215 y(console-lev)m(el)g(Lin)m(ux)c
+(screenreaders)g(suc)m(h)g(as)h Fp(speakup)p Ft(.)43
+b(Suc)m(h)30 b(Lin)m(ux)g(screenreaders)g(pro)m(vide)h(the)150
+1325 y(same)g(lev)m(el)h(of)e(UNIX)h(accessibilit)m(y)i(pro)m(vided)d
+(in)g(the)h(late)g(80's)h(b)m(y)e(PC)g(terminal)h(em)m(ulators)g(run-)
+150 1435 y(ning)f(a)h(DOS)f(screenreader.)46 b(This)29
+b(means)h(that)h(most)g(visually)g(impaired)f(computer)g(users)g(face)
+150 1544 y(the)h(additional)g(handicap)f(of)g(b)s(eing)g(DOS-impaired)g
+(|)g(a)h(far)f(more)h(serious)f(problem:-\))275 1679
+y(Emacsp)s(eak)g(is)g(an)h(emacs)g(subsystem)e(that)i(pro)m(vides)g
+(complete)g(sp)s(eec)m(h)g(access.)47 b(It)30 b(is)h
+Fo(not)39 b Ft(a)150 1788 y(screen-reader)31 b(|rather,)f(it)h(is)f(a)h
+(complete)h(user)e(en)m(vironmen)m(t)h(with)f(built-in)g(sp)s(eec)m(h)g
+(feedbac)m(k.)150 1898 y(Emacsp)s(eak)h(has)f(a)g(signi\014can)m(t)i
+(adv)-5 b(an)m(tage;)32 b(since)f(it)g(runs)e(inside)h(Emacs,)h(a)f
+(structure-sensitiv)m(e,)150 2007 y(fully)g(customizable)i(en)m
+(vironmen)m(t,)f(Emacsp)s(eak)g(has)f(more)g(con)m(text-sp)s(eci\014c)j
+(information)d(ab)s(out)150 2117 y(what)g(it)h(is)g(sp)s(eaking)f(than)
+g(its)h(screenreader)f(coun)m(terparts.)46 b(This)30
+b(is)g(wh)m(y)g(Emacsp)s(eak)h(is)f(not)h(a)150 2227
+y(\\screenreader",)h(it)f(is)f(a)h(subsystem)e(that)i(pro)s(duces)e(sp)
+s(eec)m(h)h(output.)275 2361 y(A)g(T)-8 b(raditional)31
+b(screen-reader)g(sp)s(eaks)f(the)h(con)m(ten)m(t)h(of)e(the)h(screen,)
+g(lea)m(ving)h(it)f(to)g(the)f(user)g(to)150 2471 y(in)m(terpret)h(the)
+f(visual)h(la)m(y)m(out.)48 b(Emacsp)s(eak,)30 b(on)h(the)f(other)h
+(hand,)e(treats)j(sp)s(eec)m(h)e(as)h(a)f(\014rst-class)150
+2580 y(output)g(mo)s(dalit)m(y;)i(it)e(sp)s(eaks)g(the)h(information)g
+(in)f(a)g(manner)g(that)h(is)f(easy)h(to)g(comprehend)f(when)150
+2690 y(listening.)275 2824 y(The)f(basic)i(concepts)g(used)f(b)m(y)g
+(Emacsp)s(eak)h(are)f(simple;)h(all)g(in)m(teractiv)m(e)j(Emacs)c
+(commands)150 2934 y(ha)m(v)m(e)i(b)s(een)d(adapted)i(to)g(pro)m(vide)f
+(sp)s(eec)m(h)h(feedbac)m(k.)46 b(Hence,)32 b(y)m(ou)e(use)h(Emacs)f
+(as)h(normal;)f(Emacs-)150 3044 y(p)s(eak)g(w)m(orks)g(b)s(ehind)f(the)
+i(scene)f(to)i(giv)m(e)f(audio)g(feedbac)m(k)g(in)f(addition)h(to)g(up)
+s(dating)e(the)i(screen.)275 3178 y(Emacsp)s(eak)f(consists)h(of)f(a)h
+(core)g(sp)s(eec)m(h)g(system)f(that)h(pro)m(vides)g(sp)s(eec)m(h)f
+(and)g(audio)g(services)h(to)150 3288 y(the)g(rest)f(of)h(the)f(Emacsp)
+s(eak)h(desktop;)f(application-sp)s(eci\014c)i(extensions)f(pro)m(vide)
+g(con)m(text-sp)s(eci\014c)150 3397 y(sp)s(ok)m(en)f(feedbac)m(k)h
+(using)f(these)h(services.)46 b(Emacsp)s(eak)31 b(curren)m(tly)f(comes)
+h(with)g(sp)s(eec)m(h)f(extensions)150 3507 y(for)g(sev)m(eral)i(p)s
+(opular)d(Emacs)i(subsystems)e(and)h(editing)h(mo)s(des.)45
+b(I)30 b(w)m(ould)g(lik)m(e)i(to)f(thank)f(their)g(re-)150
+3616 y(sp)s(ectiv)m(e)h(authors)f(for)h(their)f(w)m(onderful)g(w)m(ork)
+g(whic)m(h)g(mak)m(es)h(Emacs)g(more)f(than)h(a)f(text)i(editor)3584
+3583 y Fn(1)3622 3616 y Ft(..)p 150 5241 1200 4 v 199
+5308 a Fn(1)300 5340 y Fm(I)25 b(ha)n(v)n(e)h(no)n(w)g(b)r(een)f(using)
+h(Emacsp)r(eak)g(under)f(Lin)n(ux)g(as)h(the)f(only)h(source)g(of)h(sp)
+r(eec)n(h)e(feedbac)n(k)h(since)g(1994.)p eop end
+%%Page: 3 6
+TeXDict begin 3 5 bop 150 -116 a Ft(Chapter)30 b(4:)46
+b(Installation)32 b(Instructions)2128 b(3)150 299 y Fu(4)80
+b(Installation)53 b(Instructions)150 636 y Ft(This)30
+b(c)m(hapter)h(giv)m(es)g(brief)f(and)g(detailed)h(installation)i
+(instructions)d(for)g(con\014guring,)g(installing)150
+745 y(and)g(starting)h(Emacsp)s(eak.)150 1029 y Fr(4.1)68
+b(Obtaining)46 b(Emacsp)t(eak)150 1189 y Ft(Emacsp)s(eak)31
+b(is)f(a)m(v)-5 b(ailable)33 b(on)d(the)g(In)m(ternet)h(at:)150
+1400 y Fl(WWW)198 b Ft(h)m(ttp://emacsp)s(eak.sf.net)150
+1593 y Fl(WWW)g Ft(h)m(ttp://www.cs.cornell.edu/home/raman/emacsp)s
+(eak/)150 1787 y Fl(FTP)298 b Ft
+(ftp://ftp.cs.cornell.edu/pub/raman/emacsp)s(eak)150
+1981 y Fl(Mail)31 b(List)118 b Ft(emacsp)s(eak)p Fp(@)p
+Ft(cs.v)-5 b(assar.edu)150 2174 y Fl(List)30 b(Request)630
+2284 y Ft(emacsp)s(eak-request)p Fp(@)p Ft(cs.v)-5 b(assar.edu)275
+2495 y(The)29 b(Emacsp)s(eak)i(mailing)g(list)g(is)g(main)m(tained)g(b)
+m(y)f(Greg)h(E.)g(Priest-Dorman.)46 b(If)30 b(y)m(ou)h(are)g(using)150
+2604 y(Emacsp)s(eak,)g(y)m(ou)f(can)h(join)f(the)h(list)g(b)m(y)f
+(sending)g(mail)h(to)g(the)g(request)f(address.)150 2888
+y Fr(4.2)68 b(Quic)l(k)45 b(Installation)150 3048 y Ft(Here)31
+b(are)g(the)f(quic)m(k)h(installation)h(instructions.)46
+b(See)31 b(the)f(next)h(section)g(for)f(detailed)i(installation)150
+3157 y(instructions.)275 3326 y(Prepac)m(k)-5 b(aged)31
+b(RPM)g(\014les)f(are)h(a)m(v)-5 b(ailable)33 b(on)d(the)g(Emacsp)s
+(eak)h(site.)46 b(P)m(ac)m(k)-5 b(ages)34 b(for)c(other)g(Lin)m(ux)150
+3436 y(distributions)g(suc)m(h)g(as)g(Debian)h(t)m(ypically)h(b)s
+(ecome)f(a)m(v)-5 b(ailable)33 b(on)d(the)h(WWW)g(a)g(few)f(da)m(ys)h
+(after)g(a)150 3545 y(new)f(v)m(ersion)h(is)f(released.)47
+b(The)30 b(instructions)g(b)s(elo)m(w)g(are)h(for)f(building)g(and)g
+(installing)h(Emacsp)s(eak)150 3655 y(from)f(the)g(source)h
+(distribution.)225 3824 y Fq(\017)60 b Ft(T)m(yp)s(e)30
+b(`)p Fp(make)f(config)p Ft(')g(to)i(con\014gure)f(the)h(sources)f(for)
+h(y)m(our)f(site.)225 3975 y Fq(\017)60 b Ft(T)m(yp)s(e)30
+b(`)p Fp(make)p Ft(')g(to)h(compile)g(the)g(\014les.)225
+4127 y Fq(\017)60 b Ft(Install)31 b(the)f(system)h(b)m(y)f(t)m(yping)h
+(`)p Fp(make)e(install)p Ft(')225 4278 y Fq(\017)60 b
+Ft(Run)29 b(it)i(b)m(y)f(doing)h(one)g(of:)405 4430 y
+Fq(\017)60 b Ft(`)p Fp(emacspeak)p Ft(')405 4582 y Fq(\017)g
+Ft(Add)29 b(the)i(line)750 4733 y Fp(\(load-file)d
+("<emacspeak-dir>/lisp/e)o(mac)o(spea)o(k-se)o(tup)o(.el")o(\))510
+4885 y Ft(to)j(the)g(top)f(of)h(y)m(our)f(.emacs)i(\014le.)405
+5037 y Fq(\017)330 5230 y Ft(In)e(the)g(ab)s(o)m(v)m(e,)i
+Fp(<emacspeak-dir>)26 b Ft(refers)k(to)h(the)g(directory)g(where)f(y)m
+(ou)g(unpac)m(k)m(ed)h(the)330 5340 y(sources.)p eop
+end
+%%Page: 4 7
+TeXDict begin 4 6 bop 150 -116 a Ft(Chapter)30 b(4:)46
+b(Installation)32 b(Instructions)2128 b(4)150 299 y Fr(4.3)68
+b(Con\014guring)45 b(and)g(Installing)h(Emacsp)t(eak)150
+458 y Ft(Note:)h(Y)-8 b(ou)31 b(need)f(a)h(curren)m(t)f(v)m(ersion)h
+(of)f(GNU)h(Emacs)g(for)f(using)g(new)m(er)g(v)m(ersions)h(of)g(Emacsp)
+s(eak.)275 598 y(The)e(sp)s(eec)m(h)i(serv)m(er)f(for)h(the)f(Dectalk)j
+(is)d(written)h(in)f(TclX.)h(\(F)-8 b(or)31 b(example,)g(see)g(the)g
+(source)g(\014le)150 708 y(`)p Fp(dtk-exp)p Ft('\).)225
+847 y Fq(\017)60 b Ft(Decide)32 b(where)e(y)m(ou)g(w)m(an)m(t)i(the)e
+(Emacsp)s(eak)h(elisp)f(\014les.)46 b(Most)31 b(Unix)f(pac)m(k)-5
+b(ages)33 b(are)d(unpac)m(k)m(ed)330 957 y(and)g(compiled)h(in)f(one)g
+(directory)-8 b(,)32 b(and)e(then)g(the)g(executable,)i(do)s(cumen)m
+(tation,)g(and)e(data)330 1067 y(\014les)g(are)h(installed)g(in)f(the)h
+(appropriate)f(system)h(directories.)330 1204 y(Once)f(y)m(ou)h(ha)m(v)
+m(e)h(decided)e(on)g(the)h(appropriate)f(directory)-8
+b(,)32 b(mak)m(e)f(it)g(if)f(necessary)h(and)f(unpac)m(k)330
+1313 y(the)h(distribution)e Fp(.tar)g Ft(\014le)i(there.)225
+1450 y Fq(\017)60 b Ft(Lo)s(ok)31 b(through)e(the)i(in)m(tro)s(ductory)
+f(section)i(of)e(the)h(Mak)m(e\014le)h(to)f(see)g(if)f(y)m(ou)h(need)f
+(to)h(edit)g(it)g(for)330 1560 y(y)m(our)f(site.)225
+1697 y Fq(\017)60 b Ft(Chec)m(k)31 b(the)f(directory)h(pre\014x)e(for)i
+(installation.)47 b(The)30 b(default)h(is)f(`)p Fp(/usr/local)p
+Ft(',)e(so)j(`)p Fp(.info)p Ft(')330 1807 y(\014les)f(go)i(to)f(`)p
+Fp(/usr/local/info)p Ft(')26 b(and)k(the)h(executable)h(\014le)e(go)s
+(es)h(to)g(`)p Fp(/usr/local/bin)p Ft('.)43 b(T)-8 b(o)330
+1916 y(c)m(hange)32 b(this,)e(edit)h(the)f(line)h(de\014ning)f
+Fk(PREFIX)p Ft(.)275 2084 y(Con\014gure)f(the)h(source)h(\014les)f(b)m
+(y)h(t)m(yping)f(`)p Fp(make)g(config)p Ft('.)44 b(A)m(t)32
+b(this)e(p)s(oin)m(t)g(y)m(ou)h(can)g(c)m(hec)m(k)g(that)150
+2193 y(the)g(sp)s(eec)m(h)f(serv)m(er)h(is)f(correctly)i(con\014gured)d
+(b)m(y)i(t)m(yping)390 2333 y Fp(tcl)e(dtk-exp)150 2473
+y Ft(\(assuming)h(y)m(ou)h(are)g(using)f(the)g(Dectalk)j(Express\).)45
+b(Y)-8 b(ou)31 b(should)e(hear)h(the)h(Dectalk)i(sp)s(eak)d(and)150
+2582 y(get)i(a)e(TCL)g(prompt)f(if)i(ev)m(erything)g(is)f(ok)-5
+b(a)m(y)d(.)275 2722 y(If)29 b(y)m(ou're)i(feeling)h(paranoid,)e(y)m
+(ou)h(can)f(p)s(erform)f(a)i(couple)g(of)f(additional)i(tests)f(at)g
+(this)f(p)s(oin)m(t.)150 2832 y(Execute)h(the)g(follo)m(wing)h
+(commands)e(in)g(the)g(running)f(tcl)i(session)g(y)m(ou)f(just)g
+(started)h(ab)s(o)m(v)m(e.)47 b(\(Most)150 2941 y(users)30
+b(will)g(not)h(need)f(to)h(do)f(this;)h(it)g(is)f(a)h(sanit)m(y)g(c)m
+(hec)m(k)h(and)e(is)g(useful)g(in)g(trac)m(king)i(problems,)e(esp)s(e-)
+150 3051 y(cially)i(if)e(y)m(ou)h(\014nd)e(emacsp)s(eak)i(b)s(eginning)
+e(to)j(talk)f(and)f(then)g(immediately)h(fall)g(silen)m(t.\))225
+3191 y Fq(\017)570 3328 y Fp(q)f("this)f(is)h(a)g(test.")570
+3437 y(d)330 3574 y Ft(Y)-8 b(ou)31 b(should)e(hear)i(the)f(Dectalk)j
+(sp)s(eak)d(the)g(text.)225 3711 y Fq(\017)60 b Ft(`)p
+Fp(s)p Ft(')31 b(The)e(ab)s(o)m(v)m(e)j(command)e(stops)g(sp)s(eec)m
+(h.)46 b(Y)-8 b(ou)31 b(should)e(see)i(a)g(TCL)f(prompt)f(when)g(y)m
+(ou)i(ex-)330 3821 y(ecute)g(it.)47 b(If)30 b(things)g(app)s(ear)g(to)h
+(hang)f(when)f(y)m(ou)i(execute)h(`)p Fp(s)p Ft(')e(i.e.)47
+b(y)m(ou)31 b(don't)f(see)h(a)g(TCL)330 3931 y(prompt)379
+4068 y(1.)61 b(The)30 b(serial)h(cable)g(connecting)h(y)m(our)e(sp)s
+(eec)m(h)h(device)g(is)f(\015aky)379 4205 y(2.)61 b(Y)-8
+b(our)30 b(serial)i(p)s(ort)d(is)i(\015aky)379 4342 y(3.)61
+b(The)30 b(stt)m(y)h(settings)h(on)e(the)g(p)s(ort)g(are)h(incorrect)g
+(for)f(y)m(our)h(system)330 4507 y(In)f(the)g(case)i(of)e(incorrect)h
+(stt)m(y)h(settings)f(please)g(rep)s(ort)f(the)h(problem.)45
+b(The)30 b(follo)m(wing)h(UNIX)330 4616 y(command)f(can)h(b)s(e)f(used)
+f(to)i(rep)s(ort)f(the)h(stt)m(y)g(settings:)570 4753
+y Fp(stty)e(-a)h(<)g(serial_port)275 4921 y Ft(Quit)g(this)g(TCL)f
+(session)i(b)m(y)f(t)m(yping)h Fj(C-D)p Ft(.)275 5060
+y(Next,)g(compile)g(the)g(elisp)f(\014les)h(b)m(y)f(t)m(yping)390
+5200 y Fp(make)f(emacspeak)275 5340 y Ft(Finally)-8 b(,)32
+b(install)f(the)f(do)s(cumen)m(tation)i(and)d(executable)j(\014les)f(b)
+m(y)f(t)m(yping)p eop end
+%%Page: 5 8
+TeXDict begin 5 7 bop 150 -116 a Ft(Chapter)30 b(4:)46
+b(Installation)32 b(Instructions)2128 b(5)390 299 y Fp(make)29
+b(PREFIX=<prefix>)d(install)275 433 y Ft(The)j(sp)s(eec)m(h)i(serv)m
+(er)f(program)h(and/or)f(output)g(p)s(ort)g(can)g(also)i(b)s(e)d(sp)s
+(eci\014ed)h(at)h(run)e(time)i(b)m(y)150 543 y(setting)g(the)g(shell)g
+(en)m(vironmen)m(t)g(v)-5 b(ariables)31 b Fk(DTK)p 1925
+543 28 4 v 39 w(PR)m(OGRAM)41 b Ft(and)30 b Fk(DTK)p
+2874 543 V 40 w(POR)-8 b(T)p Ft(.)30 b(Examples:)46 b(If)150
+653 y(using)30 b Fp(csh)f Ft(or)i Fp(tcsh)390 787 y(setenv)e
+(DTK_PROGRAM)e("dtk-exp")150 922 y Ft(if)j(using)g Fp(sh)g
+Ft(or)g Fp(bash)390 1056 y(DTK_PROGRAM=dtk-exp)390 1166
+y(export)f(DTK_PROGRAM)150 1300 y Ft(Similarly)-8 b(,)390
+1435 y Fp(DTK_PORT=/dev/ttyS0)275 1569 y Ft(Y)g(ou)30
+b(can)h(alw)m(a)m(ys)h(set)f(these)g(v)-5 b(ariables)31
+b(from)f(a)g(running)f(Emacs)i(session)f(b)m(y)g(executing)i(the)150
+1679 y(Emacs)f(seten)m(v)g(command.)p eop end
+%%Page: 6 9
+TeXDict begin 6 8 bop 150 -116 a Ft(Chapter)30 b(5:)46
+b(Basic)32 b(Usage.)2584 b(6)150 299 y Fu(5)80 b(Basic)54
+b(Usage.)150 530 y Ft(This)30 b(c)m(hapter)h(giv)m(es)g(an)g(o)m(v)m
+(erview)h(of)e(ho)m(w)g(to)i(use)e(Emacsp)s(eak.)46 b(Note:)h(This)29
+b(do)s(cumen)m(tation)150 639 y(should)g(b)s(e)h(used)g(in)g
+(conjunction)g(with)g(the)h(online)f(Emacs)h(info)f(pages)h(that)g
+(extensiv)m(ely)h(do)s(cu-)150 749 y(men)m(t)f(Emacs)f(itself.)47
+b(These)30 b(sections)i(brie\015y)d(describ)s(e)h(the)g(sp)s(eec)m
+(h-enabling)h(extensions.)47 b(Ho)m(w-)150 859 y(ev)m(er,)31
+b(they)g(should)e(not)i(b)s(e)f(considered)g(a)h(substitute)f(for)g
+(reading)h(the)f(Emacs)h(man)m(ual.)46 b(Ho)m(w)31 b(suc-)150
+968 y(cessfully)g(y)m(ou)f(use)g(Emacsp)s(eak)h(will)g(dep)s(end)d(on)j
+(ho)m(w)f(w)m(ell)h(y)m(ou)g(learn)f(y)m(our)h(Emacs.)275
+1102 y(All)g(Emacs)f(na)m(vigation)j(and)c(editing)i(commands)f(ha)m(v)
+m(e)i(b)s(een)e(sp)s(eec)m(h)g(enabled.)46 b(Th)m(us,)29
+b(mo)m(v-)150 1212 y(ing)i(to)g(the)f(next)h(or)f(previous)g(w)m(ord,)g
+(line)h(or)f(paragraph)g(results)g(in)g(the)h(text)g(around)f(p)s(oin)m
+(t)g(b)s(e-)150 1321 y(ing)h(sp)s(ok)m(en.)45 b(Exactly)32
+b(ho)m(w)e(m)m(uc)m(h)g(text)i(is)e(sp)s(ok)m(en)g(is)h(determined)f(b)
+m(y)g(the)g(amoun)m(t)h(b)m(y)f(whic)m(h)h(y)m(ou)150
+1431 y(mo)m(v)m(ed.)275 1565 y(In)e(addition,)i(Emacsp)s(eak)g(pro)m
+(vides)f(basic)h(reading)f(functions)g(that)h(can)g(b)s(e)e(in)m(v)m
+(ok)m(ed)j(to)f(listen)150 1674 y(to)g(c)m(h)m(unks)f(of)h(text)g
+(without)f(mo)m(ving.)150 1905 y Fr(5.1)68 b(Ov)l(erview)46
+b(of)g(Emacsp)t(eak)150 2065 y Ft(Emacsp)s(eak)31 b(pro)m(vides)f(a)h
+(small)f(n)m(um)m(b)s(er)g(of)g(core)h(services)g(around)f(whic)m(h)g
+(the)g(remainder)g(of)h(the)150 2174 y(audio)f(in)m(terface)i(is)f
+(constructed.)46 b(These)30 b(essen)m(tial)i(features)f(of)f(the)h
+(soft)m(w)m(are)h(are)e(brie\015y)g(outlined)150 2284
+y(in)g(the)h(follo)m(wing)g(paragraphs;)f(the)h(commands)f(b)m(y)g
+(whic)m(h)g(they)h(can)g(b)s(e)e(con)m(trolled)j(will)f(b)s(e)f(de-)150
+2394 y(scrib)s(ed)f(later)j(in)e(the)g(man)m(ual.)275
+2527 y(Apart)g(from)g(pro)m(viding)g(a)h(\015uen)m(t)f(sp)s(ok)m(en)g
+(in)m(terface)i(to)f(all)g(of)g(Emacs')g(basic)f(editing)h(functions,)
+150 2637 y(Emacsp)s(eak)g(also)g(includes)f(soft)m(w)m(are)i(mo)s
+(dules)d(whic)m(h)h(add)g(sp)s(eec)m(h)g(feedbac)m(k)i(to)f(a)g(range)f
+(of)h(appli-)150 2747 y(cations)h(that)f(can)f(b)s(e)g(run)f(from)h
+(within)g(Emacs.)46 b(In)29 b(this)i(sense,)f(Emacsp)s(eak)h(amoun)m
+(ts)f(to)h(m)m(uc)m(h)150 2856 y(more)g(than)f(a)g(talking)i(text)f
+(editor;)g(indeed,)g(it)g(can)f(more)h(aptly)g(b)s(e)e(c)m
+(haracterized)k(as)d(a)h(true)f(\\au-)150 2966 y(dio)h(desktop",)g(in)f
+(whic)m(h)g(sp)s(eec)m(h)g(is)h(treated)g(as)g(a)f(\014rst-class)h
+(output)f(mo)s(dalit)m(y)-8 b(.)275 3100 y(Emacsp)s(eak)30
+b(implemen)m(ts)h(a)g(sp)s(ecial)g(minor)e(mo)s(de,)i(kno)m(wn)f(as)g
+(\\v)m(oice)j(lo)s(c)m(k)e(mo)s(de")g(\(see)g(Sec-)150
+3209 y(tion)g(5.5)g([V)-8 b(oice-lo)s(c)m(k],)35 b(page)c(14\))h(whic)m
+(h)e(uses)g(distinct)g(sp)s(eec)m(h)h(c)m(haracteristics)i(to)e(pro)m
+(vide)f(au-)150 3319 y(ral)h(highligh)m(ting)g(of)g(sp)s(eci\014c)f
+(textual)h(constructs,)g(suc)m(h)f(as)h(commen)m(ts)g(in)f(program)g
+(co)s(de,)h(quoted)150 3428 y(strings)f(and)g(reserv)m(ed)g(w)m(ords)g
+(See)h Fq(h)p Ft(unde\014ned)p Fq(i)e Ft([V)-8 b(oice)32
+b(Lo)s(c)m(k],)g(page)f Fq(h)p Ft(unde\014ned)p Fq(i)p
+Ft(.)44 b(This)30 b(facilit)m(y)i(is)150 3538 y(further)d(extended)h
+(when)g(Emacsp)s(eak)g(is)h(used)e(with)h(the)h(W3)g(W)-8
+b(orld)31 b(Wide)g(W)-8 b(eb)31 b(bro)m(wser,)f(to)h(en-)150
+3648 y(able)g(the)f(seman)m(tic)i(and)e(structural)g(distinctions)h
+(captured)f(b)m(y)g(the)h(HTML)f(markup)f(to)i(b)s(e)f(com-)150
+3757 y(m)m(unicated)h(e\016cien)m(tly)h(See)f(Section)g(9.5)g([W)-8
+b(eb)32 b(Bro)m(wsing],)f(page)g(28.)275 3891 y(It)f(is)g(often)h
+(desirable)g(to)g(exercise)g(con)m(trol)h(o)m(v)m(er)g(the)f(pron)m
+(unciation)f(of)h(a)f(w)m(ord)g(\(E.G.)i(a)150 4001 y(tec)m(hnical)g
+(term)f(or)f(a)h(reserv)m(ed)f(w)m(ord)g(in)g(a)h(programming)f
+(language\))i(within)e(sp)s(eci\014c)g(con)m(texts.)150
+4110 y(Emacsp)s(eak)h(main)m(tains)g(pron)m(unciation)f(dictionaries)i
+(for)e(this)g(purp)s(ose,)f(whic)m(h)h(ma)m(y)h(b)s(e)150
+4220 y(customized)g(b)m(y)f(the)h(user.)45 b(Moreo)m(v)m(er,)33
+b(individual)d(dictionaries)h(can)g(b)s(e)f(activ)-5
+b(ated)32 b(selectiv)m(ely)-8 b(,)150 4329 y(dep)s(ending)29
+b(for)h(example)h(on)f(the)h(curren)m(t)f(ma)5 b(jor)30
+b(mo)s(de)g(or)h(the)f(name)h(of)f(the)h(\014le)f(whic)m(h)g(is)h(b)s
+(eing)150 4439 y(visited)g(See)g(Section)g(11.41)h([emacsp)s
+(eak-pronounce],)g(page)f(75.)275 4573 y(In)e(addition)i(to)g(sp)s(ok)m
+(en)f(feedbac)m(k,)h(Emacsp)s(eak)g(can)g(generate)g(\\auditory)g
+(icons"|short)150 4682 y(sound)e(cues)i(whic)m(h)f(alert)h(the)g(user)e
+(to)i(signi\014can)m(t)h(ev)m(en)m(ts,)g(for)e(example)h(the)f(op)s
+(ening)g(or)h(deletion)150 4792 y(of)g(a)f(\014le,)h(the)g(completion)g
+(of)g(an)f(action,)i(the)f(arriv)-5 b(al)30 b(of)h(an)f(electronic)j
+(mail)e(message)g(or)f(the)150 4902 y(creation)i(of)e(a)h(completion)h
+(bu\013er.)44 b(Sound)29 b(cues)i(act)g(as)g(a)g(supplemen)m(t)e(to)i
+(the)g(sp)s(ok)m(en)f(in)m(terface,)150 5011 y(and)g(are)h(esp)s
+(ecially)g(v)-5 b(aluable)31 b(to)g(the)g(exp)s(erienced)f(user)g(in)g
+(facilitating)j(rapid)c(in)m(teraction.)48 b(Note)150
+5121 y(that)31 b(in)f(order)g(to)h(supp)s(ort)e(auditory)h(icons,)h
+(the)g(computer)f(m)m(ust)g(b)s(e)g(equipp)s(ed)f(with)h(sound)150
+5230 y(hardw)m(are)g(for)g(whic)m(h)g(the)h(op)s(erating)g(system)f
+(has)g(b)s(een)g(correctly)i(con\014gured)d(See)i(Section)g(11.48)150
+5340 y([emacsp)s(eak-sounds],)g(page)g(80.)p eop end
+%%Page: 7 10
+TeXDict begin 7 9 bop 150 -116 a Ft(Chapter)30 b(5:)46
+b(Basic)32 b(Usage.)2584 b(7)150 299 y Fr(5.2)68 b(W)-11
+b(orking)45 b(In)g(Emacs)g(Bu\013ers.)150 458 y Ft(While)31
+b(t)m(yping)g(in)f(an)g(Emacs)h(bu\013er,)f(hitting)h(space)f(sp)s
+(eaks)g(the)h(recen)m(tly)h(t)m(yp)s(ed)e(w)m(ord.)45
+b(I)30 b(use)150 568 y(completion)i(all)f(the)f(time;)i(so)e(Emacsp)s
+(eak)h(will)g(sp)s(eak)f(the)g(completion)i(just)e(inserted)g(as)g(w)m
+(ell)i(as)150 677 y(the)f(next)f(p)s(ossible)g(completion.)47
+b(In)30 b(Emacs,)h(use)f Fp(load-library)d(ret)i(completion)f(ret)h
+Ft(for)h(load-)150 787 y(ing)h(the)f(completion)i(pac)m(k)-5
+b(age.)275 934 y(The)29 b(standard)h(Emacs)h(prompting)e(functions)h
+(ha)m(v)m(e)i(also)f(b)s(een)f(sp)s(eec)m(h-enabled.)46
+b(Emacs)150 1043 y(prompts)29 b(with)h(a)m(v)-5 b(ailable)33
+b(lists)e(of)g(completions)g(in)f(resp)s(onse)g(to)h(partial)g(input)e
+(wherev)m(er)150 1153 y(appropriate)h(|all)i(forms)d(of)i(completion)h
+(pro)m(vide)e(sp)s(eec)m(h)g(feedbac)m(k.)275 1300 y(In)f(addition,)i
+(Emacsp)s(eak)g(pro)m(vides)f(a)h(n)m(um)m(b)s(er)e(of)h(commands)g
+(for)g(reading)h(p)s(ortions)f(of)g(the)150 1410 y(curren)m(t)g
+(bu\013er,)g(getting)i(status)f(information,)f(and)g(mo)s(difying)g
+(Emacsp)s(eak's)h(state.)275 1556 y(All)g(of)f(the)h(commands)f(are)g
+(do)s(cumen)m(ted)g(in)h(the)f(subsequen)m(t)g(sections.)47
+b(They)29 b(can)i(b)s(e)f(classi-)150 1666 y(\014ed)g(in)m(to)h(t)m(yp)
+s(es:)225 1813 y Fq(\017)60 b Ft(Emacsp)s(eak)31 b(commands)f(for)g
+(listening)h(to)g(c)m(h)m(unks)f(of)g(information.)47
+b(The)29 b(names)i(of)f(these)330 1922 y(commands)g(all)h(start)g(with)
+f(the)h(common)f(pre\014x)g Fp(emacspeak-speak-)p Ft(.)41
+b(All)31 b(Emacsp)s(eak)330 2032 y(commands)f(are)h(b)s(ound)d(to)j
+(the)g(k)m(eymap)g Fk(emacsp)s(eak-k)m(eymap)j Ft(and)c(are)h(accessed)
+g(with)f(the)330 2142 y(k)m(ey)h Fj(Control)e(e)907 2109
+y Fn(1)944 2142 y Ft(.)45 b(Th)m(us,)30 b(the)g(Emacsp)s(eak)h(command)
+f Fk(emacsp)s(eak-sp)s(eak-line)37 b Ft(is)30 b(b)s(ound)f(to)330
+2251 y Fj(l)h Ft(in)g(k)m(eymap)h Fk(emacsp)s(eak-k)m(eymap)k
+Ft(and)29 b(can)i(b)s(e)f(accessed)h(with)f(the)h(k)m(eystrok)m(e)h
+Fj(Control-e)330 2361 y(l)p Ft(.)45 b(If)30 b(for)g(some)h(reason)g(y)m
+(ou)g(wish)e(to)i(use)f(some)h(k)m(ey)g(other)g(than)f
+Fj(control-e)e Ft(as)i(the)h(common)330 2470 y(k)m(eyb)s(oard)f
+(pre\014x)f(for)i(all)g(Emacsp)s(eak)f(commands,)h(set)g(the)f(v)-5
+b(ariable)31 b Fk(emacsp)s(eak-pre\014x)p Ft(.)225 2611
+y Fq(\017)330 2752 y Ft(The)f(second)g(category)j(of)d(commands)g(pro)m
+(vided)g(b)m(y)g(Emacsp)s(eak)h(manipulate)g(the)f(state)330
+2861 y(of)h(the)f(sp)s(eec)m(h)g(device.)47 b(The)30
+b(names)g(of)h(these)g(commands)f(start)h(with)f(the)g(common)h
+(pre\014x)330 2971 y Fp(dtk-)e Ft(and)h(are)h(b)s(ound)d(in)i(k)m
+(eymap)h Fk(emacsp)s(eak-dtk-submap)p Ft(.)45 b(Y)-8
+b(ou)31 b(can)g(access)h(these)e(com-)330 3081 y(mands)f(via)i(the)g
+(pre\014x)e Fj(Control-e)f(d)1687 3048 y Fn(2)1724 3081
+y Ft(.)46 b(Th)m(us,)29 b(the)i(command)f Fk(dtk-set-rate)37
+b Ft(is)31 b(b)s(ound)d(to)j Fj(r)330 3190 y Ft(in)f(k)m(eymap)h
+Fk(emacsp)s(eak-dtk-submap)i Ft(and)d(can)g(b)s(e)g(executed)h(b)m(y)f
+(pressing)g Fj(Control)f(e)h(d)g(r)p Ft(.)275 3368 y(Emacs)g(has)g
+(extensiv)m(e)i(online)f(help;)f(so)h(do)s(es)f(emacsp)s(eak.)46
+b(Please)32 b(use)e(it.)275 3515 y(This)f(info)h(man)m(ual)h(is)g(only)
+f(to)h(get)h(y)m(ou)e(started.)47 b(Y)-8 b(ou)30 b(can)h(get)h(a)e
+(summary)g(of)g(Emacsp)s(eak's)150 3625 y(features)h(b)m(y)f(pressing)g
+Fj(Control-h)e(Control-e)150 3876 y Fr(5.3)68 b(Reading)46
+b(Without)f(Mo)l(ving)h(The)e(Cursor.)150 4035 y Ft(Emacsp)s(eak)31
+b(sp)s(eaks)e(information)i(as)g(y)m(ou)f(mo)m(v)m(e)i(around)e(within)
+f(a)i(bu\013er.)45 b(Ho)m(w)31 b(m)m(uc)m(h)f(text)i(is)150
+4145 y(sp)s(ok)m(en)e(dep)s(ends)f(on)h(ho)m(w)g(y)m(ou)h(mo)m(v)m(e,)h
+(th)m(us,)e(when)g(y)m(ou)g(mo)m(v)m(e)i(b)m(y)e(w)m(ords,)h(y)m(ou)f
+(hear)h(the)f(curren)m(t)150 4254 y(w)m(ord;)g(when)g(y)m(ou)g(mo)m(v)m
+(e)i(b)m(y)e(paragraphs,)g(y)m(ou)h(hear)f(the)h(curren)m(t)f
+(paragraph)g(sp)s(ok)m(en.)45 b(In)30 b(addi-)150 4364
+y(tion,)h(the)g(follo)m(wing)h(commands)e(allo)m(w)h(y)m(ou)g(to)g
+(listen)g(to)g(information)g(without)f(mo)m(ving)h(p)s(oin)m(t)150
+4473 y(\(p)s(oin)m(t)g(is)f(emacs)h(terminology)h(for)e(the)h(editing)g
+(cursor\).)275 4620 y(Reading)f(without)h(mo)m(ving)g(p)s(oin)m(t:)198
+4798 y Fj(control)46 b(e)h(c)630 4908 y Ft(emacsp)s(eak-sp)s(eak-c)m
+(har)32 b(Sp)s(eak)e(c)m(haracter)h(under)e(p)s(oin)m(t.)46
+b(Pronounces)30 b(c)m(haracter)630 5017 y(phonetically)i(unless)d
+(called)j(with)e(a)h(PREFIX)f(arg.)p 150 5138 1200 4
+v 199 5205 a Fn(1)300 5237 y Fm(Con)n(trol)d(e)f(is)g(mnemonic)g(for)g
+(Emacsp)r(eak.)199 5308 y Fn(2)275 5340 y Fm(d)f(is)h(mnemonic)g(for)g
+(Dectalk.)p eop end
+%%Page: 8 11
+TeXDict begin 8 10 bop 150 -116 a Ft(Chapter)30 b(5:)46
+b(Basic)32 b(Usage.)2584 b(8)198 299 y Fj(control)46
+b(e)h(w)630 408 y Ft(emacsp)s(eak-sp)s(eak-w)m(ord)31
+b(Sp)s(eak)f(curren)m(t)g(w)m(ord.)45 b(With)31 b(pre\014x)e(AR)m(G,)j
+(sp)s(eaks)e(the)630 518 y(rest)h(of)f(the)h(w)m(ord)f(from)g(p)s(oin)m
+(t.)45 b(Negativ)m(e)34 b(pre\014x)29 b(arg)i(sp)s(eaks)f(from)f(start)
+i(of)g(w)m(ord)630 628 y(to)g(p)s(oin)m(t.)46 b(If)30
+b(executed)h(on)f(the)h(same)g(bu\013er)e(p)s(osition)h(a)h(second)g
+(time,)g(the)g(w)m(ord)f(is)630 737 y(sp)s(elled)g(instead)h(of)f(b)s
+(eing)g(sp)s(ok)m(en.)198 902 y Fj(control)46 b(e)h(l)630
+1011 y Ft(emacsp)s(eak-sp)s(eak-line)32 b(Sp)s(eaks)d(curren)m(t)h
+(line.)47 b(With)30 b(pre\014x)g(AR)m(G,)h(sp)s(eaks)f(the)h(rest)630
+1121 y(of)g(the)f(line)h(from)f(p)s(oin)m(t.)45 b(Negativ)m(e)34
+b(pre\014x)29 b(optional)j(arg)e(sp)s(eaks)g(from)g(start)h(of)g(line)
+630 1230 y(to)g(p)s(oin)m(t.)46 b(V)-8 b(oici\014es)32
+b(if)e(option)h(`v)m(oice-lo)s(c)m(k-mo)s(de')j(is)d(on.)45
+b(Indicates)31 b(inden)m(tation)630 1340 y(with)f(a)h(tone)g(if)f
+(audio)h(inden)m(tation)g(is)f(in)g(use.)46 b(Indicates)31
+b(p)s(osition)f(of)h(p)s(oin)m(t)f(with)630 1450 y(an)g(aural)h
+(highligh)m(t)g(if)f(option)h(`emacsp)s(eak-sho)m(w-p)s(oin)m(t')h(is)f
+(turned)e(on)h({see)i(com-)630 1559 y(mand)e(`emacsp)s(eak-sho)m(w-p)s
+(oin)m(t')i(b)s(ound)c(to)j(M-x)g(emacsp)s(eak-sho)m(w-p)s(oin)m(t.)47
+b(Lines)630 1669 y(that)31 b(start)g(hidden)e(blo)s(c)m(ks)i(of)f
+(text,)i(e.g.)47 b(outline)31 b(header)f(lines,)h(or)f(header)g(lines)h
+(of)630 1778 y(blo)s(c)m(ks)g(created)g(b)m(y)f(command)h(`emacsp)s
+(eak-hide-or-exp)s(ose-blo)s(c)m(k')i(are)e(indicated)630
+1888 y(with)f(auditory)g(icon)h(ellipses.)198 2052 y
+Fj(control)46 b(e)h(up)630 2162 y Ft(emacsp)s(eak-read-previous-line)32
+b(Read)e(previous)g(line,)h(sp)s(eci\014ed)f(b)m(y)g(an)h(o\013set,)g
+(with-)630 2271 y(out)g(mo)m(ving.)46 b(Default)32 b(is)e(to)h(read)f
+(the)h(previous)f(line.)198 2436 y Fj(control)46 b(e)h(down)630
+2545 y Ft(emacsp)s(eak-read-next-line)33 b(Read)d(next)h(line,)g(sp)s
+(eci\014ed)e(b)m(y)i(an)f(o\013set,)i(without)e(mo)m(v-)630
+2655 y(ing.)46 b(Default)31 b(is)g(to)g(read)f(the)h(next)f(line.)198
+2819 y Fj(control)46 b(e)h Fp({)630 2929 y Ft(emacsp)s(eak-sp)s
+(eak-paragraph)31 b(Sp)s(eak)f(paragraph.)45 b(With)31
+b(pre\014x)e(arg,)i(sp)s(eaks)f(rest)g(of)630 3039 y(curren)m(t)g
+(paragraph.)45 b(Negativ)m(e)34 b(pre\014x)29 b(arg)i(will)g(read)f
+(from)g(start)h(of)f(curren)m(t)g(para-)630 3148 y(graph)g(to)h(p)s
+(oin)m(t.)46 b(If)30 b(v)m(oice-lo)s(c)m(k-mo)s(de)j(is)e(on,)f(then)g
+(it)h(will)g(use)f(an)m(y)h(de\014ned)e(p)s(ersonal-)630
+3258 y(it)m(y)-8 b(.)198 3422 y Fj(control)46 b(e)h(r)630
+3532 y Ft(emacsp)s(eak-sp)s(eak-region)32 b(Sp)s(eak)e(curren)m(t)g
+(region)h(delimited)g(b)m(y)f Fk(p)s(oin)m(t)i Ft(and)e
+Fk(mark)p Ft(.)630 3641 y(When)g(called)i(from)e(a)g(program,)h
+(argumen)m(t)g(ST)-8 b(AR)g(T)30 b(and)f(END)i(sp)s(ecify)f(region)h
+(to)630 3751 y(sp)s(eak.)198 3915 y Fj(control)46 b(e)h(cap)g(R)630
+4025 y Ft(emacsp)s(eak-sp)s(eak-rectangle)33 b(Sp)s(eak)d(a)h
+(rectangle)h(of)e(text.)47 b(Rectangle)33 b(is)d(delim-)630
+4134 y(ited)h(b)m(y)f(p)s(oin)m(t)g(and)g(mark.)46 b(When)30
+b(call)i(from)d(a)i(program,)g(argumen)m(ts)f(sp)s(ecify)g(the)630
+4244 y(ST)-8 b(AR)g(T)30 b(and)g(END)h(of)f(the)h(rectangle.)198
+4408 y Fj(control)46 b(e)h(b)630 4518 y Ft(emacsp)s(eak-sp)s
+(eak-bu\013er)30 b(Sp)s(eak)g(curren)m(t)g(bu\013er)g(con)m(ten)m(ts.)
+47 b(With)31 b(pre\014x)e(AR)m(G,)630 4628 y(sp)s(eaks)h(the)g(rest)h
+(of)g(the)f(bu\013er)f(from)h(p)s(oin)m(t.)46 b(Negativ)m(e)33
+b(pre\014x)d(arg)g(sp)s(eaks)g(from)630 4737 y(start)h(of)f(bu\013er)g
+(to)h(p)s(oin)m(t.)46 b(If)30 b(v)m(oice)i(lo)s(c)m(k)f(mo)s(de)f(is)h
+(on,)f(the)h(paragraphs)e(in)h(the)h(bu\013er)630 4847
+y(are)g(v)m(oice)h(annotated)f(\014rst,)f(see)h(command)f(`emacsp)s
+(eak-sp)s(eak-v)m(oice-annotate-)630 4956 y(paragraphs'.)198
+5121 y Fj(control)46 b(e)h(n)630 5230 y Ft(emacsp)s(eak-sp)s
+(eak-rest-of-bu\013er)31 b(Sp)s(eak)f(remainder)g(of)g(the)h(bu\013er)e
+(starting)j(at)630 5340 y(p)s(oin)m(t)p eop end
+%%Page: 9 12
+TeXDict begin 9 11 bop 150 -116 a Ft(Chapter)30 b(5:)46
+b(Basic)32 b(Usage.)2584 b(9)198 299 y Fj(control)46
+b(e)h(/)630 408 y Ft(emacsp)s(eak-sp)s(eak-this-bu\013er-other-windo)m
+(w-displa)m(y)32 b(Sp)s(eak)d(this)i(bu\013er)e(as)i(dis-)630
+518 y(pla)m(y)m(ed)g(in)f(a)h(di\013eren)m(t)g(frame.)46
+b(Emacs)30 b(allo)m(ws)i(y)m(ou)f(to)g(displa)m(y)f(the)h(same)g
+(bu\013er)e(in)630 628 y(m)m(ultiple)i(windo)m(ws)f(or)g(frames.)46
+b(These)30 b(di\013eren)m(t)h(windo)m(ws)e(can)i(displa)m(y)g
+(di\013eren)m(t)630 737 y(p)s(ortions)f(of)g(the)h(bu\013er.)45
+b(This)29 b(is)i(equiv)-5 b(alen)m(t)31 b(to)h(lea)m(ving)g(a)e(b)s(o)s
+(ok)g(op)s(en)g(at)h(places)g(at)630 847 y(once.)46 b(This)30
+b(command)g(allo)m(ws)i(y)m(ou)f(to)g(listen)g(to)g(the)f(places)h
+(where)f(y)m(ou)h(ha)m(v)m(e)h(left)630 956 y(the)f(b)s(o)s(ok)e(op)s
+(en.)45 b(The)30 b(n)m(um)m(b)s(er)f(used)h(to)h(in)m(v)m(ok)m(e)h
+(this)f(command)f(sp)s(eci\014es)g(whic)m(h)g(of)630
+1066 y(the)h(displa)m(ys)f(y)m(ou)h(wish)e(to)i(sp)s(eak.)46
+b(T)m(ypically)31 b(y)m(ou)g(will)g(ha)m(v)m(e)g(t)m(w)m(o)h(or)e(at)i
+(most)e(three)630 1176 y(suc)m(h)g(displa)m(ys)g(op)s(en.)46
+b(The)29 b(curren)m(t)i(displa)m(y)f(is)h(0,)g(the)f(next)h(is)f(1,)h
+(and)f(so)h(on.)45 b(Op-)630 1285 y(tional)32 b(argumen)m(t)e(AR)m(G)i
+(sp)s(eci\014es)e(the)g(displa)m(y)h(to)g(sp)s(eak.)198
+1431 y Fj(control)46 b(e)h(left)630 1541 y Ft(emacsp)s(eak-sp)s
+(eak-this-bu\013er-previous-displa)m(y)31 b(Sp)s(eak)f(this)g(bu\013er)
+f(as)i(displa)m(y)m(ed)g(in)630 1650 y(a)g(`previous')f(windo)m(w.)45
+b(See)31 b(do)s(cumen)m(tation)g(for)f(command)g(`emacsp)s(eak-sp)s
+(eak-this-)630 1760 y(bu\013er-other-windo)m(w-displa)m(y')h(for)f(the)
+g(meaning)h(of)f(`previous'.)198 1906 y Fj(control)46
+b(e)h(right)630 2016 y Ft(emacsp)s(eak-sp)s
+(eak-this-bu\013er-next-displa)m(y)32 b(Sp)s(eak)e(this)g(bu\013er)f
+(as)i(displa)m(y)m(ed)g(in)f(a)630 2125 y(`previous')g(windo)m(w.)46
+b(See)30 b(do)s(cumen)m(tation)h(for)g(command)f(`emacsp)s(eak-sp)s
+(eak-this-)630 2235 y(bu\013er-other-windo)m(w-displa)m(y')h(for)f(the)
+g(meaning)h(of)f(`previous'.)198 2381 y Fj(control)46
+b(e)h([)630 2491 y Ft(emacsp)s(eak-sp)s(eak-page)32 b(Sp)s(eak)e(a)h
+(page.)46 b(With)31 b(pre\014x)e(AR)m(G,)j(sp)s(eaks)e(rest)g(of)h
+(cur-)630 2600 y(ren)m(t)g(page.)46 b(Negativ)m(e)33
+b(pre\014x)d(arg)h(will)f(read)h(from)e(start)i(of)g(curren)m(t)f(page)
+h(to)g(p)s(oin)m(t.)46 b(If)630 2710 y(option)31 b(`v)m(oice-lo)s(c)m
+(k-mo)s(de')j(is)c(on,)h(then)f(it)h(will)g(use)f(an)m(y)g(de\014ned)f
+(p)s(ersonalit)m(y)-8 b(.)198 2856 y Fj(control)46 b(e)h(9)g(control)f
+(e)i(8)f(control)f(e)h(7)h(control)e(e)h(6)h(control)d(e)j(5)f(control)
+f(e)i(4)150 2966 y(control)e(e)h(3)h(control)e(e)h(2)g(control)f(e)i(1)
+f(control)f(e)h(0)630 3075 y Ft(emacsp)s(eak-sp)s
+(eak-prede\014ned-windo)m(w)30 b(Sp)s(eak)f(one)i(of)f(the)h(\014rst)f
+(10)h(windo)m(ws)e(on)630 3185 y(the)i(screen.)45 b(In)30
+b(general,)i(y)m(ou'll)f(nev)m(er)g(ha)m(v)m(e)g(Emacs)g(split)g(the)f
+(screen)h(in)m(to)g(more)630 3294 y(than)f(t)m(w)m(o)i(or)e(three.)46
+b(Argumen)m(t)31 b(AR)m(G)g(determines)f(the)h('other')g(windo)m(w)f
+(to)h(sp)s(eak.)630 3404 y(Sp)s(eaks)f(en)m(tire)h(windo)m(w)f(irresp)s
+(ectiv)m(e)h(of)g(p)s(oin)m(t.)45 b(Seman)m(tics)32 b(of)e(`other')h
+(is)g(the)f(same)630 3513 y(as)h(for)f(the)g(builtin)g(Emacs)h(command)
+f(`other-windo)m(w'.)198 3660 y Fj(control)46 b(e)h(control)f(n)630
+3769 y Ft(emacsp)s(eak-sp)s(eak-next-windo)m(w)31 b(Sp)s(eak)f(the)h
+(next)f(windo)m(w.)198 3915 y Fj(control)46 b(e)h(control)f(p)630
+4025 y Ft(emacsp)s(eak-sp)s(eak-previous-windo)m(w)31
+b(Sp)s(eak)e(the)i(previous)f(windo)m(w.)198 4171 y Fj(control)46
+b(e)h(control)f(o)630 4281 y Ft(emacsp)s(eak-sp)s(eak-other-windo)m(w)
+32 b(Sp)s(eak)d(con)m(ten)m(ts)j(of)f(`other')g(windo)m(w.)45
+b(Sp)s(eaks)30 b(en-)630 4390 y(tire)h(windo)m(w)f(irresp)s(ectiv)m(e)h
+(of)g(p)s(oin)m(t.)45 b(Seman)m(tics)32 b(of)e(`other')h(is)g(the)f
+(same)h(as)g(for)f(the)630 4500 y(builtin)g(Emacs)h(command)f
+(`other-windo)m(w'.)46 b(Optional)31 b(argumen)m(t)g(AR)m(G)g(sp)s
+(eci\014es)630 4609 y(`other')g(windo)m(w)f(to)h(sp)s(eak.)198
+4756 y Fj(ESCAPE)46 b(up)630 4865 y Ft(emacsp)s(eak-o)m(windo)m
+(w-previous-line)32 b(Mo)m(v)m(e)h(to)e(the)f(next)h(line)g(in)f(the)g
+(other)h(windo)m(w)630 4975 y(and)f(sp)s(eak)g(it.)46
+b(Numeric)31 b(pre\014x)e(arg)i(COUNT)e(sp)s(eci\014es)h(n)m(um)m(b)s
+(er)f(of)i(lines)f(to)i(mo)m(v)m(e.)198 5121 y Fj(ESCAPE)46
+b(down)630 5230 y Ft(emacsp)s(eak-o)m(windo)m(w-next-line)33
+b(Mo)m(v)m(e)f(to)g(the)e(next)h(line)f(in)g(the)h(other)g(windo)m(w)e
+(and)630 5340 y(sp)s(eak)h(it.)46 b(Numeric)31 b(pre\014x)e(arg)i
+(COUNT)f(can)g(sp)s(ecify)g(n)m(um)m(b)s(er)f(of)i(lines)f(to)h(mo)m(v)
+m(e.)p eop end
+%%Page: 10 13
+TeXDict begin 10 12 bop 150 -116 a Ft(Chapter)30 b(5:)46
+b(Basic)32 b(Usage.)2538 b(10)198 299 y Fj(ESCAPE)46
+b(next)630 408 y Ft(emacsp)s(eak-o)m(windo)m(w-scroll-up)32
+b(Scroll)f(up)e(the)i(windo)m(w)f(that)h(command)f(`other-)630
+518 y(windo)m(w')g(w)m(ould)g(mo)m(v)m(e)i(to.)47 b(Sp)s(eak)29
+b(the)i(windo)m(w)f(con)m(ten)m(ts)i(after)f(scrolling.)198
+677 y Fj(ESCAPE)46 b(prior)630 786 y Ft(emacsp)s(eak-o)m(windo)m
+(w-scroll-do)m(wn)33 b(Scroll)e(do)m(wn)e(the)i(windo)m(w)f(that)h
+(command)630 896 y(`other-windo)m(w')g(w)m(ould)f(mo)m(v)m(e)i(to.)46
+b(Sp)s(eak)30 b(the)h(windo)m(w)e(con)m(ten)m(ts)k(after)d(scrolling.)
+198 1054 y Fj(control)46 b(e)h(')630 1164 y Ft(emacsp)s(eak-sp)s
+(eak-sexp)31 b(Sp)s(eak)f(curren)m(t)g(sexp.)45 b(With)31
+b(pre\014x)f(AR)m(G,)h(sp)s(eaks)f(the)g(rest)630 1274
+y(of)h(the)f(sexp)g(from)g(p)s(oin)m(t.)46 b(Negativ)m(e)33
+b(pre\014x)c(arg)i(sp)s(eaks)f(from)g(start)h(of)f(sexp)g(to)i(p)s(oin)
+m(t.)630 1383 y(If)e(option)h(`v)m(oice-lo)s(c)m(k-mo)s(de')j(is)c(on,)
+h(then)f(uses)g(the)g(p)s(ersonalit)m(y)-8 b(.)198 1542
+y Fj(control)46 b(e)h(meta)g(control)e Fp(@)630 1651
+y Ft(emacsp)s(eak-sp)s(eak-spaces-at-p)s(oin)m(t)33 b(Sp)s(eak)d(the)h
+(white)f(space)h(at)g(p)s(oin)m(t.)150 1883 y Fr(5.4)68
+b(Sp)t(eec)l(h)45 b(System)g(Commands)150 2042 y Ft(This)30
+b(section)h(do)s(cumen)m(ts)f(Emacsp)s(eak's)h(v)-5 b(arious)30
+b(user)g(commands)g(for)g(con)m(trolling)i(the)f(text)g(to)150
+2152 y(sp)s(eec)m(h)f(\(TTS\))g(system.)150 2350 y Fi(5.4.1)63
+b(Character,)39 b(W)-10 b(ord)41 b(And)g(Line)g(Ec)m(ho.)150
+2497 y Ft(By)31 b(default,)f(Emacsp)s(eak)h(sp)s(eaks)f(c)m(haracters)i
+(as)e(they)h(are)g(t)m(yp)s(ed)f({this)g(is)h(called)g(c)m(haracter)h
+(ec)m(ho;)150 2607 y(W)-8 b(ords)31 b(are)f(sp)s(ok)m(en)g(as)h(they)g
+(are)f(completed)i({this)e(is)h(called)g(w)m(ord)f(ec)m(ho.)47
+b(Emacsp)s(eak)31 b(can)f(also)150 2716 y(optionally)i(sp)s(eak)e(eac)m
+(h)h(line)g(as)g(it)g(is)f(t)m(yp)s(ed)g({this)h(is)f(called)i(line)e
+(ec)m(ho.)275 2851 y(Character,)h(w)m(ord)f(and)f(line)i(ec)m(ho)h(can)
+e(b)s(e)g(toggled)i({either)f(in)f(the)h(curren)m(t)f(bu\013er{)g(or)g
+(for)g(all)150 2960 y(bu\013ers)f(\(globally\).)48 b(T)-8
+b(o)31 b(toggle)i(the)d(sp)s(eci\014c)g(ec)m(ho)i(functionalit)m(y)g
+(for)e(all)h(bu\013ers,)f(precede)g(the)h(sp)s(e-)150
+3070 y(ci\014c)g(command)f(with)g Fj(C-u)p Ft(.)45 b(Note)32
+b(that)f(in)f(the)g(do)s(cumen)m(tation)h(b)s(elo)m(w,)g(this)g(use)f
+(of)g Fj(C-u)g Ft(is)g(indi-)150 3179 y(cated)h(using)f(the)h(common)f
+(Emacs)h(terminology)h(of)e Fo(pr)-5 b(e\014x)32 b(ar)-5
+b(g)39 b Ft(or)31 b Fo(inter)-5 b(active)31 b(pr)-5 b(e\014x)31
+b(ar)-5 b(g)p Ft(.)150 3338 y Fj(control)46 b(e)h(d)h(k)630
+3447 y Ft(emacsp)s(eak-toggle-c)m(haracter-ec)n(ho)36
+b(T)-8 b(oggle)33 b(state)e(of)g(Emacsp)s(eak)f(c)m(haracter)i(ec)m
+(ho.)630 3557 y(In)m(teractiv)m(e)h(PREFIX)d(arg)h(means)f(toggle)j
+(the)d(global)i(default)f(v)-5 b(alue,)31 b(and)f(then)g(set)630
+3667 y(the)h(curren)m(t)f(lo)s(cal)h(v)-5 b(alue)31 b(to)g(the)g
+(result.)198 3825 y Fj(control)46 b(e)h(d)g(w)630 3935
+y Ft(emacsp)s(eak-toggle-w)m(ord-ec)m(ho)35 b(T)-8 b(oggle)33
+b(state)e(of)g(Emacsp)s(eak)f(w)m(ord)g(ec)m(ho.)47 b(In)m(terac-)630
+4044 y(tiv)m(e)32 b(PREFIX)e(arg)h(means)f(toggle)j(the)d(global)i
+(default)f(v)-5 b(alue,)31 b(and)e(then)i(set)f(the)h(cur-)630
+4154 y(ren)m(t)g(lo)s(cal)g(v)-5 b(alue)31 b(to)g(the)g(result.)198
+4313 y Fj(control)46 b(e)h(d)g(l)630 4422 y Ft(emacsp)s
+(eak-toggle-line-ec)m(ho)36 b(T)-8 b(oggle)32 b(state)g(of)f(Emacsp)s
+(eak)f(line)h(ec)m(ho.)47 b(In)m(teractiv)m(e)630 4532
+y(PREFIX)30 b(arg)h(means)f(toggle)j(the)e(global)g(default)g(v)-5
+b(alue,)31 b(and)f(then)g(set)h(the)f(curren)m(t)630
+4641 y(lo)s(cal)i(v)-5 b(alue)30 b(to)i(the)e(result.)150
+4840 y Fi(5.4.2)63 b(Setting)41 b(V)-10 b(arious)41 b(Characteristics)f
+(Of)h(Sp)s(eec)m(h)g(Output.)150 4987 y Ft(Emacsp)s(eak)31
+b(user)e(commands)h(can)h(set)g(di\013eren)m(t)g(c)m(haracteristics)i
+(of)d(the)h(sp)s(eec)m(h)f(output)g(suc)m(h)g(as)150
+5096 y(sp)s(eec)m(h)g(rate)h(and)f(punctuations)g(mo)s(de.)275
+5230 y(Emacsp)s(eak)g(pro)m(vides)g(a)h(n)m(um)m(b)s(er)e(of)i
+(settings)g(that)g(a\013ect)h(ho)m(w)e(attributes)h(of)g(the)f(text)i
+(suc)m(h)150 5340 y(as)f(capitalization)i(are)e(con)m(v)m(ey)m(ed.)48
+b(These)30 b(include)g(settings)h(that)g(pro)s(duce)f(a)g(short)g(tone)
+h(for)g(eac)m(h)p eop end
+%%Page: 11 14
+TeXDict begin 11 13 bop 150 -116 a Ft(Chapter)30 b(5:)46
+b(Basic)32 b(Usage.)2538 b(11)150 299 y(upp)s(er)28 b(case)k(letter,)g
+(as)e(w)m(ell)i(as)e(a)h(smart)f(mo)s(de)g(for)g(sp)s(eaking)h(mixed)f
+(case)h(w)m(ords)f(whic)m(h)g(is)h(esp)s(e-)150 408 y(cially)h(useful)d
+(when)h(programming.)45 b(These)31 b(settings)g(can)g(b)s(e)e(made)i
+(lo)s(cally)h(in)e(a)g(giv)m(en)i(bu\013er)d(or)150 518
+y(b)s(e)h(applied)g(to)h(all)g(bu\013ers)e(b)m(y)i(preceding)f(these)h
+(commands)f(with)g Fj(C-u)p Ft(.)198 693 y Fj(control)46
+b(e)h(d)g(r)630 803 y Ft(dtk-set-rate)32 b(Set)f(sp)s(eaking)f(RA)-8
+b(TE)30 b(for)g(the)h(tts.)46 b(In)m(teractiv)m(e)33
+b(PREFIX)d(arg)h(means)630 912 y(set)g(the)f(global)i(default)f(v)-5
+b(alue,)31 b(and)f(then)g(set)h(the)f(curren)m(t)g(lo)s(cal)i(v)-5
+b(alue)31 b(to)g(the)f(result.)198 1082 y Fj(control)46
+b(e)h(d)g(f)630 1192 y Ft(dtk-set-c)m(haracter-scale)35
+b(Set)30 b(scale)i(F)-10 b(A)m(CTOR)30 b(for)g(sp)s(eec)m(h)h(rate.)46
+b(Sp)s(eec)m(h)30 b(rate)h(is)630 1301 y(scaled)g(b)m(y)f(this)h
+(factor)g(when)e(sp)s(eaking)i(c)m(haracters.)47 b(In)m(teractiv)m(e)33
+b(PREFIX)d(arg)630 1411 y(means)g(set)h(the)g(global)g(default)g(v)-5
+b(alue,)31 b(and)f(then)g(set)h(the)f(curren)m(t)h(lo)s(cal)g(v)-5
+b(alue)31 b(to)g(the)630 1521 y(result.)630 1660 y(This)f(function)g
+(is)g(advised.)630 1800 y(Before-advice)j(`emacsp)s(eak-auto':)48
+b(Automatically)33 b(de\014ned)c(advice)i(to)g(sp)s(eak)f(in)m(ter-)630
+1910 y(activ)m(e)j(prompts.)198 2080 y Fj(control)46
+b(e)h(d)g(9)h(control)e(e)h(d)h(8)f(control)f(e)h(d)h(7)f(control)f(e)i
+(d)f(6)g(control)f(e)i(d)f(5)150 2189 y(control)f(e)h(d)h(4)f(control)f
+(e)h(d)h(3)f(control)f(e)i(d)f(2)h(control)d(e)j(d)f(1)h(control)e(e)h
+(d)g(0)630 2299 y Ft(dtk-set-prede\014ned-sp)s(eec)m(h-rate)31
+b(Set)g(sp)s(eec)m(h)f(rate)h(to)g(one)g(of)g(nine)f(prede\014ned)e
+(lev)m(els.)630 2408 y(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(sa)m(ys)g
+(to)g(set)g(the)f(rate)i(globally)-8 b(.)198 2578 y Fj(control)46
+b(e)h(d)g(p)630 2688 y Ft(dtk-set-punctuations)31 b(Set)g(punctuation)f
+(mo)s(de)g(to)h(MODE.)g(P)m(ossible)g(v)-5 b(alues)31
+b(are)630 2797 y(`some',)h(`all',)g(or)e(`none'.)46 b(In)m(teractiv)m
+(e)33 b(PREFIX)d(arg)h(means)f(set)h(the)g(global)g(default)630
+2907 y(v)-5 b(alue,)31 b(and)f(then)g(set)h(the)f(curren)m(t)h(lo)s
+(cal)g(v)-5 b(alue)31 b(to)g(the)g(result.)198 3077 y
+Fj(control)46 b(e)h(d)g(m)630 3186 y Ft(dtk-set-pron)m(unciation-mo)s
+(de)32 b(Set)e(pron)m(unciation)h(MODE.)g(This)e(command)h(is)h(v)-5
+b(alid)630 3296 y(only)30 b(for)h(new)m(er)f(Dectalks,)j(e.g.)47
+b(the)30 b(Dectalk)j(Express.)44 b(P)m(ossible)32 b(v)-5
+b(alues)30 b(are)h(`math,)630 3406 y(name,)g(europ)s(e,)f(sp)s(ell',)g
+(all)h(of)g(whic)m(h)f(can)h(b)s(e)f(turned)f(on)h(or)g(o\013.)47
+b(Argumen)m(t)30 b(ST)-8 b(A)g(TE)630 3515 y(sp)s(eci\014es)30
+b(new)g(state.)198 3685 y Fj(control)46 b(e)h(d)g(s)630
+3795 y Ft(dtk-toggle-split-caps)34 b(T)-8 b(oggle)32
+b(split)f(caps)f(mo)s(de.)46 b(Split)30 b(caps)g(mo)s(de)g(is)h(useful)
+e(when)630 3904 y(reading)h(Hungarian)h(notation)g(in)f(program)h
+(source)f(co)s(de.)46 b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)630
+4014 y(means)g(toggle)j(the)e(global)g(default)g(v)-5
+b(alue,)31 b(and)f(then)g(set)h(the)f(curren)m(t)g(lo)s(cal)i(v)-5
+b(alue)31 b(to)630 4123 y(the)g(result.)198 4293 y Fj(control)46
+b(e)h(d)g(c)630 4403 y Ft(dtk-toggle-capitalizatio)q(n)35
+b(T)-8 b(oggle)33 b(capitalization.)49 b(when)29 b(set,)i
+(capitalization)j(is)d(in-)630 4513 y(dicated)g(b)m(y)f(a)h(short)f(b)s
+(eep.)45 b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)g(toggle)h(the)f
+(global)630 4622 y(default)g(v)-5 b(alue,)31 b(and)e(then)h(set)h(the)g
+(curren)m(t)f(lo)s(cal)i(v)-5 b(alue)31 b(to)g(the)f(result.)198
+4792 y Fj(control)46 b(e)h(d)g(cap)g(C)630 4902 y Ft
+(dtk-toggle-allcaps-b)s(eep)34 b(T)-8 b(oggle)32 b(allcaps-b)s(eep.)47
+b(when)29 b(set,)i(allcaps)h(w)m(ords)e(are)h(in-)630
+5011 y(dicated)g(b)m(y)f(a)h(short)f(b)s(eep.)45 b(In)m(teractiv)m(e)33
+b(PREFIX)d(arg)h(means)g(toggle)h(the)f(global)630 5121
+y(default)g(v)-5 b(alue,)31 b(and)e(then)h(set)h(the)g(curren)m(t)f(lo)
+s(cal)i(v)-5 b(alue)31 b(to)g(the)f(result.)46 b(Note)32
+b(that)630 5230 y(allcaps-b)s(eep)f(is)g(a)f(v)m(ery)h(useful)f(thing)g
+(when)f(programming.)46 b(Ho)m(w)m(ev)m(er)32 b(it)f(is)g(irritat-)630
+5340 y(ing)g(to)g(ha)m(v)m(e)g(it)g(on)f(when)g(reading)g(do)s(cumen)m
+(ts.)p eop end
+%%Page: 12 15
+TeXDict begin 12 14 bop 150 -116 a Ft(Chapter)30 b(5:)46
+b(Basic)32 b(Usage.)2538 b(12)275 299 y(In)29 b(addition,)i(Emacsp)s
+(eak)g(can)f(con)m(v)m(ey)i(the)f(inden)m(tation)g(of)g(lines)f(as)h
+(they)f(are)h(sp)s(ok)m(en{)g(this)f(is)150 408 y(relev)-5
+b(an)m(t)32 b(when)d(programming)h(and)g(is)g(the)h(default)f(when)g(w)
+m(orking)h(with)f(program)g(source.)198 624 y Fj(control)46
+b(e)h(d)g(i)630 733 y Ft(emacsp)s(eak-toggle-audio-inden)m(tation)36
+b(T)-8 b(oggle)32 b(state)g(of)e(Emacsp)s(eak)h(audio)f(inden)m(ta-)630
+843 y(tion.)46 b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)f(toggle)j
+(the)e(global)g(default)g(v)-5 b(alue,)31 b(and)f(then)630
+952 y(set)h(the)f(curren)m(t)h(lo)s(cal)g(v)-5 b(alue)31
+b(to)g(the)g(result.)45 b(Sp)s(ecifying)30 b(the)h(metho)s(d)f(of)g
+(inden)m(tation)630 1062 y(as)h(`tones')g(results)f(in)g(the)h(Dectalk)
+h(pro)s(ducing)d(a)i(tone)g(whose)f(length)h(is)g(a)f(function)630
+1172 y(of)h(the)f(line's)h(inden)m(tation.)47 b(Sp)s(ecifying)30
+b(`sp)s(eak')g(results)g(in)g(the)h(n)m(um)m(b)s(er)e(of)h(initial)630
+1281 y(spaces)h(b)s(eing)f(sp)s(ok)m(en.)630 1434 y(Inden)m(tation)h
+(feedbac)m(k)g(st)m(yle)h(is)e(set)h(b)m(y)f(option)h(emacsp)s
+(eak-audio-inden)m(tation-)630 1544 y(metho)s(d)630 1697
+y(The)f(default)g(v)-5 b(alue)31 b(is)g Fp("speak")630
+1850 y Ft(See)g(v)-5 b(ariable)31 b(`emacsp)s(eak-audio-inden)m
+(tation-metho)s(ds')i(for)d(p)s(ossible)g(v)-5 b(alues.)46
+b(Au-)630 1960 y(tomatically)33 b(b)s(ecomes)e(lo)s(cal)h(in)e(an)m(y)g
+(bu\013er)g(where)g(it)g(is)h(set.)150 2196 y Fi(5.4.3)63
+b(Miscellaneous)42 b(Sp)s(eec)m(h)f(Commands)150 2343
+y Ft(Sp)s(eec)m(h)30 b(can)h(b)s(e)e(stopp)s(ed)h(using)g(command)g
+Fp(dtk-stop)e Ft({though)i(in)h(normal)f(use,)g(the)h(action)g(of)150
+2453 y(mo)m(ving)g(the)g(cursor)e(will)i(stop)g(ongoing)g(sp)s(eec)m
+(h.)46 b(Sp)s(eec)m(h)30 b(can)h(also)g(b)s(e)f(paused)f(and)h
+(resumed.)45 b(The)150 2562 y(sp)s(eec)m(h)30 b(serv)m(er)h(can)g(b)s
+(e)e(stopp)s(ed)h(and)g(restarted)g(for)h(cases)g(where)f(the)g(user)g
+(w)m(an)m(ts)h(to)g(switc)m(h)g(to)g(a)150 2672 y(di\013eren)m(t)g
+(serv)m(er)f({or)h(in)f(the)h(rare)f(case)i(to)f(n)m(uk)m(e)f(a)h(runa)
+m(w)m(a)m(y)g(sp)s(eec)m(h)f(serv)m(er.)150 2887 y Fj(Control)46
+b(e)h(s)630 2997 y Ft(dtk-stop)31 b(Stop)f(sp)s(eec)m(h)g(no)m(w.)198
+3193 y Fj(control)46 b(e)h(p)630 3303 y Ft(dtk-pause)30
+b(P)m(ause)h(ongoing)g(sp)s(eec)m(h.)46 b(The)30 b(sp)s(eec)m(h)g(can)h
+(b)s(e)f(resumed)f(with)h(command)630 3412 y(`dtk-resume')g(normally)h
+(b)s(ound)d(to)j(C-e)g(SPC.)f(P)m(ausing)g(sp)s(eec)m(h)h(is)f(useful)g
+(when)f(one)630 3522 y(needs)h(to)h(p)s(erform)e(a)i(few)f(actions)h(b)
+s(efore)f(con)m(tin)m(uing)i(to)f(read)f(a)h(large)h(do)s(cumen)m(t.)
+630 3632 y(Emacsp)s(eak)f(giv)m(es)g(y)m(ou)g(sp)s(eec)m(h)f(feedbac)m
+(k)i(as)e(usual)g(once)h(sp)s(eec)m(h)f(has)h(b)s(een)e(paused.)630
+3741 y(`dtk-resume')h(con)m(tin)m(ues)i(the)f(in)m(terrupted)e(sp)s
+(eec)m(h)i(irresp)s(ectiv)m(e)g(of)g(the)f(bu\013er)f(in)630
+3851 y(whic)m(h)h(it)h(is)f(executed.)47 b(Optional)31
+b(PREFIX)f(arg)h(\015ushes)e(an)m(y)i(previously)f(paused)630
+3960 y(sp)s(eec)m(h.)198 4157 y Fj(control)46 b(e)h(SPACE)630
+4267 y Ft(dtk-resume)30 b(Resume)g(paused)g(sp)s(eec)m(h.)45
+b(This)30 b(command)g(resumes)g(sp)s(eec)m(h)g(that)h(has)630
+4376 y(b)s(een)f(susp)s(ended)e(b)m(y)i(executing)h(command)f
+(`dtk-pause')h(b)s(ound)d(to)k(C-e)e(p.)45 b(If)30 b(sp)s(eec)m(h)630
+4486 y(has)g(not)h(b)s(een)e(paused,)h(and)g(v)-5 b(ariable)31
+b(`dtk-resume-should-toggle')i(is)d(t)h(then)f(this)630
+4595 y(command)g(will)h(pause)f(ongoing)h(sp)s(eec)m(h.)198
+4792 y Fj(control)46 b(e)h(d)g(q)630 4902 y Ft(dtk-toggle-quiet)34
+b(T)-8 b(oggle)32 b(state)g(of)e(the)h(sp)s(eec)m(h)f(device)h(b)s(et)m
+(w)m(een)g(b)s(eing)f(quiet)h(and)630 5011 y(talk)-5
+b(ativ)m(e.)49 b(Useful)30 b(if)g(y)m(ou)h(w)m(an)m(t)g(to)g(con)m(tin)
+m(ue)h(using)e(an)g(Emacs)h(session)f(that)h(has)630
+5121 y(emacsp)s(eak)g(loaded)g(but)f(wish)f(to)i(mak)m(e)h(the)e(sp)s
+(eec)m(h)h(sh)m(ut)f(up.)44 b(Optional)31 b(argumen)m(t)630
+5230 y(PREFIX)f(sp)s(eci\014es)g(whether)g(sp)s(eec)m(h)g(is)h(turned)e
+(o\013)i(in)f(the)g(curren)m(t)h(bu\013er)e(or)h(in)g(all)630
+5340 y(bu\013ers.)p eop end
+%%Page: 13 16
+TeXDict begin 13 15 bop 150 -116 a Ft(Chapter)30 b(5:)46
+b(Basic)32 b(Usage.)2538 b(13)198 299 y Fj(control)46
+b(e)h(control)f(s)630 408 y Ft(dtk-emergency-restart)32
+b(Use)f(this)f(to)h(n)m(uk)m(e)g(the)g(curren)m(tly)f(running)f(dtk)h
+(serv)m(er)g(and)630 518 y(restart)h(it.)46 b(Useful)31
+b(if)f(y)m(ou)h(w)m(an)m(t)g(to)g(switc)m(h)g(to)g(another)f(syn)m
+(thesizer)h(while)g(emacs-)630 628 y(p)s(eak)f(is)h(running.)44
+b(Also)31 b(useful)e(for)h(emergency)i(stopping)e(of)g(sp)s(eec)m(h.)
+275 809 y(Finally)-8 b(,)32 b(here)e(are)h(the)f(remaining)h(commands)f
+(a)m(v)-5 b(ailable)32 b(via)f(the)g(TTS)e(related)i(k)m(eymap)g
+Fj(C-e)150 919 y(d)p Ft(.)198 1100 y Fj(control)46 b(e)h(d)g(a)630
+1210 y Ft(dtk-add-clean)m(up-pattern)31 b(Add)f(this)g(pattern)g(to)i
+(the)e(list)h(of)g(rep)s(eating)f(patterns)630 1319 y(that)h(are)g
+(cleaned)g(up.)45 b(Optional)30 b(in)m(teractiv)m(e)k(pre\014x)29
+b(arg)i(deletes)g(this)g(pattern)f(if)630 1429 y(previously)g(added.)45
+b(Cleaning)31 b(up)e(rep)s(eated)i(patterns)f(results)g(in)g(emacsp)s
+(eak)h(sp)s(eak-)630 1538 y(ing)g(the)f(pattern)h(follo)m(w)m(ed)h(b)m
+(y)e(a)h(rep)s(eat)f(coun)m(t)h(instead)g(of)f(sp)s(eaking)h(all)g(the)
+f(c)m(harac-)630 1648 y(ters)h(making)f(up)g(the)g(pattern.)46
+b(Th)m(us,)30 b(b)m(y)g(adding)g(the)g(rep)s(eating)h(pattern)g(`.')46
+b(\(this)30 b(is)630 1757 y(already)h(added)f(b)m(y)g(default\))h
+(emacsp)s(eak)g(will)g(sa)m(y)g(\\a)m(w)g(\014fteen)f(dot")h(when)f(sp)
+s(eaking)630 1867 y(the)h(string)f(\\...............")50
+b(instead)31 b(of)f(\\p)s(erio)s(d)g(p)s(erio)s(d)f(p)s(erio)s(d)g(p)s
+(erio)s(d)g(".)198 2041 y Fj(control)46 b(e)h(d)g(d)630
+2151 y Ft(dtk-select-serv)m(er)33 b(Select)e(a)g(sp)s(eec)m(h)g(serv)m
+(er)f(in)m(teractiv)m(ely)-8 b(.)49 b(This)30 b(will)h(b)s(e)e(the)i
+(serv)m(er)630 2260 y(that)g(is)f(used)g(when)f(y)m(ou)i(next)g(call)g
+(either)g(M-x)g(dtk-initialize)i(or)d(C-e)h(C-s.)45 b(Argu-)630
+2370 y(men)m(t)31 b(PR)m(OGRAM)g(sp)s(eci\014es)f(the)g(sp)s(eec)m(h)h
+(serv)m(er)f(program.)198 2544 y Fj(control)46 b(e)h(d)g(SPACE)630
+2654 y Ft(dtk-toggle-splitting-on-white-space)36 b(T)-8
+b(oggle)32 b(splitting)f(of)g(sp)s(eec)m(h)f(on)g(white)630
+2763 y(space.)46 b(This)30 b(a\013ects)i(the)e(in)m(ternal)h(state)h
+(of)f(emacsp)s(eak)g(that)g(decides)f(if)h(w)m(e)f(split)630
+2873 y(text)h(purely)f(b)m(y)g(clause)h(b)s(oundaries,)f(or)g(also)h
+(include)f(whitespace.)47 b(By)31 b(default,)630 2982
+y(emacsp)s(eak)g(sends)e(a)i(clause)g(at)h(a)e(time)h(to)g(the)g(sp)s
+(eec)m(h)f(device.)47 b(This)30 b(pro)s(duces)630 3092
+y(\015uen)m(t)g(sp)s(eec)m(h)g(for)h(normal)f(use.)45
+b(Ho)m(w)m(ev)m(er)33 b(in)d(mo)s(des)g(suc)m(h)g(as)g(`shell-mo)s(de')
+h(and)630 3201 y(some)g(programming)f(language)i(mo)s(des,)e(clause)h
+(mark)m(ers)f(app)s(ear)g(infrequen)m(tly)-8 b(,)31 b(and)630
+3311 y(this)f(can)h(result)f(in)g(large)i(amoun)m(ts)e(of)h(text)g(b)s
+(eing)f(sen)m(t)h(to)g(the)g(sp)s(eec)m(h)f(device)h(at)630
+3421 y(once,)g(making)g(the)g(system)f(unresp)s(onsiv)m(e)f(when)h(ask)
+m(ed)h(to)g(stop)f(talking.)47 b(Splitting)630 3530 y(on)30
+b(white)h(space)g(mak)m(es)g(emacsp)s(eak's)g(stop)g(command)f(resp)s
+(onsiv)m(e.)45 b(Ho)m(w)m(ev)m(er,)33 b(when)630 3640
+y(splitting)e(on)f(white)h(space,)g(the)g(sp)s(eec)m(h)f(sounds)f(c)m
+(hopp)m(y)i(since)f(the)h(syn)m(thesizer)g(is)630 3749
+y(getting)h(a)f(w)m(ord)f(at)h(a)g(time.)198 3923 y Fj(control)46
+b(e)h(d)g(RETURN)630 4033 y Ft(dtk-set-c)m(h)m(unk-separator-syn)m(tax)
+33 b(In)m(teractiv)m(ely)g(set)e(ho)m(w)f(text)i(is)e(split)h(in)f(c)m
+(h)m(unks.)630 4143 y(See)h(the)f(Emacs)h(do)s(cumen)m(tation)g(on)f
+(syn)m(tax)h(tables)g(for)f(details)i(on)e(ho)m(w)g(c)m(haracters)630
+4252 y(are)h(classi\014ed)g(in)m(to)g(v)-5 b(arious)30
+b(syn)m(tactic)j(classes.)46 b(Argumen)m(t)31 b(S)f(sp)s(eci\014es)g
+(the)g(syn)m(tax)630 4362 y(class.)198 4536 y Fj(control)46
+b(e)h(d)g(t)630 4645 y Ft(emacsp)s(eak-dial-dtk)32 b(Prompt)e(for)g
+(and)g(dial)g(a)h(phone)f(NUMBER)h(with)f(the)h(Dectalk.)198
+4819 y Fj(control)46 b(e)h(d)g(cap)g(V)630 4929 y Ft(emacsp)s
+(eak-dtk-sp)s(eak-v)m(ersion)32 b(Use)f(this)f(to)h(\014nd)e(out)i
+(whic)m(h)f(v)m(ersion)h(of)f(the)h(TTS)630 5039 y(\014rm)m(w)m(are)f
+(y)m(ou)h(are)g(running.)198 5213 y Fj(control)46 b(e)h(d)g(z)630
+5322 y Ft(emacsp)s(eak-zap-dtk)32 b(Send)d(this)h(command)g(to)i(the)e
+(TTS)f(engine)i(directly)-8 b(.)p eop end
+%%Page: 14 17
+TeXDict begin 14 16 bop 150 -116 a Ft(Chapter)30 b(5:)46
+b(Basic)32 b(Usage.)2538 b(14)150 299 y Fr(5.5)68 b(V)-11
+b(oice)45 b(Lo)t(c)l(k)g(Mo)t(de)150 458 y Ft(The)30
+b(status)h(of)f(v)m(oice)i(lo)s(c)m(k)g(mo)s(de)e(can)g(b)s(e)g
+(toggled)i(on)f(and)e(o\013)i(b)m(y)f(issuing)g(the)h(command)f
+Fj(C-e)g(d)150 568 y(v)g(\(M-x)f(voice-lock-mode\))p
+Ft(.)42 b(With)30 b(a)h(pre\014x)e(arg,)j(this)e(function)g(applies)g
+(globally;)j(otherwise,)150 677 y(it)e(is)f(lo)s(cal)i(to)f(the)g
+(curren)m(t)f(bu\013er.)45 b(T)-8 b(o)30 b(ha)m(v)m(e)i(v)m(oice)g(lo)s
+(c)m(k)g(mo)s(de)e(activ)-5 b(ated)32 b(automatically)h(when)150
+787 y(Emacsp)s(eak)e(starts,)g(include)f(the)g(follo)m(wing)i(co)s(de)f
+(in)f(y)m(our)g(`)p Fp(.emacs)p Ft(')f(\014le:)390 915
+y Fp(\(add-hook)f('emacs-lisp-mode-hook)390 1025 y
+('turn-on-voice-lock\))275 1153 y Ft(Alternativ)m(ely)-8
+b(,)33 b(Emacsp)s(eak)d(can)h(b)s(e)f(set)h(to)g(enable)g(v)m(oice)h
+(lo)s(c)m(k)f(automatically)j(in)c(all)h(of)f(the)150
+1263 y(ma)5 b(jor)30 b(mo)s(des)g(that)h(supp)s(ort)e(it.)46
+b(T)-8 b(o)31 b(do)f(so,)h(insert)f(the)h(follo)m(wing)h(statemen)m(t)g
+(in)m(to)f(y)m(our)g(Emacs)150 1373 y(initialization)i(\014le:)390
+1501 y Fp(\(global-voice-lock-mode)24 b(t\))275 1629
+y Ft(Note)31 b(that)g(the)g(list)g(of)f(ma)5 b(jor)31
+b(mo)s(des)f(in)g(whic)m(h)g Fp(global-voice-lock-mode)24
+b Ft(will)31 b(pro)m(vide)150 1739 y(automatic)h(activ)-5
+b(ation)33 b(is)d(sp)s(eci\014ed)g(in)g(the)h(v)-5 b(ariable)31
+b Fk(v)m(oice-lo)s(c)m(k-global-mo)s(des)39 b Ft(See)30
+b(Chapter)g(7)150 1848 y([V)-8 b(oice)33 b(Lo)s(c)m(k],)e(page)g(19.)
+275 1977 y(The)e(c)m(haracteristics)k(of)e(the)f(di\013eren)m(t)h(v)m
+(oice)i(p)s(ersonalities)e(deplo)m(y)m(ed)g(b)m(y)f(v)m(oice)i(lo)s(c)m
+(k)g(mo)s(de)150 2086 y(v)-5 b(ary)30 b(according)i(to)f(the)f
+(capabilities)j(of)d(the)h(sp)s(eec)m(h)f(syn)m(thesizer.)46
+b(The)30 b(de\014nitions)g(applicable)150 2196 y(to)h(the)g(Dectalk)h
+(family)f(of)g(syn)m(thesizers)f(are)h(con)m(tained)h(in)e(`)p
+Fp(dtk-voices.el)p Ft(',)d(whic)m(h)j(is)h(supplied)150
+2306 y(as)g(part)f(of)g(the)h(Emacsp)s(eak)f(distribution.)275
+2434 y(Using)g(v)m(oice)i(lo)s(c)m(k)g(mo)s(de,)e(Emacsp)s(eak)g(also)i
+(supp)s(orts)c(man)m(y)j(of)f(the)h(aural)f(st)m(yle)i(prop)s(erties)
+150 2543 y(de\014ned)d(in)h(lev)m(el)i(2)f(of)g(the)f(W)-8
+b(orld)31 b(Wide)g(W)-8 b(eb)31 b(Consortium's)f(Cascading)h(St)m(yle)g
+(Sheet)f(sp)s(eci\014-)150 2653 y(cation)i(\(see)f Fp
+(http://www.w3.org/TR/REC)o(-CSS)o(2/)p Ft(.)40 b(Th)m(us,)29
+b(when)g(Emacsp)s(eak)i(is)f(running)f(in)150 2763 y(conjunction)h
+(with)g(a)h(co)s(op)s(erating)g(user)f(agen)m(t,)i(suc)m(h)e(as)h
+(William)h(P)m(erry's)e(Emacsp)s(eak/W3)i(w)m(eb)150
+2872 y(bro)m(wser,)e(the)h(rendering)e(of)i(HTML)f(do)s(cumen)m(ts)g
+(can)h(b)s(e)e(regulated)j(b)m(y)e(st)m(yle)i(sheets.)46
+b(Examples)150 2982 y(of)31 b(st)m(yle)g(rules)f(whic)m(h)g(emplo)m(y)h
+(the)g(CSS)e(audio)h(prop)s(erties)g(can)h(b)s(e)e(found)h(in)g(the)g
+(default)h(st)m(yle)150 3091 y(sheet)g(whic)m(h)f(is)g(supplied)f(in)h
+(the)h(Emacs/W3)h(distribution.)150 3312 y Fr(5.6)68
+b(Commands)45 b(F)-11 b(or)45 b(Sp)t(eaking)g(Status)g(Information.)150
+3471 y Ft(The)30 b(follo)m(wing)i(commands)e(pro)m(vide)g
+(miscellaneous)i(information.)198 3618 y Fj(control)46
+b(e)h(a)630 3728 y Ft(emacsp)s(eak-sp)s(eak-message-again)34
+b(Sp)s(eak)c(the)g(last)h(message)h(from)e(Emacs)g(once)630
+3837 y(again.)198 3984 y Fj(control)46 b(e)h(m)630 4094
+y Ft(emacsp)s(eak-sp)s(eak-mo)s(de-line)32 b(Sp)s(eak)d(the)i(mo)s
+(de-line.)198 4241 y Fj(control)46 b(e)h(cap)g(M)630
+4351 y Ft(emacsp)s(eak-sp)s(eak-minor-mo)s(de-line)32
+b(Sp)s(eak)d(the)i(minor)f(mo)s(de-information.)198 4498
+y Fj(control)46 b(e)h(control)f(w)630 4607 y Ft(emacsp)s(eak-sp)s
+(eak-windo)m(w-information)32 b(Sp)s(eaks)d(information)i(ab)s(out)f
+(curren)m(t)g(win-)630 4717 y(do)m(ws.)198 4864 y Fj(control)46
+b(e)h(t)630 4974 y Ft(emacsp)s(eak-sp)s(eak-time)32 b(Sp)s(eak)e(the)g
+(time.)198 5121 y Fj(control)46 b(e)h(cap)g(V)630 5230
+y Ft(emacsp)s(eak-sp)s(eak-v)m(ersion)32 b(Announce)e(v)m(ersion)h
+(information)f(for)g(running)f(emacs-)630 5340 y(p)s(eak.)p
+eop end
+%%Page: 15 18
+TeXDict begin 15 17 bop 150 -116 a Ft(Chapter)30 b(5:)46
+b(Basic)32 b(Usage.)2538 b(15)198 299 y Fj(control)46
+b(e)h(f)630 408 y Ft(emacsp)s(eak-sp)s(eak-bu\013er-\014lename)31
+b(Sp)s(eak)f(name)g(of)h(\014le)f(b)s(eing)g(visited)h(in)f(curren)m(t)
+630 518 y(bu\013er.)45 b(Sp)s(eak)29 b(default)i(directory)g(if)f(in)m
+(v)m(ok)m(ed)i(in)e(a)h(dired)e(bu\013er,)h(or)g(when)g(the)g(bu\013er)
+630 628 y(is)g(not)h(visiting)g(an)m(y)g(\014le.)198
+787 y Fj(control)46 b(e)h(h)630 897 y Ft(emacsp)s(eak-sp)s(eak-help)31
+b(Sp)s(eak)f(help)g(bu\013er)f(if)h(one)h(presen)m(t.)46
+b(With)31 b(pre\014x)e(arg,)630 1006 y(sp)s(eaks)h(the)g(rest)h(of)g
+(the)f(bu\013er)f(from)h(p)s(oin)m(t.)46 b(Negativ)m(e)33
+b(pre\014x)d(arg)g(sp)s(eaks)g(from)g(start)630 1116
+y(of)h(bu\013er)e(to)i(p)s(oin)m(t.)198 1275 y Fj(control)46
+b(e)h(k)630 1385 y Ft(emacsp)s(eak-sp)s(eak-curren)m(t-kill)32
+b(Sp)s(eak)e(the)h(curren)m(t)f(kill)h(en)m(try)-8 b(.)46
+b(This)30 b(is)g(the)h(text)630 1494 y(that)g(will)g(b)s(e)e(y)m(ank)m
+(ed)i(in)g(b)m(y)f(the)g(next)h(C-y)-8 b(.)46 b(Pre\014x)30
+b(n)m(umeric)g(arg,)h(COUNT,)f(sp)s(eci\014es)630 1604
+y(that)h(the)g(text)g(that)g(will)g(b)s(e)e(y)m(ank)m(ed)i(as)g(a)g
+(result)f(of)h(a)f(C-y)h(follo)m(w)m(ed)h(b)m(y)e(coun)m(t-1)i(M-y)630
+1714 y(b)s(e)e(sp)s(ok)m(en.)45 b(The)30 b(kill)h(n)m(um)m(b)s(er)e
+(that)i(is)f(sp)s(ok)m(en)g(sa)m(ys)h(what)g(n)m(umeric)f(pre\014x)f
+(arg)i(to)630 1823 y(giv)m(e)h(to)f(command)f Fp(yank)p
+Ft(.)198 1983 y Fj(control)46 b(e)h(v)630 2092 y Ft(emacsp)s
+(eak-view-register)33 b(Displa)m(y)e(the)g(con)m(ten)m(ts)h(of)f(a)f
+(register,)i(and)e(then)g(sp)s(eak)g(it.)198 2252 y Fj(control)46
+b(e)h(control)f Fp(@)630 2361 y Ft(emacsp)s(eak-sp)s(eak-curren)m
+(t-mark)31 b(Sp)s(eak)f(the)h(line)f(con)m(taining)i(the)f(mark.)45
+b(With)31 b(no)630 2471 y(argumen)m(t,)g(sp)s(eaks)f(the)h(line)f(con)m
+(taining)i(the)f(mark{this)f(is)h(where)f(`exc)m(hange-p)s(oin)m(t-)630
+2580 y(and-mark')g(C-x)g(C-x)h(w)m(ould)f(jump.)44 b(Numeric)30
+b(pre\014x)g(arg)h('COUNT')f(sp)s(eaks)g(line)630 2690
+y(con)m(taining)i(mark)e('n')g(where)g('n')h(is)f(one)h(less)f(than)g
+(the)h(n)m(um)m(b)s(er)e(of)i(times)f(one)h(has)f(to)630
+2800 y(jump)f(using)h(`set-mark-command')h(to)g(get)h(to)f(this)f(mark)
+m(ed)h(p)s(osition.)46 b(The)30 b(lo)s(cation)630 2909
+y(of)h(the)f(mark)g(is)h(indicated)g(b)m(y)f(an)g(aural)h(highligh)m(t)
+g(ac)m(hiev)m(ed)h(b)m(y)e(a)h(c)m(hange)h(in)e(v)m(oice)630
+3019 y(p)s(ersonalit)m(y)-8 b(.)198 3178 y Fj(control)46
+b(e)h(control)f(l)630 3288 y Ft(emacsp)s(eak-sp)s(eak-line-n)m(um)m(b)s
+(er)31 b(Sp)s(eak)f(the)g(line)h(n)m(um)m(b)s(er)e(of)h(the)h(curren)m
+(t)f(line.)198 3447 y Fj(control)46 b(e)h(=)630 3557
+y Ft(emacsp)s(eak-sp)s(eak-curren)m(t-column)31 b(Sp)s(eak)f(the)h
+(curren)m(t)f(column.)198 3716 y Fj(control)46 b(e)h(\045)630
+3826 y Ft(emacsp)s(eak-sp)s(eak-curren)m(t-p)s(ercen)m(tage)33
+b(Announce)d(the)g(p)s(ercen)m(tage)i(in)m(to)g(the)e(cur-)630
+3935 y(ren)m(t)h(bu\013er.)p eop end
+%%Page: 16 19
+TeXDict begin 16 18 bop 150 -116 a Ft(Chapter)30 b(6:)46
+b(The)30 b(Emacsp)s(eak)g(Audio)h(Desktop.)1756 b(16)150
+299 y Fu(6)80 b(The)54 b(Emacsp)t(eak)g(Audio)f(Desktop.)150
+640 y Ft(This)30 b(c)m(hapter)h(describ)s(es)e(the)i(Emacsp)s(eak)f
+(audio)h(desktop)f(and)g(giv)m(es)i(tips)e(and)g(tric)m(ks)h(for)f
+(making)150 749 y(use)g(of)h(man)m(y)f(of)h(Emacs')f(p)s(o)m(w)m(erful)
+g(features.)275 920 y(The)f(desktop)i(is)f(the)h(w)m(ork)f(area)h
+(where)f(y)m(ou)h(organize)h(the)e(to)s(ols)i(of)e(y)m(our)g(trade)h
+(and)f(the)g(in-)150 1029 y(formation)h(ob)5 b(jects)31
+b(relev)-5 b(an)m(t)32 b(to)f(y)m(our)f(curren)m(t)g(activities.)49
+b(In)29 b(the)i(con)m(v)m(en)m(tional)i(w)m(orld)d(of)h(visual)150
+1139 y(GUI-based)g(computing,)f(these)h(to)s(ols)g(and)f(information)h
+(ob)5 b(jects)31 b(manifest)g(themselv)m(es)g(as)g(a)g(col-)150
+1248 y(lection)h(of)e(icons)h(organized)h(in)e(a)g(t)m(w)m
+(o-dimensional)j(w)m(ork-area)e({this)g(organization)h(is)f(designed)f
+(to)150 1358 y(place)h(frequen)m(tly)g(used)e(ob)5 b(jects)32
+b(within)d(easy)i(reac)m(h.)275 1528 y(Notice)h(that)f(organizing)g
+(one's)g(w)m(ork)g(area)g(in)f(terms)g(of)h(visual)f(icons)h(arranged)f
+(in)h(a)f(t)m(w)m(o-)150 1638 y(dimensional)h(area)g(where)f(suc)m(h)g
+(an)g(organization)i(is)f(optimized)g(for)f(the)h(a)m(v)-5
+b(ailable)32 b Fp(")p Ft(con)m(v)m(ersa-)150 1747 y(tional)g(gestures)p
+Fp(")e Ft(of)h(p)s(oin)m(ting)f(and)g(clic)m(king)i(is)f(an)f(artifact)
+i(of)e(visual)h(in)m(teraction.)275 1917 y(In)e(the)i(spirit)f(of)g(a)h
+(truly)f(sp)s(eec)m(h-enabled)h(application,)h(Emacsp)s(eak)e(do)s(es)g
+(not)h(simply)f(pro)m(vide)150 2027 y(y)m(ou)h(sp)s(ok)m(en)f(access)h
+(to)h(a)e(particular)h(presen)m(tation)g(of)g(y)m(our)f(w)m(ork)h(en)m
+(vironmen)m(t)g(that)g(w)m(as)f(initially)150 2137 y(designed)g(with)g
+(the)h Fp(")p Ft(sign)f(language)p Fp(")h Ft(of)g(visual)g(in)m
+(teraction)h(in)e(mind.)45 b(Instead,)30 b(Emacsp)s(eak)h(en-)150
+2246 y(ables)g(y)m(ou)f(to)i(w)m(ork)e(with)g(do)s(cumen)m(ts)g(and)g
+(other)h(information)f(ob)5 b(jects)31 b(in)f(a)h(manner)f(that)h(is)f
+(op-)150 2356 y(timized)h(to)g(aural,)g(ey)m(es-free)h(in)m(teraction.)
+48 b(A)30 b(necessary)h(consequence)g(of)g(this)f(setup)g(is)g(that)h
+(users)150 2465 y(accustomed)g(to)h(the)e(purely)g(visual)g
+(manifestation)i(of)e(to)s(da)m(y's)i(electronic)g(desktop)e(do)h(not)f
+(imme-)150 2575 y(diately)i(p)s(erceiv)m(e)f(the)f(Emacsp)s(eak)h(en)m
+(vironmen)m(t)g(as)f(an)h(electronic)h(desktop.)46 b(This)29
+b(section)j(of)e(the)150 2684 y(man)m(ual)h(hop)s(es)e(to)i(in)m(tro)s
+(duce)g(y)m(ou)f(to)h(a)g(w)m(ork-st)m(yle)h(that)f(encourages)h(a)e
+(di\013eren)m(t)h(p)s(ersp)s(ectiv)m(e)g(on)150 2794
+y(ho)m(w)f(one)h(in)m(teracts)h(with)e(the)h(computer)f(in)g(p)s
+(erforming)f(da)m(y-to-da)m(y)k(computing)d(tasks.)275
+2964 y(The)f(end)h(result)g(in)g(m)m(y)h(case)g(has)g(b)s(een)e(a)i
+(mark)m(ed)f(increase)i(in)e(p)s(ersonal)f(pro)s(ductivit)m(y)-8
+b(.)150 3250 y Fr(6.1)68 b(Ob)7 b(jects)46 b(Making)f(Up)g(The)f
+(Emacsp)t(eak)i(Desktop)150 3409 y Ft(A)30 b Fp(")p Ft(bu\013er)p
+Fp(")f Ft(is)i(the)f(basic)h(building)f(blo)s(c)m(k)g(of)h(the)g(Emacs)
+f(and)g(hence)g(the)h(Emacsp)s(eak)g(desktop.)150 3519
+y(An)m(y)f(information)h(presen)m(ted)f(b)m(y)h(Emacs)f(is)h(placed)g
+(in)f(a)g Fp(")p Ft(bu\013er)p Fp(")p Ft(.)45 b(F)-8
+b(or)31 b(example,)g(when)e(p)s(erus-)150 3629 y(ing)i(this)f(man)m
+(ual)g(within)g(Emacs,)h(the)g Fp(")p Ft(\014le)p Fp(")f
+Ft(con)m(taining)i(the)e(do)s(cumen)m(tation)h(is)g(presen)m(ted)f(in)g
+(a)150 3738 y Fp(")p Ft(bu\013er)p Fp(")p Ft(.)44 b(All)31
+b(information)g(ob)5 b(jects)31 b(suc)m(h)f(as)h(WWW)g(pages,)g(email)h
+(messages,)f(output)f(from)g(user)150 3848 y(in)m(teraction)i(with)e
+(command-line)h(shells)g(etc.,)h(are)e(presen)m(ted)h(b)m(y)f(Emacs)h
+(in)f(individual)f Fp(")p Ft(bu\013ers)p Fp(")p Ft(.)275
+4018 y(Bu\013ers)h(pro)m(vide)g(a)h(base)f(lev)m(el)i(of)f(user)f(in)m
+(teraction;)i(Emacs)f(deriv)m(es)g(its)f(p)s(o)m(w)m(er)h(b)m(y)f(allo)
+m(wing)150 4128 y(applications)i(to)f(sp)s(ecialize)h(bu\013ers)d(to)i
+(enable)g(sp)s(eci\014c)f(t)m(yp)s(es)g(of)h(user-in)m(teraction)h
+(that)f(is)f(opti-)150 4237 y(mized)h(for)f(a)h(sp)s(eci\014c)f(class)h
+(of)f(information.)150 4523 y Fr(6.2)68 b(An)44 b(Ob)7
+b(ject-Orien)l(ted)47 b(Desktop)150 4682 y Ft(The)30
+b(basic)h Fp(")p Ft(bu\013er)e(ob)5 b(ject)p Fp(")31
+b Ft(can)f(b)s(e)g(sp)s(ecialized)i(b)m(y)e(Emacs)h(applications)g(to)g
+(pro)m(vide)g(optimal)150 4792 y(in)m(teraction.)48 b(This)29
+b(kind)h(of)g(sp)s(ecialization)j(mak)m(es)e(the)g(Emacs)f(en)m
+(vironmen)m(t)h(an)g(ob)5 b(ject-orien)m(ted)150 4902
+y(en)m(vironmen)m(t;)31 b(th)m(us,)f(the)h(basic)g(con)m(v)m
+(ersational)i(gesture)e(of)f Fp(")p Ft(mo)m(v)m(e)i(to)f(the)g(next)f
+(statemen)m(t)p Fp(")i Ft(can)150 5011 y(b)s(e)e(assigned)g(b)s(eha)m
+(vior)h(that)g(is)f(appropriate)h(to)g(the)f(con)m(ten)m(t)i(that)f
+(the)g(user)f(is)g(curren)m(tly)g(na)m(v-)150 5121 y(igating.)47
+b(As)31 b(an)f(example)h(of)g(suc)m(h)f(sp)s(ecialization,)j(Emacs)d
+(pro)m(vides)h Fp(")p Ft(sp)s(ecialized)g(mo)s(des)p
+Fp(")e Ft(for)150 5230 y(w)m(orking)i(with)f(English)g(text,)h
+(programming)g(languages,)g(markup)f(source)g(e.g.)47
+b(HTML)30 b(or)h(LaT)-8 b(eX)150 5340 y(do)s(cumen)m(ts)30
+b(and)g(so)g(on.)p eop end
+%%Page: 17 20
+TeXDict begin 17 19 bop 150 -116 a Ft(Chapter)30 b(6:)46
+b(The)30 b(Emacsp)s(eak)g(Audio)h(Desktop.)1756 b(17)150
+299 y Fr(6.3)68 b(Emacsp)t(eak)46 b(Sp)t(ecializes)f(Aural)g(In)l
+(teraction)150 458 y Ft(The)30 b(con)m(ten)m(t-sp)s(eci\014c)i(user)e
+(in)m(teraction)i(describ)s(ed)e(ab)s(o)m(v)m(e)h(is)g(a)f(v)m(ery)h(p)
+s(o)m(w)m(erful)f(feature)h(of)f(Emacs,)150 568 y(and)g(this)g(is)g
+(where)g(Emacsp)s(eak)h(deriv)m(es)g(its)f(p)s(o)m(w)m(er.)46
+b(T)-8 b(raditionally)g(,)33 b(the)d(abilit)m(y)i(to)f(create)h
+(bu\013ers)150 677 y(sp)s(ecialized)g(for)e(w)m(orking)g(with)g(sp)s
+(eci\014c)h(con)m(ten)m(t-t)m(yp)s(es)h(has)e(b)s(een)g(used)g(b)m(y)g
+(the)g(Emacs)h(comm)m(u-)150 787 y(nit)m(y)g(to)g(dev)m(elop)g(v)m
+(ersatile)i(programming)d(en)m(vironmen)m(ts,)h(messaging)g
+(applications)h(suc)m(h)e(as)g(mail)150 897 y(and)g(news)f(readers,)i
+(and)f(authoring)g(en)m(vironmen)m(ts.)46 b(The)30 b(clean)h(design)g
+(presen)m(t)f(in)g(all)h(of)g(these)150 1006 y(Emacs)g(extensions)g(in)
+f(terms)g(of)g(separating)i(application)f(functionalit)m(y)h(from)e
+(the)h(user-in)m(terface,)150 1116 y(com)m(bined)g(with)f(the)g(a)m(v)
+-5 b(ailabilit)m(y)34 b(of)c(the)h(en)m(tire)g(source)g(co)s(de)f
+(making)h(up)e(these)i(pac)m(k)-5 b(ages)32 b(under)150
+1225 y(the)f(op)s(en-source)f(mo)s(del)g(has)g(laid)h(the)f(ground-w)m
+(ork)g(for)g(dev)m(eloping)i(Emacsp)s(eak)e(as)h(a)g(v)m(ersatile)150
+1335 y(aural)g(coun)m(terpart)f(to)i(the)e(pro)s(duct)f(of)i(y)m(ears)g
+(of)f(soft)m(w)m(are)i(engineering)f(that)g(has)f(b)s(een)g(in)m(v)m
+(ested)150 1445 y(b)m(y)g(the)h(Emacs)f(comm)m(unit)m(y)-8
+b(.)48 b(In)29 b(short,)h(Emacsp)s(eak)h(w)m(ould)f(not)h(exist)g(in)f
+(its)h(presen)m(t)f(shap)s(e)g(or)150 1554 y(form)g(without)g(this)h
+(prior)e(e\013ort.)150 1746 y Fi(6.3.1)63 b(Audio)41
+b(F)-10 b(ormatted)41 b(Output)150 1893 y Ft(Emacsp)s(eak)31
+b(tak)m(es)g(adv)-5 b(an)m(tage)33 b(of)d(the)h(con)m(ten)m(t-sp)s
+(eci\014c)h(kno)m(wledge)g(a)m(v)-5 b(ailable)32 b(within)e(sp)s
+(ecialized)150 2002 y(bu\013ers)f(to)i(pro)s(duce)f Fp(")p
+Ft(audio)g(formatted)p Fp(")g Ft(output)g(designed)h(to)g(optimize)g
+(user)f(in)m(teraction.)48 b(A)30 b(ba-)150 2112 y(sic)h(consequence)g
+(of)f(the)h(ab)s(o)m(v)m(e)h(is)e Fp(")p Ft(v)m(oice)i(lo)s(c)m(king)p
+Fp(")f Ft(in)f(sp)s(ecialized)i(mo)s(des;)e(a)h(more)f(in)m(teresting)
+150 2221 y(consequence)h(is)g(the)f(implemen)m(tation)i(of)f(Aural)f
+(Cascading)h(St)m(yle)g(Sheets)f(\(A)m(CSS\))h(in)f(conjunc-)150
+2331 y(tion)h(with)f(the)g(Emacs)h(W3)g(bro)m(wser.)150
+2522 y Fi(6.3.2)63 b(Structured)41 b(Na)m(vigation:)150
+2669 y Ft(Emacsp)s(eak)31 b(also)g(exploits)g(con)m(ten)m(t-sp)s
+(eci\014c)i(kno)m(wledge)e(to)g(pro)m(vide)g(structured)e(na)m
+(vigation)j(of)150 2779 y(di\013eren)m(t)f(t)m(yp)s(es)f(of)h
+(electronic)h(con)m(ten)m(t.)48 b(In)29 b(man)m(y)i(cases,)g(suc)m(h)f
+(structured)g(na)m(vigation)i(is)f(an)f(ex-)150 2889
+y(tension)h(of)f(what)g(Emacs)h(pro)m(vides)f(b)m(y)h(default;)f(in)h
+(other)f(cases,)i(Emacsp)s(eak)e(implemen)m(ts)h(the)150
+2998 y(necessary)g(extensions)g(to)g(pro)m(vide)f(the)h(lev)m(el)h(of)e
+(structural)h(na)m(vigation)h(needed)e(to)h(w)m(ork)g(e\016-)150
+3108 y(cien)m(tly)h(in)e(an)g(ey)m(es-free)i(en)m(vironmen)m(t.)275
+3238 y(Notable)f(among)g(suc)m(h)f(structured)g(na)m(vigation)i(is)f
+(Emacs')g(p)s(o)m(w)m(erful)e(outline)j(feature.)46 b(No-)150
+3348 y(tice)32 b(for)e(example,)h(that)g(the)g(Emacsp)s(eak)f(F)-10
+b(A)m(Q)31 b(\(reac)m(hed)h(via)f(command)f Fp(emacspeak-view-)150
+3458 y(emacspeak-faq)d Ft(b)s(ound)h(to)j Fj(C-e)f(F)p
+Ft(\))g(tak)m(es)i(adv)-5 b(an)m(tage)32 b(of)f(Emacs')g(outline)g(mo)s
+(de)f(to)h(allo)m(w)g(y)m(ou)150 3567 y(to)g(easily)h(mo)m(v)m(e)f
+(through)f(the)h(v)-5 b(arious)30 b(sections.)47 b(An)30
+b(example)h(of)f(con)m(ten)m(t-sensitiv)m(e)k(na)m(vigation)f(is)150
+3677 y(pro)m(vided)d(b)m(y)g(the)h(imen)m(u)f(pac)m(k)-5
+b(age)32 b(whic)m(h)e(dynamically)i(creates)f(a)g Fp(")p
+Ft(table)g(of)g(con)m(ten)m(ts)p Fp(")g Ft(based)f(on)150
+3786 y(the)h(con)m(ten)m(t)h(that)f(is)f(b)s(eing)g(displa)m(y)m(ed)h
+(in)f(a)h(giv)m(en)g(bu\013er.)150 3978 y Fi(6.3.3)63
+b(Na)m(vigating)40 b(The)h(Desktop)150 4125 y Ft(In)30
+b(addition)g(to)h(na)m(vigating)i(individual)d(information)g(ob)5
+b(jects,)32 b(the)e(Emacsp)s(eak)h(en)m(vironmen)m(t)150
+4234 y(pro)m(vides)f(sp)s(eec)m(h-enabled)h(na)m(vigation)h(of)f(the)g
+(v)-5 b(arious)30 b(bu\013ers)f(that)i(are)g(curren)m(tly)f(op)s(en)g
+(on)g(the)150 4344 y(Emacsp)s(eak)h(desktop)f(via)h(Emacs')g(built-in)f
+(list-bu\013ers)g(feature.)46 b(Emacs')31 b(dired)f({directory)150
+4454 y(editor{)h(for)f(bro)m(wsing)h(the)f(\014le)h(system,)f(along)i
+(with)e(the)g(new)g(sp)s(eedbar)f(pac)m(k)-5 b(age)33
+b(that)e(com)m(bines)150 4563 y(features)g(from)f(dired)f(and)h(imen)m
+(u)g(round)f(o\013)i(the)f(suite)h(of)g(na)m(vigational)i(to)s(ols.)150
+4755 y Fi(6.3.4)63 b(Ev)m(erything)40 b(Is)h(Searc)m(hable:)150
+4902 y Ft(Emacs)31 b(deriv)m(es)f(one)h(\014nal)f(adv)-5
+b(an)m(tage)32 b(from)e(using)g(bu\013ers)f(as)i(the)g(basic)f
+(building)g(blo)s(c)m(k)h(for)f(the)150 5011 y(en)m(tire)h(desktop.)46
+b(Ev)m(ery)31 b(Emacs)f(bu\013er)g(is)g(searc)m(hable)i(via)f(a)f
+(uniform)g(and)f(p)s(o)m(w)m(erful)h(searc)m(h)h(in-)150
+5121 y(terface.)47 b(Emacs')31 b(incremen)m(tal)h(searc)m(h)f(w)m(orks)
+f(e\016cien)m(tly)i(and)e(consisten)m(tly)i(to)f(enable)g(y)m(ou)f(lo-)
+150 5230 y(cate)i Fp(")p Ft(ob)5 b(jects)p Fp(")30 b
+Ft(of)h(in)m(terest)h(either)e(within)g(a)h(giv)m(en)g(do)s(cumen)m(t)f
+(or)h(to)g(lo)s(cate)h(a)f(giv)m(en)g(ob)5 b(ject)31
+b(from)150 5340 y(among)g(the)f(v)-5 b(arious)31 b(ob)5
+b(jects)31 b(that)g(are)g(curren)m(tly)f(op)s(en)g(on)g(the)h(Emacsp)s
+(eak)f(desktop.)46 b(This)29 b(is)p eop end
+%%Page: 18 21
+TeXDict begin 18 20 bop 150 -116 a Ft(Chapter)30 b(6:)46
+b(The)30 b(Emacsp)s(eak)g(Audio)h(Desktop.)1756 b(18)150
+299 y Fl(v)m(ery)31 b(p)s(o)m(w)m(erful)f Ft({where)h(a)f(GUI)h(user)f
+(is)g(t)m(ypically)i(limited)f(to)h(quic)m(kly)f(lo)s(cating)h(an)e(ob)
+5 b(ject)31 b(from)150 408 y(a)g(relativ)m(ely)h(small)f(collection)i
+({the)e(size)h(of)e(the)h(collection)i(b)s(eing)d(a)g(direct)h
+(function)f(of)h(a)m(v)-5 b(ailable)150 518 y(displa)m(y)31
+b(real-estate{)i(the)e(Emacsp)s(eak)f(user)g(can)h(t)m(ypically)h(w)m
+(ork)e(with)g(a)h(far)f(larger)h(collection)i(of)150
+628 y(ob)5 b(jects.)47 b(This)29 b(is)h(w)m(ell-suited)i(to)f(the)g(ey)
+m(es-free)h(en)m(vironmen)m(t,)f(where)f(displa)m(y)g(real-estate)j
+(has)e(no)150 737 y(meaning;)g(so)f(bringing)g(up)g(a)g(list)h(of)g
+(curren)m(tly)f(op)s(en)g(bu\013ers)f(and)h(p)s(erforming)f(an)h
+(incremen)m(tal)150 847 y(searc)m(h)h(to)g(lo)s(cate)h(a)f(sp)s
+(eci\014c)f(bu\013er)g(is)g(just)g(as)g(e\016cien)m(t)i(indep)s(enden)m
+(t)d(of)i(whether)f(y)m(ou)g(ha)m(v)m(e)i(a)f(few)150
+956 y(dozen)g(or)f(a)h(few)f(h)m(undred)e(bu\013ers)h(op)s(en.)275
+1091 y(T)-8 b(o)30 b(illustrate)i(the)f(ab)s(o)m(v)m(e,)g(m)m(y)g(t)m
+(ypical)h(w)m(orking)f(Emacs)f(session)h(lasts)g(b)s(et)m(w)m(een)g(t)m
+(w)m(o)g(and)f(three)150 1200 y(w)m(eeks{)i(o)m(v)m(er)f(that)g(time)g
+(I)f(t)m(ypically)j(accum)m(ulate)f(sev)m(eral)g(h)m(undred)c(op)s(en)i
+(bu\013ers)f(holding)h(a)h(large)150 1310 y(v)-5 b(ariet)m(y)32
+b(of)e(con)m(ten)m(t)j(ranging)d(from)g(program)g(source)h(co)s(de)f
+(to)h(email)h(messages)f(and)f(WWW)h(pages.)275 1445
+y(Ubiquitous)f(searc)m(h)h(in)f(the)g(ey)m(es-free)i(en)m(vironmen)m(t)
+f(is)g(critical{)h(as)f(a)g(comparison,)g(when)e(using)150
+1554 y(a)i(con)m(v)m(en)m(tional,)i(purely)d(visual)g(WWW)i(bro)m
+(wser,)e(users)g(ha)m(v)m(e)h(no)g(means)f(of)g(easily)i
+Fp(")p Ft(searc)m(hing)p Fp(")150 1664 y Ft(for)e(sa)m(y)h(the)g
+Fp(")p Ft(submit)p Fp(")e Ft(button)h(on)g(a)h(WWW)g(page.)47
+b(This)29 b(inabilit)m(y)j(is)e(a)h(minor)f(anno)m(y)m(ance)i(in)e(vi-)
+150 1773 y(sual)g(in)m(teraction,)j(and)d(the)g(t)m(ypical)i
+(mouse-enabled)f(user)f Fl(nev)m(er)h Ft(uses)e(the)i(\014nd)e(dialog)j
+(to)f(\014nd)d(a)150 1883 y(submit)i(button{)g(it)h(is)f(simply)g(more)
+h(e\016cien)m(t)h(to)f(p)s(oin)m(t)f(at)h(the)g(submit)e(button)h(giv)m
+(en)i(the)e(ey)m(e's)150 1993 y(abilit)m(y)i(to)f(quic)m(kly)g(scan)g
+(the)f(t)m(w)m(o-dimensional)i(displa)m(y)-8 b(.)47 b(This)29
+b(luxury)g(is)i(absen)m(t)g(in)f(an)g(ey)m(es-free)150
+2102 y(en)m(vironmen)m(t;)h(as)g(a)g(consequence,)g(blind)e(users)h
+(confron)m(ted)h(b)m(y)f(the)g(com)m(bination)i(of)f(a)f(visual)h(in-)
+150 2212 y(terface)h(and)d(screen-reader)i(are)g(t)m(ypically)h
+(limited)f(to)g(either)g(tabbing)g(through)e(all)i(the)g(con)m(trols)
+150 2321 y(on)f(a)h(WWW)h(page,)f(or)f(using)g(the)h(sub-optimal)f
+(\014nd)f(dialog.)p eop end
+%%Page: 19 22
+TeXDict begin 19 21 bop 150 -116 a Ft(Chapter)30 b(7:)46
+b(V)-8 b(oice)32 b(Lo)s(c)m(k)2607 b(19)150 299 y Fu(7)80
+b(V)-13 b(oice)53 b(Lo)t(c)l(k)199 525 y Ft(1.)61 b(Emacsp)s(eak)31
+b(de\014nes)e(a)i(n)m(um)m(b)s(er)e(of)h(v)m(oice)j(o)m(v)m(erla)m(ys)f
+(suc)m(h)e(as)h(`)p Fp(voice-bolden)p Ft(',)d(and)330
+634 y(`)p Fp(voice-lighten)p Ft(')f(that)k(can)g(b)s(e)f(applied)g(to)h
+(a)g(giv)m(en)g(v)m(oice)h(to)f(c)m(hange)h(what)e(it)h(sounds)e(lik)m
+(e.)199 767 y(2.)61 b(V)-8 b(oice)32 b(o)m(v)m(erla)m(ys)h(are)e
+(de\014ned)e(in)h(terms)g(of)h(Aural)f(CSS)f(\(A)m(CSS)h(\()p
+Fp(http://www.w3.org/tr/css2/)o(aura)o(l.h)o(tml)p Ft(\)\))p
+4427 790 42 91 v 330 877 a(to)h(k)m(eep)g(them)f(indep)s(enden)m(t)g
+(of)g(a)h(sp)s(eci\014c)f(TTS)f(engine.)199 1010 y(3.)61
+b(F)-8 b(or)31 b(eac)m(h)h(suc)m(h)e(o)m(v)m(erla)m(y)j(there)d(is)h(a)
+f(corresp)s(onding)g(`)p Fp(<overlay-name>-settings)p
+Ft(')24 b(v)-5 b(ariable)330 1119 y(that)31 b(can)g(b)s(e)e(customized)
+j(via)f(custom.)199 1252 y(4.)61 b(The)30 b(n)m(um)m(b)s(ers)f(in)h(`)p
+Fp(voice-bolden-settings)25 b(as)k(an)h(example)p Ft(':)150
+1408 y(Setting)1618 b(V)-8 b(alue)150 1518 y(family)1653
+b(nil)150 1627 y(a)m(v)m(erage-pitc)m(h)1378 b(1)150
+1737 y(pitc)m(h-range)1454 b(6)150 1846 y(stress)1681
+b(6)150 1956 y(ric)m(hness)1588 b(nil)150 2066 y(punctuation)1420
+b(nil)275 2198 y(Unset)30 b(v)-5 b(alues)31 b(\(`)p Fp(nil)p
+Ft('\))g(sho)m(w)f(up)f(as)i(\\unsp)s(eci\014ed")e(in)h(the)h
+(customize)h(in)m(terface.)199 2331 y(1.)61 b(Do)31 b(not)g(directly)g
+(customize)h(`)p Fp(voice-bolden)p Ft(')27 b(and)j(friends,)f(instead)i
+(customize)h(the)e(corre-)330 2441 y(sp)s(onding)f(`)p
+Fp(voice-bolden-settings)p Ft(',)c(since)31 b(that)g(ensures)e(that)i
+(all)h(v)m(oices)g(that)f(are)f(de-)330 2550 y(\014ned)f(in)h(terms)h
+(of)f(`)p Fp(voice-bolden)p Ft(')e(get)j(correctly)h(up)s(dated.)199
+2683 y(2.)61 b(Disco)m(v)m(ering)33 b(what)d(to)h(customize:)275
+2839 y(Command)e(`)p Fp(emacspeak-show-personalit)o(y-at)o(-po)o(int)p
+Ft(')24 b(\(b)s(ound)29 b(b)m(y)h(default)h(to)g(C-e)f(M-v\))150
+2949 y(will)h(sho)m(w)f(y)m(ou)h(the)f(v)-5 b(alue)31
+b(of)g(prop)s(erties)e(p)s(ersonalit)m(y)i(and)f(face)h(at)h(p)s(oin)m
+(t.)45 b(A)31 b(recen)m(t)g(up)s(date)f(I)g(im-)150 3059
+y(plemen)m(ted)h(last)g(w)m(eek)m(end)g(mak)m(es)g(this)g(more)f
+(useful,)g(so)h(mak)m(e)g(sure)f(y)m(ou)g(do)h(a)f(CVS)g(up)s(date;)g
+(ear-)150 3168 y(lier)h(this)f(command)g(used)g(to)h(displa)m(y)f(the)h
+(A)m(CSS)f(setting)h(|)f(no)m(w)h(it)g(displa)m(ys)f(the)h(abstract)g
+(name.)150 3278 y(Describ)s(e-v)-5 b(ariable)32 b(on)e(these)h(names)f
+(should)g(tell)h(y)m(ou)g(what)f(to)h(customize;)h(so)f(as)f(an)h
+(example:)275 3411 y(Put)f(p)s(oin)m(t)g(on)g(a)h(commen)m(t)g(line,)g
+(and)f(hit)g(`)p Fp(C-e)g(M-v)p Ft(':)45 b(y)m(ou)31
+b(will)g(hear)390 3543 y Fp(Personality)c(emacspeak-voice-lock-comm)o
+(ent-)o(pers)o(ona)o(lity)390 3653 y(Face)i(font-lock-comment-delimit)o
+(er-f)o(ace)275 3786 y Ft(Describ)s(e-v)-5 b(ariable)31
+b(of)g(`)p Fp(emacspeak-voice-lock-comm)o(ent-)o(per)o(sona)o(lity)o
+Ft(')25 b(giv)m(es:)390 3919 y Fp(emacspeak-voice-lock-com)o(ment)o
+(-per)o(son)o(alit)o(y's)f(value)29 b(is)h(acss-p0-s0-all)390
+4138 y(Documentation:)390 4247 y(Personality)d(used)i(for)h
+(font-lock-comment-face)390 4357 y(This)f(personality)e(uses)60
+b(voice-monotone)26 b(whose)60 b(effect)28 b(can)i(be)g(changed)e
+(globally)g(by)i(customizing)d(voice-monotone-settings.)p
+5641 4377 42 76 v 150 4696 a Fr(7.1)68 b(Ho)l(w)46 b(It)f(All)g(W)-11
+b(orks)150 4855 y Ft(Here)31 b(is)f(a)h(brief)f(explanation)h(of)g(the)
+f(connection)i(b)s(et)m(w)m(een)f(`)p Fp(voice-bolden)p
+Ft(')c(and)j(its)h(asso)s(ciated)150 4965 y(`)p Fp
+(voice-bolden-settings)p Ft('.)199 5098 y(1.)61 b(V)-8
+b(oice)32 b(settings)g(are)f(initially)g(in)f(`)p Fp
+(voice-bolden-settings)p Ft(')c(whic)m(h)k(is)g(a)h(list)g(of)f(n)m(um)
+m(b)s(ers.)199 5230 y(2.)61 b(That)30 b(list)h(of)g(n)m(um)m(b)s(ers)e
+(needs)h(to)h(b)s(e)f(translated)h(to)g(appropriate)f(device-sp)s
+(eci\014c)i(co)s(des)e(to)330 5340 y(send)g(to)h(the)f(TTS)f(engine.)p
+eop end
+%%Page: 20 23
+TeXDict begin 20 22 bop 150 -116 a Ft(Chapter)30 b(7:)46
+b(V)-8 b(oice)32 b(Lo)s(c)m(k)2607 b(20)199 299 y(3.)61
+b(Y)-8 b(ou)31 b(do)f(not)h(w)m(an)m(t)g(to)g(do)f(this)h(translation)g
+Fo(e)-5 b(ach)38 b Ft(time)31 b(y)m(ou)g(sp)s(eak)f(something.)199
+433 y(4.)61 b(So)30 b(when)g(`)p Fp(voice-bolden)p Ft(')d(is)k
+(de\014ned,)e(the)i(de\014nition)f(happ)s(ens)e(in)i(t)m(w)m(o)i
+(steps:)225 568 y Fq(\017)60 b Ft(The)30 b(list)h(of)f(settings)i(is)e
+(stored)h(a)m(w)m(a)m(y)h(in)e(`)p Fp(voice-bolden-settings)p
+Ft(',)225 702 y Fq(\017)60 b Ft(A)30 b(corresp)s(onding)g(v)m
+(oice-name)j(is)d(generated)h(|)g(`)p Fp(acss-a<n>-p<n>-r<n>-s<n)o(>)p
+Ft(')25 b(and)30 b(the)330 812 y(corresp)s(onding)f(con)m(trol)j(co)s
+(des)f(to)g(send)e(to)i(the)g(device)g(are)g(stored)f(a)m(w)m(a)m(y)j
+(in)d(a)h(hash-table)330 922 y(k)m(ey)m(ed)h(b)m(y)e(the)g(ab)s(o)m(v)m
+(e)i(sym)m(b)s(ol.)225 1056 y Fq(\017)60 b Ft(Finally)-8
+b(,)32 b(`)p Fp(voice-bolden)p Ft(')c(is)i(assigned)h(the)f(ab)s(o)m(v)
+m(e)i(sym)m(b)s(ol.)150 1289 y Fr(7.2)68 b(What)45 b(this)h(giv)l(es)g
+(is)199 1448 y Ft(1.)61 b(The)30 b(abilit)m(y)i(to)f(customize)g(the)g
+(v)m(oice)h(via)f(custom)g(b)m(y)f(editting)i(the)e(list)h(of)g(n)m(um)
+m(b)s(ers)e(in)330 1557 y(`)p Fp(voice-bolden-settings)p
+Ft(')199 1692 y(2.)61 b(When)30 b(that)h(list)g(is)g(editted,)g(`)p
+Fp(voice-bolden)p Ft(')c(is)k(arranged)f(to)h(b)s(e)f(up)s(dated)f
+(automatically)-8 b(.)275 1851 y(The)29 b(follo)m(wing)j(additional)g
+(commands)e(from)f(mo)s(dule)h(See)h(Section)g(11.67)h([emacsp)s(eak-)
+150 1961 y(wizards],)f(page)g(108,)h(are)e(useful)g(when)f(designing)i
+(aural)f(st)m(yles.)199 2095 y(1.)61 b(emacsp)s(eak-wizards-generate-v)
+m(oice-sampler)330 2230 y(Generate)32 b(a)f(bu\013er)e(con)m(taining)j
+(text)f(that)g(demonstrates)g(the)g(e\013ect)g(of)g(v)-5
+b(arious)30 b(aural)h(set-)330 2340 y(tings.)199 2474
+y(2.)61 b(emacsp)s(eak-wizards-v)m(oice-sampler)330 2609
+y(Applied)30 b(sp)s(eci\014ed)g(aural)g(st)m(yle)i(to)f(text)g(in)f
+(curren)m(t)g(region.)p eop end
+%%Page: 21 24
+TeXDict begin 21 23 bop 150 -116 a Ft(Chapter)30 b(8:)46
+b(Using)30 b(Online)g(Help)h(With)g(Emacsp)s(eak.)1570
+b(21)150 299 y Fu(8)80 b(Using)53 b(Online)g(Help)g(With)g(Emacsp)t
+(eak.)150 526 y Ft(Emacs)31 b(pro)m(vides)f(an)g(extensiv)m(e)i(online)
+f(help)f(system)g(for)g(helping)h(y)m(ou)f(learn)h(ab)s(out)f(v)-5
+b(arious)30 b(as-)150 635 y(p)s(ects)g(of)h(using)f(Emacs.)46
+b(Emacsp)s(eak)30 b(pro)m(vides)h(online)f(help)g(for)g(its)h(v)-5
+b(arious)31 b(extensions)f(using)150 745 y(this)g(same)h(help)f
+(system.)46 b(This)30 b(c)m(hapter)h(explains)f(ho)m(w)g(to)i(use)e
+(the)g(online)h(help)f(facilities)i(in)e(order)150 855
+y(to)h(emp)s(o)m(w)m(er)g(y)m(ou)f(in)g(disco)m(v)m(ering)i(p)s(o)m(w)m
+(erful)e(and)g(v)m(ersatile)i(w)m(orking)f(tec)m(hniques)g(that)g(will)
+g(mak)m(e)150 964 y(y)m(ou)g(more)f(and)g(more)h(pro)s(ductiv)m(e)f(in)
+g(y)m(our)g(da)m(y)h(to)g(da)m(y)g(computing.)275 1097
+y(The)e(online)i(help)f(options)h(are)f(accessed)i(via)f(the)g
+Fj(C-h)e Ft(pre\014x)g(k)m(ey)-8 b(,)32 b(whic)m(h)e(m)m(ust)h(b)s(e)e
+(follo)m(w)m(ed)150 1207 y(b)m(y)h(an)h(additional)g(letter)g(or)g(con)
+m(trol)h(c)m(haracter)g(to)f(designate)g(the)g(kind)e(of)i(help)f
+(desired.)45 b(F)-8 b(or)31 b(ex-)150 1316 y(ample,)g
+Fj(C-h)e(t)h Fp(help-with-tutorial)c Ft(visits)31 b(the)f(Emacs)h
+(tutorial)g(in)f(a)h(new)f(bu\013er;)g Fj(C-h)f(i)h Fp(info)150
+1426 y Ft(en)m(ters)h(the)f(Info)g(do)s(cumen)m(tation)i(system,)e
+(from)g(whic)m(h)g(y)m(ou)h(can)g(read)f(T)-8 b(exinfo)31
+b(man)m(uals)f(that)150 1536 y(ha)m(v)m(e)i(b)s(een)d(installed)i(on)g
+(y)m(our)f(system,)h(including)f(the)g(Emacs)h(and)f(Emacsp)s(eak)g(do)
+s(cumen)m(tation;)150 1645 y(and)g Fj(C-h)f(k)h Fp(describe-key)d
+Ft(pro)m(vides)k(a)f(description)h(of)f(the)h(Emacs)g(function)f(whic)m
+(h)g(is)g(b)s(ound)150 1755 y(to)h(the)g(next)f(k)m(ey)h(that)g(y)m(ou)
+g(t)m(yp)s(e.)46 b(F)-8 b(or)31 b(learning)g(ab)s(out)f(the)h(v)-5
+b(arious)30 b(options)h(that)g(are)f(a)m(v)-5 b(ailable)150
+1864 y(via)31 b(the)g Fj(C-h)e Ft(mec)m(hanism)i(describ)s(ed)e(ab)s(o)
+m(v)m(e,)j(view)e(the)h(online)g(help)f(for)g(command)g
+Fp(help-for-)150 1974 y(help)f Ft(b)s(ound)g(to)i Fj(C-h)e(C-h)h
+Ft(|using)f(what)i(has)f(b)s(een)f(describ)s(ed)h(so)g(far,)h(y)m(ou)f
+(w)m(ould)h(ac)m(hiev)m(e)h(this)e(b)m(y)150 2084 y(pressing)g
+Fj(C-h)f(k)h Ft(follo)m(w)m(ed)i(b)m(y)f Fj(C-h)e(C-h)p
+Ft(.)275 2217 y(Emacsp)s(eak)h(users)g(should)f(note)i(that)g(online)g
+(help)f(is)g(t)m(ypically)i(displa)m(y)m(ed)f(in)f(a)h(separate)150
+2326 y(Emacs)g(windo)m(w.)45 b(Where)31 b(it)f(mak)m(es)i(sense)e(to)h
+(do)f(so,)h(Emacsp)s(eak)g(will)f(automatically)k(sp)s(eak)c(the)150
+2436 y(displa)m(y)m(ed)h(help.)45 b(Once)31 b(y)m(ou'v)m(e)g(ask)m(ed)g
+(for)g(help,)f(y)m(ou)h(can)f(ha)m(v)m(e)i(the)e(displa)m(y)m(ed)h(do)s
+(cumen)m(tation)150 2545 y(as)g(man)m(y)f(times)h(as)g(y)m(ou)f(wish)g
+(using)g(Emacsp)s(eak)g(command)g Fp(emacspeak-speak-help)25
+b Ft(b)s(ound)150 2655 y(to)31 b Fj(C-e)f(h)p Ft(.)45
+b(If)30 b(y)m(ou)h(w)m(an)m(t)g(to)g(mo)m(v)m(e)h(through)e(the)g
+(displa)m(y)m(ed)h(help)f(a)h(line)f(at)i(a)e(time,)i(switc)m(h)e(to)i
+(the)150 2765 y(bu\013er)d(where)h(the)h(help)f(is)g(displa)m(y)m(ed)h
+({the)g(bu\013er)f(is)g(called)h Fp(*Help*)p Ft(.)275
+2898 y(Often,)f(in)g(adding)g(an)g(auditory)h(in)m(terface)g(to)h(an)e
+(Emacs)g(extension,)i(suc)m(h)e(as)g(a)h(w)m(eb)g(bro)m(wser)150
+3007 y(or)f(mail)h(reader,)g(Emacsp)s(eak)f(de\014nes)g(additional)h
+(commands)f(and)g(k)m(ey)h(bindings)e(whic)m(h)h(enhance)150
+3117 y(the)h(functionalit)m(y)g(of)g(the)f(sp)s(ok)m(en)g(feedbac)m(k)i
+(pro)m(vided)e(b)m(y)g(the)h(application.)47 b(This)29
+b(man)m(ual)i(do)s(es)150 3226 y(not)g(purp)s(ort)d(to)j(do)s(cumen)m
+(t)f(all)i(suc)m(h)e(commands.)45 b(It)30 b(is)h(imp)s(ortan)m(t,)g
+(therefore,)g(when)e(learning)150 3336 y(to)i(use)f(the)h(v)-5
+b(arious)30 b(Emacs)h(extensions)g(whic)m(h)f(comprise)g(the)h(`audio)g
+(desktop')f(\(see)h(Chapter)f(6)150 3446 y([Audio)g(Desktop],)i(page)f
+(16\))h(that)f(y)m(ou)g(tak)m(e)h(adv)-5 b(an)m(tage)32
+b(of)e(online)h(help)f(to)h(obtain)g(details)g(of)150
+3555 y(an)m(y)g(con)m(text-sp)s(eci\014c)h(features)f(pro)m(vided)f(b)m
+(y)g(Emacsp)s(eak.)46 b(The)30 b(follo)m(wing)i(t)m(w)m(o)f(commands)f
+(are)150 3665 y(of)h(particular)f(imp)s(ortance)h(in)f(this)g(regard:)
+225 3798 y Fq(\017)60 b Fj(C-h)29 b(m)i Fp(describe-mode)26
+b Ft(explains)31 b(whic)m(h)f(ma)5 b(jor)30 b(and)g(minor)g(mo)s(des)g
+(are)g(curren)m(tly)h(in)f(e\013ect,)330 3907 y(and)g(lists)h(the)f
+(commands)g(and)g(k)m(ey)h(bindings)e(asso)s(ciated)j(with)e(them.)225
+4041 y Fq(\017)60 b Fj(C-h)29 b(b)i Fp(describe-bindings)25
+b Ft(lists)31 b(all)g(of)g(the)f(k)m(ey)i(bindings)d(whic)m(h)h(are)h
+(curren)m(tly)f(de\014ned.)275 4197 y(The)f(imp)s(ortance)i(of)f(these)
+h(help)f(functions)g(can)h(b)s(e)f(illustrated)h(b)m(y)f(the)g
+(Emacs/W3)i(w)m(eb)150 4307 y(bro)m(wser.)45 b(When)30
+b(p)s(oin)m(t)h(is)f(p)s(ositioned)h(inside)f(a)g(table,)i(certain)f(k)
+m(ey)g(bindings)e(are)i(established)150 4416 y(with)f(whic)m(h)g(y)m
+(ou)h(can)g(access)g(Emacsp)s(eak)g(commands)f(that)h(mak)m(e)g(it)g(p)
+s(ossible)f(to)h(read)f(the)h(ro)m(ws)150 4526 y(and)f(columns)g(of)g
+(the)h(table)g(and)f(explore)h(its)g(structure)e(e\016cien)m(tly)-8
+b(.)48 b(T)-8 b(o)31 b(get)h(a)f(description)f(of)150
+4635 y(these)h(k)m(ey)g(bindings,)e(y)m(ou)i(can)g(use)f(W3)h(to)g
+(visit)g(the)g(sample)f(HTML)g(\014le)h(supplied)e(as)i(part)f(of)150
+4745 y(the)h(Emacsp)s(eak)f(distribution,)g(and,)g(after)h(ha)m(ving)g
+(mo)m(v)m(ed)g(p)s(oin)m(t)g(on)m(to)g(the)g(\014rst)e(ro)m(w)i(of)f
+(the)150 4855 y(table,)i(issue)e(the)g(command)g Fj(C-h)g(m)g
+Fp(describe-mode)d Ft(to)k(create)h(a)e(help)g(bu\013er)g(con)m
+(taining)i(an)150 4964 y(explanation)f(of)g(the)g(features)f(o\013ered)
+h(b)m(y)f(W3)h(mo)s(de.)275 5097 y(Emacsp)s(eak)f(supplemen)m(ts)g(the)
+g(online)h(help)f(facilities)i(a)m(v)-5 b(ailable)33
+b(within)d(Emacs)h(b)m(y)f(de\014ning)150 5207 y(sev)m(eral)i(commands)
+e(of)g(its)h(o)m(wn,)g(as)f(follo)m(ws:)225 5340 y Fq(\017)60
+b Fj(C-h)29 b(c-e)h Fp(describe-emacspeak)25 b Ft(presen)m(ts)31
+b(a)f(list)h(of)g(standard)e(Emacsp)s(eak)i(commands.)p
+eop end
+%%Page: 22 25
+TeXDict begin 22 24 bop 150 -116 a Ft(Chapter)30 b(8:)46
+b(Using)30 b(Online)g(Help)h(With)g(Emacsp)s(eak.)1570
+b(22)225 299 y Fq(\017)60 b Fj(C-e)29 b(F)i Fp(emacspeak-view-emacspea)
+o(k-f)o(aq)24 b Ft(op)s(ens)30 b(a)g(new)g(bu\013er)g(con)m(taining)i
+(the)e(Emacs-)330 408 y(p)s(eak)g(F)-10 b(A)m(Q,)31 b(a)g(list)g(of)g
+(frequen)m(tly)f(ask)m(ed)h(questions)g(ab)s(out)f(Emacsp)s(eak)g
+(together)i(with)e(their)330 518 y(answ)m(ers.)225 653
+y Fq(\017)60 b Fj(C-e)29 b(C-h)h Fp(emacspeak-learn-mode)25
+b Ft(en)m(ters)31 b(a)f(mo)s(de)g(in)g(whic)m(h)h(the)f(function)g(of)h
+(ev)m(ery)g(k)m(ey)330 762 y(that)g(y)m(ou)g(t)m(yp)s(e)f(is)h(sp)s(ok)
+m(en;)f(this)g(mo)s(de)g(can)h(b)s(e)f(terminated)g(with)g(the)h
+Fj(C-g)f Fp(keyboard-quit)330 872 y Ft(command.)225 1006
+y Fq(\017)60 b Fj(M-x)29 b(emacspeak-generate-documen)o(tati)o(on)24
+b Ft(prompts)29 b(for)i(the)f(name)h(of)f(a)h(\014le)f(in)g(whic)m(h)g
+(it)330 1116 y(sa)m(v)m(es)i(an)e(automatically)j(generated)f(summary)d
+(of)h(all)i(Emacsp)s(eak)e(commands.)p eop end
+%%Page: 23 26
+TeXDict begin 23 25 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(23)150 299
+y Fu(9)80 b(Emacs)54 b(P)l(ac)l(k)-9 b(ages.)150 564
+y Ft(Emacs)31 b({)f(The)g(extensible,)i(self-do)s(cumen)m(ting)f
+(editor,)g(deriv)m(es)g(its)f(functionalit)m(y)i(from)e(its)h(p)s(o)m
+(w)m(er-)150 674 y(ful)f(extension)h(mec)m(hanism.)46
+b(This)30 b(extension)h(mec)m(hanism)f(is)h(used)e(to)i(implemen)m(t)g
+(man)m(y)g(user-lev)m(el)150 783 y(applications)h(suc)m(h)e(as)g(mail)h
+(readers,)g(WWW)g(bro)m(wsers,)f(soft)m(w)m(are)i(dev)m(elopmen)m(t)g
+(en)m(vironmen)m(ts)150 893 y(and)e(so)g(on.)46 b(This)30
+b(c)m(hapter)h(giv)m(es)g(directions)g(on)g(ho)m(w)f(to)h(lo)s(cate)h
+(the)f(righ)m(t)g(Emacs)f(pac)m(k)-5 b(age)33 b(for)d(ad-)150
+1002 y(dressing)g(sp)s(eci\014c)g(tasks.)46 b(The)30
+b(c)m(hapter)h(is)f(organized)i(in)m(to)f(logical)i(sections)e(that)g
+(eac)m(h)h(p)s(ertain)e(to)150 1112 y(a)h(sp)s(eci\014c)f(class)h(of)g
+(tasks;)g(in)f(individual)f(subsections)i(within)f(a)g(section)i(giv)m
+(e)g(a)e(brief)g(o)m(v)m(erview)i(of)150 1222 y(particular)f(Emacs)f
+(pac)m(k)-5 b(ages)33 b(that)e(ha)m(v)m(e)g(b)s(een)f(sp)s(eec)m
+(h-enabled.)150 1470 y Fr(9.1)68 b(Do)t(cumen)l(t)45
+b(Authoring)150 1629 y Ft(The)30 b(Emacsp)s(eak)g(en)m(vironmen)m(t)h
+(pro)m(vides)g(a)f(ric)m(h)h(collection)i(of)e(structured)e(do)s(cumen)
+m(t)h(authoring)150 1739 y(to)s(ols.)47 b(These)30 b(are)g(w)m
+(ell-suited)i(for)e(w)m(orking)h(in)f(an)g(ey)m(es-free)i(en)m
+(vironmen)m(t)f({y)m(ou)g(clearly)h(do)e(not)150 1848
+y(w)m(an)m(t)h(to)g(use)f(a)h Fl(What)g(Y)-8 b(ou)30
+b(See)h(Is)f(What)g(Y)-8 b(ou)31 b(Get)g Ft(\(WYSIWYG\))h(authoring)f
+(to)s(ol)g(if)f(y)m(ou)h(cannot)150 1958 y(see)g(what)f(y)m(ou're)h
+(getting.)48 b(Structure-based)29 b(authoring)i(to)s(ols)g(allo)m(w)h
+(y)m(ou)e(to)i(fo)s(cus)d(on)i(the)f(act)i(of)150 2067
+y(con)m(ten)m(t)g(creation,)g(lea)m(ving)g(the)f(min)m(utiae)g(of)g
+(visual)f(la)m(y)m(out)j(to)e(the)f(computer.)150 2277
+y Fi(9.1.1)63 b(Creating)40 b(W)-10 b(ell-formatted)41
+b(Do)s(cumen)m(ts)150 2424 y Ft(Before)31 b(authoring)g(a)f(do)s(cumen)
+m(t,)h(decide)g(its)f(primary)g(audience)h(if)f(the)h(do)s(cumen)m(t)f
+(con)m(tains)150 2534 y(relativ)m(ely)j(simple)d(con)m(ten)m(t)i(e.g.,)
+g(no)e(mathematical)j(equations)e(etc.)47 b(and)30 b(is)g(primarily)g
+(targeted)150 2643 y(at)h(the)g(WWW,)h(y)m(ou)e(are)h(probably)f(b)s
+(etter)g(o\013)h(using)f(HTML.)g(Y)-8 b(ou)31 b(can)g(create)h(w)m
+(ell-structured)150 2753 y(HTML)e(do)s(cumen)m(ts)g(with)g(the)h(help)f
+(of)g(pac)m(k)-5 b(age)33 b Fp(html-helper-mode)26 b
+Ft(a)m(v)-5 b(ailable)33 b(from)150 2862 y Fp(ftp://ftp.reed.edu/pub/s)
+o(rc/h)o(tml-)o(hel)o(per-)o(mode)o(.ta)o(r.gz)24 b Ft(|)30
+b(note)h(this)f(is)h(no)m(w)f(mostly)150 2972 y(obsoleted)h(b)m(y)g
+(James)f(Clark)m(e's)h(excellen)m(t)i Fp(nxml-mode)28
+b Ft(for)i(editting)i(XML)e(do)s(cumen)m(ts.)275 3117
+y(P)m(ac)m(k)-5 b(age)33 b Fp(html-helper-mode)26 b Ft(is)k(sp)s(eec)m
+(h-enabled)h(b)m(y)f(Emacsp)s(eak)h(to)g(pro)m(vide)f(auditory)150
+3226 y(icons,)h(structured)e(na)m(vigation)k(and)d(outlines,)h(as)f(w)m
+(ell)i(as)e(v)m(oice)j(lo)s(c)m(king)e(for)f(audio)h(formatted)150
+3336 y(feedbac)m(k)g(as)g(y)m(ou)g(w)m(ork.)275 3481
+y(If)e(the)i(do)s(cumen)m(t)f(b)s(eing)g(authored)g(is)h(more)f
+(complex,)h(y)m(ou)g(are)g(usually)f(b)s(etter)h(o\013)f(creating)150
+3590 y(it)h(in)f(LaT)-8 b(eX.)31 b(Note)h(that)f(LaT)-8
+b(eX)31 b(do)s(cumen)m(ts)f(can)h(b)s(e)f(con)m(v)m(erted)i(to)f(HTML)f
+(either)h(via)g(pac)m(k)-5 b(age)150 3700 y(pac)m(k)g(age)32
+b Fp(tex4ht)d Ft({)i(a)m(v)-5 b(ailable)33 b(on)d(the)g(WWW.)275
+3845 y(The)f(T)-8 b(eX)31 b(family)g(of)g(t)m(yp)s(esetting)g
+(languages)h(is)e(suitable)h(for)f(pro)s(ducing)f(w)m(ell-formatted)k
+(do)s(c-)150 3954 y(umen)m(ts)d(in)g(an)g(ey)m(es-free)i(en)m(vironmen)
+m(t.)47 b(Unlik)m(e)31 b(WYSIWYG)g(en)m(vironmen)m(ts,)g(the)g(author)f
+(of)h(a)150 4064 y(T)-8 b(eX)31 b(or)f(LaT)-8 b(eX)32
+b(do)s(cumen)m(t)e(w)m(orks)g(with)g(the)h(con)m(ten)m(t)h(of)e(the)h
+(do)s(cumen)m(t,)f(lea)m(ving)j(it)d(to)i(the)e(for-)150
+4174 y(matting)h(system)g(\(T)-8 b(eX\))32 b(to)f(format)f(the)h(do)s
+(cumen)m(t)f(for)g(go)s(o)s(d)h(visual)f(presen)m(tation.)275
+4318 y(The)f(auctex)j(pac)m(k)-5 b(age)32 b(is)f(an)f(Emacs)g
+(extension)i(that)e(facilitates)k(authoring)c(and)g(main)m(taining)150
+4428 y(structured)f(do)s(cumen)m(ts)h(in)h(T)-8 b(eX)30
+b(and)g(LaT)-8 b(eX.)32 b(P)m(ac)m(k)-5 b(age)33 b Fp(bibtex)c
+Ft(facilitates)k(main)m(tenance)f(and)150 4538 y(use)e(of)h
+Fp(bibtex)d Ft(bibliograph)m(y)j(databases.)46 b(The)30
+b(T)-8 b(exinfo)31 b(pac)m(k)-5 b(age)32 b(allo)m(ws)g(creation)g(of)e
+(soft)m(w)m(are)150 4647 y(do)s(cumen)m(tation)h(that)g(is)g(suitable)f
+(for)h(b)s(oth)e(prin)m(ting)h(as)h(w)m(ell)g(as)g(online)g(viewing)g
+(as)f(h)m(yp)s(ertext.)150 4757 y(Emacsp)s(eak)h(sp)s(eec)m(h-enables)g
+(pac)m(k)-5 b(ages)32 b Fp(auctex)p Ft(,)d Fp(bibtex)f
+Ft(and)i Fp(texinfo)f Ft(to)i(pro)m(vide)f(con)m(v)m(enien)m(t)150
+4866 y(sp)s(ok)m(en)g(feedbac)m(k)h(as)g(y)m(ou)g(create)g(and)f
+(compile)i(do)s(cumen)m(ts.)45 b(F)-8 b(or)31 b(details)h(on)e(using)g
+(these)g(pac)m(k-)150 4976 y(ages,)i(see)f(their)f(accompan)m(ying)i
+(online)f(info)f(do)s(cumen)m(tation.)275 5121 y(The)f(most)i(recen)m
+(t)h(v)m(ersion)e(of)h(pac)m(k)-5 b(age)32 b Fp(auctex)d
+Ft(is)h(alw)m(a)m(ys)i(a)m(v)-5 b(ailable)33 b(b)m(y)d(ftp)g(at)150
+5230 y Fp(ftp://ftp.iesd.auc.dk/pu)o(b/em)o(acs-)o(lis)o(p/au)o(ctex)o
+(.ta)o(r.gz)o Ft(.)40 b(P)m(ac)m(k)-5 b(ages)33 b Fp(bibtex)c
+Ft(and)150 5340 y Fp(texinfo)f Ft(are)j(part)f(of)h(the)f(standard)g
+(Emacs)h(distribution.)p eop end
+%%Page: 24 27
+TeXDict begin 24 26 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(24)275 299
+y(As)30 b(the)g(do)s(cumen)m(t)h(preparation)f(system)h(of)f(c)m
+(hoice,)j(Emacsp)s(eak)d(supp)s(orts)f(a)h(\015uen)m(t)g(sp)s(eec)m(h-)
+150 408 y(enabled)g(in)m(terface)i(to)f(editing)g(and)f(formatting)h
+(LaT)-8 b(eX)32 b(do)s(cumen)m(ts.)45 b(This)30 b(in)m(terface)i(is)e
+(pro)m(vided)150 518 y(b)m(y)g(sp)s(eec)m(h-enabling)h
+Fo(auctex)42 b Ft(mo)s(de.)275 665 y(Mo)s(de)30 b Fo(auctex)42
+b Ft(pro)m(vides)30 b(e\016cien)m(t)i(k)m(eyb)s(oard)e(shortcuts)g(for)
+g(inserting)h(and)f(main)m(taining)h(La-)150 775 y(T)-8
+b(eX)31 b(markup)e(as)i(a)f(do)s(cumen)m(t)h(is)f(b)s(eing)g(authored.)
+45 b(All)31 b(of)g(these)g(editing)g(commands)f(pro)m(vide)150
+885 y(succinct)h(auditory)f(feedbac)m(k)i(when)d(used)h(with)g(Emacsp)s
+(eak.)46 b(The)29 b(syn)m(tax)i(coloring)h(pro)m(vided)e(b)m(y)150
+994 y(this)g(mo)s(de)g(is)h(extended)f(to)h(pro)m(vide)61
+b Fo(voic)-5 b(e)30 b(lo)-5 b(cking)39 b Ft(|)30 b(consequen)m(tly)-8
+b(,)32 b(Emacsp)s(eak)f(uses)f(di\013eren)m(t)150 1104
+y(v)m(oices)i(to)f(sp)s(eak)f(the)h(em)m(b)s(edded)e(markup)g(to)i(set)
+g(it)g(apart)g(from)f(the)g(con)m(ten)m(t.)275 1251 y(Mo)s(de)g
+Fo(auctex)42 b Ft(can)30 b(b)s(e)g(used)g(to)h(create)h(empt)m(y)e(do)s
+(cumen)m(t)h(templates)g(and)f(to)h(insert)f(do)s(cumen)m(t)150
+1361 y(con)m(ten)m(t)i(at)f(the)g(appropriate)f(places)h(in)g(the)f
+(template.)47 b(The)30 b(mo)s(de)g(also)h(enables)g(structured)f(na)m
+(v-)150 1470 y(igation)i(of)f(the)f(do)s(cumen)m(t)g(as)h(it)g(is)f(b)s
+(eing)g(edited.)46 b(Emacsp)s(eak)31 b(sp)s(eec)m(h-enables)g(these)g
+(template)150 1580 y(creation)h(and)d(structured)h(na)m(vigation)i
+(commands)e(to)h(pro)s(duce)f(auditory)g(icons)h(and)f(succinct)150
+1689 y(sp)s(ok)m(en)g(feedbac)m(k.)47 b(F)-8 b(or)31
+b(example,)g(while)f(editing,)i(the)e(user)g(can)h(quic)m(kly)g(bro)m
+(wse)f(through)g(the)150 1799 y(sections)h(of)g(the)f(do)s(cumen)m(t)h
+(and)e(ha)m(v)m(e)j(eac)m(h)g(section)f(title)h(sp)s(ok)m(en.)45
+b(Do)s(cumen)m(t)32 b(elemen)m(ts)f(suc)m(h)f(as)150
+1909 y(paragraphs)g(and)f(bulleted)i(lists)g(can)f(b)s(e)g(manipulated)
+g(as)h(logical)i(units.)45 b(These)30 b(features)h(are)g(es-)150
+2018 y(p)s(ecially)g(relev)-5 b(an)m(t)32 b(in)e(an)g(ey)m(es-free)i
+(en)m(vironmen)m(t)f(where)f(the)h(user)e(needs)h(to)h(select)h
+(logical)h(parts)150 2128 y(of)e(the)f(do)s(cumen)m(t)g(without)h(ha)m
+(ving)g(to)g(p)s(oin)m(t)f(at)h(p)s(ortions)f(of)h(a)f(visual)h(displa)
+m(y)-8 b(.)275 2275 y(Finally)g(,)32 b(Emacs)e(supp)s(orts)f(creating)i
+(and)f(main)m(taining)i(SGML)e(and)g(XML)g(do)s(c-)150
+2385 y(umen)m(ts.)46 b(Emacs)30 b(comes)h(with)f(a)h(fairly)g(simple)f
+Fp(sgml-mode)e Ft({in)j(addition,)f(pac)m(k)-5 b(age)150
+2494 y Fp(psgml)29 b Ft(pro)m(vides)h(sophisticated)i(parsing)e(and)f
+(v)-5 b(alidation)32 b(facilities)h(for)d(w)m(orking)150
+2604 y(with)g(SGML)g(and)g(XML)h(do)s(cumen)m(ts.)45
+b(P)m(ac)m(k)-5 b(age)33 b Fp(psgml)c Ft(can)i(b)s(e)f(do)m(wnloaded)g
+(from)150 2714 y Fp(http://w4.lns.cornell.ed)o(u/pu)o(blic)o(/CO)o
+(MP/i)o(nfo/)o(psg)o(ml/p)o(sgml)o(_to)o(c.ht)o(ml)p
+Ft(.)150 2926 y Fi(9.1.2)63 b(Searc)m(hing,)41 b(Replacing,)f(And)h(Sp)
+s(ell)h(Chec)m(king)150 3073 y Ft(Incremen)m(tal)31 b(searc)m(h,)h(a)e
+(pro)s(cess)g(b)m(y)g(whic)m(h)h(the)f(system)h(prompts)e(the)i(user)e
+(for)h(a)h(searc)m(h)g(string)150 3182 y(and)f(mo)m(v)m(es)h(the)g
+(selection)h(to)f(the)g(next)f(a)m(v)-5 b(ailable)33
+b(matc)m(h)e(while)g(allo)m(wing)h(the)e(user)g(to)h(add)f(more)150
+3292 y(c)m(haracters)i(to)f(the)f(searc)m(h)i(string,)e(is)g(the)h
+(searc)m(h)g(tec)m(hnique)g(of)g(c)m(hoice)h(among)f(most)g(Emacs)f
+(users.)150 3401 y(As)g(the)h(system)f(successiv)m(ely)i(\014nds)d(eac)
+m(h)j(matc)m(h)f(and)f(pro)m(vides)g(the)g(user)g(the)h(option)g(of)f
+(con)m(tin-)150 3511 y(uing)g(the)h(searc)m(h.)46 b(Incremen)m(tal)31
+b(searc)m(h)g(is)g(a)f(more)h(complex)g(instance)g(of)g(traditional)g
+(searc)m(h)g(in-)150 3621 y(teraction)h(b)s(ecause)e(in)h(addition)f
+(to)h(either)g(stopping)f(or)h(con)m(tin)m(uing)g(the)g(searc)m(h,)g
+(the)f(user)g(can)150 3730 y(mo)s(dify)g(the)g(curren)m(t)g(searc)m(h)h
+(in)f(a)h(n)m(um)m(b)s(er)e(of)i(w)m(a)m(ys)g(including)f(sp)s
+(ecifying)g(a)h(longer)g(\(or)f(shorter\))150 3840 y(searc)m(h)h
+(string.)275 3987 y(All)g(of)f(the)h(user)e(commands)h(a)m(v)-5
+b(ailable)33 b(during)c(incremen)m(tal)j(searc)m(h)f(are)g(do)s(cumen)m
+(ted)f(in)g(the)150 4097 y(online)h(Emacs)f(info)h(man)m(ual.)46
+b(These)30 b(are)h(sp)s(eec)m(h-enabled)f(b)m(y)h(Emacsp)s(eak)f(to)h
+(pro)m(vide)g(sp)s(ok)m(en)150 4206 y(prompts)e(as)i(the)g(dialogue)g
+(b)s(egins;)f(auditory)h(icons)f(indicate)i(a)f(searc)m(h)g(hit)f(or)g
+(searc)m(h)h(miss)f(as)150 4316 y(the)h(searc)m(h)g(progresses.)45
+b(Along)31 b(with)g(auditory)f(icons)h Fo(se)-5 b(ar)g(ch-hit)40
+b Ft(and)30 b Fo(se)-5 b(ar)g(ch-miss)40 b Ft(the)30
+b(user)g(also)150 4425 y(hears)g(the)h(curren)m(t)f(line)h(sp)s(ok)m
+(en,)f(and)g(in)g(the)g(case)i(of)e(a)h(searc)m(h)g(hit,)g(the)f(matc)m
+(hing)i(text)f(is)f Fo(aur)-5 b(al)5 b(ly)150 4535 y
+Ft(highligh)m(ted)31 b(b)m(y)f(using)g(the)h(standard)e(audio)i
+(formatting)g(tec)m(hnique)g(of)g(c)m(hanging)g(v)m(oice)h(c)m(harac-)
+150 4645 y(teristic.)47 b(This)30 b(feedbac)m(k)h(pro)m(v)m(es)g
+(extremely)g(e\013ectiv)m(e)i(when)d(the)g(searc)m(h)h(pattern)g(app)s
+(ears)f(sev)m(eral)150 4754 y(times)h(on)f(a)h(single)g(line;)g(the)f
+(user)g(is)h(unam)m(biguously)e(cued)h(to)i(the)e(curren)m(t)g(matc)m
+(h.)275 4902 y(Searc)m(h)g(and)g(replace)h(actions)h(are)f(an)f
+(extension)h(to)g(the)g(basic)f(con)m(v)m(ersational)k(gestures)c(of)
+150 5011 y(a)h(searc)m(h)g(dialogue.)47 b(In)29 b(addition)i(to)g(sp)s
+(ecifying)f(a)h(searc)m(h)g(string,)g(the)f(user)g(also)h(sp)s
+(eci\014es)f(a)h(re-)150 5121 y(placemen)m(t)h(string.)46
+b(On)29 b(the)i(Emacsp)s(eak)f(desktop,)h(this)f(functionalit)m(y)i(is)
+e(pro)m(vided)g(b)m(y)h(command)150 5230 y Fo(query-r)-5
+b(eplac)g(e)p Ft(.)47 b(The)30 b(sp)s(eec)m(h-enabled)g(v)m(ersion)h
+(of)g(this)f(in)m(teraction)i(prompts)e(the)g(user)g(for)g(the)150
+5340 y(searc)m(h)h(and)f(replacemen)m(t)i(texts.)46 b(The)30
+b(auditory)h(feedbac)m(k)g(during)e(the)h(in)m(teractiv)m(e)k(searc)m
+(h)d(and)p eop end
+%%Page: 25 28
+TeXDict begin 25 27 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(25)150 299
+y(replacemen)m(t)32 b(pro)s(cess)e(parallels)h(that)g(describ)s(ed)e
+(in)h(the)h(case)g(of)g(incremen)m(tal)h(searc)m(h.)46
+b(Audio)30 b(for-)150 408 y(matting)h(to)h(indicate)f(the)g(o)s
+(ccurrence)f(that)h(is)f(ab)s(out)h(to)g(b)s(e)e(replaced)i(pro)m(v)m
+(es)g(an)g(e\013ectiv)m(e)i(means)150 518 y(of)e(a)m(v)m(oiding)h
+(erroneous)e(mo)s(di\014cations)g(to)h(the)g(text)g(b)s(eing)f(edited.)
+46 b(As)31 b(an)f(example,)h(consider)g(us-)150 628 y(ing)g(command)60
+b Fo(query-r)-5 b(eplac)g(e)38 b Ft(to)31 b(lo)s(cate)h(and)e(replace)i
+(the)e(second)h(o)s(ccurrence)f(of)h Fl(fo)s(o)f Ft(with)g
+Fl(bar)150 737 y Ft(in)g(the)h(text)275 924 y(`)p Fp(Do)f(not)f(change)
+g(this)g(fool,)g(but)g(change)g(this)g(food.)p Ft(')275
+1111 y(When)h(the)g(searc)m(h)h(matc)m(hes)h(the)e(\014rst)g(o)s
+(ccurrence)g(of)h Fl(fo)s(o)g Ft(in)f(w)m(ord)g Fo(fo)-5
+b(ol)p Ft(,)32 b(the)e(aural)h(highligh)m(t-)150 1220
+y(ing)g(helps)e(the)i(user)f(in)g(answ)m(ering)g(\\no")h(in)f(resp)s
+(onse)g(to)h(question)f(\\should)g(this)h(o)s(ccurrence)f(b)s(e)150
+1330 y(replaced".)47 b(In)29 b(addition)i(to)g(allo)m(wing)h(the)f
+(user)e(to)i(supply)e(a)i(simple)f(\\y)m(es)i(or)e(no")h(answ)m(er)f
+(for)g(eac)m(h)150 1439 y(matc)m(h,)i(command)60 b Fo(query-r)-5
+b(eplac)g(e)38 b Ft(also)31 b(allo)m(ws)h(the)f(user)e(to)j(sp)s(ecify)
+e(a)g(n)m(um)m(b)s(er)f(of)i(other)f(v)-5 b(alid)150
+1549 y(answ)m(ers)30 b(as)h(describ)s(ed)e(in)h(the)h(online)f(Emacs)h
+(do)s(cumen)m(tation.)150 1800 y Fi(Sp)s(ell)42 b(Chec)m(king)150
+1947 y Ft(A)30 b(more)h(complex)g(instance)g(of)g(con)m(v)m(ersational)
+i(gesture)e(\\searc)m(h)g(and)f(replace")i(is)e(exhibited)h(b)m(y)150
+2057 y(standard)f(sp)s(ell)g(c)m(hec)m(king)i(dialogues.)47
+b(Sp)s(ell)29 b(c)m(hec)m(king)k(di\013ers)d(from)f(the)i(searc)m(h)g
+(and)f(replace)h(di-)150 2166 y(alogue)h(describ)s(ed)d(ab)s(o)m(v)m(e)
+j(in)e(that)h(the)f(searc)m(h)h(and)f(replacemen)m(t)i(text)f(is)g
+(guessed)f(b)m(y)g(the)h(system)150 2276 y(based)f(on)g(an)h(a)m(v)-5
+b(ailable)32 b(dictionary)-8 b(.)47 b(W)-8 b(ords)31
+b(that)g(are)f(not)h(found)e(in)h(the)h(dictionary)g(are)g(\015agged)
+150 2386 y(as)g(p)s(oten)m(tial)g(sp)s(elling)g(errors,)f(and)g(the)g
+(system)h(o\013ers)f(an)h(in)m(teractiv)m(e)i(searc)m(h)e(and)f
+(replace)h(dia-)150 2495 y(logue)g(for)g(eac)m(h)g(of)g(these)f(p)s
+(ossible)g(errors.)46 b(During)30 b(this)g(dialogue,)i(the)e(system)h
+(successiv)m(ely)h(se-)150 2605 y(lects)g(eac)m(h)f(o)s(ccurrence)g(of)
+f(the)h(p)s(ossibly)e(erroneous)h(w)m(ord)g(and)g(o\013ers)h(a)f(set)h
+(of)g(p)s(ossible)f(replace-)150 2714 y(men)m(ts.)46
+b(Unlik)m(e)31 b(in)f(the)h(case)g(of)g(simple)f(searc)m(h)h(and)f
+(replace,)i(more)e(than)g(one)h(p)s(ossible)f(replace-)150
+2824 y(men)m(t)h(string)f(is)h(o\013ered,)f(since)h(a)g(p)s(oten)m
+(tial)h(sp)s(elling)e(error)g(can)h(b)s(e)e(corrected)j(b)m(y)e(more)h
+(than)f(one)150 2934 y(w)m(ord)g(app)s(earing)g(in)g(the)h(dictionary)
+-8 b(.)275 3120 y(In)29 b(the)i(visual)f(in)m(terface,)j(suc)m(h)d(sp)s
+(ell)g(c)m(hec)m(king)i(dialogues)f(are)g(realized)h(b)m(y)e(displa)m
+(ying)h(the)150 3230 y(a)m(v)-5 b(ailable)33 b(c)m(hoices)f(in)e(a)h(p)
+s(op-up)d(windo)m(w)i(and)g(allo)m(wing)i(the)e(user)g(to)h(pic)m(k)g
+(a)g(correction)h(Once)e(a)150 3339 y(correction)i(is)e(selected,)i
+(the)f(user)f(is)g(o\013ered)h(the)f(c)m(hoice)i(of)f(in)m(teractiv)m
+(ely)i(replacing)f(the)e(erroneous)150 3449 y(w)m(ord)g(with)g(the)h
+(correction.)275 3636 y(The)e(sp)s(ell)h(c)m(hec)m(king)j(in)m(terface)
+f(on)e(the)g(Emacsp)s(eak)h(desktop)f(is)h(sp)s(eec)m(h-enabled)f(to)i
+(pro)m(vide)150 3745 y(\015uen)m(t)e(auditory)g(feedbac)m(k.)47
+b(The)30 b(visual)h(in)m(terface)g(parallels)h(that)f(describ)s(ed)e
+(ab)s(o)m(v)m(e)j(and)d(is)i(pro-)150 3855 y(vided)f(b)m(y)g(pac)m(k)-5
+b(age)33 b Fp(ispell)28 b Ft(whic)m(h)i(is)h(part)f(of)h(the)f
+(standard)g(Emacs)g(distribution.)45 b(Emacsp)s(eak)150
+3964 y(pro)m(vides)30 b(a)h(sp)s(ok)m(en)f(prompt)g(that)h(is)f(comp)s
+(osed)g(of)h(the)f(line)h(con)m(taining)h(the)e(p)s(ossibly)g
+(erroneous)150 4074 y(w)m(ord)g(\(whic)m(h)g(is)h(aurally)g(highligh)m
+(ted)g(to)g(set)g(it)g(apart)f(from)g(the)h(rest)f(of)h(the)g(text)g
+(on)f(that)h(line\))150 4184 y(and)f(the)g(a)m(v)-5 b(ailable)33
+b(corrections.)47 b(Eac)m(h)31 b(correction)h(is)e(pre\014xed)f(with)i
+(a)f(n)m(um)m(b)s(er)f(that)i(the)g(user)f(can)150 4293
+y(use)g(to)h(select)h(it.)46 b(Once)31 b(a)g(correction)g(is)g
+(selected,)h(the)e(in)m(teraction)j(con)m(tin)m(ues)e(with)f(the)h
+(query)150 4403 y(and)f(replace)h(in)m(teraction)h(describ)s(ed)e
+(earlier.)46 b(The)30 b(sp)s(eec)m(h)h(in)m(terface)h(to)f(the)f(sp)s
+(ell)g(c)m(hec)m(k)m(er)j(is)d(as)150 4512 y(\015uen)m(t)g(as)h(the)f
+(visual)h(in)m(terface.)47 b(Notice)33 b(that)d(Emacsp)s(eak)h(users)f
+(do)g(not)g(need)h(to)g(concern)f(them-)150 4622 y(selv)m(es)i(with)e
+(the)g(details)i(of)e(the)h(visual)f(displa)m(y)h(suc)m(h)f(as)g(\\the)
+i(corrections)f(are)g(displa)m(y)m(ed)g(in)f(a)150 4732
+y(windo)m(w)g(at)h(the)f(top)h(of)g(the)f(screen".)275
+4941 y(In)f(addition)i(to)g(the)f(standard)g(sp)s(ell)g(c)m(hec)m(k)m
+(er)i(describ)s(ed)e(ab)s(o)m(v)m(e,)i(new)m(er)e(v)m(ersions)h(of)f
+(Emacs)150 5074 y(include)g(an)g(\\on-the-\015y")i(sp)s(ell)e(c)m(hec)m
+(k)m(er)i(that)f(\015ags)g(erroneous)f(w)m(ords)g(as)h(they)f(are)h(t)m
+(yp)s(ed.)45 b(Emac-)150 5207 y(sp)s(eak)30 b(sp)s(eec)m(h-enables)h
+(pac)m(k)-5 b(age)32 b Fp(flyspell)d Ft(so)h(that)h(suc)m(h)f
+(erroneous)g(w)m(ords)g(are)h(aurally)g(high-)150 5340
+y(ligh)m(ted.)p eop end
+%%Page: 26 29
+TeXDict begin 26 28 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(26)150 299
+y Fr(9.2)68 b(Structured)44 b(Editing)i(And)e(T)-11 b(emplates)150
+458 y Ft(Editing)30 b(do)s(cumen)m(ts)h(based)f(on)g(the)g(inheren)m(t)
+h(structure)f(presen)m(t)g(in)g(the)h(electronic)h(enco)s(ding)e(can)
+150 568 y(b)s(e)g(v)m(ery)g(e\016cien)m(t)i(when)e(using)g(sp)s(ok)m
+(en)g(in)m(teraction.)47 b(W)-8 b(e)32 b(describ)s(ed)d(mo)s(de)60
+b Fo(auctex)42 b Ft(|)30 b(a)h(sp)s(e-)150 677 y(cialized)h(in)m
+(terface)g(to)f(authoring)g(LaT)-8 b(eX)31 b(do)s(cumen)m(ts)f(as)h(a)f
+(sp)s(ecial)h(instance)g(of)g(suc)m(h)f(structured)150
+787 y(editing)h(in)f(see)h(Section)g(9.1)h([Do)s(cumen)m(t)f
+(Authoring],)g(page)g(23.)275 926 y(The)e(Emacsp)s(eak)i(desktop)f
+(allo)m(ws)i(the)f(user)e(to)i(e\016cien)m(tly)h(author)f(and)e(main)m
+(tain)j(an)e(elec-)150 1036 y(tronic)h(do)s(cumen)m(t)f(based)g(either)
+h(on)f(the)h(structure)f(presen)m(t)g(in)g(the)h(markup)e(\(as)i(in)f
+(the)g(case)i(of)150 1145 y(mo)s(de)e(auctex\))i(or)e(on)g(sp)s(ecial)h
+(outlining)g(constructs)g(that)g(allo)m(w)h(the)e(user)g(to)h(imp)s
+(ose)f(a)h(desired)150 1255 y(logical)i(structure)d(on)g(the)h(do)s
+(cumen)m(t.)45 b(This)30 b(section)h(describ)s(es)f(the)g(e\013ect)i
+(of)f(sp)s(eec)m(h-enabling)150 1364 y(suc)m(h)f(editing)h(to)s(ols)g
+(and)f(p)s(oin)m(ts)g(out)h(the)f(adv)-5 b(an)m(tages)33
+b(in)d(using)g(these)g(in)g(a)h(sp)s(eec)m(h)g(orien)m(ted)g(in)m(ter-)
+150 1474 y(face.)275 1613 y(T)-8 b(emplate-based)31 b(authoring)f(|)h
+(a)f(tec)m(hnique)i(that)e(allo)m(ws)i(the)f(user)e(to)j(create)f(a)g
+(do)s(cumen)m(t)150 1723 y(b)m(y)f(inserting)h(con)m(ten)m(ts)h(in)m
+(to)f(appropriate)g(p)s(ositions)f(in)g(a)h(prede\014ned)d(template|)k
+(go)s(es)f(hand)e(in)150 1832 y(hand)g(with)h(suc)m(h)g(structured)g
+(editing.)46 b(Finally)-8 b(,)32 b(structured)e(editing)h(can)f(v)-5
+b(astly)31 b(simplify)f(the)h(cre-)150 1942 y(ation)g(and)f(main)m
+(tenance)i(of)e(structured)g(data,)h(for)f(example,)i(the)e(data)h
+(presen)m(t)g(in)f(a)g(UNIX)h(pass-)150 2051 y(w)m(ord)f(\014le.)46
+b(Suc)m(h)30 b(data)h(\014les)f(are)h(in)f(fact)h(nothing)f(more)h
+(than)f(a)h(collection)i(of)d(database)i(records,)150
+2161 y(where)e(eac)m(h)h(record)g(\(or)f(line\))h(consists)g(of)g(a)g
+(set)g(of)f(\014elds)g(delimited)h(b)m(y)f(a)h(sp)s(ecial)g(c)m
+(haracter.)150 2271 y(Main)m(taining)h(suc)m(h)e(\014les)g(without)h
+(exploiting)h(the)e(underlying)f(structure)h(often)h(tends)f(to)h(b)s
+(e)f(er-)150 2380 y(ror)g(prone.)45 b(W)-8 b(e)32 b(describ)s(e)d
+(editing)j(mo)s(des)d(that)i(can)g(exploit)g(suc)m(h)f(record)h
+(structure)f(to)h(pro)m(vide)150 2490 y(a)g(\015uen)m(t)f(editing)h(in)
+m(terface.)47 b(Finally)-8 b(,)32 b(w)m(e)f(outline)g(a)g(sp)s(eec)m
+(h-enabled)g(in)m(terface)g(to)h(a)e(spreadsheet)150
+2599 y(application)i(as)e(a)h(complex)g(instance)g(of)g(suc)m(h)f
+(structured)f(data)i(editing.)150 2803 y Fi(9.2.1)63
+b(Outline)41 b(Editing)150 2950 y Ft(All)31 b(of)g(the)f(v)-5
+b(arious)30 b(outline)h(editing)g(in)m(terfaces)h(on)f(the)f(Emacs)h
+(desktop)f(allo)m(w)i(the)f(user)e(to)62 b Fo(hide)150
+3060 y Ft(or)f Fo(show)41 b Ft(the)31 b(con)m(ten)m(ts)h(at)f(the)g
+(di\013eren)m(t)f(lev)m(els)i(of)f(a)g(p)s(ossibly)e(nested)h(tree)i
+(structure.)45 b(Com-)150 3169 y(p)s(onen)m(ts)30 b(of)g(this)h(tree)g
+(structure)f(can)g(b)s(e)g(manipulated)g(as)h(a)g(unit,)f(e.g.,)i(en)m
+(tire)f(subtrees)f(can)h(b)s(e)150 3279 y(deleted)g(or)f(copied.)47
+b(Outline)30 b(editing)h(th)m(us)f(pro)m(vides)g(an)h(e\016cien)m(t)g
+(means)g(of)f(obtaining)h(quic)m(k)150 3389 y(o)m(v)m(erviews)h(of)e(a)
+h(do)s(cumen)m(t.)275 3528 y(The)e(visual)i(in)m(terface)h(displa)m(ys)
+e(suc)m(h)g(hidden)f(con)m(ten)m(t)k(as)d(a)h(series)g(of)f(ellipses)h
+(follo)m(wing)h(the)150 3637 y(visible)f(outline)g(heading.)46
+b(Emacsp)s(eak)30 b(pro)s(duces)f(auditory)i(icon)61
+b Fo(el)5 b(lipses)38 b Ft(when)29 b(sp)s(eaking)i(suc)m(h)150
+3747 y(outline)g(headings.)275 3886 y(The)e(basic)61
+b Fo(outline)31 b(mo)-5 b(de)39 b Ft(allo)m(ws)32 b(the)e(user)g(to)h
+(sp)s(ecify)f(the)g(syn)m(tax)h(and)f(lev)m(el)i(of)f(outline)150
+3995 y(header)f(lines)h(as)f(a)h(regular)g(expression.)45
+b(This)30 b(simple)g(tec)m(hnique)h(can)g(b)s(e)f(used)f(to)i(adv)-5
+b(an)m(tage)150 4105 y(in)30 b(the)h(structured)e(na)m(vigation)j(of)f
+(large)g(electronic)i(texts)e(suc)m(h)f(as)h(those)g(a)m(v)-5
+b(ailable)32 b(on)f(the)150 4215 y(In)m(ternet)g(from)f(online)g(b)s(o)
+s(ok)g(pro)5 b(jects)31 b(suc)m(h)f(as)g(pro)5 b(ject)31
+b(Guten)m(b)s(erg)g(and)e(the)i(In)m(ternet)g(Wiretap.)150
+4324 y(F)-8 b(or)31 b(example,)g(when)f(this)g(feature)h(is)f(activ)-5
+b(ated)33 b(while)d(reading)h(the)f(electronic)i(text)g(of)e(a)150
+4434 y(Shak)m(esp)s(earean)g(pla)m(y)-8 b(,)32 b(the)f(di\013eren)m(t)f
+(acts)i(can)e(b)s(e)g(recognized)i(as)e(separate)i(no)s(des)d(in)h(the)
+h(logical)150 4543 y(structure)f(of)g(the)h(do)s(cumen)m(t.)46
+b(The)29 b(user)h(can)h(then)f(hide)g(the)g(do)s(cumen)m(t)h(b)s(o)s
+(dy)d(with)i(a)h(single)150 4653 y(k)m(eystrok)m(e,)i(na)m(vigate)f
+(the)f(outline)g(headings)f(to)h(\014nd)e(a)i(particular)f(act,)i(and)e
+(ha)m(v)m(e)h(that)g(p)s(ortion)150 4763 y(rendered)e(either)i
+(visually)g(or)f(aurally)-8 b(.)47 b(Hiding)30 b(an)h(outline)g(lev)m
+(el)h(pro)s(duces)d(auditory)h(icon)150 4872 y Fo(close-obje)-5
+b(ct)9 b Ft(;)31 b(exp)s(osing)f(a)h(hidden)e(lev)m(el)j(pro)s(duces)d
+(auditory)h(icon)61 b Fo(op)-5 b(en-obje)g(ct)p Ft(.)47
+b(F)-8 b(or)31 b(details)h(on)150 4982 y(using)e(mo)s(de)g
+Fp(outline)p Ft(,)e(see)j(the)g(relev)-5 b(an)m(t)32
+b(section)f(of)g(the)f(online)h(Emacs)g(info)f(man)m(ual.)275
+5121 y(The)f(basic)i(outline)g(facilit)m(y)i(describ)s(ed)c(ab)s(o)m(v)
+m(e)j(is)e(applicable)h(to)g(all)h(con)m(ten)m(t)g(b)s(eing)e(edited)h
+(or)150 5230 y(bro)m(wsed)f(on)g(the)h(Emacsp)s(eak)f(desktop.)46
+b(In)30 b(addition,)g(Emacsp)s(eak)h(has)f(other)h(sp)s(ecialized)g
+(out-)150 5340 y(line)g(editing)g(mo)s(des)f(suc)m(h)g(as)61
+b Fo(folding)31 b(mo)-5 b(de)38 b Ft(that)31 b(pro)m(vide)g(extended)f
+(outlining)h(facilities.)48 b(In)p eop end
+%%Page: 27 30
+TeXDict begin 27 29 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(27)150 299
+y(mo)s(de)60 b Fo(folding)p Ft(,)32 b(the)e(user)g(can)h(create)g(\(p)s
+(ossibly)f(nested\))61 b Fo(folds)39 b Ft(|)30 b(logical)j(con)m
+(tainers)f(of)e(con)m(ten)m(t)150 408 y(that)h(are)g(delimited)g(b)m(y)
+f(a)h(sp)s(ecial)61 b Fo(fold)31 b(mark)p Ft(.)47 b(The)30
+b(fold)g(mark)g(is)h(t)m(ypically)h(a)f(text)g(string)f(that)150
+518 y(is)g(c)m(hosen)h(based)f(on)h(the)f(t)m(yp)s(e)h(of)f(con)m(ten)m
+(t)i(that)f(is)g(b)s(eing)f(manipulated.)45 b(Th)m(us,)30
+b(when)60 b Fo(folding)150 628 y Ft(a)31 b(C)p Fp(~)p
+Ft(program)e(source)i(\014le,)g(fold)f(marks)g(are)h(created)g(from)f
+(C)p Fp(~)p Ft(commen)m(ts.)46 b(The)30 b(user)f(can)61
+b Fo(op)-5 b(en)150 737 y Ft(or)61 b Fo(close)37 b Ft(an)m(y)31
+b(or)f(all)i(folds)e(in)g(a)h(do)s(cumen)m(t,)f(and)g(these)h(actions)g
+(are)g(accompanied)g(b)m(y)g(auditory)150 847 y(icons)61
+b Fo(op)-5 b(en-obje)g(ct)40 b Ft(and)60 b Fo(close-obje)-5
+b(ct)p Ft(.)46 b(By)31 b(en)m(tering)g(a)g(fold,)f(all)i(editing)f
+(actions)g(are)g(restricted)150 956 y(to)g(the)g(con)m(ten)m(ts)h(of)e
+(that)h(fold;)g(this)f(pro)m(v)m(es)h(a)g(simple)f(y)m(et)i(con)m(v)m
+(enien)m(t)g(w)m(a)m(y)g(of)e(constraining)h(edit-)150
+1066 y(ing)g(actions)g(suc)m(h)f(as)h(searc)m(h)g(and)f(replace)h(to)g
+(sp)s(eci\014c)f(p)s(ortions)g(of)g(large)i(do)s(cumen)m(ts.)45
+b(F)-8 b(olds)32 b(can)150 1176 y(b)s(e)e(manipulated)g(as)h(a)f(unit)g
+(and)g(can)h(b)s(e)e(deleted,)j(copied)f(or)f(mo)m(v)m(ed.)275
+1307 y(Mo)s(de)60 b Fo(folding)40 b Ft(pro)m(v)m(es)31
+b(esp)s(ecially)g(e\013ectiv)m(e)i(in)d(main)m(taining)i(large)f(soft)m
+(w)m(are)h(mo)s(dules.)45 b(The)150 1417 y(tec)m(hnique)31
+b(can)g(b)s(e)e(used)h(to)h(adv)-5 b(an)m(tage)32 b(b)m(y)f(creating)g
+(folds)g(for)f(di\013eren)m(t)h(sections)g(in)f(a)h(mo)s(dule)150
+1526 y(and)f(b)m(y)g(further)f(placing)i(eac)m(h)h(function)e(app)s
+(earing)g(in)g(a)h(particular)f(\045)g(section)i(in)e(a)h(fold)f(of)h
+(its)150 1636 y(o)m(wn.)46 b(Complex)30 b(functions)g(can)h(themselv)m
+(es)g(b)s(e)f(folded)g(in)m(to)i(sections)f(where)f(eac)m(h)h(section)h
+(re-)150 1745 y(\015ects)f(a)g(di\013eren)m(t)f(stage)i(in)e(the)h
+(algorithm)g(implemen)m(ted)g(b)m(y)f(that)h(function.)46
+b(Th)m(us,)29 b(the)i(tec)m(h-)150 1855 y(nique)f(of)g(folding)h(can)g
+(b)s(e)e(used)h(as)h(an)f(e\013ectiv)m(e)j(aid)d(in)61
+b Fo(liter)-5 b(ate)38 b Ft(programming.)46 b(I)30 b(t)m(ypically)i
+(write)150 1965 y(soft)m(w)m(are)g(mo)s(dules)d(b)m(y)i(\014rst)e
+(creating)j(an)e(outline)h(structure)f(using)g(folds)g(that)h
+(re\015ect)g(the)g(v)-5 b(arious)150 2074 y(comp)s(onen)m(ts)31
+b(of)f(that)h(mo)s(dule.)45 b(Next,)32 b(I)e(p)s(opulate)g(eac)m(h)i
+(fold)e(with)g(the)g(function)g(signatures)h(and)150
+2184 y(do)s(cumen)m(tation)g(for)f(the)h(functions)f(in)g(eac)m(h)h
+(section.)47 b(When)31 b(I)f(am)g(satis\014ed)h(with)f(the)g(o)m(v)m
+(erall)j(ar-)150 2293 y(c)m(hitecture)f(of)e(the)h(mo)s(dule,)f(I)g
+(\014ll)g(in)h(the)f(function)g(sk)m(eletons)i(with)e(actual)i(program)
+e(co)s(de.)46 b(This)150 2403 y(tec)m(hnique)31 b(is)f(used)g(extensiv)
+m(ely)i(in)e(main)m(taining)i(the)e(Emacsp)s(eak)h(co)s(de)f(base.)150
+2596 y Fi(9.2.2)63 b(T)-10 b(emplate-based)41 b(Authoring)150
+2743 y Ft(Emacsp)s(eak)31 b(supp)s(orts)d(t)m(w)m(o)k(p)s(o)m(w)m
+(erful)e(template-based)h(authoring)g(subsystems)e(that)i(enable)g(the)
+150 2852 y(user)f(to)h(quic)m(kly)g(create)h(and)e(\014ll)g(in)g
+(templates.)92 b Fo(Dmacr)-5 b(o)38 b Ft(\(short)30 b(for)g(\\dynamic)h
+(macros"\))h(al-)150 2962 y(lo)m(ws)f(the)g(user)e(to)i(de\014ne)f(and)
+g(in)m(v)m(ok)m(e)i(template-based)g(macros)f(that)g(are)f(sp)s
+(ecialized)i(for)e(creating)150 3072 y(di\013eren)m(t)h(t)m(yp)s(es)f
+(of)h(con)m(ten)m(t.)47 b(F)-8 b(or)32 b(example,)f(when)e(programming)
+h(in)g(C,)h(the)f(user)g(can)g(in)m(v)m(ok)m(e)j(dy-)150
+3181 y(namic)e(macros)g(that)f(insert)h(sk)m(eletons)h(of)e(standard)g
+(C)g(constructs)g(with)g(a)h(few)f(k)m(eystrok)m(es.)48
+b(This)150 3291 y(form)30 b(of)g(editing)h(has)g(n)m(umerous)e(adv)-5
+b(an)m(tages)32 b(in)e(creating)i(consisten)m(tly)g(structured)d(co)s
+(de)i(when)150 3400 y(dev)m(eloping)g(large)h(soft)m(w)m(are)g(mo)s
+(dules.)45 b(Emacsp)s(eak)30 b(sp)s(eec)m(h-enables)h(mo)s(de)61
+b Fo(dmacr)-5 b(o)38 b Ft(to)31 b(pro)m(vide)150 3510
+y(succinct)g(sp)s(ok)m(en)f(feedbac)m(k)h(as)g(templates)g(are)g
+(created)h(and)d(\014lled.)46 b(The)30 b(user)g(in)m(v)m(ok)m(es)62
+b Fo(dmacr)-5 b(o)150 3620 y Ft(via)31 b(command)60 b
+Fo(insert)31 b(dmacr)-5 b(o)p Ft(,)33 b(whic)m(h)d(is)h(t)m(ypically)h
+(b)s(ound)c(to)j(a)g(single)g(k)m(ey)-8 b(.)47 b(This)29
+b(results)i(in)f(a)150 3729 y(dialogue)i(where)d(the)i(user)f(is)g
+(prompted)f(to)j(pic)m(k)f(one)f(of)h(the)f(dynamic)g(macros)h(a)m(v)-5
+b(ailable)33 b(in)d(the)150 3839 y(curren)m(t)g(con)m(text.)48
+b(If)30 b(the)g(users)g(c)m(hoice)i(can)f(b)s(e)e(uniquely)h
+(completed,)i(that)f(completion)g(is)g(sp)s(ok)m(en;)150
+3948 y(otherwise,)g(the)g(list)g(of)f(p)s(ossible)g(completions)i
+(based)e(on)g(the)g(a)m(v)-5 b(ailable)33 b(partial)e(input)f(is)g(sp)s
+(ok)m(en,)150 4058 y(accompanied)h(b)m(y)g(auditory)f(icon)61
+b Fo(help)p Ft(.)275 4189 y(An)30 b(alternativ)m(e)i(template-editing)h
+(facilit)m(y)g(is)d(pro)m(vided)g(b)m(y)g(mo)s(de)61
+b Fo(temp)-5 b(o)37 b Ft(This)30 b(mo)s(de)g(is)g(de-)150
+4299 y(signed)g(to)h(b)s(e)f(used)g(in)g(creating)h(template-based)h
+(editing)f(to)s(ols)h(for)e(sp)s(eci\014c)g(markup)f(languages;)150
+4408 y(a)i(go)s(o)s(d)f(example)h(is)f(mo)s(de)61 b Fo(html-help)-5
+b(er)p Ft(,)32 b(a)f(mo)s(de)f(for)g(creating)i(and)e(up)s(dating)f
+(HTML)h(do)s(cu-)150 4518 y(men)m(ts)h(for)f(publishing)f(on)h(the)h
+(WWW)g(\(see)g(see)g(Section)h(9.1)f([Do)s(cumen)m(t)g(Authoring],)g
+(page)g(23\).)150 4711 y Fi(9.2.3)63 b(Main)m(taining)41
+b(Structured)g(Data)150 4858 y Ft(Consider)30 b(the)g(follo)m(wing)i
+(en)m(try)f(from)e(\014le)61 b Fp(/etc/passwd)28 b Ft(on)i(m)m(y)g
+(laptop.)275 4989 y(`)p Fp(aster:KoUxwQ2:501:100:As)o(ter)24
+b(Labrador:/home/aster:/b)o(in/b)o(ash)p Ft(')275 5121
+y(File)61 b Fp(/etc/passwd)28 b Ft(is)i(a)h(simple)f(instance)h(of)g(a)
+g(text)g(\014le)f(that)h(stores)g(structured)f(data)150
+5230 y(records)g(as)h(a)g(series)f(of)h(\014elds)f(delimited)h(b)m(y)f
+(a)h(sp)s(ecial)g(c)m(haracter.)47 b(Eac)m(h)31 b(item)g(in)f(the)h
+(\014le)f(acquires)150 5340 y Fo(me)-5 b(aning)39 b Ft(from)30
+b(the)61 b Fo(p)-5 b(osition)39 b Ft(in)30 b(whic)m(h)g(it)h(o)s(ccurs)
+f(for)h(example,)g(the)f(\014fth)g(\014eld)g(con)m(tains)h(the)p
+eop end
+%%Page: 28 31
+TeXDict begin 28 30 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(28)150 299
+y Fl(user)30 b(name)p Ft(,)g(Aster)h(Labrador.)45 b(More)31
+b(generally)-8 b(,)33 b(structured)c(data)i(where)f(eac)m(h)h(\014eld)f
+(in)h(a)f(record)150 408 y(has)60 b Fo(me)-5 b(aning)40
+b Ft(is)30 b(found)f(throughout)h(the)h(desktop)f(in)g(applications)i
+(ranging)e(from)g(en)m(tries)h(in)f(a)150 518 y(rolo)s(dex)g(to)i(ro)m
+(ws)e(in)g(a)h(spreadsheet.)275 669 y(T)m(ypically)-8
+b(,)32 b(users)d(do)i(not)f(directly)h(edit)g(the)g(stored)f(represen)m
+(tation)h(of)g(the)g(data.)46 b(Instead,)31 b(ap-)150
+778 y(plication)h(fron)m(t-ends)e(pro)m(vide)g(a)h(more)g(h)m(uman-cen)
+m(tric)g(\(and)f(hop)s(efully)f(less)i(error)f(prone\))g(user)150
+888 y(in)m(terface)i(for)e(mo)s(difying)g(and)g(main)m(taining)h(the)g
+(data.)46 b(Th)m(us,)30 b(spreadsheet)g(applications)h(presen)m(t)150
+998 y(the)g(data)g(as)f(a)h(t)m(w)m(o)h(dimensional)e(table)h(that)g
+(is)g(automatically)i(up)s(dated)c(to)i(re\015ect)g(c)m(hanges)h(in)150
+1107 y(the)f(underlying)e(data.)46 b(The)30 b(t)m(w)m(o)i(dimensional)e
+(table)i(is)e(p)s(erhaps)f(the)h(most)h(commonly)g(found)e(vi-)150
+1217 y(sual)h(fron)m(t-end)h(to)g(structured)e(data)i(tables)g(with)f
+(ro)m(w)h(and)f(column)g(headers)g(pro)m(v)m(e)h(a)g(succinct)150
+1326 y(w)m(a)m(y)g(of)g(implicitly)g(displa)m(ying)g(the)61
+b Fo(me)-5 b(aning)39 b Ft(along)32 b(with)e(the)g Fo(value)38
+b Ft(of)30 b(the)h(\014elds)f(making)g(up)150 1436 y(eac)m(h)i(data)f
+(record.)150 1693 y Fr(9.3)68 b(Bro)l(wsing)46 b(Structured)e
+(Information)150 1852 y Ft(This)30 b(section)h(describ)s(es)f(pac)m(k)
+-5 b(ages)32 b(that)f(allo)m(w)h(y)m(ou)e(to)i(bro)m(wse)e(structured)f
+(information)i({these)150 1962 y(are)g(distinct)g(from)e(the)i(to)s
+(ols)g(describ)s(ed)e(in)i(Section)g(9.2)g([Structured)e(Editing],)i
+(page)h(26,)f(in)f(that)150 2071 y(they)h(are)f(t)m(ypically)j(used)c
+(for)h(w)m(orking)h(with)f(con)m(ten)m(t)i(that)f(is)g(read-only)f
+(e.g.,)i(online)f(do)s(cumen)m(ta-)150 2181 y(tion.)150
+2438 y Fr(Related)47 b(P)l(ac)l(k)-7 b(ages)150 2703
+y(9.5)68 b(W)-11 b(eb)45 b(Bro)l(wsing.)150 2863 y Ft(This)30
+b(do)s(cumen)m(t,)g(\\The)g(State)i(of)e(W)-8 b(eb)31
+b(Bro)m(wsing)g(in)f(Emacsp)s(eak")h(describ)s(es)f(the)g(primary)g(w)m
+(eb)150 2972 y(bro)m(wsers)g(in)g(use)g(under)f(emacsp)s(eak)i(and)e(w)
+m(a)m(ys)j(they)e(migh)m(t)h(b)s(e)f(used)g(more)g(e\016cien)m(tly)-8
+b(.)275 3123 y(V)g(ersion)31 b(1.0)g({)g(F)-8 b(ebruary)g(,)31
+b(2007.)275 3274 y(Cop)m(yrigh)m(t)727 3271 y(c)702 3274
+y Fq(\015)f Ft(2007)i(Rob)s(ert)e(D.)h(Cra)m(wford)e
+Fp(rdc1x@comcast.net)150 3489 y Fi(9.5.1)63 b(In)m(tro)150
+3636 y Ft(W)-8 b(eb)31 b(bro)m(wsing)f(in)g(emacsp)s(eak)h(can)g(b)s(e)
+f(made)g(as)h(simple)f(or)g(as)h(complicated)h(as)f(y)m(ou)f(wish)g(to)
+150 3746 y(mak)m(e)h(it.)47 b(On)29 b(the)i(one)f(hand,)g(all)h(that)g
+(need)f(b)s(e)g(done)g(is)h(to)g(op)s(en)e(a)i(w)m(eb)g(bro)m(wser)e
+(and)h(fetc)m(h)h(a)150 3855 y(particular)g(url.)45 b(This)29
+b(w)m(orks)i(\014ne)e(in)h(man)m(y)h(cases)g(with)f(exceptions)i(b)s
+(eing)e(things)g(lik)m(e)i(h)m(tml)e(ta-)150 3965 y(bles.)46
+b(On)29 b(the)i(other)f(hand,)g(if)g(y)m(ou)h(sp)s(end)e(a)h(little)j
+(time)e(learning)f(a)h(particular)g(bro)m(wser)f(and)f(its)150
+4074 y(functionalit)m(y)-8 b(,)33 b(w)m(eb)d(bro)m(wsing)g(can)h(b)s(e)
+e(made)i(more)f(e\016cien)m(t)i(and)e(the)g(w)m(eb)h(more)f(na)m
+(vigable.)275 4225 y(This)f(do)s(cumen)m(t)h(is)h(in)m(tended)f(to)h(b)
+s(e)f(an)g(in)m(tro)s(duction)g(to)i(the)e(2)h(primary)e(bro)m(wsers)h
+(that)h(run)150 4335 y(under)e(emacs:)46 b(emacs/w3)32
+b(and)e(emacs-w3m.)47 b(I)30 b(also)h(in)m(tend)f(to)i(in)m(tro)s(duce)
+e(a)h(couple)f(of)h(add-on)150 4444 y(pac)m(k)-5 b(ages)32
+b(in)m(tended)e(to)i(mak)m(e)f(life)g(easier)g(and)f(to)h(address)f(sp)
+s(eci\014c)g(shortcomings.)275 4595 y(The)f(primary)h(reason)g(for)h
+(this)f(do)s(cumen)m(tation)h(is)f(the)h(fact)g(that)g(a)g(lot)g(of)g
+(the)g(do)s(cumen)m(tation)150 4705 y(of)g(the)f(v)-5
+b(arious)30 b(functions)g(tells)i(exactly)g(what)e(it)h(do)s(es,)f(but)
+g(not)h(wh)m(y)f(or)g(in)g(what)g(circumstance)150 4814
+y(one)h(migh)m(t)g(use)f(it.)46 b(Hop)s(efully)30 b(I)g(can)h(remedy)f
+(that)h(here.)150 5071 y Fr(Who)45 b(this)g(do)t(cumen)l(t)g(is)g(in)l
+(tended)g(for)150 5230 y Ft(While)31 b(this)f(do)s(cumen)m(t)h(is)f
+(geared)h(to)m(w)m(ard)g(emacsp)s(eak)g(users,)f(it)h(migh)m(t)g(b)s(e)
+f(helpful)f(for)i(other)150 5340 y(users)f(as)g(w)m(ell.)47
+b(I)30 b(ha)m(v)m(e)i(tried)e(to)h(note)g(where)f(functions)g(are)h(sp)
+s(eci\014c)f(to)h(emacsp)s(eak.)p eop end
+%%Page: 29 32
+TeXDict begin 29 31 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(29)150 299
+y Fr(Assumptions)150 458 y Ft(This)30 b(do)s(cumen)m(t)g(assumes)g
+(emacs)h(is)f(installed.)47 b(If)30 b(reading)g(the)h(section)g(on)g(a)
+f(particular)h(bro)m(wser)150 568 y(and)f(trying)g(out)h(the)f(asso)s
+(ciated)i(functions,)e(it,)i(of)e(course,)h(assumes)f(that)h(the)f(bro)
+m(wser)g(is)h(in-)150 677 y(stalled)g(and)f(w)m(orking.)46
+b(F)-8 b(or)31 b(features)g(sp)s(eci\014c)f(to)h(emacsp)s(eak,)h(a)e(w)
+m(orking)h(install)g(of)g(emacsp)s(eak)150 787 y(is)f(necessary)-8
+b(.)47 b(It)30 b(is)h(far)f(b)s(ey)m(ond)g(the)g(scop)s(e)h(of)f(this)h
+(do)s(cumen)m(t)f(to)h(help)f(with)g(the)g(installation)j(of)150
+897 y(these)e(programs.)275 1029 y(F)-8 b(or)31 b(help)f(with)g
+(installing)h(an)m(y)g(of)f(the)h(ab)s(o)m(v)m(e)h(bits)e(of)g(soft)m
+(w)m(are,)i(the)f(follo)m(wing)h(mailing)f(lists)150
+1139 y(and)f(/)h(or)f(newsgroups)f(are)i(a)m(v)-5 b(ailable:)225
+1272 y Fq(\017)60 b Ft(emacs)31 b(-)g Fp(gnu.emacs.help)225
+1405 y Fq(\017)60 b Ft(emacs-w3m)31 b(-)g(see)g Fp
+(http://emacs-w3m.namazu.)o(org)225 1537 y Fq(\017)60
+b Ft(emacs/w3)32 b(-)e(the)h(mailing)g(list)g(for)f(w3)h(is)f(prett)m
+(y)h(dead.)46 b(Sorry)-8 b(.)45 b(The)30 b(do)s(cumen)m(tation)h(is,)g
+(ho)m(w-)330 1647 y(ev)m(er,)g(not)g(terrible.)225 1780
+y Fq(\017)60 b Ft(emacsp)s(eak)31 b(-)g(see)g Fp
+(http://emacspeak.sf.net)275 1936 y Ft(It)f(is)g(highly)h(suggested)g
+(that)g(the)f(mailing)i(list)f(arc)m(hiv)m(es,)h(go)s(ogle,)g(and)e
+(the)g(relev)-5 b(an)m(t)32 b(do)s(cumen-)150 2045 y(tation)g(b)s(e)d
+(consulted)i(b)s(efore)f(p)s(osting)g(messages)h(to)h(an)m(y)e(mailing)
+i(list.)46 b(Nothing)31 b(is)f(more)h(irritat-)150 2155
+y(ing)g(than)f(answ)m(ering)g(the)h(same)f(questions)h(o)m(v)m(er)h
+(and)d(o)m(v)m(er.)47 b(Those)31 b(of)f(y)m(ou)h(with)f(kids)g(kno)m(w)
+g(what)150 2264 y(I)g(am)h(talking)g(ab)s(out.)275 2397
+y(It)f(is)g(also)i(assumed)d(that)i(the)g(reader)f(is)h(comfortable)g
+(with)f(using)g(emacs)h(itself.)47 b(Understand-)150
+2507 y(ing)31 b(the)f(con)m(v)m(en)m(tion)j(for)d(comm)m(unicating)i(k)
+m(eystrok)m(es)g(to)f(run)e(commands,)h(na)m(vigating)i(do)s(cu-)150
+2616 y(men)m(ts,)f(and)f(the)g(lik)m(e)i(are)f(not)f(co)m(v)m(ered.)150
+2812 y Fi(9.5.2)63 b(emacs-w3m)150 2959 y Ft(emacs-w3m)31
+b(is)g(a)g(fron)m(t-end,)f(written)g(in)g(emacs)i(lisp,)e(to)h(the)g
+(text-based)g(w)m(eb)f(bro)m(wser)g(w3m.)46 b(It)150
+3069 y(supp)s(orts)28 b(tables,)k(images,)g(and)d(all)j(ma)5
+b(jor)30 b(w)m(eb)g(proto)s(cols.)47 b(It)30 b(is)h(also)g(fully)f
+(supp)s(orted)f(in)h(emacs-)150 3178 y(p)s(eak.)150 3407
+y Fr(emacs-w3m)46 b(adv)-7 b(an)l(tages)150 3567 y Ft(The)30
+b(main)g(adv)-5 b(an)m(tage)32 b(of)f(emacs-w3m)g(is)g(sp)s(eed.)45
+b(The)29 b(rendering)h(of)h(w)m(eb)f(pages)h(is)f(done)g(with)h(the)150
+3676 y(external)g(program)f(w3m.)46 b(whic)m(h)30 b(is)g(written)h(in)f
+(c,)h(so)g(it)f(is)h(fast.)46 b(It)30 b(also)i(seems)e(not)h(to)g(c)m
+(hok)m(e)h(on)150 3786 y(some)f(w)m(eb)f(pages)h(lik)m(e)h(the)e
+(alternativ)m(e,)j(emacs/w3.)275 3919 y(Another)d(big)g(adv)-5
+b(an)m(tage)33 b(to)e(emacs-w3m)g(is)g(that)f(it)h(is)g(under)e(activ)m
+(e)j(dev)m(elopmen)m(t.)47 b(Problems)150 4028 y(seem)31
+b(to)g(b)s(e)f(\014xed)f(so)s(on)h(after)h(they)g(come)g(to)g(the)g
+(atten)m(tion)h(of)f(the)f(dev)m(elop)s(ers)h(and)f(are)g(a)m(v)-5
+b(ailable)150 4138 y(v)m(ery)31 b(quic)m(kly)g(as)f(long)h(as)g(y)m(ou)
+g(are)g(willing)f(to)i(use)e(the)g(cvs)h(v)m(ersion.)275
+4271 y(F)-8 b(or)31 b(those)g(who)e(ha)m(v)m(e)j(limited)f(sigh)m(t)g
+(as)g(opp)s(osed)e(to)j(no)e(sigh)m(t)h(at)g(all,)h(emacs-w3m)f(displa)
+m(ys)f(all)150 4380 y(graphics)g(within)g(its)h(o)m(wn)f(bu\013er.)45
+b(This)30 b(migh)m(t)h(b)s(e)e(a)i(miscon\014guration)g(on)f(m)m(y)h
+(part,)f(but)g(there)150 4490 y(are)h(some)g(images)g(that)g(op)s(en)f
+(in)g(an)g(external)h(windo)m(w)f(when)f(op)s(ened)h(from)g(emacs/w3.)
+275 4623 y(I)g(can)g(also)i(sa)m(y)f(that)g(I)f(cannot)h(remem)m(b)s
+(er)f(a)g(page)h(that)g(w)m(ouldn't)g(render)e(in)h(emacs-w3m.)150
+4732 y(This)g(is)g(not)h(something)f(I)h(can)f(sa)m(y)h(ab)s(out)f
+(emacs/w3.)150 4961 y Fr(emacs-w3m)46 b(disadv)-7 b(an)l(tages)150
+5121 y Ft(T)f(ak)m(en)31 b(b)m(y)f(itself,)i(the)e(disadv)-5
+b(an)m(tages)32 b(of)f(using)f(w3m)g(are)h(few.)45 b(Long)31
+b(p)s(erio)s(ds)e(b)s(et)m(w)m(een)i(releases)150 5230
+y(can)g(b)s(e)e(seen)i(b)m(y)f(some)h(to)g(b)s(e)f(a)h(disadv)-5
+b(an)m(tage)31 b(although)g(the)g(alternativ)m(e)i(bro)m(wser's)d(time)
+h(b)s(e-)150 5340 y(t)m(w)m(een)h(releases)f(is)g(no)m(w)f(sev)m(eral)i
+(y)m(ears,)f(I)f(b)s(eliev)m(e.)p eop end
+%%Page: 30 33
+TeXDict begin 30 32 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(30)275 299
+y(With)30 b(hardw)m(are)g(or)h(soft)m(w)m(are)h(that)e(supp)s(ort)f(m)m
+(ultiple)i(v)m(oices,)i(suc)m(h)d(as)g(IBM's)h(Via)g(V)-8
+b(oice,)150 408 y(one)31 b(can)f(allo)m(w)i(di\013erences)f(in)f(sp)s
+(eec)m(h)g(to)h(indicate)h(di\013erences)e(in)h(do)s(cumen)m(t)f(text.)
+47 b(F)-8 b(or)31 b(exam-)150 518 y(ple,)g(headings)f(can)h(b)s(e)e(sp)
+s(ok)m(en)h(in)g(a)h(v)m(oice)h(with)f(a)f(lo)m(w)m(er)i(pitc)m(h,)f
+(links)f(in)g(a)h(higher)f(v)m(oice.)48 b(The)150 628
+y(v)m(oices)32 b(in)e(emacs-w3m)i(are)e(m)m(uc)m(h)h(more)f(limited)h
+(than)f(those)h(in)f(emacs/w3)i(and)e(not)g(all)i(textual)150
+737 y(attributes)f(can)g(b)s(e)e(indicated.)47 b(As)30
+b(of)h(the)f(writing)h(of)f(this)g(do)s(cumen)m(t,)h
+Fp(pre)e Ft(tags)j(and)d(the)i(lik)m(e)150 847 y(cannot)g(b)s(e)f
+(indicated.)46 b(It)31 b(has)f(b)s(een)f(within)h(the)h(last)g(few)f
+(mon)m(ths)g(that)h(italic)h(text)g(supp)s(ort)c(has)150
+956 y(b)s(een)i(added.)275 1105 y(Another)g(disadv)-5
+b(an)m(tage)32 b(is)e(the)h(fact)g(that)g(the)g(rendering)e(in)h
+(emacs-w3m)h(is)g(done)f(b)m(y)g(the)h(ex-)150 1214 y(ternal)g(pro)s
+(cess,)f(w3m.)46 b(Since)30 b(w3m)g(is)h(written)f(in)g(C,)g(it)h(is)g
+(not)f(as)h(easily)g(customizable)h(from)150 1324 y(within)e(the)g
+(comm)m(unit)m(y)i(of)e(emacs)h(users.)45 b(Co)s(de)30
+b(written)h(in)f(emacs)h(lisp)f(can)h(b)s(e)e(substituted)h(for)150
+1433 y(co)s(de)h(in)f(a)g(running)f(emacs)i(instance,)h(something)e
+(that)h(is)g(not)f(p)s(ossible)g(in)g(C.)275 1582 y(A)g(further)f
+(disadv)-5 b(an)m(tage)32 b(is)e(the)h(lac)m(k)h(of)e(table)i(na)m
+(vigation,)g(i.e.)47 b(the)30 b(abilit)m(y)i(to)f(mo)m(v)m(e)h(from)e
+(cell)150 1691 y(to)h(cell)h(in)e(a)h(table)g(to)g(more)f(easily)i
+(understand)c(the)j(information)g(presen)m(ted.)45 b(Linearizing)32
+b(the)150 1801 y(table)f(is)g(a)m(v)-5 b(ailable)32 b(but)e(sometimes)h
+(it)g(is)g(di\016cult)f(to)h(k)m(eep)g(the)g(meanings)f(of)h(the)f
+(columns)g(in)h(y)m(our)150 1911 y(head)f(to)h(discern)f(the)h
+(meaning.)46 b(Ma)m(yb)s(e)31 b(it)g(is)f(just)g(me.)275
+2059 y(A)g(disadv)-5 b(an)m(tage)32 b(shared)e(b)s(et)m(w)m(een)h(the)f
+(bro)m(wsers)g(is)g(the)h(lac)m(k)h(of)e(supp)s(ort)f(for)h(ja)m(v)-5
+b(ascript.)150 2168 y(Man)m(y)31 b(sites)g(use)f(ja)m(v)-5
+b(ascript)32 b(for)e(links)g(to)h(the)f(next)h(page,)g(suc)m(h)f(as)h
+(Reuters)f(w)m(eb)h(site.)46 b(This)30 b(can)150 2278
+y(sometimes)h(b)s(e)f(w)m(ork)m(ed)h(around)e(using)h(the)h(go)s(ogle)h
+(transco)s(der.)45 b(See)31 b(See)g([b)s(elo)m(w],)g(page)g(31,)h(for)
+150 2388 y(more)f(information.)150 2641 y Fr(emacs-w3m)46
+b(nativ)l(e)g(functions)150 2800 y Ft(This)30 b(part)g(of)g(the)h(do)s
+(cumen)m(t)f(is)g(not)h(mean)m(t)g(to)g(replace)h(the)e
+Fp(describe-mode)d Ft(information)k(a)m(v)-5 b(ail-)150
+2910 y(able)31 b(via)g(the)f Fj(C-h)g(m)g Ft(k)m(eystrok)m(e)i(or)f
+(the)f(emacs-w3m)i(info)e(man)m(ual.)46 b(This)29 b(is)i(b)m(y)f(no)g
+(means)h(an)f(ex-)150 3019 y(haustiv)m(e)h(list)g(of)g(a)m(v)-5
+b(ailable)32 b(commands.)275 3168 y(emacs-w3m)f(has)f(considerable)h
+(functionalit)m(y)h(and)d(man)m(y)i(features)g(that)g(mak)m(e)g(bro)m
+(wsing)150 3277 y(more)g(e\016cien)m(t)g(and)f(con)m(v)m(enien)m(t.)48
+b(Belo)m(w)32 b(are)f(man)m(y)f(of)h(the)f(functions)g(that)h(are)g
+(nativ)m(e)h(to)f(emacs-)150 3387 y(w3m.)275 3535 y Fj(Cap)e(S)h
+Ft(will)h(query)f(for)g(a)g(searc)m(h)h(term.)46 b(By)31
+b(default,)g(the)f(searc)m(h)h(engine)g(used)f(is)g(go)s(ogle.)48
+b(This)150 3645 y(can)31 b(b)s(e)e(c)m(hanged)i(with)f(a)h(pre\014x)f
+(command.)45 b(T)-8 b(o)31 b(see)g(the)f(a)m(v)-5 b(ailable)33
+b(engines,)e(after)g(hitting)g Fj(C-u)150 3754 y(Cap)e(S)p
+Ft(,)i(when)e(it)i(asks)f(for)h(the)f(engine)h(hit)f(T)-8
+b(AB)31 b(to)g(get)h(a)f(list)g(of)f(a)m(v)-5 b(ailable)33
+b(completions.)47 b(T)-8 b(ab)150 3864 y(completion)32
+b(of)e(partial)h(w)m(ords)f(w)m(orks)h(here)f(as)g(w)m(ell.)47
+b(F)-8 b(or)31 b(example,)h(hitting)f(\\y")g(and)e(then)i(T)-8
+b(AB)150 3973 y(will)31 b(complete)h(to)f(the)f(w)m(ord)g(\\y)m(aho)s
+(o".)275 4122 y(F)-8 b(orm)30 b(na)m(vigation)j(can)e(b)s(e)e(ac)m
+(hiev)m(ed)j(with)e(the)h(righ)m(t)g(and)f(left)h(brac)m(k)m(ets.)47
+b(This)30 b(is)g(useful)150 4231 y(for)g(times)h(where)f(y)m(ou)h(w)m
+(an)m(t)g(to)g(go)g(to)g(the)g(input)e(\014eld)h(on)h(a)f(w)m(eb)h
+(page)g(without)f(ha)m(ving)h(to)150 4341 y(tab)g(through)e(the)i
+(links.)45 b(Go)s(ogle)33 b(is)d(a)h(go)s(o)s(d)f(example)h(of)g(where)
+e(this)i(w)m(ould)f(b)s(e)g(useful.)45 b(The)150 4450
+y(righ)m(t)31 b(brac)m(k)m(et)h(mo)m(v)m(es)g(p)s(oin)m(t)e(to)h(the)g
+(next)f(form,)g(and)g(the)h(left)g(brac)m(k)m(et)h(mo)m(v)m(es)f(to)h
+(the)e(previous,)150 4560 y(wrapping)f(around)h(at)h(the)f(ends)g(of)g
+(the)h(bu\013er.)275 4708 y(While)g(in)f(a)g(form,)h(using)f
+Fj(C-c)f(C-c)g Ft(will)i(submit)f(the)g(form)g(with)g(no)h(need)f(to)h
+(tab)f(around)g(lo)s(ok-)150 4818 y(ing)h(for)f(the)g(\\Submit")g
+(button.)150 5071 y Fr(emacsp)t(eak)46 b(sp)t(eci\014c)e(functions)h
+(for)g(emacs-w3m)150 5230 y Ft(Man)m(y)31 b(extensions)g(ha)m(v)m(e)h
+(b)s(een)d(written)i(b)m(y)f(the)g(emacsp)s(eak)h(comm)m(unit)m(y)h(to)
+f(expand)e(emacs-w3m)150 5340 y(and)h(mak)m(e)h(it)g(more)g
+(accessible.)47 b(Belo)m(w)32 b(are)f(those)g(extensions.)p
+eop end
+%%Page: 31 34
+TeXDict begin 31 33 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(31)275 299
+y(While)31 b(b)s(eing)f(a)g(v)-5 b(ariable)32 b(and)d(not)i(a)g
+(function,)f(the)h(v)-5 b(ariable)31 b Fp(emacspeak-w3m-speak-)150
+408 y(titles-on-switch)26 b Ft(mak)m(es)31 b(emacs-w3m)h(more)e
+(friendly)-8 b(.)45 b(It)31 b(tells)g(emacsp)s(eak)g(to)h(sp)s(eak)e
+(the)150 518 y(do)s(cumen)m(t)g(title)i(when)d(switc)m(hing)i(b)s(et)m
+(w)m(een)h(emacs-w3m)f(bu\013ers.)44 b(The)30 b(default,)h
+Fp(nil)p Ft(,)f(will)h(sp)s(eak)150 628 y(the)g(mo)s(de)f(line.)46
+b(This)29 b(is)i(the)f(same)h(b)s(eha)m(vior)f(seen)h(in)f(all)h(other)
+g(bu\013ers.)44 b(This)30 b(sp)s(eaking)g(of)h(the)150
+737 y(do)s(cumen)m(t)f(title)i(is)f(more)f(descriptiv)m(e)h(than)f
+(just)g(hearing)h Fp(*w3m*<4>)p Ft(.)43 b(This)30 b(v)-5
+b(ariable)31 b(can)g(b)s(e)150 847 y(customized)g(in)f(the)h(usual)f(w)
+m(a)m(ys,)h(either)g(in)f(y)m(our)g(`)p Fp(.emacs)p Ft(')g(\014le)g(or)
+g(via)h(the)g Fp(Customize)d Ft(in)m(terface.)150 956
+y(If)i(y)m(ou)h(do)f(set)h(this)f(v)-5 b(ariable,)31
+b(reading)g(the)g(mo)s(de)e(line)i(can)g(still)g(b)s(e)f(ac)m(hiev)m
+(ed)i(with)e Fj(C-e)g(m)p Ft(.)275 1084 y(The)f Fj(j)h
+Ft(command)h(will)f(jump)f(to)i(the)g(\014rst)e(o)s(ccurance)i(of)g
+(the)f(title)i(in)e(the)h(do)s(cumen)m(t.)46 b(Eac)m(h)150
+1194 y(time)31 b(y)m(ou)g(use)f(this)g(command)g(in)g(succession,)h(it)
+g(will)g(jump)e(to)i(the)g(next)f(o)s(ccurance)h(of)g(the)f(title.)150
+1303 y(This)g(is)g(v)m(ery)h(con)m(v)m(enien)m(t)h(for)e(w)m(eb)h
+(pages)g(that)g(ha)m(v)m(e)g(the)g(title)h(sho)m(w)e(up)f(in)h(m)m
+(ultiple)h(places)h(in)e(the)150 1413 y(do)s(cumen)m(t.)46
+b(The)29 b(w)m(eb)i(site)g(for)f(The)g(Register)i(is)e(a)h(go)s(o)s(d)f
+(example)h(of)g(this.)275 1541 y(The)e Fj(l)h Ft(command)h(uses)e(the)i
+(default)g(media)f(pla)m(y)m(er)i(to)f(pla)m(y)g(the)f(media)h(stream)g
+(at)g(p)s(oin)m(t.)46 b(I)150 1650 y(b)s(eliev)m(e)32
+b(this)e(is)g(set)h(to)g Fp(emacspeak-m-player)26 b Ft(b)m(y)k
+(default.)46 b(While)31 b(b)s(ey)m(ond)f(the)g(scop)s(e)h(of)f(this)150
+1760 y(do)s(cumen)m(t)g(to)h(describ)s(e)f(the)h(installation)h(of)e
+(mpla)m(y)m(er,)i(I)e(w)m(ould)g(highly)g(advise)h(using)f(this)g(me-)
+150 1870 y(dia)h(pla)m(y)m(er.)46 b(With)31 b(the)g(correct)g(co)s
+(decs)g(installed,)h(mpla)m(y)m(er)f(will)f(pla)m(y)h(ev)m(erything)h
+(y)m(ou)e(will)h(\014nd,)e(I)150 1979 y(b)s(eliev)m(e,)j(with)e(one)g
+(con)m(v)m(enien)m(t)j(pla)m(y)m(er)e(that)g(do)s(es)f(not)h(require)f
+(a)h(GUI.)275 2107 y Fj(C-t)e Ft(will)i(run)e(the)h(curren)m(t)g(page)h
+(through)f(the)h(go)s(ogle)h(transco)s(der.)45 b(The)30
+b(transco)s(der)g(is)h(v)m(ery)150 2217 y(useful)f(to)h(the)f(users)g
+(of)g(screen)h(readers)f(as)h(it)f(tak)m(es)i(care)f(of)g(formatting)g
+(issues)f(lik)m(e)i(tables.)47 b(While)150 2326 y(not)31
+b(usually)f(a)g(problem,)h(There)e(is)i(a)g(function)f(to)h(linearize)h
+(tables)f(in)f(emacs-w3m,)h(but)f(it)h(is)f(not)150 2436
+y(alw)m(a)m(ys)i(successful.)45 b(Y)-8 b(ou)31 b(can)g(rev)m(erse)g
+(this)f(command)g(b)m(y)h(giving)g(a)g(pre\014x)e(argumen)m(t.)275
+2564 y Fj(M-t)g Ft(runs)g(the)h(url)g(under)f(p)s(oin)m(t)h(through)g
+(the)g(transco)s(der.)46 b(This)29 b(command)i(can)f(b)s(e)g(rev)m
+(ersed)150 2673 y(b)m(y)g(giving)h(a)g(pre\014x)f(argumen)m(t.)275
+2801 y(Extensions)g(ha)m(v)m(e)h(b)s(een)f(written)h(to)g(tak)m(e)h
+(adv)-5 b(an)m(tage)32 b(of)e(m)m(uc)m(h)h(of)f(the)h(go)s(ogle)h
+(functionalit)m(y)-8 b(.)150 2911 y(The)30 b(follo)m(wing)i(describ)s
+(es)d(ho)m(w)i(to)g(access)h(man)m(y)e(of)h(these)f(extensions.)275
+3039 y Fj(C-c)f(C-g)g Ft(will)i(searc)m(h)g(the)g(curren)m(t)f(w)m(eb)g
+(site)h(with)g(go)s(ogle.)275 3166 y Fj(C-c)e(C-x)g Ft(will)i(extract)h
+(the)f(curren)m(t)f(page)h(from)f(the)g(go)s(ogle)j(cac)m(he.)47
+b(A)31 b(pre\014x)e(argumen)m(t)i(will)150 3276 y(extract)h(the)e(url)g
+(under)f(p)s(oin)m(t)h(from)g(the)h(cac)m(he.)47 b(This)30
+b(is)g(useful)g(if,)g(for)g(instance,)i(a)e(site)i(is)e(do)m(wn)150
+3386 y(for)g(one)h(reason)f(or)h(another)f(and)g(y)m(ou)h(absolutely)g
+(m)m(ust)f(ha)m(v)m(e)i(the)f(information.)275 3513 y
+Fj(C-c)e(C-l)g Ft(will)i(\014nd)e(pages)i(similar)g(to)g(the)f(curren)m
+(t)h(page.)46 b(This)30 b(is)g(just)g(lik)m(e)i(the)e(\\similar")i
+(link)150 3623 y(at)f(the)g(end)e(of)i(a)g(go)s(ogle)h(searc)m(h)f
+(result.)275 3751 y Fj(C-c)e(C-r)g Ft(will)i(bro)m(wse)f(the)h(rss)f
+(link)g(under)f(p)s(oin)m(t.)46 b(One)29 b(reason)i(this)f(migh)m(t)h
+(b)s(e)f(useful)g(is)g(to)150 3861 y(\014rst)g(try)g(out)g(the)h(rss)f
+(feed)g(b)s(efore)g(y)m(ou)h(con\014gure)f(y)m(our)g(rss)g(reader)g(to)
+h(subscrib)s(e)e(to)i(the)g(feed.)45 b(F)-8 b(or)150
+3970 y(a)31 b(easy)g(to)g(use)f(rss)g(reader,)g(see)h(the)g(section)g
+(b)s(elo)m(w)g(on)f(See)h([)p Fp(emacspeak-rss)p Ft(],)c(page)k(38.)275
+4098 y(The)e(letter)j Fj(x)e Ft(is)h(the)f(pre\014x)f(k)m(ey)j(for)e
+(the)g(xsl)h(transforms.)45 b(xslt)30 b(is)h(some)f(p)s(o)m(w)m(erful)g
+(ju-ju.)45 b(It)150 4208 y(tak)m(es)32 b(a)f(w)m(eb)f(page)h(and)f(do)s
+(es)g(all)h(kinds)f(of)g(co)s(ol)h(things)g(with)f(it.)46
+b(These)30 b(things)g(are)h(listed)g(b)s(elo)m(w.)275
+4335 y(The)e(command)i Fj(x)f(a)g Ft(will)g(apply)g(an)h(xsl)f
+(transformation)h(to)g(the)f(curren)m(t)g(page.)47 b(one)31
+b(particu-)150 4445 y(larly)g(useful)e(transform)h(is)h(to)g(linearize)
+g(tables.)47 b(This)30 b(tak)m(es)h(the)g(tables)g(and)f(formats)g
+(them)h(lin-)150 4555 y(early)g(do)m(wn)f(the)g(page)i(as)e(if)h(they)f
+(w)m(ere)h(paragraphs)f(instead)g(of)h(table)g(cells.)47
+b(This)29 b(command)i(can)150 4664 y(b)s(e)f(more)g(easily)i(applied)e
+(with)g(the)h Fj(x)f(l)g Ft(command.)275 4792 y(If)f(y)m(ou)i(w)m(an)m
+(t)g(to)g(alw)m(a)m(ys)h(ha)m(v)m(e)g(tables)f(linearized,)h(use)e(the)
+g Fj(x)g(a)g Ft(command)h(and)e(t)m(yp)s(e)i Fj(lin-)150
+4902 y(earize)e(TAB)g Ft(and)h(then)g(the)h Fj(x)f(o)g
+Ft(to)h(toggle)h(xsl)f(on.)45 b(This)30 b(will)h(linearize)h(the)e
+(tables)h(in)f(ev)m(ery)h(sub-)150 5011 y(sequen)m(tly)g(visited)g
+(page)g(for)f(this)g(session.)46 b(While)31 b(it)g(seems)g(p)s(ossible)
+f(to)h(mak)m(e)g(this)g(happ)s(en)d(au-)150 5121 y(tomatically)33
+b(in)d(emacs/w3,)i(I)e(do)h(not)f(b)s(eliev)m(e)i(this)e(is)h(curren)m
+(tly)f(p)s(ossible)g(in)g(emacs-w3m.)47 b(A)30 b(no-)150
+5230 y(ticeable)i(increase)g(in)e(sp)s(eed)f(can)i(b)s(e)e(seen)i(in)f
+(emacs/w3)i(b)m(y)e(turning)f(xslt)i(on)f(and)g(using)g
+Fp(sort-)150 5340 y(tables)f Ft(or)h Fp(linearize-tables)p
+Ft(.)41 b(This)30 b(eliminates)i(the)e(need)g(for)h(the)f(bro)m(wser)g
+(to)h(render)e(nested)p eop end
+%%Page: 32 35
+TeXDict begin 32 34 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(32)150 299
+y(tables.)47 b(Since)30 b(sp)s(eed)f(is)i(not)f(suc)m(h)g(an)h(issue)f
+(with)g(emacs-w3m,)i(I)e(don't)g(b)s(other)g(turning)f(on)h(xslt)150
+408 y(for)g(the)h(session.)275 539 y(The)e Fj(x)h(b)g
+Ft(command)h(will)f(add)g(a)h(\\submit")f(button)g(to)h(forms)f(that)h
+(do)f(not)h(ha)m(v)m(e)h(one)e(suc)m(h)g(as)150 649 y(the)h(one)f(on)g
+(the)h(emacswiki)g(w)m(eb)g(site)g(.)46 b(Submitting)29
+b(forms)h(can)h(b)s(e)e(more)i(easily)h(ac)m(hiev)m(ed)g(with)150
+758 y Fj(C-c)d(C-c)p Ft(.)275 889 y(If)g(on)i(a)f(go)s(ogle)j(searc)m
+(h)e(page,)g(the)g Fj(x)f(h)g Ft(command)g(will)h(giv)m(e)g(y)m(ou)g
+(only)g(the)f(searc)m(h)h(hits.)46 b(An)150 998 y(easier)31
+b(w)m(a)m(y)h(of)e(getting)i(the)f(same)g(results)f(is)g(to)h(use)f
+(the)h Fp(url-template)c Ft(\\Go)s(ogle)33 b(Hits")e(whic)m(h)150
+1108 y(returns)e(the)i(same)f(results.)46 b(Another)30
+b(adv)-5 b(an)m(tage)33 b(of)d(using)g(the)h Fp(url-template)c
+Ft(is)j(that)h(it)g(can)150 1217 y(b)s(e)f(done)g(from)g(an)m(ywhere,)g
+(not)h(just)f(in)g(an)g(emacs-w3m)h(bu\013er.)45 b(See)31
+b([emacsp)s(eak-url-template],)150 1327 y(page)g(37,)h(for)e(more)g
+(information.)275 1458 y(The)f Fj(x)h(t)g Ft(command)h(sorts)f(the)h
+(tables.)46 b(It)31 b(tak)m(es)g(the)g(nested)f(tables)h(and)f(unnests)
+g(them.)150 1567 y(While)h(sometimes)h(useful,)d(this)i(is)f(not)h
+(nearly)f(as)h(useful)e(as)i(the)g(same)f(function)g(in)g(emacs/w3.)150
+1677 y(While)h(doing)g(the)f(same)h(thing,)g(emacs/w3)g(has)f(the)h
+(capabilit)m(y)h(of)f(allo)m(wing)h(the)e(user)g(to)h(na)m(vigate)150
+1786 y(the)g(tables)g(cell)g(b)m(y)g(cell.)150 2011 y
+Fr(emacs-w3m)46 b(tips)f(and)g(tric)l(ks)150 2170 y Ft(One)30
+b(issue)g(that)h(migh)m(t)g(need)f(w)m(ork)h(is)f(that,)h(b)m(y)g
+(default,)f(when)g(tabbing)g(o)m(v)m(er)i(links)e(in)g(emacs-)150
+2280 y(w3m)g(the)h(url)e(of)i(the)f(link)h(is)f(sp)s(ok)m(en.)46
+b(There)29 b(are)i(sev)m(eral)h(w)m(a)m(ys)f(to)g(deal)g(with)f(this.)
+275 2410 y(One)f(solution,)j(actually)g(t)m(w)m(o)f(but)f(they)h
+(accomplish)g(the)f(same)h(result,)g(is)f(to)h(include)f(the)h(fol-)150
+2520 y(lo)m(wing)g(co)s(de)g(in)f(the)h(`)p Fp(~/.emacs-w3m)p
+Ft(')c(\014le:)390 2650 y Fp(\(remove-hook)g('w3m-after-cursor-move-h)o
+(ook)541 2760 y(#'w3m-print-this-url\))150 2890 y Ft(Or,)j(this)g(co)s
+(de)h(in)f(the)g(.emacs)i(\014le)390 3021 y Fp(\(add-hook)c
+('w3m-after-cursor-move-h)o(ook)451 3131 y(\(lambda)g(\(\))511
+3240 y(\(emacspeak-speak-messages)c(nil\)\)\))275 3371
+y Ft(Both)31 b(of)f(these)h(solutions,)g(as)g(far)f(as)g(the)h(user)f
+(can)g(see,)h(seem)g(to)g(b)s(e)f(equiv)-5 b(alen)m(t.)47
+b(They)30 b(di\013er)150 3480 y(only)g(in)h(where)e(they)i(are)g
+(placed.)275 3611 y(The)e(other)i(solution)g(is)f(to)h(lea)m(v)m(e)i
+(things)d(as)h(they)g(are.)46 b(Some)30 b(users)g(men)m(tion)h(that)g
+(they)f(\014nd)f(it)150 3720 y(helpful)h(to)h(ha)m(v)m(e)g(the)g(url)e
+(sp)s(ok)m(en)h(and,)g(if)h(they)f(w)m(an)m(t)i(the)e(text)h(of)g(the)g
+(link)f(sp)s(ok)m(en)g(they)g(use)h Fj(C-e)150 3830 y(l)p
+Ft(.)45 b(As)31 b(with)f(ev)m(erything)h(else)g(in)f(emacs,)i(it)f(is)f
+(completely)i(up)d(to)j(y)m(ou)e(to)h(decide)g(what)f(is)h(b)s(est.)150
+4021 y Fi(9.5.3)63 b(emacs/w3)150 4168 y Ft(emacs/w3)32
+b(is)e(a)h(w)m(eb)f(bro)m(wser)g(written)h(completely)h(in)e(emacs)h
+(lisp.)45 b(It)31 b(has)f(some)h(really)g(nice)g(fea-)150
+4278 y(tures)f(applicable)h(to)g(the)g(emacsp)s(eak)g(comm)m(unit)m(y)g
+(suc)m(h)f(as)h(the)f(abilit)m(y)i(to)f(na)m(vigate)i(tables)e(and)150
+4387 y(supp)s(ort)e(for)h(the)g(w3c's)h(aural)g(cascading)g(st)m
+(ylesheets.)150 4612 y Fr(emacs/w3)46 b(adv)-7 b(an)l(tages)150
+4771 y Ft(As)30 b(men)m(tioned)h(ab)s(o)m(v)m(e,)h(the)f(abilit)m(y)g
+(to)h(na)m(vigate)g(tables)f(is)g(a)g(sup)s(er)d(help.)46
+b(emacs/w3)31 b(also)h(has)150 4881 y(supp)s(ort)d(for)h(cascading)h
+(st)m(ylesheets.)48 b(This)29 b(allo)m(ws)j(incredible)e(con)m(trol)i
+(of)f(v)m(oices)h(used)d(for)i(what)150 4990 y(w)m(ould)f(normally)h(b)
+s(e)e(visual)i(attributes)g(of)g(the)f(text)h(suc)m(h)g(as)f(b)s(old,)g
+(italics,)i(preformatted)f(text)150 5100 y(and)f(the)g(lik)m(e.)275
+5230 y(Another)g(adv)-5 b(an)m(tage)32 b(of)f(emacs/w3)g(is)g(that)g
+(it)g(is)f(written)h(completely)h(in)e(emacs)h(lisp.)45
+b(With)150 5340 y(some)31 b(e\013ort,)g(emacs/w3)h(is)e(v)m(ery)h
+(customizable)h(and)e(quite)h(extendable.)p eop end
+%%Page: 33 36
+TeXDict begin 33 35 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(33)150 299
+y Fr(emacs/w3)46 b(disadv)-7 b(an)l(tages)150 458 y Ft(Rendering)30
+b(can)h(b)s(e)e(slo)m(w.)47 b(Sometimes)31 b(it)g(can)f(b)s(e)g
+(painfully)-8 b(,)30 b(excruciatingly)j(slo)m(w.)46 b(That)30
+b(migh)m(t)150 568 y(b)s(e)g(a)g(sligh)m(t)i(exaggeration,)h(but)d(slo)
+m(w)h(it)g(is.)46 b(This)29 b(is)i(b)s(ecause)f(it)h(is)f(written)h(in)
+f(lisp...)46 b(something)150 677 y(I)30 b(men)m(tioned)h(just)f(ab)s(o)
+m(v)m(e)h(as)g(a)g(strength.)46 b(It)30 b(is)g(a)h(trade-o\013,)h(but)e
+(one)g(that)h(some)g(see)g(as)f(w)m(orth)h(it.)150 787
+y(There)f(are,)h(ho)m(w)m(ev)m(er,)h(some)f(things)f(that)h(can)g(b)s
+(e)e(done)h(to)i(sp)s(eed)d(up)g(the)i(bro)m(wsing)f(pro)s(cess.)45
+b(See)150 897 y(See)31 b([)p Fp(emacspeak-w3-xsl-transfo)o(rm)p
+Ft(],)25 b(page)31 b(36,)g(for)f(more)h(information.)275
+1030 y(Another)f(disadv)-5 b(an)m(tage)32 b(is)e(that)h(emacs/w3)h(c)m
+(hok)m(es)g(on)e(some)h(pages.)46 b(Sometimes)31 b(it)g(giv)m(es)h(er-)
+150 1140 y(ror)e(messages)h(and)f(do)s(esn't)g(displa)m(y)h(an)m
+(ything.)46 b(Sometimes)31 b(it)g(do)s(es)f(this)g(to)h(some)g(p)s
+(eople)g(and)150 1250 y(do)s(esn't)f(do)g(it)h(to)g(others)g(as)g(w)m
+(e)f(sa)m(w)h(on)f(the)h(emacsp)s(eak)g(mailing)g(list)g(a)g(short)f
+(time)h(ago.)47 b(Some-)150 1359 y(times)31 b(it)g(giv)m(es)h(error)e
+(messages)h(and)f(renders)f(the)h(page)i(an)m(yw)m(a)m(y)-8
+b(.)275 1493 y(As)30 b(men)m(tioned)h(in)f(the)g(emacs-w3m)i(section,)g
+(this)e(bro)m(wser)g(do)s(es)g(not)g(supp)s(ort)f(ja)m(v)-5
+b(ascript,)150 1602 y(whic)m(h)30 b(is)h(a)f(problem,)g(usually)g(for)h
+(links)f(on)g(some)h(sites.)46 b(One)30 b(w)m(a)m(y)h(this)g(problem)e
+(can)i(b)s(e)150 1712 y(sometimes)g(w)m(ork)m(ed)g(around)f(is)g(to)h
+(transco)s(de)f(the)h(link)f(under)f(p)s(oin)m(t)i(via)g(go)s(ogle.)47
+b(See)31 b(See)f([w3)150 1822 y(transco)s(de],)h(page)g(35,)g(for)g
+(more)f(information.)275 1955 y(One)f(other)i(ma)5 b(jor)30
+b(anno)m(y)m(ance)i(of)f(emacs/w3)h(is)e(that)h(sometimes)g(it)g
+(simply)f(stops)h(doing)f(an)m(y-)150 2065 y(thing)g(while)h(rendering)
+e(a)i(page.)47 b(There)29 b(is)i(a)g(w)m(a)m(y)g(I)f(ha)m(v)m(e)i
+(found)d(to)i(get)g(around)f(this.)45 b(I)30 b(hit)h
+Fj(C-g)p Ft(.)45 b(I)150 2175 y(usually)30 b(w)m(ait)i(\014v)m(e)e(to)h
+(ten)g(seconds)f(and)g(then)g(simply)g(quit,)h(using)e
+Fj(C-g)p Ft(.)45 b(Not)32 b(alw)m(a)m(ys,)g(but)d(usually)-8
+b(,)150 2284 y(the)31 b(page)g(has)f(already)h(completed)g(do)m
+(wnloading)g(and)f(is)g(b)s(eing)g(rendered)f(and)h(it)h(therefore)g
+(is)f(not)150 2394 y(a)h(problem.)275 2527 y(emacs/w3)g(also)h(has)e
+(no)g(b)s(o)s(okmark)g(functionalit)m(y)-8 b(.)47 b(This)30
+b(can)g(b)s(e)g(remedied)g(in)g(sev)m(eral)i(w)m(a)m(ys.)150
+2637 y(One)e(simple)g(w)m(a)m(y)-8 b(,)32 b(men)m(tioned)f(b)s(elo)m
+(w,)g(is)f(to)i(use)e(the)g(emacs)h(pac)m(k)-5 b(age)33
+b(bmk-mgr.)45 b(Another)30 b(w)m(a)m(y)h(is)150 2747
+y(to)g(use)f(org)h(mo)s(de)f(with)g(remem)m(b)s(er)g(whic)m(h)g(is)g
+(the)h(metho)s(d)f(used)f(b)m(y)h(Dr.)46 b(Raman,)31
+b(the)f(author)h(of)150 2856 y(emacsp)s(eak.)46 b(See)31
+b(See)g([bmk-mgr],)f(page)h(38,)h(later)f(in)f(this)g(man)m(ual,)h(for)
+f(more)h(information.)275 2990 y(History)g(bac)m(k)g(and)e(next)i(in)f
+(the)h(bro)m(wser)e(also)j(seem)e(to)i(b)s(e)d(brok)m(en)i(but)e(this)h
+(is)h(not)g(generally)150 3100 y(a)g(problem)f(for)g(me)g(as)h(I)f(nev)
+m(er)h(lo)s(ok)g(bac)m(k.)150 3331 y Fr(emacs/w3)46 b(nativ)l(e)g
+(functions)150 3490 y Ft(Man)m(y)31 b(functions)f(for)g(e\016cien)m(t)i
+(na)m(vigation)g(of)f(the)f(in)m(ternet)i(are)e(nativ)m(e)i(to)f
+(emacs/w3.)47 b(Some)31 b(of)150 3600 y(the)g(most)f(useful)g
+(functions)g(are)h(listed)f(b)s(elo)m(w)275 3733 y(Unlik)m(e)h
+(emacs-w3m,)g(the)g(information)g(presen)m(ted)f(b)m(y)g
+Fp(describe-mode)d Ft(is)j(v)m(ery)h(complete,)h(but)150
+3843 y(a)f(little)h(terse.)46 b(All)31 b(the)g(function)f(names)g(are)h
+(listed)g(and)f(asking)g(for)h(help)f(on)g(particular)g(functions)150
+3952 y(w)m(orks)g(w)m(ell.)47 b(That)30 b(b)s(eing)g(said,)h(use)f
+(this)g(list)h(to)g(augmen)m(t,)h(not)e(replace,)i(the)f(built-in)f
+(help)g(that)h(is)150 4062 y(a)m(v)-5 b(ailable)33 b(in)d(emacs.)275
+4196 y Fj(C-f)f Ft(will)i(op)s(en)e(a)i(new)f(bu\013er)f(con)m(taining)
+j(the)f(cell)g(p)s(oin)m(t)g(is)f(in.)46 b(In)29 b(most)i(instances,)g
+(this)150 4305 y(w)m(orks)f(v)m(ery)h(w)m(ell.)47 b(Imagine)31
+b(y)m(ou)f(are)h(lo)s(oking)g(at)h(a)e(page)h(that)g(is)g(divided)e(in)
+m(to)j(4)f(distinct)f(areas:)150 4415 y(a)h(cell)g(at)g(the)g(top)g(of)
+f(the)h(page)g(that)g(con)m(tains)g(a)g(banner)e(and)h(some)h(na)m
+(vigation,)i(and)c(a)i(\\b)s(o)s(dy")150 4525 y(area)g(that)g(is)g
+(divided)e(in)m(to)j(three)e(sections)i(consisting)f(of)f(more)h(na)m
+(vigation,)i(an)d(article,)i(and)150 4634 y(adv)m(ertisemen)m(t.)47
+b(If)30 b(p)s(oin)m(t)h(is)f(in)g(the)h(main)f(article)i(cell,)g(using)
+e Fj(C-f)f Ft(will)i(op)s(en)f(another)g(bu\013er)g(that)150
+4744 y(con)m(tains)i(only)e(the)h(text)g(of)g(that)g(cell,)g(the)g
+(article)h(y)m(ou)f(are)f(in)m(terested)i(in.)275 4877
+y(One)d(ca)m(v)m(eat)34 b(is)c(that)h(this)f(do)s(es)g(not)h(alw)m(a)m
+(ys)h(w)m(ork)e(as)h(adv)m(ertised.)47 b(Sometimes)31
+b(the)f(leftmost)150 4987 y(c)m(haracter)i(of)e(eac)m(h)i(line)f(is)f
+(missing.)46 b(A)m(t)31 b(least)h(it)f(mak)m(es)g(for)f(in)m(teresting)
+i(reading.)46 b(Usually)30 b(when)g(I)150 5097 y(ha)m(v)m(e)i(this)e
+(problem)g(I)g(simply)g(exit)h(that)g(bu\013er)e(and)h(linearize)i(the)
+e(tables)i(in)e(the)g(original)i(page.)275 5230 y(The)d
+Fj(m)h Ft(k)m(ey)i(executes)f(a)g(v)m(ery)g(useful)e(command.)46
+b(It)30 b(will)h(complete)h(a)f(link)f(on)g(the)h(page.)46
+b(Imag-)150 5340 y(ine)30 b(that)h(y)m(ou)g(are)g(reading)f(through)g
+(a)h(do)s(cumen)m(t)f(and)g(y)m(ou)g(hear)h(a)g(link)f(that)h(y)m(ou)f
+(need)h(to)g(visit.)p eop end
+%%Page: 34 37
+TeXDict begin 34 36 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(34)150 299
+y(Y)-8 b(ou)31 b(could)f(tab)h(through)f(all)h(the)f(links)h(un)m(til)f
+(y)m(ou)h(hear)f(the)h(one)f(y)m(ou)h(w)m(an)m(t)g(or)g(y)m(ou)f(could)
+h(hit)f(the)150 408 y Fj(m)g Ft(k)m(ey)h(and)f(en)m(ter)h(the)g(link)f
+(text)h(at)g(the)g(prompt.)45 b(Completion)31 b(is)f(a)m(v)-5
+b(ailable)33 b(and)d(it)g(is)h(not)g(case-)150 518 y(sensitiv)m(e.)47
+b(E\016cien)m(t,)32 b(no?)275 653 y(The)d(p)s(erio)s(d)g(in)i(a)f(cell)
+i(will)f(sp)s(eak)f(the)g(con)m(ten)m(ts)i(of)f(that)g(particular)f
+(cell.)48 b(This)29 b(command)h(is,)150 763 y(in)g(m)m(y)h(opinion,)f
+(most)h(useful)e(when)h(na)m(vigating)i(tables)f(with)f(cells)i(that)f
+(ha)m(v)m(e)g(only)g(one)g(para-)150 872 y(graph)f(or)g(less.)46
+b(I)30 b(tend)g(to)i(not)e(read)g(whole)h(articles)h(in)e(this)g
+(manner)g(b)s(ecause,)g(inevitably)-8 b(,)32 b(some-)150
+982 y(one)f(will)f(in)m(terrupt)g(me)h(and)e(I)i(will)f(lose)i(m)m(y)e
+(place.)275 1117 y(The)f(equals)i(k)m(ey)-8 b(,)32 b(while)e(in)g(a)h
+(table)g(cell)h(will)f(giv)m(e)h(y)m(ou)e(the)h(cell)h(information.)46
+b(It)30 b(tells)h(y)m(ou)g(the)150 1227 y(ro)m(w)f(and)g(column)g(p)s
+(osition,)h(the)g(size)g(of)f(the)h(table,)h(and)d(at)i(what)g(nesting)
+f(lev)m(el)i(the)f(table)g(is.)275 1362 y(The)e(pip)s(e)h(k)m(ey)-8
+b(,)32 b(is)e(used)g(to)h(read)f(the)h(table)g(column.)45
+b(As)31 b(this)f(command)g(seems)h(to)g(read)f(the)150
+1472 y(rectangle)i(the)f(column)f(is)g(in,)h(this)f(command)g(is)g
+(most)h(useful)f(when)f(used)h(in)g(a)h(table)g(where)f(there)150
+1581 y(is)g(no)h(column)f(spanning,)f(i.e.)47 b(all)31
+b(ro)m(ws)g(and)e(columns)h(are)h(uniform.)275 1716 y(Here)f(is)h(a)g
+(list)g(of)f(table)h(na)m(vigation)i(commands:)225 1852
+y Fq(\017)60 b Fj(C-e)29 b Fp(+)i Ft(mo)m(v)m(es)g(to)g(the)g(b)s
+(eginning)f(of)g(the)h(next)f(table)h(ro)m(w.)225 1987
+y Fq(\017)60 b Fj(C-e)29 b(-)i Ft(mo)m(v)m(es)g(to)g(the)g(b)s
+(eginning)f(of)g(the)h(previous)f(table)h(ro)m(w.)225
+2121 y Fq(\017)60 b Fj(C-e)29 b Fp(<)i Ft(mo)m(v)m(es)g(to)g(the)g(b)s
+(eginning)f(of)g(the)h(table.)225 2256 y Fq(\017)60 b
+Fj(C-e)29 b Fp(>)i Ft(mo)m(v)m(es)g(to)g(the)g(end)f(of)g(the)h(table.)
+225 2391 y Fq(\017)60 b Fj(C-e)29 b(=)i Ft(mo)m(v)m(es)g(to)g(the)g
+(top)f(of)h(the)g(table)g(column.)225 2526 y Fq(\017)60
+b Fj(C-e)29 b Fp(<)p Fj(DOWN)p Fp(>)g Ft(mo)m(v)m(es)j(to)f(the)g(next)
+f(cell)i(do)m(wn)e(in)g(the)g(same)h(column.)225 2661
+y Fq(\017)60 b Fj(C-e)29 b Fp(<)p Fj(UP)p Fp(>)h Ft(mo)m(v)m(es)h(to)h
+(the)e(previous)g(cell)i(in)e(the)g(same)h(column.)225
+2796 y Fq(\017)60 b Fj(C-e)29 b Fp(<)p Fj(LEFT)p Fp(>)g
+Ft(mo)m(v)m(es)j(to)f(the)g(previous)e(cell)j(in)e(the)h(same)f(ro)m
+(w.)225 2931 y Fq(\017)60 b Fj(C-e)29 b Fp(<)p Fj(RIGHT)p
+Fp(>)g Ft(mo)m(v)m(es)j(to)f(the)f(next)h(cell)g(in)f(the)h(same)g(ro)m
+(w.)275 3091 y(As)f(y)m(ou)h(can)f(see,)h(table)h(na)m(vigation)g(in)e
+(w3)h(can)f(b)s(e)g(easy)h(and)f(fun.)150 3325 y Fr(emacsp)t(eak)46
+b(sp)t(eci\014c)e(functions)h(for)g(emacs/w3)150 3484
+y Ft(An)30 b(incredible)g(amoun)m(t)h(of)g(w)m(ork)f(has)g(b)s(een)g
+(done)g(b)m(y)g(the)h(emacsp)s(eak)g(comm)m(unit)m(y)g(to)g(mak)m(e)150
+3594 y(emacs/w3)h(accessible)g(to)f(those)g(with)f(visual)g(impairmen)m
+(ts.)46 b(Here)31 b(is)g(an)f(explanation)h(of)g(some)g(of)150
+3703 y(those)g(functions.)275 3838 y(The)e(command)i
+Fj(C-t)e Ft(will)i(toggle)h(the)f(visibilit)m(y)h(of)e(table)h(b)s
+(orders.)45 b(This)29 b(command)h(migh)m(t)h(b)s(e)150
+3948 y(useful)f(where)f(y)m(ou)i(w)m(an)m(t)g(to)h(hear)e(all)h
+(punctuation)f(sym)m(b)s(ols)g(on)g(a)h(page)g(but)f(the)g(table)i(c)m
+(haracters)150 4058 y(get)g(in)e(the)g(w)m(a)m(y)-8 b(.)275
+4193 y(The)29 b(quote)i(k)m(ey)h(will)e(execute)i(a)f(command)f(that)h
+(allo)m(ws)h(y)m(ou)e(to)h(skim)g(the)f(con)m(ten)m(ts)i(of)f(the)150
+4302 y(bu\013er.)45 b(it)31 b(will)f(read)h(the)f(page,)i(paragraph-b)m
+(y-paragraph,)e(pausing)g(b)s(et)m(w)m(een)h(paragraphs)e(to)150
+4412 y(prompt)g(y)m(ou)i(to)g(mo)m(v)m(e)h(on)e(b)m(y)h(pressing)e(SP)
+-8 b(A)m(CE.)46 b(If)30 b(y)m(ou)h(hit)f(SP)-8 b(A)m(CE)30
+b(in)g(the)h(middle)f(of)h(a)f(para-)150 4522 y(graph,)g(it)h(skips)f
+(to)h(the)f(next)h(paragraph.)275 4657 y(Another)f(skimming)g(command)g
+(is)h(b)s(ound)d(to)j(the)f Fj(z)h Ft(k)m(ey)-8 b(.)46
+b(This)30 b(will)h(allo)m(w)h(y)m(ou)e(to)h(zip)g(through)150
+4766 y(w)m(eb)f(pages)h(b)m(y)g(logical)h(blo)s(c)m(ks)f(suc)m(h)f(as)h
+(div,)f(paragraph,)g(and)g(table)h(tags.)275 4902 y(Using)f(the)h(imen)
+m(u)f(facilities)i(is)f(another)f(w)m(a)m(y)i(of)e(skimming)g(the)h(do)
+s(cumen)m(t)f(and)g(getting)i(to)150 5011 y(the)f(information)f(y)m(ou)
+h(desire.)46 b(imen)m(u)30 b(w)m(orks)g(esp)s(ecially)i(w)m(ell)f(for)f
+(w)m(ell-structured)h(do)s(cumen)m(ts.)150 5121 y(The)f(\014rst)f
+(thing)i(that)g(need)f(b)s(e)g(done)g(is)g(to)h(cop)m(y)g(the)g(`)p
+Fp(w3-imenu.el)p Ft(')d(\014le)i(from)g(the)h(`)p Fp(contrib)p
+Ft(')150 5230 y(directory)g(of)f(the)h(`)p Fp(w3)p Ft(')f(directory)h
+(to)g(somewhere)g(in)f(y)m(our)g(load)h(path.)45 b(I)31
+b(am)f(using)g(the)g(cvs)150 5340 y(v)m(ersion)h(of)f(w3)h(and)f(m)m(y)
+g(w3)g(directory)h(is)g(under)e(`)p Fp(/home/rdc/sourceforge)p
+Ft('.)40 b(The)30 b(easiest)p eop end
+%%Page: 35 38
+TeXDict begin 35 37 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(35)150 299
+y(thing)30 b(to)h(do)g(is)f(probably)g(to)h(do)f(an)g
+Fj(M-x)g(locate)e Ft(and)i(searc)m(h)h(for)f(`)p Fp(w3-imenu.el)p
+Ft(')e(to)j(see)g(where)150 408 y(it)g(is.)46 b(After)30
+b(lo)s(cating)i(the)f(\014le,)g(mo)m(v)m(e)g(it)g(in)m(to)h(y)m(our)e
+(load)h(path.)45 b(In)30 b(m)m(y)h(case)g(I)f(ha)m(v)m(e)i(it)f(under)
+150 518 y(`)p Fp(/home/rdc/share/emacs/sit)o(e-li)o(sp/)p
+Ft('.)275 650 y(There)e(are)i(t)m(w)m(o)h(w)m(a)m(ys)f(to)g(use)f(the)h
+(imen)m(u)f(facilities:)48 b(automatically)33 b(and)d(man)m(ually)-8
+b(.)47 b(Since)30 b(I)150 759 y(do)g(not)h(use)f(imen)m(u)g(on)g(ev)m
+(ery)i(site,)f(I)f(prefer)g(to)h(in)m(v)m(ok)m(e)h(it)f(man)m(ually)g
+(to)g(sa)m(v)m(e)h(the)f(time)g(required)e(to)150 869
+y(build)g(the)i(index.)275 1000 y(Once)f(things)g(are)h(in)f(place,)h
+(in)m(v)m(ok)m(e)i(imen)m(u)d(with)g(the)h Fj(j)f Ft(k)m(ey)-8
+b(.)47 b(This)29 b(will)i(ask)f(y)m(ou)h(for)f(an)h(index)150
+1110 y(p)s(osition.)46 b(Hitting)32 b(T)-8 b(AB)30 b(will)h(giv)m(e)h
+(y)m(ou)f(a)g(list)g(of)f(the)h(p)s(ossible)f(index)g(p)s(ositions.)45
+b(Another)31 b(w)m(a)m(y)g(of)150 1219 y(na)m(vigating)h(the)f(do)s
+(cumen)m(t)f(w)m(ould)g(no)m(w)h(b)s(e)e(to)j(use)e(the)g(k)m(eys)h
+Fj(M-n)f Ft(and)f Fj(M-p)h Ft(to)h(go)g(to)g(the)g(next)f(and)150
+1329 y(previous)g(index)g(p)s(ositions.)46 b(Note)31
+b(that)g(y)m(ou)g(ha)m(v)m(e)h(to)f(build)e(an)h(index)g(for)g(a)h
+(page)g(b)s(efore)f(y)m(ou)h(can)150 1439 y(use)f(these)h(commands.)275
+1570 y Fj(Cap)e(A)h Ft(and)g Fj(cap)f(R)h Ft(serv)m(e)h(the)g(same)g
+(function.)45 b Fj(Cap)30 b(A)g Ft(bro)m(wses)g(the)g(A)m(tom)i(feed)e
+(at)h(p)s(oin)m(t)g(and)150 1680 y Fj(cap)e(R)i Ft(bro)m(wses)f(the)g
+(rss)g(feed)g(at)h(p)s(oin)m(t.)46 b(This)30 b(is)g(useful)g(to)h
+(sample)f(the)h(feed,)g(so)f(to)h(sp)s(eak,)g(b)s(efore)150
+1789 y(going)g(through)f(the)h(trouble)f(of)h(con\014guring)f(y)m(our)g
+(feed)g(reader)h(to)g(fetc)m(h)g(the)f(feed.)46 b(It)31
+b(migh)m(t)g(also)150 1899 y(b)s(e)f(useful)f(to)i(grab)g(the)f
+(headlines)h(from)f(a)g(page)i(and)d(presen)m(t)i(them)f(in)g(a)h(more)
+f(concise,)i(readable)150 2008 y(format.)46 b(If)30 b(using)g(the)g
+(sort-tables)i(xsl)f(transform,)e(there)i(will)g(b)s(e)e(a)i(link)g(at)
+g(the)f(top)h(of)f(the)h(page)g(if)150 2118 y(there)g(is)f(an)g(rss)g
+(feed)g(a)m(v)-5 b(ailable.)48 b(See)31 b(See)g([emacsp)s(eak)g(atom)g
+(and)f(emacsp)s(eak)h(rss],)f(page)h(38,)h(for)150 2228
+y(more)f(information.)275 2359 y(Go)s(ogle)h(pro)m(vides)e(man)m(y)h
+(useful)e(to)s(ols)i(for)f(w)m(eb)h(surfers.)44 b(The)30
+b(follo)m(wing)i(commands)e(are)h(useful)150 2469 y(to)g(access)h(m)m
+(uc)m(h)e(go)s(ogle)j(go)s(o)s(dness.)275 2600 y Fj(Cap)c(C)h
+Ft(extracts)i(the)e(curren)m(t)g(page)i(from)d(the)i(go)s(ogle)h(cac)m
+(he.)48 b(With)31 b(a)f(pre\014x)g(argumen)m(t)g(it)150
+2710 y(will)h(extract)h(the)e(link)g(under)f(p)s(oin)m(t.)46
+b(This)30 b(is)g(useful)g(for)g(those)h(times)g(when)e(a)i(particular)f
+(site)i(is)150 2819 y(do)m(wn...)46 b(ma)m(yb)s(e)30
+b(it)h(is)g(in)f(the)g(cac)m(he...)48 b(ma)m(yb)s(e)30
+b(it)h(is)g(not.)46 b(It)30 b(can)h(also)g(b)s(e)f(used)g(for)g(when)f
+(particu-)150 2929 y(lar)i(pages)g(are)f(remo)m(v)m(ed)i(from)e(a)g
+(site)i(lik)m(e)f(in)f(the)h(case)g(of)g(a)g(go)m(v)m(ernmen)m(t)h
+(conspiracy)-8 b(.)46 b(Are)31 b(w)m(e)g(at)150 3039
+y(w)m(ar)f(with)h(Eurasia)f(or)g(East)h(Asia?)275 3170
+y(The)e(slash)i(k)m(ey)g(will)f(searc)m(h)h(go)s(ogle)i(for)d(pages)h
+(similar)g(to)g(the)f(curren)m(t)g(page.)275 3302 y(The)f(command)i
+Fj(g)f Ft(will)g(do)h(a)f(go)s(ogle)j(searc)m(h)e(restricted)g(to)g
+(the)f(site)h(of)g(the)g(do)s(cumen)m(t.)275 3433 y(The)e
+Fj(l)h Ft(command)h(go)s(ogles)h(for)e(who)g(links)g(to)h(this)f(page.)
+275 3565 y(The)f(command)i Fj(t)f Ft(runs)e(the)j(url)f(under)e(p)s
+(oin)m(t)j(through)e(the)i(go)s(ogle)h(transco)s(der.)46
+b(This)29 b(is)i(use-)150 3674 y(ful)f(for)g(sites)h(that)g(are)g(hea)m
+(vy)g(on)f(the)h(use)f(of)g(tables)h(and)f(the)h(xsl)f(transforms)g
+(are)g(not)h(helpful.)150 3784 y(It)f(also)i(w)m(orks)e(on)g(some)h
+(sites)g(that)g(use)f(ja)m(v)-5 b(ascript)32 b(to)f(go)g(to)g(the)g
+(next)f(page)h(in)f(the)h(story)-8 b(,)31 b(suc)m(h)150
+3893 y(as)g(Reuters.)45 b(Using)31 b(a)g(pre\014x)e(argumen)m(t)i(with)
+f(this)g(command)g(will)h(un)m(transco)s(de)f(the)g(url)g(under)150
+4003 y(p)s(oin)m(t)g(for)h(pages)f(that)h(are)g(curren)m(tly)g(transco)
+s(ded.)275 4134 y Fj(Cap)e(T)h Ft(will)h(jump)e(to)i(the)f(\014rst)g(o)
+s(ccurance)h(of)f(the)h(title)h(in)e(the)g(do)s(cumen)m(t.)46
+b(Multiple)31 b(consecu-)150 4244 y(tiv)m(e)h(executions)f(of)g(this)f
+(command)g(will)h(jump)e(to)i(further)e(o)s(ccurances.)46
+b(This)30 b(command)g(is)g(prob-)150 4354 y(ably)g(one)h(of)g(the)f
+(most)h(useful)f(timesa)m(v)m(ers)i(while)e(w)m(eb)g(bro)m(wsing.)275
+4485 y Fj(M-s)f Ft(jumps)g(to)i(the)f(\\submit")h(button)f(for)g(the)h
+(form)e(y)m(ou)i(are)g(editing.)275 4617 y Fj(M-r)e Ft(pla)m(ys)i(the)f
+(media)h(stream)g(at)g(p)s(oin)m(t)f(with)g(the)h(default)f(media)h
+(pla)m(y)m(er.)275 4748 y(The)e Fj(y)h Ft(command)h(will)f(rewrite)h
+(the)f(url)g(of)h(the)f(url)g(under)f(p)s(oin)m(t.)45
+b(This)30 b(is)g(useful)g(for)g(those)150 4858 y(sites)h(y)m(ou)g
+(frequen)m(t.)45 b(Often,)31 b(sites)g(that)g(ha)m(v)m(e)g(prin)m(ter)f
+(friendly)g(con)m(ten)m(t)i(ha)m(v)m(e)g(a)f(sp)s(eci\014c)f(w)m(a)m(y)
+h(in)150 4967 y(whic)m(h)f(the)h(url)e(is)i(written.)46
+b(F)-8 b(or)31 b(example,)g(the)g(O'Reilly)g(w)m(eb)f(site)h(uses)f
+(\\pub")g(for)g(the)h(regular)150 5077 y(h)m(tml)g(v)m(ersion)f(of)h(a)
+g(page)g(and)f(\\lpt")h(for)f(the)h(prin)m(ter)f(friendly)f(v)m
+(ersion.)47 b(Examine)30 b(these)h(urls:)275 5208 y Fp
+(http://www.oreillynet.c)o(om/)o(lpt/)o(a/wi)o(rel)o(ess/)o(2001)o(/03)
+o(/02/)o(802.)o(11b)o(_fac)o(ts.)o(html)275 5340 y
+(http://www.oreillynet.c)o(om/)o(lpt/)o(a/wi)o(rel)o(ess/)o(2001)o(/03)
+o(/02/)o(802.)o(11b)o(_fac)o(ts.)o(html)p eop end
+%%Page: 36 39
+TeXDict begin 36 38 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(36)275 299
+y(The)29 b(\014rst)h(link)g(go)s(es)h(to)g(the)g(regular)g(v)m(ersion)f
+(of)h(the)f(page)i(and)d(the)i(second)f(to)h(the)g(prin)m(ter)150
+408 y(friendly)f(v)m(ersion.)46 b(Sometimes)31 b(it)g(is)f(di\016cult)h
+(to)g(\014gure)e(out)i(the)g(form)m(ula,)f(so)h(this)f(is)h(only)f
+(useful)150 518 y(if)g(this)h(is)f(a)h(site)g(that)g(y)m(ou)g(are)f
+(visiting)i(rather)e(often,)h(as)f(the)h(time)g(to)g(\014gure)f(out)h
+(the)f(form)m(ula)h(on)150 628 y(a)g(site)g(that)g(y)m(ou)g(rarely)f
+(visit)h(is)g(far)f(greater)h(than)f(the)h(time)g(y)m(ou)g(sa)m(v)m(e.)
+275 767 y(The)e(\014rst)h(time)h(y)m(ou)g(run)e(this)h(command)g(in)g
+(a)h(particular)g(bu\013er)e(y)m(ou)i(are)f(prompted)g(for)g(a)150
+877 y(pattern)g(to)i(use.)45 b(The)30 b(pattern)g(is)h(in)f(the)g(form)
+g(of)275 1016 y(`)p Fp(\("from)e(string")h("to)g(string"\))p
+Ft(')275 1156 y(The)g(op)s(ening)h(paren)g(is)g(supplied.)45
+b(Remem)m(b)s(er)30 b(to)h(quote)g(the)g(strings)f(or)g(y)m(ou)h(will)g
+(get)g(an)f(er-)150 1265 y(ror.)45 b(F)-8 b(rom)31 b(this)g(p)s(oin)m
+(t)f(on,)g(un)m(til)h(y)m(ou)g(kill)g(the)f(bu\013er)g(in)g(whic)m(h)g
+(y)m(ou)h(wrote)f(the)h(rule,)f(hitting)h Fj(y)150 1375
+y Ft(on)f(a)h(link)f(will)h(use)f(this)g(rewrite)h(rule)f(to)h(visit)g
+(the)g(page.)46 b(If)30 b(y)m(ou)h(mist)m(yp)s(ed)f(the)g(rule,)h(pro)m
+(viding)f(a)150 1484 y(n)m(umeric)g(argumen)m(t)h(will)g(allo)m(w)h(y)m
+(ou)e(to)h(rewrite)g(the)g(rewrite)f(rule.)46 b(I)30
+b(lo)m(v)m(e)i(alliteration.)275 1624 y(Sa)m(ving)e(the)h(b)s(est)f
+(for)g(last,)i Fj(e)e Ft(is)g(the)h(xsl)f(map)g(pre\014x.)45
+b(As)30 b(I)g(men)m(tioned)h(in)f(the)h(section)150 1733
+y(on)f(emacs-w3m,)i(xsl)e(transforms)g(are)h(some)f(p)s(o)m(w)m(erful)g
+(magic)i(that)f(tak)m(es)h(a)e(w)m(eb)h(page)g(and)150
+1843 y(transforms)f(it)g(in)g(some)h(w)m(a)m(y)-8 b(.)47
+b(Linearizing)32 b(tables)f(is)f(a)h(go)s(o)s(d)f(example,)h(and)f(the)
+h(one)f(I)h(use)f(most)150 1953 y(often.)275 2092 y(The)f(k)m(eystrok)m
+(e)k Fj(e)d(a)g Ft(prompts)f(for)h(an)g(xsl)h(transform)f(to)h(apply)f
+(to)h(the)f(curren)m(t)g(page.)47 b(If)30 b(y)m(ou)150
+2202 y(kno)m(w)g(the)h(name)f(of)h(the)f(particular)h(transform)f(y)m
+(ou)h(w)m(an)m(t)g(y)m(ou)f(can)h(use)f(tab)h(completion)g(to)h(select)
+150 2311 y(it.)46 b(Otherwise,)31 b(y)m(ou)f(can)h(hit)f(T)-8
+b(AB)31 b(to)g(get)h(a)f(bu\013er)e(that)i(con)m(tains)h(the)e(list)h
+(of)g(c)m(hoices.)275 2451 y(If)e(y)m(ou)i(kno)m(w)g(that)f(y)m(ou)h(w)
+m(an)m(t)g(a)g(particular)g(transform)f(done)g(automatically)j(y)m(ou)e
+(can)f(use)g(the)150 2560 y(command)g Fj(e)g(s)g Ft(to)h(select)h(a)f
+(transform)f(and)f(then)i Fj(e)f(o)g Ft(to)h(turn)e(xslt)i(on)f(\(the)h
+(same)g(command)f(will)150 2670 y(turn)f(xslt)i(o\013)7
+b(\).)47 b(Then,)29 b(ev)m(ery)i(page)h(op)s(ened)d(from)h(that)h(p)s
+(oin)m(t)f(on)h(will)f(ha)m(v)m(e)i(the)e(transform)g(ap-)150
+2780 y(plied.)275 2919 y(There)f(is)i(the)f(v)-5 b(ariable)32
+b Fp(emacspeak-w3-xsl-transf)o(orm)24 b Ft(that)31 b(can)f(b)s(e)g(set)
+h(via)g(the)g(usual)150 3029 y(metho)s(ds.)45 b(This)30
+b(v)-5 b(ariable)31 b(sp)s(eci\014es)f(a)h(transform)e(to)i(use)f(b)s
+(efore)g(displa)m(ying)h(a)g(w)m(eb)f(page.)47 b(There)150
+3138 y(is)30 b(an)h(adv)-5 b(an)m(tage)32 b(to)f(turning)f(on)g(xsl)g
+(transforms)g(all)h(the)g(time.)46 b(If)30 b(y)m(ou)h(use)f(the)g(`)p
+Fp(identity.xsl)p Ft(',)150 3248 y(the)h(`)p Fp(linearize-tables.xsl)p
+Ft(')25 b(or)30 b(the)h(`)p Fp(sort-tables.xsl)p Ft(')c(it)j(can)h
+(actually)h(sp)s(eed)e(up)f(render-)150 3357 y(ing)i(of)f(the)h(page.)
+46 b(This)30 b(is)g(b)s(ecause)g(the)h(transforms)f(pro)m(vide)g(clean)
+h(and)f(balanced)h(h)m(tml)g(to)g(the)150 3467 y(renderer.)45
+b(Additionally)-8 b(,)32 b(using)e(`)p Fp(sort-tables.xsl)p
+Ft(')c(or)31 b(`)p Fp(linearize-tables.xsl)p Ft(')25
+b(will)31 b(pro)m(vide)150 3577 y(a)g(little)h(more)e(b)s(o)s(ost)g(as)
+h(rendering)f(nested)g(tables)h(is)f(particularly)h(di\016cult)g(for)f
+(a)h(w)m(eb)f(bro)m(wser.)275 3716 y(Sometimes)h(it)f(is)h(just)f
+(easier)h(to)g(read)f(the)h(prin)m(ter)f(friendly)g(v)m(ersion)g(of)h
+(a)g(story)f(instead)h(of)150 3826 y(ha)m(ving)g(to)g(linearize)h(the)e
+(tables)i(and)d(searc)m(h)i(for)f(the)h(con)m(ten)m(t.)48
+b(Also,)31 b(some)g(sites,)g(lik)m(e)h(the)e(New)150
+3935 y(Y)-8 b(ork)31 b(Times,)f(I)h(b)s(eliev)m(e,)g(mak)m(e)h(y)m(ou)e
+(na)m(vigate)j(sev)m(eral)f(pages)f(to)g(read)f(the)h(whole)f(story)-8
+b(,)31 b(but)f(if)g(y)m(ou)150 4045 y(select)i(a)f(\\Prin)m(t)g(this)f
+(story")h(link)f(y)m(ou)h(can)f(read)h(the)f(en)m(tire)i(story)e(on)g
+(one)h(page)g(formatted)g(with-)150 4154 y(out)g(a)f(lot)i(of)e(the)h
+(cruft)f(on)g(the)h(normal)f(page.)46 b(This)30 b(is)g(where)g(the)h
+Fj(e)f(Cap)f(P)h Ft(command)h(comes)g(in.)150 4264 y(It)f(will)h
+(extract)h(all)f(the)g(prin)m(t)f(streams)g(from)g(the)h(curren)m(t)f
+(do)s(cumen)m(t.)275 4403 y(Closely)h(asso)s(ciated)h(commands)e(are)g
+Fj(e)g(r)g Ft(and)g Fj(e)g(Cap)g(R)g Ft(whic)m(h)g(extract)i(the)e
+(media)h(streams)150 4513 y(from)f(the)g(curren)m(t)h(page)g(and)f
+(from)f(the)i(link)f(under)f(p)s(oin)m(t,)i(resp)s(ectiv)m(ely)-8
+b(.)275 4653 y(The)29 b(command)i Fj(e)f(y)g Ft(is)g(another)h(command)
+f(that)h(is)f(useful)g(for)g(frequen)m(ted)g(sites.)46
+b(It)31 b(do)s(es)f(the)150 4762 y(same)h(as)f(the)h
+Fj(y)f Ft(command)g(ab)s(o)m(v)m(e)i(in)e(that)h(it)g(rewrites)f(the)h
+(url)e(at)i(p)s(oin)m(t)g(and)f(follo)m(ws)h(it.)46 b(In)30
+b(addi-)150 4872 y(tion,)h(it)g(\014lters)f(the)h(output)f(b)m(y)g(a)h
+(particular)g(CSS)e(class.)275 5011 y(The)g(command)i
+Fj(e)f(e)g Ft(do)s(es)g(more)g(magic)i(to)f(the)f(url)g(at)h(p)s(oin)m
+(t.)46 b(It)30 b(pro)s(cesses)h(the)f(url)g(using)g(a)150
+5121 y(sp)s(eci\014c)g(function.)46 b(F)-8 b(or)31 b(example,)g(it)g
+(can)g(b)s(e)e(used)h(in)g(retrieving)h(radio)g(con)m(ten)m(t)h(from)e
+(the)g(BBC.)150 5230 y(If)g(y)m(ou)h(execute)g Fj(C-e)f(u)g
+Ft(and)g(t)m(yp)s(e)g(in)g Fj(BBC)g(Channel)e(On)i(Demand)f
+Ft(or)h(use)g(tab)h(completion)g(to)g(get)h(the)150 5340
+y(same,)f(and)f(then)g(t)m(yp)s(e)g(in)g Fj(radio4)f
+Ft(y)m(ou)i(will)g(b)s(e)e(presen)m(ted)i(with)f(a)g(page)i(con)m
+(taining)f(a)g(plethora)g(of)p eop end
+%%Page: 37 40
+TeXDict begin 37 39 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(37)150 299
+y(links)30 b(to)h(other)g(pages)g(con)m(taining)h(information)e(ab)s
+(out)h(particular)f(sho)m(ws.)46 b(On)29 b(these)i(pages)g(there)150
+408 y(is,)g(somewhere,)f(a)h(link)f(that)h(will)g(pla)m(y)g(the)g
+(program.)45 b(If)30 b(y)m(ou)h(hit)f(en)m(ter)h(on)f(one)h(of)g(the)f
+(links)g(on)150 518 y(the)h(\014rst)e(page,)j(y)m(ou)e(will)h(b)s(e)f
+(tak)m(en)h(to)g(one)g(of)f(these)h(description)g(pages.)46
+b(By)31 b(using)f(the)g Fj(e)g(e)g Ft(com-)150 628 y(mand)g(on)g(a)h
+(link)f(y)m(ou)h(cut)f(out)h(this)f(middle)g(step)g(and)g(pro)s(ceed)g
+(directly)h(to)g(pla)m(ying)h(the)e(program)150 737 y(y)m(ou)h(are)f
+(in)m(terested)i(in.)275 866 y(If)d(there)i(is)f(no)h(executor)g
+(de\014ned)e(for)h(a)h(curren)m(t)f(bu\013er,)g(hitting)h(T)-8
+b(AB)31 b(after)g Fj(e)f(e)g Ft(will)g(giv)m(e)i(y)m(ou)150
+975 y(a)f(list)g(of)f(p)s(ossibilities)h(to)g(c)m(ho)s(ose)h(from.)45
+b(One)30 b(nice)h(feature)g(of)f(this)g(function)g(is)h(that)g(it)g
+(can)f(b)s(e)150 1085 y(used)g(for)g(an)m(y)g(function.)46
+b(If)30 b(y)m(ou)h(cannot)f(remem)m(b)s(er)g(the)h(k)m(eystrok)m(e)h
+(that)f(will)g(pla)m(y)g(the)f(url)g(under)150 1194 y(p)s(oin)m(t)g(in)
+g Fp(emacspeak-m-player)p Ft(,)c(but)k(y)m(ou)g(kno)m(w)h(what)f(it)h
+(is)f(called,)i(y)m(ou)f(can)g(hit)f Fj(e)g(e)g Ft(and)g(then)150
+1304 y(en)m(ter)h(the)g(name)f(of)h(the)f(function.)46
+b(Nice.)275 1432 y(The)29 b Fj(e)h(f)g Ft(command)h(will)f(run)f(the)i
+(curren)m(t)f(page)h(through)f(an)g(XP)m(ath)h(\014lter)g(and)e(return)
+h(the)150 1542 y(results.)46 b(F)-8 b(or)31 b(more)f(information)h(on)f
+(XP)m(ath,)i(see)e Fp(http://en.wikipedia.org/wi)o(ki/X)o(Pat)o(h)p
+Ft(.)150 1651 y(If)g(y)m(ou)h(w)m(an)m(ted)g(to)g(see)g(only)f(the)h
+(links)f(on)g(a)h(page,)g(when)f(prompted)f(en)m(ter)i
+Fj(//a)f Ft(and)f(y)m(ou)i(will)g(b)s(e)150 1761 y(returned)e(ev)m(ery)
+i(link)g(on)f(the)g(page.)47 b(If)30 b(y)m(ou)h(w)m(an)m(ted)g(to)g
+(see)g(only)f(the)h(con)m(ten)m(ts)h(of)e(\\p")h(tags,)h(y)m(ou)150
+1871 y(w)m(ould)e(en)m(ter)h Fj(//p)p Ft(.)45 b(This)30
+b(can)g(b)s(e)g(useful)g(for)g(man)m(y)g(things,)h(form)f(elemen)m(ts)h
+(included.)45 b(Giving)31 b(this)150 1980 y(command)f(a)h(pre\014x)e
+(argumen)m(t)i(will)g(rev)m(erse)g(the)f(\014lter,)h(giving)g(y)m(ou)g
+(ev)m(erything)g(but)f(the)g(con)m(ten)m(t)150 2090 y(of)h(the)f(sp)s
+(eci\014ed)g(tag.)275 2218 y(A)g(related)h(command)f(can)h(b)s(e)f(in)m
+(v)m(ok)m(ed)i(with)e(the)g Fj(e)g(p)g Ft(k)m(eystrok)m(e.)48
+b(This)30 b(command)g(do)s(es)g(the)150 2328 y(same)h(as)f(the)h
+(\014lter)f(ab)s(o)m(v)m(e)i(but)e(w)m(orks)g(on)g(the)h(url)e(under)g
+(p)s(oin)m(t.)150 2548 y Fr(emacs/w3)46 b(tips)f(and)g(tric)l(ks)150
+2707 y Ft(As)30 b(I)g(men)m(tioned)h(ab)s(o)m(v)m(e,)h(using)e
+Fj(C-g)g Ft(when)f(it)i(seems)f(the)h(bro)m(wser)f(is)g(not)h(resp)s
+(onding)e(will)h(often)150 2817 y(displa)m(y)h(the)f(page)h(with)f(no)h
+(ill)g(e\013ects.)47 b(Y)-8 b(our)30 b(mileage)j(ma)m(y)e(v)-5
+b(ary)d(.)46 b(T)-8 b(axes,)31 b(tags)g(and)f(title)i(are)f(ex-)150
+2926 y(tra.)275 3055 y(Also)g(men)m(tioned)f(ab)s(o)m(v)m(e)i(is)e(the)
+h(use)f(of)h(sort-tables)g(or)g(iden)m(tit)m(y)h(as)e(an)g(xsl)h
+(transform)f(to)h(sp)s(eed)150 3164 y(up)e(the)i(rendering)e(of)i
+(pages.)46 b(Ev)m(ery)31 b(little)h(bit)f(helps.)275
+3293 y(Another)f(useful)f(tip)i(is)f(the)h(use)f(of)g(the)h
+Fj(k)f Ft(k)m(ey)-8 b(.)47 b(This)30 b(k)m(ey)h(will)f(place)i(the)e
+(curren)m(t)g(url)g(in)g(the)150 3402 y(kill-ring)h(for)f(later)i(y)m
+(anking.)46 b(If)30 b(a)h(page)g(will)f(not)h(render)e(correctly)-8
+b(,)33 b(using)d Fj(k)g Ft(will)g(get)i(the)f(url)e(and)150
+3512 y(allo)m(w)j(me)e(to)h(pass)f(it)h(to)g(emacs-w3m.)47
+b(The)30 b(coun)m(terpart)h(to)g(this)f(command,)h Fj(cap)e(K)h
+Ft(puts)g(the)g(url)150 3621 y(under)f(p)s(oin)m(t)h(in)g(the)h
+(kill-ring.)150 3808 y Fi(9.5.4)63 b(Add-ons)150 3955
+y Ft(Some)30 b(of)h(these)g(are)g(emacsp)s(eak)g(sp)s(eci\014c,)f(some)
+h(are)g(not.)46 b(Y)-8 b(ou)30 b(can)h(usually)f(tell)i(b)m(y)e(the)h
+(name.)150 4176 y Fr(emacsp)t(eak)46 b(url)f(template)150
+4335 y Ft(I)30 b(lo)m(v)m(e)i(this)f(pac)m(k)-5 b(age.)48
+b(Since)30 b(c)m(hanging)h(m)m(y)g(primary)e(bro)m(wser)h(to)h
+(emacs/w3)h(I)e(ha)m(v)m(e)i(really)f(b)s(een)150 4445
+y(giving)g(the)g Fp(url-template)c Ft(pac)m(k)-5 b(age)32
+b(a)f(w)m(ork)m(out.)47 b(The)29 b Fp(url-template)e
+Ft(pac)m(k)-5 b(age)33 b(con)m(tains)e(tem-)150 4554
+y(plates)g(that)g(prompt)f(y)m(ou)g(for)g(information)h(to)g(supply)e
+(to)i(v)-5 b(arious)31 b(sites)g(to)g(retriev)m(e)h(informa-)150
+4664 y(tion)f(without)f(all)i(the)e(fuss)f(of)i(ha)m(ving)g(to)g(go)g
+(to)g(the)g(site)g(and)f(na)m(vigate)i(it.)47 b(One)30
+b(really)h(nice)g(thing)150 4773 y(ab)s(out)f(url-templates)h(is)g(the)
+f(fact)i(that)f(they)f(need)g(not)h(b)s(e)f(w)m(eb)g(pages.)46
+b(Media)32 b(streams)e(can)h(also)150 4883 y(b)s(e)f(made)g(in)m(to)h
+(url-templates.)275 5011 y(The)e(w)m(a)m(y)j(to)f(get)g(to)g(the)g
+(templates)h(is)e(with)g(the)h(command)f Fj(C-e)f(u)p
+Ft(.)46 b(A)30 b(T)-8 b(AB)31 b(at)g(the)g(prompt)150
+5121 y(will)g(giv)m(e)h(y)m(ou)e(a)h(list)g(of)g(the)f(a)m(v)-5
+b(ailable)33 b(templates.)47 b(Y)-8 b(ou)31 b(should)e(go)i(no)m(w)g
+(and)f(ha)m(v)m(e)h(a)g(lo)s(ok)g(at)g(the)150 5230 y(info)f(man)m(ual)
+h(section)h(on)e(See)g(Section)i(11.76)g([URL)e(T)-8
+b(emplates],)32 b(page)f(124,)h(and)e(read)g(it.)47 b(I'll)150
+5340 y(w)m(ait)31 b(here.)p eop end
+%%Page: 38 41
+TeXDict begin 38 40 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(38)275 299
+y(By)30 b(the)h(w)m(a)m(y)-8 b(,)32 b(the)e(ones)h(I)f(\014nd)f(most)i
+(useful)e(are)i(the)f(\\Go)s(ogle)j(Hits",)f(\\emacswiki)g(searc)m(h")
+150 408 y(\\NPR)f(On)e(Demand")i(and)f(\\W)-8 b(eather)32
+b(forecast)g(from)e(W)-8 b(eather)32 b(Underground".)150
+688 y Fr(emacsp)t(eak)46 b(atom)g(and)e(emacsp)t(eak)i(rss)150
+847 y Ft(These)30 b(are)h(fairly)g(simple)f(rss)f(and)h(atom)i(bro)m
+(wsers)d(for)h(the)h(emacsp)s(eak)g(desktop.)46 b(Using)30
+b(the)h(Cus-)150 957 y(tomize)h(in)m(terface)g(y)m(ou)f(add)e(feeds)i
+(in)f(the)g(form)g(of)h(titles)g(and)f(urls.)45 b(Then)29
+b(y)m(ou)i(call)h(the)e(readers)150 1067 y(with)g Fj(C-e)g(C-u)f
+Ft(for)h(rss)g(feeds)g(and)g(use)g Fj(M-x)f(emacspeak-atom-browse)c
+Ft(for)30 b(atom)h(feeds.)46 b(There)30 b(is)150 1176
+y(also)h(emacsp)s(eak)g(supp)s(ort)e(for)h(newstic)m(k)m(er,)i(an)e
+(rss)g(/)h(atom)g(reader)f(that)h(is)g(a)f(part)h(of)f(emacs)h(22,)150
+1286 y(but)f(I)g(ha)m(v)m(e)h(nev)m(er)g(used)f(it.)275
+1452 y(I)g(p)s(ersonally)g(use)g(See)g(Info)g(\014le)h(`)p
+Fp(gnus)p Ft(',)f(no)s(de)f(`)p Fp(Top)p Ft(',)i(for)f(rss)f(feeds)i
+(but)e(setting)j(gn)m(us)e(up)f(for)150 1561 y(only)h(that)h(purp)s
+(ose)e(is)i(lik)m(e)g(h)m(un)m(ting)g(rabbits)e(with)h(a)h(bazo)s(ok)-5
+b(a.)150 1841 y Fr(emacsp)t(eak)46 b(w)l(ebsearc)l(h)150
+2000 y Fp(emacspeak-websearch)25 b Ft(pro)m(vides)30
+b(more)h(searc)m(h)g(options)g(than)f(y)m(ou)g(can)h(shak)m(e)g(a)g
+(stic)m(k)h(at.)150 2110 y Fp(emacspeak-websearch)25
+b Ft(pro)m(vides)30 b(searc)m(h)h(for)g(dictionaries,)g(news)f(sites,)h
+(soft)m(w)m(are)h(sites,)g(go)s(ogle)150 2219 y(to)s(ols,)f(w)m
+(eather,)h(currency)e(con)m(v)m(erter)i(and)d(m)m(uc)m(h)i(more.)46
+b(It)30 b(can)h(b)s(e)f(accessed)h(with)f(the)h(k)m(eystrok)m(e)150
+2329 y Fj(C-e)e(?)p Ft(.)46 b(A)m(t)31 b(the)g(prompt,)f(y)m(ou)g(can)h
+(en)m(ter)g(another)g(question)f(mark)g(to)h(get)h(a)f(list)g(of)f(the)
+h(a)m(v)-5 b(ailable)150 2438 y(searc)m(h)31 b(options.)46
+b(Y)-8 b(ou)31 b(will)g(then)f(b)s(e)f(prompted)h(for)g(the)h
+(necessary)f(information.)46 b(One)30 b(of)h(the)f(nice)150
+2548 y(things)g(ab)s(out)g(this)h(pac)m(k)-5 b(age)32
+b(is)e(that,)i(when)d(using)h(w3)g(it)h(attempts)h(to)f(jump)d(to)k
+(and)d(read)i(the)150 2658 y(most)g(relev)-5 b(an)m(t)31
+b(information)g(on)f(the)h(result)f(page.)275 2823 y(See)g(Section)h
+(11.64)i([emacsp)s(eak-w)m(ebsearc)m(h],)g(page)e(102,)h(for)e(more)g
+(information.)150 3103 y Fr(bmk-mgr)150 3262 y Ft(This)g(is)g(a)h(new)m
+(comer)g(to)g(the)f(emacsp)s(eak)h(w)m(orld.)46 b(In)30
+b(the)g(in)m(terest)i(of)e(full)g(disclosure,)h(I)f(am)150
+3372 y(the)h(one)f(that)h(wrote)g(the)g(emacsp)s(eak)g(mo)s(dule)e
+(that)i(mak)m(es)g(this)g(pac)m(k)-5 b(age)32 b(accessible.)48
+b(It)150 3482 y(is)30 b(a)h(b)s(o)s(okmarks)f(manager)h(that)f(w)m
+(orks)h(with)f(b)s(oth)g(emacs/w3)h(and)f(emacs-w3m.)47
+b(As)30 b(of)150 3591 y(the)h(writing)f(of)g(this)h(do)s(cumen)m(t)f
+(there)h(are)f(still)i(some)e(issues,)h(esp)s(ecially)g(when)f(using)f
+(it)150 3701 y(on)h(emacs)h(v)m(ersion)g(22,)h(but)d(those)i(are)g(b)s
+(eing)f(w)m(ork)m(ed)h(on.)46 b(I)30 b(think)g(this)g(is)g(a)h(go)s(o)s
+(d)f(solution)150 3810 y(to)h(the)g(problem)e(of)i(emacs/w3)h(not)e(ha)
+m(ving)h(b)s(o)s(okmarks)f(functionalit)m(y)h(and)f(pro)m(viding)150
+3920 y(one)h(cen)m(tral)g(b)s(o)s(okmark)f(lo)s(cation)i(for)e(those)h
+(who)f(regularly)h(use)f(b)s(oth)f(bro)m(wsers.)46 b(See)150
+4029 y Fp(http://www.emacswiki.org)o(/cgi)o(-bin)o(/wi)o(ki/E)o(macs)o
+(Bmk)o(Mgr)p Ft(,)24 b(for)30 b(more)h(information.)150
+4260 y Fi(9.5.5)63 b(Conclusion)150 4407 y Ft(emacsp)s(eak)31
+b(mak)m(es)g(the)g(in)m(ternet)g(not)g(only)f(accessible)i(to)f(those)g
+(with)f(visual)h(impairmen)m(ts,)g(but)150 4517 y(it)g(mak)m(es)g(bro)m
+(wsing)f(and)g(information)h(retriev)-5 b(al)31 b(quic)m(k)g(and)f
+(e\016cien)m(t.)47 b(If)30 b(a)h(user)e(will)i(sp)s(end)e(a)i(lit-)150
+4626 y(tle)g(time)g(up)f(fron)m(t)g(to)h(learn)g(the)f(to)s(ols)i(a)m
+(v)-5 b(ailable)32 b(to)f(access)h(the)f(w)m(eb,)f(the)h(increase)g(in)
+f(e\016ciency)150 4736 y(and)g(abilit)m(y)i(will)e(more)h(than)f(mak)m
+(e)h(up)f(for)g(the)g(time)h(sp)s(en)m(t.)46 b(The)30
+b(nice)g(thing)h(ab)s(out)f(these)h(to)s(ols)150 4845
+y(is)f(that)h(y)m(ou)g(can)g(in)m(tegrate)h(them)f(in)f(y)m(our)g(da)m
+(y-to-da)m(y)j(as)d(y)m(ou)h(ha)m(v)m(e)g(the)g(time.)47
+b(While)31 b(it)g(is)f(not)150 4955 y(necessary)h(to)g(use)f(ev)m
+(erything)h(men)m(tioned)g(in)f(the)h(ab)s(o)m(v)m(e)g(do)s(cumen)m(t,)
+g(if)f(y)m(ou)h(add)f(some)g(of)h(these)150 5065 y(to)s(ols)g(to)g(y)m
+(our)g(rep)s(ertoire)f(y)m(ou)h(will)f(not)h(b)s(e)f(sorry)-8
+b(.)275 5230 y(In)29 b(the)i(end,)f(no)g(one)h(mak)m(es)g(y)m(ou)g(use)
+f(a)g(hammer)g(to)h(driv)m(e)g(nails)f(but)g(it)h(sure)f(b)s(eats)g
+(using)g(a)150 5340 y(banana.)p eop end
+%%Page: 39 42
+TeXDict begin 39 41 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(39)150 299
+y Fr(9.6)68 b(Electronic)46 b(Messaging)g(Applications)150
+458 y Ft(W)-8 b(orking)31 b(with)f(messaging)i(applications)f(in)m(v)m
+(olv)m(es)i(b)s(oth)c(authoring)i(and)f(bro)m(wsing)g(con)m(ten)m(t.)
+150 568 y(Emacsp)s(eak)h(pro)m(vides)f(a)h(ric)m(h)f(set)h(of)g(sp)s
+(eec)m(h-enabled)f(messaging)i(to)s(ols.)46 b(F)-8 b(urther,)31
+b(all)g(of)f(the)h(to)s(ols)150 677 y(describ)s(ed)e(in)h(the)h
+(previous)f(sections)h(in)m(tegrate)i(smo)s(othly)d(with)g(the)h
+(messaging)g(applications)150 787 y(describ)s(ed)e(here;)i(this)f
+(means)g(that)h(y)m(ou)g(do)f(not)h(need)f(to)h(re-learn)g(a)g(new)f
+(set)g(of)h(w)m(ork)f(habits)150 897 y(when)f(dealing)i(with)g(con)m
+(ten)m(t)h(in)e(y)m(our)g(messaging)h(application.)150
+1153 y Fr(Related)47 b(P)l(ac)l(k)-7 b(ages)150 1418
+y(9.8)68 b(Editting)46 b(Program)g(Source)e(Co)t(de)150
+1577 y Ft(Files)31 b(con)m(taining)h(program)e(source)h(co)s(de)g(form)
+e(a)i(v)m(ery)g(sp)s(eci\014c)f(class)h(of)g Fl(structured)f
+Ft(do)s(cumen)m(ts.)150 1687 y(Unlik)m(e)h(do)s(cumen)m(ts)f(mean)m(t)i
+(for)e(h)m(uman)f(consumption)h(that)h(are)g(often)g(only)f(lo)s(osely)
+i(structured,)150 1796 y(program)e(source)h(\(as)g(a)f(concession)i(to)
+f(the)f(computer's)h(in)m(tolerance)h(of)f(lac)m(k)h(of)e(structure\))g
+(are)150 1906 y(p)s(er)f(force)i(w)m(ell-structured)g(and)f(adhere)g
+(to)h(a)g(fairly)f(stringen)m(t)i(syn)m(tax.)275 2056
+y(The)d(Emacs)i(en)m(vironmen)m(t)g(pro)m(vides)f(editting)i(mo)s(des)e
+(that)h(are)f(sp)s(eci\014c)g(to)i(creating)f(and)150
+2166 y(main)m(taining)h(soft)m(w)m(are)f(written)g(in)f(most)h(p)s
+(opular)e(programming)h(languages.)47 b(Man)m(y)31 b(of)f(these)150
+2275 y(editting)h(mo)s(des)f(are)h(sp)s(eec)m(h-enabled)g(b)m(y)f
+(Emacsp)s(eak.)46 b(Sp)s(eec)m(h-enabling)31 b(these)f(mo)s(des)g
+(includes)150 2385 y(pro)m(viding)g(a)h(ric)m(h)g(set)g(of)f(na)m
+(vigational)j(commands)d(that)h(allo)m(w)h(y)m(ou)f(to)g(mo)m(v)m(e)h
+(through)d(the)i(source)150 2494 y(e\016cien)m(tly)-8
+b(.)48 b(In)30 b(addition,)g(Emacsp)s(eak's)h(core)g
+Fl(v)m(oice-lo)s(c)m(k)j Ft(facilities)e(are)f(used)f(to)h(pro)s(duce)e
+(audio)150 2604 y(formatted)i(output)f({this)h(helps)e(y)m(ou)i(sp)s
+(ot)f(errors)g(quic)m(kly)-8 b(.)150 2860 y Fr(Related)47
+b(P)l(ac)l(k)-7 b(ages)150 3125 y(9.10)68 b(Soft)l(w)l(are)47
+b(Dev)l(elopmen)l(t)g(En)l(vironmen)l(t)150 3308 y Ft(In)30
+b(addition)g(to)h(pro)m(viding)g(sp)s(ecialized)g(editting)h(mo)s(des)d
+(for)h(creating)i(and)e(main)m(taining)h(program)150
+3441 y(source,)g(Emacs)f(pro)m(vides)h(a)g(ric)m(h)f(set)h(of)g(soft)m
+(w)m(are)g(dev)m(elopmen)m(t)h(to)s(ols)f(that)g(can)g(b)s(e)f(com)m
+(bined)g(to)150 3574 y(create)i(p)s(o)m(w)m(erful)e(In)m(tegrated)i
+(Dev)m(elopmen)m(t)g(En)m(vironmen)m(ts)f(\(IDE\).)g(These)f(IDEs)g
+(are)h(sp)s(eec)m(h-)150 3706 y(enabled)f(b)m(y)h(Emacsp)s(eak)f(to)h
+(pro)m(vide)g(a)f(v)m(ersatile)j(and)d(p)s(o)m(w)m(erful)f(en)m
+(vironmen)m(t)i(for)g(ey)m(es-free)h(soft-)150 3839 y(w)m(are)f(dev)m
+(elopmen)m(t.)150 4095 y Fr(Related)47 b(P)l(ac)l(k)-7
+b(ages)150 4360 y(9.12)68 b(Desktop)46 b(Managemen)l(t)150
+4543 y Ft(Emacs)31 b(pro)m(vides)f(an)g(in)m(tegrated)i(en)m(vironmen)m
+(t)f(for)f(p)s(erforming)g(all)h(of)f(ones)h(da)m(y-to-da)m(y)h(com-)
+150 4676 y(puting)e(tasks)h(ranging)f(from)g(electronic)i(messaging)g
+(to)f(soft)m(w)m(are)h(dev)m(elopmen)m(t.)47 b(The)30
+b(en)m(viron-)150 4809 y(men)m(t)h(deriv)m(es)g(its)f(p)s(o)m(w)m(er)h
+(from)f(the)g(fact)h(that)g(this)g(in)m(tegration)h(allo)m(ws)g(for)e
+(con)m(ten)m(t)i(to)f(b)s(e)f(handled)150 4941 y(across)h(di\013eren)m
+(t)g(tasks)g(in)f(a)g(seamless)i(manner.)44 b(In)30 b(order)g(to)h(w)m
+(ork)g(e\013ectiv)m(ely)i(with)d(large)h(Emacs)150 5074
+y(sessions)f(with)g(man)m(y)h(do)s(cumen)m(ts)f(and)g(applications)h
+(op)s(en)f(at)h(the)g(same)f(time,)i(the)e(Emacsp)s(eak)150
+5207 y(desktop)g(pro)m(vides)h(a)f(p)s(o)m(w)m(erful)g(collection)j(of)
+e(desktop)f(managemen)m(t)i(to)s(ols)f(designed)g(to)g(help)f(the)150
+5340 y(user)g(easily)h(lo)s(cate)h(ob)5 b(jects)31 b(that)g(p)s(ertain)
+f(to)h(a)g(giv)m(en)h(task.)p eop end
+%%Page: 40 43
+TeXDict begin 40 42 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(40)150 299
+y Fr(Related)47 b(P)l(ac)l(k)-7 b(ages)150 564 y(9.14)68
+b(P)l(ersonal)46 b(Information)g(Managemen)l(t)150 724
+y Ft(This)30 b(section)h(describ)s(es)f(sp)s(eec)m(h-enabled)g(to)s
+(ols)i(designed)e(to)h(aid)f(in)h(p)s(ersonal)e(information)i(man-)150
+833 y(agemen)m(t)h(suc)m(h)e(as)h(main)m(taining)g(a)g(daily)g
+(calendar.)150 1089 y Fr(Related)47 b(P)l(ac)l(k)-7 b(ages)150
+1355 y(9.16)68 b(Desktop)46 b(Applications)150 1579 y
+Fi(9.16.1)63 b(Spread)41 b(Sheets)150 1726 y Ft(Spreadsheet)30
+b(applications)h(presen)m(t)g(a)g(t)m(w)m(o)g(dimensional)g(view)f(of)h
+(structured)e(data)i(where)150 1835 y(the)g(\014eld)f(v)-5
+b(alues)30 b(are)h(\(p)s(ossibly\))f(m)m(utually)h(dep)s(enden)m(t.)45
+b(On)29 b(the)i(Emacsp)s(eak)f(desktop,)h(a)150 1945
+y(sp)s(eec)m(h-enabled)g(spreadsheet)f(application)i(can)e(b)s(e)g
+(used)g(to)h(manipulate)f(suc)m(h)g(data-driv)m(en)150
+2055 y(do)s(cumen)m(ts\045)g(ranging)g(from)g(simple)h(c)m(heque)g(b)s
+(o)s(oks)e(and)h(exp)s(ense)g(rep)s(orts)f(to)j(complex)150
+2164 y(in)m(v)m(estmen)m(t)g(p)s(ortfolios.)46 b(Where)31
+b(the)g(traditional)g(visual)g(in)m(terface)h(to)f(spreadsheets)f(is)g
+(t)m(ypically)150 2274 y(indep)s(enden)m(t)f(of)i(the)f(seman)m(tics)i
+(of)e(the)h(data)g(stored)g(in)f(the)g(spreadsheet,)h(the)f(sp)s(eec)m
+(h-enabled)150 2383 y(in)m(terface)i(is)e(deriv)m(ed)h(from)f(the)61
+b Fo(me)-5 b(aning)39 b Ft(of)30 b(the)h(v)-5 b(arious)30
+b(\014elds)g(making)h(up)e(the)i(data.)46 b(When)150
+2493 y(presen)m(ting)31 b(suc)m(h)f(information)g(on)h(a)f(visual)h
+(displa)m(y)-8 b(,)31 b(implicit)h(visual)e(la)m(y)m(out)i(can)f(b)s(e)
+f(used)f(to)150 2603 y(cue)i(the)f(user)g(to)h(the)g(meaning)f(of)h
+(di\013eren)m(t)g(data)g(\014elds.)45 b(On)29 b(the)i(other)g(hand,)e
+(in)h(the)h(case)150 2712 y(of)g(an)f(activ)m(ely)j(scrolling)e
+(auditory)f(displa)m(y)-8 b(,)32 b(the)e(sp)s(ok)m(en)g(output)g(needs)
+g(to)h(explicitly)h(con)m(v)m(ey)150 2822 y(b)s(oth)e(the)g(v)-5
+b(alue)31 b(and)f(in)m(terpretation)i(of)e(the)h(di\013eren)m(t)g(data)
+g(items.)46 b(In)30 b(addition,)g(the)h(in)m(terface)150
+2931 y(needs)f(to)h(enable)g(an)f(activ)m(e)j(dialogue)e(b)s(et)m(w)m
+(een)g(user)f(and)g(application)i(where)d(the)i(user)f(is)g(able)150
+3041 y(to)h(query)f(the)g(system)h(ab)s(out)f(the)h(p)s(ossible)f
+(meaning)g(of)h(a)f(particular)h(item)g(of)g(data.)46
+b(Finally)-8 b(,)150 3150 y(the)31 b(aural)f(in)m(terface)i(needs)e(to)
+h(enable)61 b Fo(multiple)38 b Ft(views)31 b(of)f(the)h(displa)m(y)-8
+b(.)46 b(In)30 b(the)h(visual)f(in)m(terface,)150 3260
+y(suc)m(h)60 b Fo(multiple)38 b Ft(views)31 b(are)g(automatically)i
+(enabled)d(b)m(y)g(the)h(t)m(w)m(o)h(dimensional)e(la)m(y)m(out)i(com)m
+(bined)150 3370 y(with)e(the)h(ey)m(e's)g(abilit)m(y)h(to)f(mo)m(v)m(e)
+h(rapidly)e(around)f(the)i(la)m(y)m(out)h(structure.)45
+b(Th)m(us,)30 b(while)g(viewing)150 3479 y(an)m(y)h(particular)f(ro)m
+(w)h(of)f(a)h(p)s(ortfolio,)g(one)g(can)g(immediately)g(see)g(the)g
+(curren)m(t)f(total)i(v)-5 b(alue)31 b(as)g(w)m(ell)150
+3589 y(as)g(the)f(net)h(gain)g(or)f(loss.)46 b(The)30
+b(Emacs)h(spread-sheet)f(pac)m(k)-5 b(age)33 b Fp(dismal)28
+b Ft(can)j(b)s(e)f(retriev)m(ed)h(from)150 3698 y Fp
+(ftp://cs.nyu.edu/pub/loc)o(al/f)o(ox/d)o(ism)o(al)p
+Ft(.)150 3914 y Fi(9.16.2)63 b(F)-10 b(orms)42 b(Mo)s(de)150
+4060 y Fo(F)-7 b(orms)39 b Ft(mo)s(de)30 b(an)h(Emacs)f(mo)s(de)g
+(designed)g(to)i(edit)e(structured)g(data)h(records)f(lik)m(e)i(the)e
+(line)h(sho)m(wn)150 4170 y(from)f(\014le)61 b Fp(/etc/passwd)27
+b Ft(presen)m(ts)j(a)h(user-friendly)e(visual)i(in)m(terface)h(that)f
+(displa)m(ys)f(the)h(\014eld)150 4280 y(name)f(along)i(with)e(the)g
+(\014eld)g(v)-5 b(alue.)47 b(The)30 b(user)f(can)i(edit)g(the)f
+(\014eld)g(v)-5 b(alue)31 b(and)f(sa)m(v)m(e)i(the)e(\014le,)h(at)150
+4389 y(whic)m(h)f(p)s(oin)m(t)g(the)h(data)g(is)g(written)f(out)h
+(using)e(the)i(underlying)60 b Fp(:)30 b Ft(delimited)h(represen)m
+(tation.)150 4499 y(Mo)s(de)61 b Fo(forms)39 b Ft(pro)m(vides)30
+b(a)h(\015exible)f(in)m(terface)i(to)g(asso)s(ciating)g(meaning)e(to)h
+(the)g(\014elds)f(of)g(suc)m(h)150 4608 y(structured)f(data)i(\014les.)
+46 b(F)-8 b(or)31 b(details)h(on)e(it)h(use,)f(see)h(the)g(forms-mo)s
+(de)e(section)j(of)e(the)h(online)150 4718 y(Emacs)g(info)f(do)s(cumen)
+m(tation.)150 4933 y Fi(9.16.3)63 b(OCR)40 b({Reading)i(Prin)m(t)e(Do)s
+(cumen)m(ts)150 5080 y Ft(Mo)s(dule)30 b Fp(emacspeak-ocr)d
+Ft(implemen)m(ts)k(an)f(OCR)g(fron)m(t-end)g(for)g(the)h(Emacsp)s(eak)f
+(desktop.)275 5230 y(P)m(age)h(image)h(is)f(acquired)f(using)g(to)s
+(ols)h(from)f(pac)m(k)-5 b(age)32 b Fp(SANE)d Ft(\(Scanner)i(Access)g
+(No)m(w)g(Easy\).)150 5340 y(The)f(acquired)g(image)i(is)e(run)f
+(through)h(the)g(OCR)g(engine)h(if)f(one)h(is)f(a)m(v)-5
+b(ailable,)33 b(and)d(the)h(results)p eop end
+%%Page: 41 44
+TeXDict begin 41 43 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(41)150 299
+y(placed)31 b(in)f(a)h(bu\013er)e(that)i(is)f(suitable)h(for)f(bro)m
+(wsing)g(the)h(results.)46 b(This)29 b(bu\013er)g(is)i(placed)g(in)f
+(mo)s(de)150 408 y Fp(emacspeak-ocr-mode)25 b Ft(a)31
+b(sp)s(ecialized)h(mo)s(de)e(for)g(reading)g(and)g(scanning)g(do)s
+(cumen)m(ts.)150 606 y Fi(9.16.3.1)63 b(Emacsp)s(eak)41
+b(OCR)f(Mo)s(de)150 753 y Ft(Emacsp)s(eak)31 b(OCR)e(mo)s(de)h(is)g(a)h
+(sp)s(ecial)g(ma)5 b(jor)31 b(mo)s(de)f(for)g(do)s(cumen)m(t)g
+(scanning)g(and)g(OCR.)275 887 y(Pre-requisites:)225
+1021 y Fq(\017)60 b Ft(A)30 b(w)m(orking)h(scanner)f(bac)m(k-end)h(lik)
+m(e)h(SANE)e(on)g(Lin)m(ux.)225 1155 y Fq(\017)60 b Ft(An)30
+b(OCR)g(engine.)275 1312 y(Mak)m(e)h(sure)f(y)m(our)g(scanner)h(bac)m
+(k-end)f(w)m(orks,)h(and)f(that)h(y)m(ou)f(ha)m(v)m(e)i(the)f
+(utilities)g(to)g(scan)g(a)g(do)s(c-)150 1422 y(umen)m(t)f(and)g
+(acquire)h(an)f(image)i(as)e(a)h(ti\013)g(\014le.)46
+b(Then)29 b(set)i(v)-5 b(ariable)31 b Fk(emacsp)s(eak-o)s
+(cr-scan-image-)150 1532 y(program)f Ft(to)h(p)s(oin)m(t)g(at)g(this)f
+(utilit)m(y)-8 b(.)48 b(By)30 b(default,)h(this)f(is)h(set)g(to)g
+(`scanimage')h(whic)m(h)e(is)h(the)f(image)150 1641 y(scanning)g
+(utilit)m(y)i(pro)m(vided)e(b)m(y)g(SANE.)275 1775 y(By)g(default,)h
+(this)f(fron)m(t-end)g(attempts)i(to)f(compress)f(the)h(acquired)f
+(ti\013)h(image;)h(mak)m(e)f(sure)f(y)m(ou)150 1885 y(ha)m(v)m(e)i(a)e
+(utilit)m(y)i(lik)m(e)g Fp(tiffcp)p Ft(.)44 b(V)-8 b(ariable)32
+b Fk(emacsp)s(eak-o)s(cr-compress-image)38 b Ft(is)30
+b(set)h(to)g(`ti\013cp')h(b)m(y)150 1994 y(default;)f(if)f(y)m(ou)h
+(use)f(something)h(else,)g(y)m(ou)g(should)e(customize)j(this)e(v)-5
+b(ariable.)275 2128 y(Next,)31 b(mak)m(e)g(sure)f(y)m(ou)h(ha)m(v)m(e)g
+(an)g(OCR)e(engine)i(installed)g(and)f(w)m(orking.)46
+b(By)31 b(default)f(this)h(fron)m(t-)150 2238 y(end)f(assumes)g(that)h
+(OCR)e(is)i(a)m(v)-5 b(ailable)32 b(as)f Fp(/usr/bin/ocr)p
+Ft(.)275 2371 y(Once)f(y)m(ou)h(ha)m(v)m(e)g(ensured)e(that)i
+(acquiring)g(an)f(image)i(and)e(applying)g(OCR)f(to)i(it)g(w)m(ork)g
+(inde-)150 2481 y(p)s(enden)m(tly)f(of)g(Emacs,)h(y)m(ou)g(can)g(use)f
+(this)g(Emacsp)s(eak)g(fron)m(t-end)h(to)g(enable)f(easy)h(OCR)f
+(access)150 2590 y(from)g(within)g(Emacsp)s(eak.)275
+2724 y(The)f(Emacsp)s(eak)i(OCR)e(fron)m(t-end)i(is)f(launc)m(hed)g(b)m
+(y)h(command)f Fk(emacsp)s(eak-o)s(cr)38 b Ft(b)s(ound)28
+b(to)j Fj(C-e)150 2834 y(C-o)p Ft(.)275 2968 y(This)e(command)h(switc)m
+(hes)h(to)g(a)g(sp)s(ecial)g(bu\013er)e(that)i(has)g(OCR)e(commands)h
+(b)s(ounds)e(to)j(single)150 3077 y(k)m(eystrok)m(es{)i(see)e(the)f(k)m
+(ey-binding)h(list)g(at)g(the)f(end)g(of)g(this)h(description.)46
+b(Use)30 b(Emacs)h(online)g(help)150 3187 y(facilit)m(y)i(to)e(lo)s(ok)
+g(up)e(help)h(on)g(these)h(commands.)275 3321 y(Mo)s(de)f
+Fk(emacsp)s(eak-o)s(cr-mo)s(de)36 b Ft(pro)m(vides)31
+b(the)f(necessary)h(functionalit)m(y)h(to)f(scan,)g(OCR,)f(read)150
+3430 y(and)g(sa)m(v)m(e)i(do)s(cumen)m(ts.)45 b(By)31
+b(default,)g(scanned)f(images)h(and)f(the)g(resulting)h(text)g(are)g
+(sa)m(v)m(ed)g(un-)150 3540 y(der)f(directory)h Fp(~/ocr)p
+Ft(;)e(see)i(v)-5 b(ariable)31 b Fk(emacsp)s(eak-o)s(cr-w)m
+(orking-directory)p Ft(.)48 b(In)m(v)m(oking)32 b(command)150
+3649 y Fk(emacsp)s(eak-o)s(cr-op)s(en-w)m(orking-directory)40
+b Ft(b)s(ound)29 b(to)i Fj(d)f Ft(will)h(op)s(en)e(this)h(directory)-8
+b(.)275 3783 y(By)30 b(default,)h(the)g(do)s(cumen)m(t)f(b)s(eing)g
+(scanned)g(is)g(named)g(`un)m(titled'.)47 b(Y)-8 b(ou)31
+b(can)f(name)h(the)f(do)s(c-)150 3893 y(umen)m(t)g(b)m(y)h(using)e
+(command)i Fk(emacsp)s(eak-o)s(cr-name-do)s(cumen)m(t)j
+Ft(b)s(ound)28 b(to)j Fj(n)p Ft(.)45 b(The)30 b(do)s(cumen)m(t)150
+4002 y(name)g(is)h(used)e(in)h(constructing)h(the)g(name)f(of)h(the)f
+(image)i(and)e(text)h(\014les.)275 4136 y(Here)f(is)h(a)g(list)g(of)f
+(all)h(emacsp)s(eak)g(OCR)f(commands)g(along)h(with)g(their)f(k)m
+(ey-bindings)g(and)g(a)150 4246 y(brief)g(description:)150
+4404 y Fj(digit)240 b Fk(emacsp)s(eak-o)s(cr-page)38
+b Ft(Jumps)28 b(to)j(sp)s(eci\014ed)f(page)h(in)f(the)h(OCR)e(output.)
+150 4562 y Fj(c)432 b Fk(emacsp)s(eak-o)s
+(cr-set-compress-image-options)630 4695 y Ft(In)m(teractiv)m(ely)33
+b(up)s(date)d(image)h(compression)g(options.)46 b(Prompts)29
+b(with)h(curren)m(t)h(set-)630 4805 y(ting)g(in)f(the)g(minibu\013er.)
+45 b(Setting)31 b(p)s(ersists)f(for)g(curren)m(t)g(Emacs)h(session.)150
+4963 y Fj(i)432 b Fk(emacsp)s(eak-o)s(cr-set-scan-image-options)39
+b Ft(In)m(teractiv)m(ely)33 b(up)s(date)c(scan)i(image)h(op-)630
+5072 y(tions.)46 b(Prompts)30 b(with)g(curren)m(t)g(setting)i(in)e(the)
+g(minibu\013er.)45 b(Setting)31 b(p)s(ersists)e(for)630
+5182 y(curren)m(t)h(Emacs)h(session.)150 5340 y Fj(spc)336
+b Fk(emacsp)s(eak-o)s(cr-read-curren)m(t-page)38 b Ft(Sp)s(eaks)30
+b(curren)m(t)g(page.)p eop end
+%%Page: 42 45
+TeXDict begin 42 44 bop 150 -116 a Ft(Chapter)30 b(9:)46
+b(Emacs)31 b(P)m(ac)m(k)-5 b(ages.)2374 b(42)150 299
+y Fj(s)432 b Fk(emacsp)s(eak-o)s(cr-sa)m(v)m(e-curren)m(t-page)40
+b Ft(Sa)m(v)m(es)31 b(curren)m(t)f(page)h(as)g(a)g(text)g(\014le.)150
+458 y Fj(p)432 b Fk(emacsp)s(eak-o)s(cr-page)38 b Ft(Prompts)29
+b(for)h(a)h(page)g(n)m(um)m(b)s(er)e(and)h(mo)m(v)m(es)i(to)f(the)f(sp)
+s(eci\014ed)630 568 y(page.)150 727 y Fj(])432 b Fk(emacsp)s(eak-o)s
+(cr-forw)m(ard-page)37 b Ft(Mo)m(v)m(e)c(forw)m(ard)d(to)h(the)f(next)h
+(page.)150 887 y Fj([)432 b Fk(emacsp)s(eak-o)s(cr-bac)m(kw)m(ard-page)
+38 b Ft(Mo)m(v)m(e)33 b(bac)m(k)e(to)g(the)g(previous)e(page.)150
+1046 y Fj(d)432 b Fk(emacsp)s(eak-o)s(cr-op)s(en-w)m(orking-directory)
+40 b Ft(Op)s(en)29 b(directory)i(con)m(taining)h(the)f(results)630
+1156 y(of)g(OCR.)150 1315 y Fj(n)432 b Fk(emacsp)s(eak-o)s(cr-name-do)s
+(cumen)m(t)34 b Ft(Name)d(curren)m(t)f(do)s(cumen)m(t.)150
+1474 y Fj(o)432 b Fk(emacsp)s(eak-o)s(cr-recognize-image)40
+b Ft(Launc)m(h)30 b(OCR)g(engine)h(on)f(a)h(scanned)f(image.)150
+1634 y Fj(i)432 b Fk(emacsp)s(eak-o)s(cr-scan-image)39
+b Ft(Acquire)30 b(an)g(image)i(using)e Fp(scanimage)p
+Ft(.)150 1793 y Fj(RET)336 b Fk(emacsp)s(eak-o)s(cr-scan-and-recognize)
+39 b Ft(Scan)30 b(and)g(recognize)i(a)f(page.)150 1953
+y Fj(w)432 b Fk(emacsp)s(eak-o)s(cr-write-do)s(cumen)m(t)34
+b Ft(W)-8 b(rite)32 b(all)f(pages)g(of)g(curren)m(t)f(do)s(cumen)m(t)g
+(to)h(a)g(text)630 2062 y(\014le.)150 2222 y Fj(q)432
+b Fk(bury-bu\013er)35 b Ft(Bury)30 b(the)g(OCR)g(bu\013er.)150
+2381 y Fj(c)432 b Fk(emacsp)s(eak-o)s(cr-customize)38
+b Ft(Customize)31 b(Emacsp)s(eak)g(OCR)e(settings.)150
+2540 y Fj(?)432 b Fk(describ)s(e-mo)s(de)35 b Ft(Describ)s(e)c(OCR)e
+(mo)s(de.)150 2773 y Fr(Related)47 b(P)l(ac)l(k)-7 b(ages)p
+eop end
+%%Page: 43 46
+TeXDict begin 43 45 bop 150 -116 a Ft(Chapter)30 b(10:)46
+b(Running)29 b(T)-8 b(erminal)31 b(Based)g(Applications.)1448
+b(43)150 299 y Fu(10)80 b(Running)52 b(T)-13 b(erminal)54
+b(Based)f(Applications.)150 546 y Ft(Y)-8 b(ou)31 b(can)g(use)f(the)g
+(terminal)h(em)m(ulator)h(mo)s(de)e(to)h(run)e(arbitrary)h
+(terminal-based)h(programs)f(from)150 656 y(within)g(Emacs.)46
+b(Y)-8 b(ou)31 b(op)s(en)e(a)i(terminal)g(em)m(ulator)h(bu\013er)d
+(using)h(M-x)h(term,)f(with)h(an)f(extra)h(car-)150 765
+y(riage)g(return)f(to)h(accept)h(the)e(default)h(shell)f(\(suc)m(h)h
+(as)f(bash\).)46 b(\(Inciden)m(tally)-8 b(,)32 b(don't)f(confuse)f
+(this)150 875 y(command)g(with)g(M-x)h(terminal-em)m(ulator,)i(whic)m
+(h)d(starts)h(an)f(older)g(terminal)h(em)m(ulator)h(mo)s(de)e(not)150
+985 y(supp)s(orted)f(b)m(y)h(Emacsp)s(eak.\))275 1123
+y(Three)f(kinds)h(of)g(commands)g(are)h(used)f(within)g(the)g(terminal)
+h(em)m(ulator.)47 b(Normal)31 b(term)f(com-)150 1233
+y(mands)f(use)h(a)h(pre\014x)f(of)g(C-c.)46 b(The)30
+b(emacsp)s(eak)h(commands)f(for)g(eterm)h(mo)s(de)f(use)g(a)h(pre\014x)
+e(of)i(C-t.)150 1343 y(An)m(ything)g(else)g(is)f(a)h(normal)f(shell)h
+(command.)275 1481 y(There)e(are)i(t)m(w)m(o)h(sub-mo)s(des)d(of)h
+(term)h(mo)s(de:)45 b(c)m(har)31 b(sub-mo)s(de)e(and)h(line)h(sub-mo)s
+(de.)44 b(In)30 b(c)m(har)150 1591 y(sub-mo)s(de,)f(emacsp)s(eak)i
+(will)g(only)g(sp)s(eak)f(the)g(\014nal)g(c)m(h)m(unk)g(of)h(output)f
+({t)m(ypically)j(the)d(last)h(line)150 1701 y(displa)m(y)m(ed.)46
+b(Eac)m(h)31 b(c)m(haracter)h(t)m(yp)s(ed)e(\(except)i(`term-escap)s
+(e-c)m(har`\))h(is)d(sen)m(t)h(immediately)-8 b(.)48
+b(Use)150 1810 y(c)m(har)31 b(sub-mo)s(de)e(for)h(screen)g(orien)m(ted)
+i(programs)e(lik)m(e)h(vi)g(or)f(pine.)275 1949 y(In)f(line)i(sub-mo)s
+(de,)e(program)h(output)g(is)h(sp)s(ok)m(en)f(if)g(user)g(option)h
+Fp(eterm-autospeak)26 b Ft(is)k(turned)150 2059 y(on.)46
+b(When)30 b(y)m(ou)h(t)m(yp)s(e)f(a)h(return)e(at)i(the)g(end)e(of)i
+(the)g(bu\013er,)e(that)i(line)g(is)f(sen)m(t)h(as)g(input,)e(while)i
+(re-)150 2168 y(turn)e(not)i(at)g(end)f(copies)h(the)f(rest)h(of)g(the)
+f(line)h(to)g(the)f(end)g(and)g(sends)f(it.)47 b(When)30
+b(using)g(terminal)150 2278 y(line)h(mo)s(de)f(with)g(option)h
+Fp(eterm-autospeak)26 b Ft(turned)j(on,)h(sp)s(eec)m(h)h(feedbac)m(k)g
+(is)f(similar)h(to)g(that)g(ob-)150 2387 y(tained)g(in)f(regular)g
+Fp(shell-mode)e Ft(bu\013ers.)275 2526 y(The)h(default)i(is)f(c)m(har)h
+(sub-mo)s(de.)45 b(Y)-8 b(ou)30 b(can)h(switc)m(h)g(to)g(line)g(sub-mo)
+s(de)e(with)h(C-c)h(C-j)f(\(recall)150 2636 y(that)h(con)m(trol)h(J)e
+(is)g(a)h(linefeed\),)g(and)f(bac)m(k)h(to)g(c)m(har)g(sub-mo)s(de)e
+(with)h(C-c)h(C-k)f(\(think)g(of)h(c)m(haracter)150 2746
+y(sp)s(elled)f(with)g(a)h(K\).)275 2884 y(Note:)47 b(Use)30
+b(c)m(har-mo)s(de)h(with)f(the)h(terminal)g(em)m(ulator)g(for)f
+(running)f(screen-orien)m(ted)j(programs)150 2994 y(lik)m(e)g(Lynx)d
+(or)i(Pine.)45 b(F)-8 b(or)31 b(regular)g(shell)g(in)m(teraction)h
+(just)e(use)g(M-x)h(shell)f(instead)h(of)f(using)g(the)h(ter-)150
+3104 y(minal)g(em)m(ulator.)150 3343 y Fr(10.1)68 b(Char)45
+b(Sub-mo)t(de)f(of)h(T)-11 b(erm)45 b(Mo)t(de)150 3502
+y Ft(In)30 b(c)m(har)g(sub-mo)s(de)f(of)i(term,)g(eac)m(h)g(c)m
+(haracter)h(y)m(ou)f(t)m(yp)s(e)f(is)h(sen)m(t)g(directly)g(to)g(the)g
+(inferior)f(pro)s(cess)150 3612 y(without)g(in)m(terv)m(en)m(tion)j
+(from)d(emacs,)h(except)g(for)f(the)h(escap)s(e)g(c)m(haracter)h
+(\(usually)e(C-c\).)275 3751 y(Here)g(are)h(some)g(of)g(the)f(useful)g
+(commands)g(for)g(the)g(c)m(har)h(sub-mo)s(de.)45 b(Note)31
+b(that)g(the)g(usual)150 3860 y(commands)f(for)g(killing)h(a)g
+(bu\013er)e(or)i(switc)m(hing)g(bu\013ers)e(do)h(not)h(w)m(ork)f(in)g
+(this)h(mo)s(de,)f(so)h(new)e(k)m(ey)150 3970 y(bindings)g(are)i
+(supplied.)44 b(The)30 b(\014rst)g(\014v)m(e)h(commands)f(are)g
+(di\013eren)m(t)h(w)m(a)m(ys)g(of)g(lea)m(ving)h(this)e(mo)s(de.)150
+4136 y(`)p Fp(C-c)g(C-j)p Ft(')150 4245 y(`)p Fp(M-x)g(term-line-mode)p
+Ft(')630 4355 y(Switc)m(h)g(to)i(line)e(sub-mo)s(de)f(of)i(term)f(mo)s
+(de.)150 4519 y(`)p Fp(C-c)g(o)p Ft(')150 4628 y(`)p
+Fp(M-x)g(other-window)p Ft(')630 4738 y(Select)i(the)e(next)h(windo)m
+(w)f(on)g(this)g(frame.)46 b(All)31 b(windo)m(ws)e(on)i(curren)m(t)f
+(frame)g(are)h(ar-)630 4847 y(ranged)f(in)g(a)h(cyclic)h(order.)45
+b(This)30 b(command)g(selects)i(the)e(next)h(windo)m(w)f(in)g(that)h
+(or-)630 4957 y(der.)45 b(If)30 b(there)h(are)f(no)h(other)f(windo)m
+(ws,)g(this)h(command)f(do)s(es)g(nothing.)150 5121 y(`)p
+Fp(C-c)g(C-f)p Ft(')150 5230 y(`)p Fp(M-x)g(find-file)p
+Ft(')630 5340 y(Switc)m(h)g(to)i(a)e(bu\013er)g(visiting)h(a)g(\014le,)
+f(creating)i(one)f(if)f(none)g(already)h(exists.)p eop
+end
+%%Page: 44 47
+TeXDict begin 44 46 bop 150 -116 a Ft(Chapter)30 b(10:)46
+b(Running)29 b(T)-8 b(erminal)31 b(Based)g(Applications.)1448
+b(44)150 299 y(`)p Fp(C-c)30 b(0)p Ft(')150 408 y(`)p
+Fp(M-x)g(delete-window)p Ft(')630 518 y(Remo)m(v)m(e)i(curren)m(t)e
+(windo)m(w)g(from)g(the)h(displa)m(y)-8 b(.)150 699 y(`)p
+Fp(C-c)30 b(k)p Ft(')150 809 y(`)p Fp(M-x)g(kill-buffer)p
+Ft(')630 919 y(Kill)h(the)f(curren)m(t)g(bu\013er.)150
+1100 y(`)p Fp(C-c)g(C-x)f(C-c)p Ft(')150 1210 y(`)p Fp(M-x)h
+(save-buffers-kill-emacs)o Ft(')630 1319 y(O\013er)g(to)h(sa)m(v)m(e)h
+(eac)m(h)g(bu\013er,)d(then)h(kill)h(this)g(Emacs)f(pro)s(cess.)150
+1501 y(`)p Fp(C-c)g(C-d)p Ft(')150 1610 y(`)p Fp(M-x)g(list-directory)p
+Ft(')630 1720 y(Displa)m(y)i(a)e(list)h(of)g(\014les)f(in)g(or)h(matc)m
+(hing)g(DIRNAME,)g(a)g(la)g(`ls'.)46 b(DIRNAME)31 b(is)630
+1829 y(globb)s(ed)f(b)m(y)g(the)h(shell)f(if)h(necessary)-8
+b(.)46 b(Pre\014x)30 b(arg)h(\(C-u\))f(means)g(supply)f(-l)i(switc)m(h)
+g(to)630 1939 y(`ls'.)46 b(The)30 b(list)h(app)s(ears)f(in)g(a)h
+(second)f(windo)m(w.)150 2120 y(`)p Fp(C-c)g(1)p Ft(')150
+2230 y(`)p Fp(M-x)g(delete-other-windows)p Ft(')630 2340
+y(Delete)j(all)e(other)f(windo)m(ws)g(in)g(the)h(frame,)f(making)h(the)
+g(curren)m(t)f(windo)m(w)g(\014ll)g(its)630 2449 y(frame.)150
+2631 y(`)p Fp(C-c)g(C-c)p Ft(')150 2740 y(`)p Fp(M-x)g(term-send-raw)p
+Ft(')630 2850 y(Send)f(the)i(last)g(c)m(haracter)h(t)m(yp)s(ed)e
+(through)g(the)g(terminal-em)m(ulator)j(without)d(an)m(y)h(in-)630
+2959 y(terpretation.)150 3141 y(`)p Fp(C-c)f(\()p Ft(')150
+3250 y(`)p Fp(M-x)g(start-kbd-macro)p Ft(')630 3360 y(Record)h
+(subsequen)m(t)e(k)m(eyb)s(oard)h(input,)g(de\014ning)g(a)g(k)m(eyb)s
+(oard)g(macro.)47 b(The)30 b(com-)630 3470 y(mands)f(are)i(recorded)f
+(ev)m(en)h(as)g(they)g(are)f(executed.)47 b(Use)31 b(C-c)f(\))h(to)g
+(\014nish)e(recording)630 3579 y(and)h(mak)m(e)h(the)g(macro)g(a)m(v)-5
+b(ailable.)48 b(Use)31 b(M-x)f(name-last-kb)s(d-macro)i(to)f(giv)m(e)h
+(it)f(a)g(p)s(er-)630 3689 y(manen)m(t)g(name.)46 b(Pre\014x)29
+b(arg)i(\(C-u\))g(means)f(app)s(end)f(to)i(last)g(macro)g(de\014ned;)e
+(This)630 3798 y(b)s(egins)h(b)m(y)g(re-executing)i(that)f(macro)g(as)f
+(if)h(y)m(ou)g(had)e(t)m(yp)s(ed)h(it)h(again.)150 3980
+y(`)p Fp(C-c)f(\))p Ft(')150 4089 y(`)p Fp(M-x)g(end-kbd-macro)p
+Ft(')630 4199 y(Finish)g(de\014ning)f(a)i(k)m(eyb)s(oard)f(macro.)47
+b(The)30 b(de\014nition)g(w)m(as)g(started)h(b)m(y)g(C-c)f(\(.)46
+b(The)630 4309 y(macro)31 b(is)f(no)m(w)h(a)m(v)-5 b(ailable)33
+b(for)d(use)g(via)h(C-c)f(e,)h(or)g(it)g(can)f(b)s(e)g(giv)m(en)h(a)g
+(name)g(with)f(M-x)630 4418 y(name-last-kb)s(d-macro)h(and)f(then)g(in)
+m(v)m(ok)m(ed)i(under)d(that)i(name.)150 4600 y(`)p Fp(C-c)f(e)p
+Ft(')150 4709 y(`)p Fp(M-x)g(call-last-kbd-macro)p Ft(')630
+4819 y(Call)h(the)f(last)i(k)m(eyb)s(oard)e(macro)h(that)g(y)m(ou)g
+(de\014ned)e(with)h(C-c)g(\(.)46 b(A)31 b(pre\014x)e(argumen)m(t)630
+4928 y(serv)m(es)i(as)g(a)f(rep)s(eat)h(coun)m(t.)46
+b(Zero)31 b(means)f(rep)s(eat)g(un)m(til)h(error.)275
+5121 y(Y)-8 b(ou)30 b(can)h(get)h(a)e(list)h(of)g(all)g(the)g(k)m(ey)g
+(sequences)f(with)h(a)f(C-c)h(pre\014x)e(b)m(y)i(t)m(yping)f(C-c)h(C-h)
+f(while)g(in)150 5230 y(this)g(sub-mo)s(de.)45 b(Some)30
+b(of)h(those)g(commands)f(are)g(only)h(a)m(v)-5 b(ailable)33
+b(in)d(the)g(c)m(har)h(sub-mo)s(de,)e(while)150 5340
+y(others)h(are)h(generally)h(a)m(v)-5 b(ailable.)p eop
+end
+%%Page: 45 48
+TeXDict begin 45 47 bop 150 -116 a Ft(Chapter)30 b(10:)46
+b(Running)29 b(T)-8 b(erminal)31 b(Based)g(Applications.)1448
+b(45)150 299 y Fr(10.2)68 b(Line)45 b(Sub-mo)t(de)f(of)i(T)-11
+b(erm)44 b(Mo)t(de)150 458 y Ft(In)30 b(line)g(sub-mo)s(de)f(of)i(term)
+f(mo)s(de,)h(emacs)g(editing)g(commands)f(w)m(ork)g(normally)-8
+b(,)32 b(un)m(til)e(y)m(ou)h(t)m(yp)s(e)150 568 y(RET)f(whic)m(h)g
+(sends)f(the)i(curren)m(t)f(line)h(to)g(the)f(inferior)h(pro)s(cess.)
+275 735 y(Here)f(are)h(some)g(of)g(the)f(useful)g(commands)g(for)g(the)
+g(line)h(sub-mo)s(de)e(of)i(the)f(term)h(mo)s(de.)45
+b(In)30 b(ad-)150 844 y(dition,)h(the)f(usual)g(commands)g(for)g
+(handling)g(a)h(bu\013er)e(w)m(ork)i(in)f(this)g(mo)s(de)g(\(C-x)h(o)f
+(to)h(switc)m(h)g(win-)150 954 y(do)m(ws,)g(C-x)f(k)g(to)h(kill)g(a)g
+(bu\013er,)f(C-x)g(f)g(to)h(\014nd)e(a)i(\014le,)f(and)g(so)h(forth\).)
+150 1161 y(`)p Fp(C-c)f(C-k)p Ft(')150 1271 y(`)p Fp(M-x)g
+(term-char-mode)p Ft(')630 1381 y(Switc)m(h)g(to)i(c)m(har)e(sub-mo)s
+(de)f(of)i(term)f(mo)s(de.)150 1572 y(`)p Fp(C-c)g(C-z)p
+Ft(')150 1682 y(`)p Fp(M-x)g(term-stop-subjob)p Ft(')630
+1791 y(Stop)g(the)h(curren)m(t)f(sub)5 b(job.)44 b(Resume)30
+b(the)h(sub)5 b(job)29 b(in)h(the)g(foreground)g(with)g(the)h(ordi-)630
+1901 y(nary)f(command)g(fg,)h(or)f(run)f(it)i(in)f(the)h(bac)m(kground)
+f(with)g(bg.)45 b(W)-10 b(ARNING:)32 b(if)e(there)630
+2010 y(is)g(no)h(curren)m(t)f(sub)5 b(job,)29 b(y)m(ou)i(can)f(end)g
+(up)f(susp)s(ending)g(the)h(top-lev)m(el)j(pro)s(cess)d(running)630
+2120 y(in)g(the)h(bu\013er.)44 b(If)30 b(y)m(ou)h(acciden)m(tally)i(do)
+d(this,)h(use)f(M-x)h(term-con)m(tin)m(ue-sub)5 b(job)31
+b(to)630 2230 y(resume)f(the)g(pro)s(cess.)46 b(\(This)30
+b(is)g(not)h(a)f(problem)g(with)g(with)g(most)h(shells,)g(including)630
+2339 y(bash,)f(since)h(they)f(ignore)h(this)f(signal.\))150
+2531 y(`)p Fp(C-c)g(C-\\)p Ft(')150 2640 y(`)p Fp(M-x)g
+(term-quit-subjob)p Ft(')630 2750 y(Send)f(quit)i(signal)g(to)g(the)f
+(curren)m(t)h(sub)5 b(job.)150 2941 y(`)p Fp(C-c)30 b(C-c)p
+Ft(')150 3051 y(`)p Fp(M-x)g(term-interrupt-subjob)p
+Ft(')630 3161 y(In)m(terrupt)f(the)i(curren)m(t)f(sub)5
+b(job.)150 3352 y(`)p Fp(C-c)30 b(C-w)p Ft(')150 3462
+y(`)p Fp(M-x)g(backward-kill-word)p Ft(')630 3571 y(Kill)h(c)m
+(haracters)h(bac)m(kw)m(ard)e(un)m(til)h(encoun)m(tering)g(the)g(end)e
+(of)i(a)g(w)m(ord.)150 3763 y(`)p Fp(C-c)f(C-u)p Ft(')150
+3873 y(`)p Fp(M-x)g(term-kill-input)p Ft(')630 3982 y(Kill)h(all)g
+(text)g(from)f(last)i(stu\013)e(output)g(b)m(y)g(in)m(terpreter)h(to)g
+(p)s(oin)m(t.)150 4174 y(`)p Fp(C-c)f(C-a)p Ft(')150
+4283 y(`)p Fp(M-x)g(term-bol)p Ft(')630 4393 y(Go)s(es)h(to)g(the)g(b)s
+(eginning)e(of)i(line,)g(then)f(skips)g(past)g(the)h(prompt,)e(if)i(an)
+m(y)-8 b(.)46 b(If)30 b(a)h(pre\014x)630 4502 y(argumen)m(t)g(is)f(giv)
+m(en)i(\(C-u\),)e(then)g(no)h(prompt)e(skip)h({)h(go)g(straigh)m(t)h
+(to)f(column)f(0.)150 4694 y(`)p Fp(C-c)g(C-d)p Ft(')150
+4804 y(`)p Fp(M-x)g(term-send-eof)p Ft(')630 4913 y(Send)f(an)h(end)g
+(of)h(\014le)f(c)m(haracter)i(\(EOF\))f(to)g(the)g(curren)m(t)f
+(bu\013er's)f(pro)s(cess.)275 5121 y(Y)-8 b(ou)30 b(can)h(get)h(a)e
+(list)h(of)g(all)g(the)g(k)m(ey)g(sequences)f(with)h(a)f(C-c)h
+(pre\014x)e(b)m(y)i(t)m(yping)f(C-c)h(C-h)f(while)150
+5230 y(in)g(this)g(sub-mo)s(de.)45 b(Some)30 b(of)h(those)g(commands)f
+(are)g(only)h(a)m(v)-5 b(ailable)33 b(in)d(the)g(line)h(sub-mo)s(de,)e
+(while)150 5340 y(others)h(are)h(generally)h(a)m(v)-5
+b(ailable.)p eop end
+%%Page: 46 49
+TeXDict begin 46 48 bop 150 -116 a Ft(Chapter)30 b(10:)46
+b(Running)29 b(T)-8 b(erminal)31 b(Based)g(Applications.)1448
+b(46)150 299 y Fr(10.3)68 b(Eterm)46 b(Mo)t(de)f(Commands)150
+458 y Ft(The)30 b(eterm)h(mo)s(de)f(main)m(tains)h(a)g(p)s(oin)m(ter,)f
+(whic)m(h)g(is)h(not)f(necessarily)i(the)e(same)h(as)g(the)f
+(terminal's)150 568 y(cursor.)45 b(It)31 b(is)f(in)m(tended)g(to)h(b)s
+(e)f(used)g(in)g(eterm's)h(c)m(har)f(submo)s(de.)45 b(In)29
+b(c)m(har)i(submo)s(de,)e(C-t)i(,)f(\(that's)150 677
+y(con)m(trol-t)i(follo)m(w)m(ed)g(b)m(y)f(comma\))g(will)g(tell)g(y)m
+(ou)g(where)f(the)h(eterm)f(p)s(oin)m(ter)h(is.)46 b(C-t)30
+b(C-i)h(will)g(tell)150 787 y(y)m(ou)g(where)f(the)g(terminal's)h
+(cursor)f(is.)46 b(The)30 b(top)g(left)h(corner)g(of)f(the)h(windo)m(w)
+e(is)i Fp(")p Ft(ro)m(w)f(0)h(column)150 897 y(0)p Fp(")p
+Ft(.)275 1031 y(The)e(eterm)i(p)s(oin)m(ter)g(can)f(b)s(e)g(mo)m(v)m
+(ed)h(with)f(C-t)h Fp(<)f Ft(\(to)i(the)e(top)h(of)f(the)h(screen\),)g
+(C-t)f Fp(>)h Ft(\(to)g(the)150 1141 y(b)s(ottom)g(of)f(the)h
+(screen\),)g(C-t)g(n)e(\(to)j(the)e(next)h(line\),)g(C-t)g(p)f(\(to)h
+(the)g(previous)f(line\),)h(and)f(C-t)g(.)46 b(\(to)150
+1250 y(the)31 b(cursor\).)45 b(Eac)m(h)31 b(of)g(these)f(also)i(sp)s
+(eaks)e(the)g(line)h(the)f(p)s(oin)m(ter)h(mo)m(v)m(es)h(to.)46
+b(Y)-8 b(ou)31 b(can)g(also)g(searc)m(h)150 1360 y(forw)m(ard)f(with)g
+(C-t)h(s.)275 1494 y(These)f(commands)g(sp)s(eak)g(without)g(mo)m(ving)
+h(the)g(p)s(oin)m(ter:)46 b(C-t)30 b(l)h(\(curren)m(t)f(line\),)i(C-t)e
+(w)g(\(cur-)150 1604 y(ren)m(t)h(w)m(ord\),)f(C-t)h(c)g(\(curren)m(t)f
+(c)m(haracter\),)j(and)c(C-t)i([space])g(\(from)g(eterm)g(p)s(oin)m
+(ter)f(to)h(cursor\).)275 1738 y(Y)-8 b(ou)30 b(ma)m(y)h(en)m(ter)g
+(review)g(mo)s(de)f(with)g(C-t)h(q.)45 b(In)30 b(review)h(mo)s(de,)f(y)
+m(ou)g(can)h(searc)m(h)g(the)g(bu\013er)150 1848 y(and)f(sp)s(eak)g
+(its)h(con)m(ten)m(ts,)h(without)e(disturbing)f(the)i(terminal.)46
+b(Commands)29 b(for)i(mo)m(ving)g(the)150 1958 y(p)s(oin)m(ter)f(are)h
+(similar)g(to)g(normal)f(editing)h(commands,)g(but)e(without)i(a)f(con)
+m(trol)i(k)m(ey:)47 b(n)30 b(and)f(p)150 2067 y(for)h(next)h(and)e
+(previous)h(line,)h(f)f(and)g(b)g(for)g(forw)m(ard)g(and)g(bac)m(k)h(b)
+m(y)f(c)m(haracters,)i Fp(<)e Ft(and)g Fp(>)g Ft(for)g(the)150
+2177 y(b)s(eginning)g(or)g(end)g(of)g(the)h(bu\013er.)45
+b(c,)31 b(w,)f(and)g(l)g(sp)s(eak)g(the)h(curren)m(t)f(c)m(haracter,)i
+(w)m(ord,)e(and)g(line.)46 b(s)150 2286 y(searc)m(hes)31
+b(forw)m(ard)f(\(not)h(incremen)m(tally\).)48 b(A)30
+b(comma)h(sp)s(eaks)f(the)h(p)s(oin)m(ter)f(lo)s(cation.)48
+b(A)30 b(p)s(erio)s(d)150 2396 y(mo)m(v)m(es)i(the)e(p)s(oin)m(ter)h
+(to)g(the)f(terminal)h(cursor.)45 b(Return)30 b(to)h(normal)f(term)h
+(mo)s(de)f(b)m(y)g(t)m(yping)h(q.)p eop end
+%%Page: 47 50
+TeXDict begin 47 49 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(47)150 299 y Fu(11)80
+b(Emacsp)t(eak)55 b(Commands)150 552 y Ft(This)30 b(c)m(hapter)h(is)f
+(generated)h(automatically)j(from)c(the)g(source-lev)m(el)j(do)s(cumen)
+m(tation.)46 b(An)m(y)31 b(errors)150 661 y(or)f(corrections)i(should)d
+(b)s(e)h(made)h(to)g(the)f(source-lev)m(el)j(do)s(cumen)m(tation.)46
+b(This)30 b(c)m(hapter)h(do)s(cumen)m(ts)150 771 y(a)g(total)h(of)e
+(763)i(commands.)150 1013 y Fr(11.1)68 b(cd-to)t(ol)150
+1172 y Ft(Commen)m(tary:)46 b(Pro)m(vide)31 b(an)f(emacs)h(fron)m
+(t-end)g(to)g(cdto)s(ol.)46 b(cdto)s(ol)32 b(can)e(b)s(e)g(obtained)150
+1282 y(as)h(an)f(rpm)f(c)m(hec)m(k)j(using)e(rpm\014nd)e(or)i(from)g
+(its)h(home)f(site)h(at)g(sunsite.unc.edu)150 1391 y(/pub/Lin)m
+(ux/apps/sound/cdrom/cli)f(This)f(mo)s(dule)h(also)h(pro)m(vides)g(the)
+f(abilit)m(y)i(to)f(pla)m(y)150 1501 y(or)f(sa)m(v)m(e)i(clips)f(from)f
+(a)h(CD)f(if)g(y)m(ou)h(ha)m(v)m(e)h(cdda2w)m(a)m(v)f(installed.)47
+b(cdda2w)m(a)m(v)31 b(is)g(a)g(cd)f(to)h(w)m(a)m(v)150
+1610 y(con)m(v)m(ertor.)275 1751 y(Automatically)h(generated)g(do)s
+(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g(cd-to)s
+(ol.)2836 1948 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(cd-tool)48 b Fg(\(\))390 2057 y Fj(control)28 b(e)i(DEL)390
+2198 y Ft(F)-8 b(ron)m(t-end)31 b(to)g(CDT)-8 b(o)s(ol.)47
+b(Bind)30 b(this)g(function)g(to)h(a)g(con)m(v)m(enien)m(t)h(k)m(ey-)g
+(Emacsp)s(eak)e(users)g(au-)390 2308 y(tomatically)j(ha)m(v)m(e)f(this)
+e(b)s(ound)e(to)k Fp(<)p Ft(DEL)p Fp(>)d Ft(in)h(the)h(emacsp)s(eak)g
+(k)m(eymap.)390 2448 y(Key)f(Action)i(|)e(||)390 2589
+y Fp(+)g Ft(Next)h(T)-8 b(rac)m(k)32 b(-)e(Previous)g(T)-8
+b(rac)m(k)32 b(SPC)d(P)m(ause)i(or)f(Resume)g(e)h(Eject)g(=)f(Sh)m
+(u\017e)g(i)g(CD)h(Info)e(p)390 2699 y(Pla)m(y)i(s)f(Stop)h(t)f(trac)m
+(k)i(c)f(clip)f(cap)h(C)f(Sa)m(v)m(e)h(clip)g(to)g(disk)150
+2940 y Fr(11.2)68 b(dtk-sp)t(eak)150 3100 y Ft(Commen)m(tary:)46
+b(De\014nes)31 b(the)f(TTS)f(in)m(terface.)275 3240 y(Automatically)j
+(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(dtk-sp)s(eak.)2836 3437 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(dtk-add-cleanup-patter)q(n)51 b Fg(\()p Ff(&optional)32
+b Fk(DELETE)p Ft(\))390 3547 y Fj(control)c(e)i(d)g(a)390
+3687 y Ft(Add)f(this)i(pattern)f(to)h(the)g(list)g(of)f(rep)s(eating)h
+(patterns)g(that)g(are)f(cleaned)i(up.)44 b(Optional)31
+b(in-)390 3797 y(teractiv)m(e)i(pre\014x)c(arg)i(deletes)h(this)e
+(pattern)g(if)h(previously)f(added.)45 b(Cleaning)31
+b(up)e(rep)s(eated)390 3907 y(patterns)h(results)g(in)h(emacsp)s(eak)g
+(sp)s(eaking)f(the)g(pattern)h(follo)m(w)m(ed)h(b)m(y)e(a)h(rep)s(eat)f
+(coun)m(t)h(in-)390 4016 y(stead)g(of)f(sp)s(eaking)h(all)g(the)f(c)m
+(haracters)i(making)f(up)e(the)i(pattern.)46 b(Th)m(us,)29
+b(b)m(y)i(adding)f(the)390 4126 y(rep)s(eating)h(pattern)f(`.')46
+b(\(this)31 b(is)f(already)h(added)f(b)m(y)g(default\))h(emacsp)s(eak)g
+(will)g(sa)m(y)g(\\a)m(w)g(\014f-)390 4235 y(teen)g(dot")g(when)e(sp)s
+(eaking)i(the)f(string)h(\\...............")50 b(instead)30
+b(of)h(\\p)s(erio)s(d)e(p)s(erio)s(d)g(p)s(erio)s(d)390
+4345 y(p)s(erio)s(d)g(")2836 4542 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(dtk-pause)48 b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p
+Ft(\))390 4651 y Fj(control)d(e)i(p)390 4792 y Ft(P)m(ause)h(ongoing)g
+(sp)s(eec)m(h.)46 b(The)30 b(sp)s(eec)m(h)g(can)h(b)s(e)f(resumed)f
+(with)h(command)g(`dtk-resume')390 4902 y(normally)h(b)s(ound)d(to)j
+(C-e)g(SPC.)e(P)m(ausing)i(sp)s(eec)m(h)f(is)h(useful)e(when)h(one)g
+(needs)g(to)h(p)s(erform)390 5011 y(a)g(few)f(actions)h(b)s(efore)f
+(con)m(tin)m(uing)i(to)f(read)f(a)h(large)g(do)s(cumen)m(t.)46
+b(Emacsp)s(eak)31 b(giv)m(es)g(y)m(ou)390 5121 y(sp)s(eec)m(h)f
+(feedbac)m(k)i(as)e(usual)g(once)h(sp)s(eec)m(h)g(has)f(b)s(een)f
+(paused.)45 b(`dtk-resume')31 b(con)m(tin)m(ues)g(the)390
+5230 y(in)m(terrupted)f(sp)s(eec)m(h)g(irresp)s(ectiv)m(e)h(of)g(the)g
+(bu\013er)e(in)h(whic)m(h)g(it)h(is)f(executed.)47 b(Optional)31
+b(PRE-)390 5340 y(FIX)g(arg)f(\015ushes)f(an)m(y)i(previously)f(paused)
+g(sp)s(eec)m(h.)p eop end
+%%Page: 48 51
+TeXDict begin 48 50 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(48)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(dtk-reset-state)50 b Fg(\(\))390
+408 y Fj(control)28 b(e)i(d)g(cap)g(R)390 549 y Ft(Restore)h(sanit)m(y)
+g(to)h(the)e(Dectalk.)48 b(T)m(ypically)32 b(used)d(after)i(the)g
+(Dectalk)h(has)e(b)s(een)g(p)s(o)m(w)m(er)g(cy-)390 658
+y(cled.)2836 855 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(dtk-resume)48 b Fg(\(\))390 964 y Fj(control)28
+b(e)i(SPACE)390 1104 y Ft(Resume)g(paused)g(sp)s(eec)m(h.)45
+b(This)30 b(command)g(resumes)g(sp)s(eec)m(h)g(that)h(has)f(b)s(een)g
+(susp)s(ended)390 1214 y(b)m(y)g(executing)i(command)e(`dtk-pause')h(b)
+s(ound)d(to)j(C-e)g(p.)45 b(If)30 b(sp)s(eec)m(h)g(has)g(not)h(b)s(een)
+f(paused,)390 1324 y(and)g(option)h(`dtk-resume-should-toggle')h(is)f
+(set,)g(then)f(this)g(command)g(will)h(pause)f(ongoing)390
+1433 y(sp)s(eec)m(h.)2836 1629 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(dtk-select-server)51 b Fg(\()p Fk(PR)m(OGRAM)p Fg(\))390
+1739 y Fj(control)28 b(e)i(d)g(d)390 1879 y Ft(Select)i(a)e(sp)s(eec)m
+(h)h(serv)m(er)f(in)m(teractiv)m(ely)-8 b(.)50 b(Argumen)m(t)30
+b(PR)m(OGRAM)h(sp)s(eci\014es)f(the)h(sp)s(eec)m(h)390
+1989 y(serv)m(er)g(program.)45 b(When)30 b(called)i(in)m(teractiv)m
+(ely)-8 b(,)34 b(The)c(selected)i(serv)m(er)e(is)h(started)g(immedi-)
+390 2098 y(ately)-8 b(.)2836 2295 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(dtk-set-character-scal)q(e)51 b
+Fg(\()p Fk(F)-10 b(A)m(CTOR)31 b Ff(&optional)565 2404
+y Fk(PREFIX)p Ft(\))390 2514 y Fj(control)d(e)i(d)g(f)390
+2654 y Ft(Set)h(scale)g(F)-10 b(A)m(CTOR)30 b(for)h(sp)s(eec)m(h)f
+(rate.)46 b(Sp)s(eec)m(h)30 b(rate)i(is)e(scaled)h(b)m(y)f(this)h
+(factor)g(when)e(sp)s(eak-)390 2764 y(ing)i(c)m(haracters.)47
+b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)f(set)h(the)f(global)i
+(default)f(v)-5 b(alue,)31 b(and)390 2873 y(then)f(set)h(the)g(curren)m
+(t)f(lo)s(cal)h(v)-5 b(alue)31 b(to)g(the)g(result.)2836
+3069 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(dtk-set-chunk-separato)
+q(r-s)q(ynta)q(x)52 b Fg(\()p Fk(S)p Fg(\))390 3179 y
+Fj(control)28 b(e)i(d)g(RETURN)390 3319 y Ft(In)m(teractiv)m(ely)j(set)
+e(ho)m(w)f(text)i(is)e(split)h(in)f(c)m(h)m(unks.)45
+b(See)31 b(the)f(Emacs)h(do)s(cumen)m(tation)g(on)f(syn-)390
+3429 y(tax)h(tables)g(for)f(details)i(on)e(ho)m(w)g(c)m(haracters)i
+(are)f(classi\014ed)g(in)m(to)g(v)-5 b(arious)30 b(syn)m(tactic)j
+(classes.)390 3539 y(Argumen)m(t)e(S)e(sp)s(eci\014es)h(the)h(syn)m
+(tax)g(class.)2836 3735 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(dtk-set-language)50 b Fg(\()p Fk(LANG)p Fg(\))390
+3844 y Ft(Set)31 b(language)g(according)h(to)f(the)f(argumen)m(t)h
+(lang.)2836 4040 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(dtk-set-next-language)52 b Fg(\(\))390 4150 y Ft(Switc)m(h)30
+b(to)i(the)e(next)h(a)m(v)-5 b(ailable)32 b(language)2836
+4346 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(dtk-set-predefined-spe)
+q(ech)q(-rat)q(e)52 b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p
+Ft(\))390 4456 y Fj(control)d(e)i(d)g(0)g(control)f(e)h(d)g(1)g
+(control)e(e)i(d)g(2)g(control)f(e)h(d)g(3)g(control)e(e)i(d)g(4)g
+(control)390 4565 y(e)g(d)g(5)g(control)e(e)j(d)f(6)g(control)e(e)i(d)g
+(7)g(control)e(e)i(d)g(8)h(control)d(e)i(d)g(9)390 4706
+y Ft(Set)h(sp)s(eec)m(h)f(rate)h(to)g(one)g(of)f(nine)g(prede\014ned)f
+(lev)m(els.)47 b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(sa)m(ys)g(to)g
+(set)390 4815 y(the)g(rate)g(globally)-8 b(.)47 b(F)-8
+b(orm)m(ula)32 b(used)e(is:)45 b(rate)31 b(=)g(dtk-sp)s(eec)m
+(h-rate-base)h Fp(+)e Ft(dtk-sp)s(eec)m(h-rate-)390 4925
+y(step)g(*)h(lev)m(el.)2836 5121 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(dtk-set-preferred-lang)q(uag)q(e)51 b Fg(\()p Fk(ALIAS)31
+b(LANG)p Fg(\))390 5230 y Ft(Set)g(the)f(alias)i(of)e(the)h(preferred)e
+(language:)47 b(F)-8 b(or)31 b(example)g(if)g(alias=)p
+Fp(")p Ft(en)p Fp(")f Ft(lang=)p Fp(")p Ft(en)p 3426
+5230 28 4 v 40 w(GB)p Fp(")p Ft(,)390 5340 y(then)g(the)h(follo)m(wing)
+g(call:)48 b(dtk-set-language\()p Fp(")p Ft(en)p Fp(")p
+Ft(\))32 b(will)f(set)g Fp(")p Ft(en)p 2745 5340 V 40
+w(GB)p Fp(")p Ft(.)p eop end
+%%Page: 49 52
+TeXDict begin 49 51 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(49)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(dtk-set-previous-langu)q(age)52
+b Fg(\(\))390 408 y Ft(Switc)m(h)30 b(to)i(the)e(previous)g(a)m(v)-5
+b(ailable)33 b(language)2836 588 y([In)m(teractiv)m(e)g(Command])-3601
+b Fh(dtk-set-punctuations)52 b Fg(\()p Fk(MODE)31 b Ff(&optional)f
+Fk(PREFIX)p Ft(\))390 697 y Fj(control)e(e)i(d)g(p)390
+830 y Ft(Set)h(punctuation)f(mo)s(de)g(to)h(MODE.)g(P)m(ossible)g(v)-5
+b(alues)31 b(are)f(`some',)i(`all',)g(or)e(`none'.)46
+b(In)m(ter-)390 940 y(activ)m(e)33 b(PREFIX)d(arg)h(means)f(set)h(the)g
+(global)g(default)g(v)-5 b(alue,)31 b(and)f(then)g(set)h(the)f(curren)m
+(t)390 1049 y(lo)s(cal)i(v)-5 b(alue)30 b(to)i(the)e(result.)2836
+1229 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(dtk-set-punctuations-t)
+q(o-a)q(ll)52 b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p
+Ft(\))390 1338 y(Set)g(punctuation)f(mo)s(de)g(to)h(all.)46
+b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(sets)g(punctuation)f(mo)s(de)g
+(glob-)390 1448 y(ally)-8 b(.)2836 1627 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(dtk-set-punctuations-t)q(o-s)q(ome)52
+b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p Ft(\))390 1737
+y(Set)g(punctuation)f(mo)s(de)g(to)h(some.)46 b(In)m(teractiv)m(e)33
+b(PREFIX)d(arg)h(sets)g(punctuation)f(mo)s(de)390 1846
+y(globally)-8 b(.)2836 2026 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(dtk-set-rate)49 b Fg(\()p Fk(RA)-8 b(TE)31 b Ff(&optional)g
+Fk(PREFIX)p Ft(\))390 2135 y Fj(control)d(e)i(d)g(r)390
+2268 y Ft(Set)h(sp)s(eaking)f(RA)-8 b(TE)30 b(for)g(the)h(tts.)46
+b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)f(set)h(the)g(global)g
+(de-)390 2378 y(fault)g(v)-5 b(alue,)31 b(and)f(then)g(set)g(the)h
+(curren)m(t)f(lo)s(cal)i(v)-5 b(alue)31 b(to)g(the)f(result.)2836
+2557 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(dtk-stop)48
+b Fg(\(\))390 2667 y Fp(<)p Fj(pause)p Fp(>)28 b Fj(control)h(e)h(s)390
+2800 y Ft(Stop)g(sp)s(eec)m(h)g(no)m(w.)2836 2979 y([In)m(teractiv)m(e)
+j(Command])-3601 b Fh(dtk-toggle-allcaps-bee)q(p)51 b
+Fg(\()p Ff(&optional)32 b Fk(PREFIX)p Ft(\))390 3088
+y Fj(control)c(e)i(d)g(cap)g(C)390 3221 y Ft(T)-8 b(oggle)32
+b(allcaps-b)s(eep.)47 b(when)29 b(set,)i(allcaps)h(w)m(ords)e(are)h
+(indicated)g(b)m(y)f(a)h(short)f(b)s(eep.)45 b(In)m(ter-)390
+3331 y(activ)m(e)33 b(PREFIX)d(arg)h(means)f(toggle)j(the)d(global)i
+(default)e(v)-5 b(alue,)32 b(and)d(then)h(set)h(the)g(curren)m(t)390
+3440 y(lo)s(cal)h(v)-5 b(alue)30 b(to)i(the)e(result.)46
+b(Note)32 b(that)f(allcaps-b)s(eep)g(is)f(a)h(v)m(ery)g(useful)e(thing)
+i(when)e(pro-)390 3550 y(gramming.)46 b(Ho)m(w)m(ev)m(er)32
+b(it)f(is)g(irritating)g(to)g(ha)m(v)m(e)h(it)f(on)f(when)f(reading)i
+(do)s(cumen)m(ts.)2836 3729 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(dtk-toggle-capitalizat)q(ion)52 b Fg(\()p Ff(&optional)31
+b Fk(PREFIX)p Ft(\))390 3839 y Fj(control)d(e)i(d)g(c)390
+3972 y Ft(T)-8 b(oggle)32 b(capitalization.)49 b(when)30
+b(set,)h(capitalization)j(is)c(indicated)h(b)m(y)f(a)h(short)f(b)s
+(eep.)45 b(In)m(ter-)390 4081 y(activ)m(e)33 b(PREFIX)d(arg)h(means)f
+(toggle)j(the)d(global)i(default)e(v)-5 b(alue,)32 b(and)d(then)h(set)h
+(the)g(curren)m(t)390 4191 y(lo)s(cal)h(v)-5 b(alue)30
+b(to)i(the)e(result.)2836 4370 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(dtk-toggle-debug)50 b Fg(\()p Ff(&optional)31 b
+Fk(PREFIX)p Ft(\))390 4480 y Fj(control)d(e)i(d)g(b)390
+4613 y Ft(T)-8 b(oggle)32 b(state)g(of)f(the)f(debug)g(FLA)m(G.)i(When)
+e(debugging)g(is)g(on,)h(y)m(ou)g(can)f(switc)m(h)h(to)g(the)390
+4722 y(bu\013er)e(*sp)s(eak)m(er*)j(to)f(examine)g(the)f(output)g(from)
+g(the)h(pro)s(cess)f(that)h(talks)g(to)g(the)g(sp)s(eec)m(h)390
+4832 y(device)g(b)m(y)g(using)e(command)i(C-e)f(d)g(C-M-b.)46
+b(Note:)h(*sp)s(eak)m(er*)31 b(is)g(a)f(hidden)f(bu\013er,)h(ie)h(it)
+390 4941 y(has)f(a)h(leading)g(space)g(in)f(its)h(name.)2836
+5121 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(dtk-toggle-punctuation)
+q(-mo)q(de)52 b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p
+Ft(\))390 5230 y(T)-8 b(oggle)32 b(punctuation)e(mo)s(de)g(b)s(et)m(w)m
+(een)h Fp(")p Ft(some)p Fp(")g Ft(and)e Fp(")p Ft(all)p
+Fp(")p Ft(.)47 b(In)m(teractiv)m(e)32 b(PREFIX)f(arg)390
+5340 y(mak)m(es)g(the)g(new)f(setting)h(global.)p eop
+end
+%%Page: 50 53
+TeXDict begin 50 52 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(50)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(dtk-toggle-quiet)50 b Fg(\()p Ff(&optional)31
+b Fk(PREFIX)p Ft(\))390 408 y Fj(control)d(e)i(d)g(q)390
+540 y Ft(T)-8 b(oggles)32 b(state)g(of)f(dtk-quiet.)46
+b(T)-8 b(urning)29 b(on)h(this)h(switc)m(h)f(silences)i(sp)s(eec)m(h.)
+45 b(Optional)31 b(in)m(terac-)390 650 y(tiv)m(e)h(pre\014x)d(arg)i
+(causes)g(this)f(setting)h(to)h(b)s(ecome)e(global.)2836
+826 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(dtk-toggle-speak-nonpr)q
+(int)q(ing-)q(cha)q(rs)52 b Fg(\()p Ff(&optional)565
+936 y Fk(PREFIX)p Ft(\))390 1046 y Fj(control)28 b(e)i(d)g(n)390
+1177 y Ft(T)-8 b(oggle)32 b(sp)s(eak-nonprin)m(ting-c)m(hars.)46
+b(Switc)m(hes)31 b(b)s(eha)m(vior)f(of)h(ho)m(w)f(c)m(haracters)i(with)
+e(the)h(high)390 1287 y(bit)f(set)h(are)g(handled.)45
+b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)f(toggle)j(the)d(global)i
+(default)f(v)-5 b(alue,)390 1397 y(and)30 b(then)g(set)h(the)f(curren)m
+(t)g(lo)s(cal)i(v)-5 b(alue)31 b(to)g(the)g(result.)2836
+1573 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(dtk-toggle-split-caps)
+52 b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p Ft(\))390
+1683 y Fj(control)d(e)i(d)g(s)390 1814 y Ft(T)-8 b(oggle)32
+b(split)f(caps)f(mo)s(de.)46 b(Split)30 b(caps)g(mo)s(de)g(is)h(useful)
+e(when)h(reading)g(Hungarian)h(notation)390 1924 y(in)f(program)g
+(source)h(co)s(de.)46 b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)f
+(toggle)j(the)d(global)i(default)390 2034 y(v)-5 b(alue,)31
+b(and)f(then)g(set)h(the)f(curren)m(t)h(lo)s(cal)g(v)-5
+b(alue)31 b(to)g(the)g(result.)2836 2210 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(dtk-toggle-splitting-o)q(n-w)q(hite)q(-sp)q(ace)52
+b Fg(\(\))390 2320 y Fj(control)28 b(e)i(d)g(SPACE)390
+2452 y Ft(T)-8 b(oggle)32 b(splitting)f(of)g(sp)s(eec)m(h)f(on)h(white)
+f(space.)46 b(This)30 b(a\013ects)i(the)e(in)m(ternal)i(state)f(of)g
+(emacs-)390 2561 y(p)s(eak)f(that)h(decides)g(if)f(w)m(e)h(split)f
+(text)i(purely)d(b)m(y)i(clause)g(b)s(oundaries,)e(or)h(also)i(include)
+e(white-)390 2671 y(space.)46 b(By)31 b(default,)g(emacsp)s(eak)g
+(sends)e(a)i(clause)g(at)g(a)g(time)g(to)g(the)g(sp)s(eec)m(h)f
+(device.)47 b(This)390 2780 y(pro)s(duces)29 b(\015uen)m(t)h(sp)s(eec)m
+(h)g(for)h(normal)f(use.)45 b(Ho)m(w)m(ev)m(er)33 b(in)d(mo)s(des)g
+(suc)m(h)g(as)g(`shell-mo)s(de')h(and)390 2890 y(some)g(programming)f
+(language)i(mo)s(des,)e(clause)h(mark)m(ers)f(app)s(ear)g(infrequen)m
+(tly)-8 b(,)31 b(and)f(this)390 2999 y(can)h(result)f(in)g(large)h
+(amoun)m(ts)g(of)g(text)g(b)s(eing)f(sen)m(t)h(to)g(the)g(sp)s(eec)m(h)
+f(device)h(at)g(once,)h(mak-)390 3109 y(ing)f(the)f(system)h(unresp)s
+(onsiv)m(e)e(when)g(ask)m(ed)i(to)g(stop)g(talking.)47
+b(Splitting)30 b(on)h(white)f(space)390 3219 y(mak)m(es)h(emacsp)s
+(eak's)g(stop)g(command)f(resp)s(onsiv)m(e.)46 b(Ho)m(w)m(ev)m(er,)32
+b(when)e(splitting)h(on)f(white)390 3328 y(space,)h(the)g(sp)s(eec)m(h)
+f(sounds)f(c)m(hopp)m(y)i(since)f(the)h(syn)m(thesizer)g(is)f(getting)i
+(a)f(w)m(ord)f(at)h(a)g(time.)2836 3505 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(dtk-toggle-stop-immedi)q(ate)q(ly-w)q(hil)q(e-t)q
+(ypi)q(ng)565 3614 y Fg(\()p Ff(&optional)31 b Fk(PREFIX)p
+Ft(\))390 3724 y Fj(control)d(e)i(d)g(cap)g(I)390 3856
+y Ft(T)-8 b(oggle)32 b(state)g(of)f(v)-5 b(ariable)31
+b(`dtk-stop-immediately-while-t)m(yping'.)49 b(As)31
+b(the)f(name)h(implies,)390 3965 y(if)f(T)g(then)g(sp)s(eec)m(h)h
+(\015ushes)e(immediately)i(as)g(y)m(ou)g(t)m(yp)s(e.)46
+b(Optional)30 b(argumen)m(t)h(PREFIX)390 4075 y(sp)s(eci\014es)f(if)g
+(the)h(setting)g(applies)g(to)g(all)g(bu\013ers.)2836
+4251 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(dtk-toggle-strip-octal)
+q(s)51 b Fg(\()p Ff(&optional)32 b Fk(PREFIX)p Ft(\))390
+4361 y Fj(control)c(e)i(d)g(o)390 4493 y Ft(T)-8 b(oggle)32
+b(stripping)e(of)h(o)s(ctals.)47 b(In)m(teractiv)m(e)32
+b(pre\014x)e(arg)g(means)h(toggle)h(the)f(global)h(default)390
+4602 y(v)-5 b(alue,)31 b(and)f(then)g(set)h(the)f(curren)m(t)h(lo)s
+(cal)g(v)-5 b(alue)31 b(to)g(the)g(result.)150 4830 y
+Fr(11.3)68 b(emacsp)t(eak-alsapla)l(y)l(er)150 4989 y
+Ft(Commen)m(tary:)46 b(De\014nes)31 b(a)f(simple)h(deriv)m(ed)f(mo)s
+(de)g(for)g(in)m(teracting)i(with)f(alsapla)m(y)m(er.)47
+b(alsapla)m(y)m(er)150 5099 y(na)m(vigation)32 b(commands)e(w)m(ork)h
+(via)g(single)g(k)m(eystrok)m(es.)275 5230 y(Automatically)h(generated)
+g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g
+(emacsp)s(eak-)150 5340 y(alsapla)m(y)m(er.)p eop end
+%%Page: 51 54
+TeXDict begin 51 53 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(51)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-alsaplayer-a)q(dd-)q(to-q)q(ueu)q(e)51
+b Fg(\()p Fk(RESOUR)m(CE)p Fg(\))390 408 y Ft(Add)29
+b(sp)s(eci\014ed)h(resource)h(to)g(queue.)2836 590 y([In)m(teractiv)m
+(e)i(Command])-3601 b Fh(emacspeak-alsaplayer-b)q(ack)q(ward)q(-10)q
+(-se)q(con)q(ds)52 b Fg(\(\))390 700 y Ft(Skip)30 b(bac)m(kw)m(ard)g(b)
+m(y)h(10)g(seconds.)2836 882 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-alsaplayer-b)q(ack)q(ward)q(-mi)q(nut)q(e)51
+b Fg(\()p Fk(MINUTES)p Fg(\))390 991 y Ft(Skip)30 b(bac)m(kw)m(ards)g
+(b)m(y)g(min)m(utes.)2836 1173 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-alsaplayer-b)q(ack)q(ward)q(-te)q(n-m)q(inu)q(tes)565
+1283 y Fg(\()p Fk(MINUTES)p Fg(\))390 1392 y Ft(Skip)30
+b(bac)m(kw)m(ards)g(b)m(y)g(c)m(h)m(unks)g(of)h(min)m(utes.)2836
+1574 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-alsaplayer-c)
+q(lea)q(r)51 b Fg(\(\))390 1683 y Ft(Clear)31 b(or)f(resume)g(alsapla)m
+(y)m(er)2836 1865 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-alsaplayer-c)q(lip)52 b Fg(\()p Fk(P)-8
+b(A)g(TH)31 b(ST)-8 b(AR)g(T)30 b(END)p Fg(\))390 1975
+y Ft(In)m(v)m(ok)m(e)i(mp3splt)e(to)h(clip)g(selected)h(range.)2836
+2157 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-alsaplayer-f)
+q(orw)q(ard-)q(10-)q(sec)q(ond)q(s)51 b Fg(\(\))390 2266
+y Ft(Skip)30 b(forw)m(ard)f(b)m(y)i(seconds.)2836 2448
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-alsaplayer-f)q
+(orw)q(ard-)q(min)q(ute)52 b Fg(\()p Fk(MINUTES)p Fg(\))390
+2557 y Ft(Skip)30 b(forw)m(ard)f(b)m(y)i(min)m(utes.)2836
+2739 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-alsaplayer-f)
+q(orw)q(ard-)q(ten)q(-mi)q(nut)q(es)565 2849 y Fg(\()p
+Fk(MINUTES)p Fg(\))390 2958 y Ft(Skip)30 b(forw)m(ard)f(b)m(y)i(c)m(h)m
+(unks)f(of)g(ten)h(min)m(utes.)2836 3140 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-alsaplayer-i)q(nfo)52
+b Fg(\(\))390 3250 y Ft(Sp)s(eak)30 b(curren)m(t)g(path)g(and)g(cop)m
+(y)h(it)g(to)g(kill)g(ring.)2836 3432 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-alsaplayer-j)q(ump)52 b Fg(\()p
+Fk(TRA)m(CK)p Fg(\))390 3541 y Ft(Jump)29 b(to)i(sp)s(eci\014ed)f(trac)
+m(k.)2836 3723 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-alsaplayer-l)q(aun)q(ch)52 b Fg(\(\))390
+3832 y Ft(Launc)m(h)30 b(Alsapla)m(y)m(er.)48 b(user)29
+b(is)i(placed)f(in)h(a)f(bu\013er)g(asso)s(ciated)h(with)g(the)f(newly)
+g(created)i(Al-)390 3942 y(sapla)m(y)m(er)g(session.)2836
+4124 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-alsaplayer-m)
+q(ark)q(-pos)q(iti)q(on)52 b Fg(\(\))390 4233 y Ft(Mark)31
+b(curren)m(tly)f(displa)m(y)m(ed)h(p)s(osition.)2836
+4415 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-alsaplayer-m)
+q(ode)52 b Fg(\(\))390 4525 y Ft(Ma)5 b(jor)31 b(mo)s(de)f(for)g
+(alsapla)m(y)m(er)j(in)m(teraction.)390 4658 y(k)m(ey)e(binding)e(|)i
+(||-)390 4792 y(SPC)e(emacsp)s(eak-alsapla)m(y)m(er-pause)34
+b(,)c(emacsp)s(eak-alsapla)m(y)m(er-bac)m(kw)m(ard-10-sec)q(onds)390
+4902 y(.)46 b(emacsp)s(eak-alsapla)m(y)m(er-forw)m(ard-10-seconds)35
+b(/)30 b(emacsp)s(eak-alsapla)m(y)m(er-sp)s(eed)j Fp(<)390
+5011 y Ft(emacsp)s(eak-alsapla)m(y)m(er-bac)m(kw)m(ard-min)m(ute)i
+Fp(>)30 b Ft(emacsp)s(eak-alsapla)m(y)m(er-forw)m(ard-min)m(ute)390
+5121 y(?)45 b(emacsp)s(eak-alsapla)m(y)m(er-status)35
+b(A)30 b(emacsp)s(eak-alsapla)m(y)m(er-replace-queue)35
+b(S)390 5230 y(emacsp)s(eak-alsapla)m(y)m(er-stop)f([)d(emacsp)s
+(eak-alsapla)m(y)m(er-bac)m(kw)m(ard-ten-min)m(utes)k(])390
+5340 y(emacsp)s(eak-alsapla)m(y)m(er-forw)m(ard-ten-min)m(utes)f(a)d
+(emacsp)s(eak-alsapla)m(y)m(er-add-to-queue)p eop end
+%%Page: 52 55
+TeXDict begin 52 54 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(52)390 299 y(c)31
+b(emacsp)s(eak-alsapla)m(y)m(er-clear)k(g)30 b(emacsp)s(eak-alsapla)m
+(y)m(er-seek)35 b(i)30 b(emacsp)s(eak-)390 408 y(alsapla)m(y)m(er-info)
+j(j)d(emacsp)s(eak-alsapla)m(y)m(er-jump)i(l)f(emacsp)s(eak-alsapla)m
+(y)m(er-launc)m(h)390 518 y(m)f(emacsp)s(eak-alsapla)m(y)m(er-mark-p)s
+(osition)k(n)c(emacsp)s(eak-alsapla)m(y)m(er-next)k(p)390
+628 y(emacsp)s(eak-alsapla)m(y)m(er-previous)f(q)e(emacsp)s
+(eak-alsapla)m(y)m(er-quit)j(r)29 b(emacsp)s(eak-)390
+737 y(alsapla)m(y)m(er-relativ)m(e)35 b(s)30 b(emacsp)s(eak-alsapla)m
+(y)m(er-start)35 b(v)30 b(emacsp)s(eak-alsapla)m(y)m(er-v)m(olume)k(w)
+390 847 y(emacsp)s(eak-alsapla)m(y)m(er-where)f(x)e(emacsp)s
+(eak-alsapla)m(y)m(er-clip)390 997 y(This)f(mo)s(de)g(runs)e(the)j(ho)s
+(ok)f(`emacsp)s(eak-alsapla)m(y)m(er-mo)s(de-ho)s(ok',)35
+b(as)30 b(the)h(\014nal)f(step)g(dur-)390 1106 y(ing)h(initialization.)
+2836 1321 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-alsaplayer-n)q(ext)52 b Fg(\(\))390 1430 y
+Ft(Next)31 b(alsapla)m(y)m(er)2836 1645 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-alsaplayer-p)q(aus)q(e)51
+b Fg(\(\))390 1755 y Ft(P)m(ause)31 b(or)f(resume)g(alsapla)m(y)m(er)
+2836 1969 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-alsaplayer-p)q(rev)q(ious)52 b Fg(\(\))390
+2079 y Ft(Previous)30 b(alsapla)m(y)m(er)2836 2294 y([In)m(teractiv)m
+(e)j(Command])-3601 b Fh(emacspeak-alsaplayer-q)q(uit)52
+b Fg(\(\))390 2403 y Ft(Quit)30 b(or)g(resume)g(alsapla)m(y)m(er)2836
+2618 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-alsaplayer-r)
+q(ela)q(tive)52 b Fg(\()p Fk(OFFSET)p Fg(\))390 2728
+y Ft(Relativ)m(e)33 b(seek)e(alsapla)m(y)m(er)2836 2942
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-alsaplayer-r)q
+(epl)q(ace-)q(que)q(ue)52 b Fg(\()p Fk(RESOUR)m(CE)p
+Fg(\))390 3052 y Ft(Replace)32 b(curren)m(tly)e(pla)m(ying)h(m)m(usic.)
+2836 3267 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-alsaplayer-s)q(eek)52 b Fg(\()p Fk(OFFSET)p
+Fg(\))390 3376 y Ft(Absolute)31 b(seek)g(alsapla)m(y)m(er)2836
+3591 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-alsaplayer-s)
+q(pee)q(d)51 b Fg(\()p Fk(SETTING)p Fg(\))390 3701 y
+Ft(Set)31 b(sp)s(eed)e(in)h(alsapla)m(y)m(er.)2836 3915
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-alsaplayer-s)q
+(tar)q(t)51 b Fg(\(\))390 4025 y Ft(Start)31 b(alsapla)m(y)m(er)2836
+4240 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-alsaplayer-s)
+q(tat)q(us)52 b Fg(\(\))390 4349 y Ft(Sho)m(w)30 b(alsapla)m(y)m(er)i
+(status)2836 4564 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-alsaplayer-s)q(top)52 b Fg(\(\))390 4674
+y Ft(Stop)30 b(alsapla)m(y)m(er)2836 4888 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-alsaplayer-v)q(olu)q(me)52
+b Fg(\()p Fk(SETTING)p Fg(\))390 4998 y Ft(Set)31 b(v)m(olume.)2836
+5213 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-alsaplayer-w)
+q(her)q(e)51 b Fg(\(\))390 5322 y Ft(Sp)s(eak)30 b(curren)m(t)g(p)s
+(osition)g(and)g(cop)m(y)h(it)g(to)g(kill)g(ring.)p eop
+end
+%%Page: 53 56
+TeXDict begin 53 55 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(53)150 299 y Fr(11.4)68
+b(emacsp)t(eak-amphetadesk)150 458 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 568 y(amphetadesk.)2836
+762 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-amphetadesk)52
+b Fg(\()p Ff(&optional)31 b Fk(USE-OPML)p Ft(\))390 872
+y(Op)s(en)e(amphetadesk.)46 b(In)m(teractiv)m(e)33 b(pre\014x-arg)d
+(use-opml)g(op)s(ens)g(the)g(m)m(yChannels.opml)390 981
+y(\014le.)2836 1175 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-amphetadesk-)q(qui)q(ck-a)q(dd)52 b Fg(\()p
+Fk(URL)p Fg(\))390 1285 y Ft(Quic)m(k)31 b(add)e(URL)i(to)g
+(Amphetadesk)f(b)m(y)g(prompting)g(for)g(URL.)150 1525
+y Fr(11.5)68 b(emacsp)t(eak-arc)150 1684 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-arc.)2836 1878 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-arc-speak-fi)q(le-)q(modi)q(fic)q(ati)q
+(on-)q(time)52 b Fg(\(\))390 1988 y Ft(Sp)s(eak)30 b(mo)s(di\014cation)
+g(time)h(of)g(the)g(\014le)f(on)g(curren)m(t)g(line)2836
+2182 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-arc-speak-fi)
+q(le-)q(name)52 b Fg(\(\))390 2292 y Ft(Sp)s(eak)30 b(the)g(name)h(of)f
+(the)h(\014le)f(on)g(curren)m(t)h(line)2836 2486 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-arc-speak-fi)q(le-)q(perm)q(iss)q(ion)q
+(s)51 b Fg(\(\))390 2595 y Ft(Sp)s(eak)30 b(p)s(ermissions)f(of)h
+(\014le)h(curren)m(t)f(en)m(try)2836 2789 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-arc-speak-fi)q(le-)q(size)52
+b Fg(\(\))390 2899 y Ft(Sp)s(eak)30 b(the)g(size)h(of)g(the)g(\014le)f
+(on)g(curren)m(t)g(line)150 3139 y Fr(11.6)68 b(emacsp)t(eak-aumix)150
+3298 y Ft(Commen)m(tary:)46 b(Pro)m(vides)31 b(an)f(A)m(UI)h(to)g
+(setting)h(up)d(the)i(auditory)f(displa)m(y)g(via)h(A)m(UMIX)h(This)e
+(mo)s(d-)150 3408 y(ule)g(is)h(presen)m(tly)g(Lin)m(ux)e(sp)s(eci\014c)
+275 3547 y(Automatically)j(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+3657 y(aumix.)2836 3851 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-aumix)50 b Fg(\(\))390 3961 y Fj(control)28
+b(e)i(\()390 4100 y Ft(Setup)g(output)g(parameters)g(of)h(the)f
+(auditory)h(displa)m(y)-8 b(.)46 b(Launc)m(h)30 b(this)g(to)s(ol)i
+(while)e(y)m(ou)h(ha)m(v)m(e)390 4210 y(auditory)f(output)g(on)h(m)m
+(ultiple)g(c)m(hannels)f(pla)m(ying)i(so)e(y)m(ou)h(can)g(adjust)e(the)
+i(settings)g(to)g(y)m(our)390 4319 y(preference.)46 b(Hit)31
+b(q)f(to)h(quit)g(when)e(y)m(ou)i(are)f(done.)2836 4513
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-aumix-edit)52
+b Fg(\(\))390 4623 y Ft(Edit)30 b(aumix)h(settings)g(in)m(teractiv)m
+(ely)-8 b(.)49 b(Run)29 b(command)i(M-x)f(emacsp)s(eak-aumix-reset)j
+(after)390 4733 y(sa)m(ving)e(the)g(settings)g(to)g(ha)m(v)m(e)h(them)e
+(tak)m(e)i(e\013ect.)2836 4927 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-aumix-reset)52 b Fg(\(\))390 5036 y Ft(Reset)31
+b(to)g(default)g(audio)f(settings.)2836 5230 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-aumix-volume)q(-de)q(crea)q(se)52
+b Fg(\()p Ff(&optional)31 b Fk(GAIN)p Ft(\))390 5340
+y(Decrease)h(o)m(v)m(erall)h(v)m(olume.)p eop end
+%%Page: 54 57
+TeXDict begin 54 56 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(54)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-aumix-volume)q(-in)q(crea)q(se)52
+b Fg(\()p Ff(&optional)31 b Fk(GAIN)p Ft(\))390 408 y(Increase)g(o)m(v)
+m(erall)h(v)m(olume.)2836 653 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-aumix-wave-d)q(ecr)q(ease)52 b Fg(\()p
+Ff(&optional)31 b Fk(GAIN)p Ft(\))390 763 y(Decrease)h(v)m(olume)f(of)g
+(w)m(a)m(v)m(e)h(output.)2836 1008 y([In)m(teractiv)m(e)h(Command])
+-3601 b Fh(emacspeak-aumix-wave-i)q(ncr)q(ease)52 b Fg(\()p
+Ff(&optional)31 b Fk(GAIN)p Ft(\))390 1117 y(Increase)g(v)m(olume)g(of)
+f(w)m(a)m(v)m(e)j(output.)150 1395 y Fr(11.7)68 b(emacsp)t(eak-bs)150
+1554 y Ft(Commen)m(tary:)46 b(sp)s(eec)m(h-enable)31
+b(bs.el)g(this)f(is)h(an)f(alternativ)m(e)j(to)e(list-bu\013ers)275
+1719 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+1829 y(bs.)2836 2073 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-bs-speak-buf)q(fer)q(-lin)q(e)52 b Fg(\(\))390
+2183 y Ft(Sp)s(eak)30 b(information)g(ab)s(out)g(this)h(bu\013er)150
+2461 y Fr(11.8)68 b(emacsp)t(eak-bu\013-men)l(u)150 2620
+y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-bu\013-)150
+2730 y(men)m(u.)2836 2974 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-list-buffers)q(-ne)q(xt-l)q(ine)52 b Fg(\()p
+Fk(COUNT)p Fg(\))390 3084 y Ft(Sp)s(eec)m(h)30 b(enabled)g(bu\013er)g
+(men)m(u)g(na)m(vigation)2836 3329 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-list-buffers)q(-pr)q(evio)q(us-)q(lin)q(e)51
+b Fg(\()p Fk(COUNT)p Fg(\))390 3438 y Ft(Sp)s(eec)m(h)30
+b(enabled)g(bu\013er)g(men)m(u)g(na)m(vigation)2836 3683
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-list-buffers)q
+(-sp)q(eak-)q(buf)q(fer)q(-li)q(ne)52 b Fg(\(\))390 3793
+y Ft(Sp)s(eak)30 b(information)g(ab)s(out)g(this)h(bu\013er)2836
+4037 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-list-buffers)
+q(-sp)q(eak-)q(buf)q(fer)q(-na)q(me)52 b Fg(\(\))390
+4147 y Ft(Sp)s(eak)30 b(the)g(name)h(of)f(the)h(bu\013er)e(on)h(this)h
+(line)150 4425 y Fr(11.9)68 b(emacsp)t(eak-c)150 4584
+y Ft(Commen)m(tary:)46 b(Mak)m(e)32 b(some)f(of)f(C)g(and)g(C)p
+Fp(++)f Ft(mo)s(de)h(more)h(emacsp)s(eak)g(friendly)f(W)-8
+b(orks)31 b(with)f(b)s(oth)150 4694 y(b)s(oring)g(c-mo)s(de)g(and)g
+(the)h(excellen)m(t)h(cc-mo)s(de)275 4858 y(Automatically)g(generated)g
+(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g
+(emacsp)s(eak-)150 4968 y(c.)2836 5213 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-c-speak-sema)q(nti)q(cs)52 b Fg(\(\))390
+5322 y Ft(Sp)s(eak)30 b(the)g(C)g(seman)m(tics)i(of)e(this)h(line.)p
+eop end
+%%Page: 55 58
+TeXDict begin 55 57 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(55)150 299 y Fr(11.10)69
+b(emacsp)t(eak-calendar)150 458 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 568 y(calendar.)2836 747
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-appt-repeat-)q
+(ann)q(ounc)q(eme)q(nt)52 b Fg(\(\))390 856 y Fj(control)28
+b(e)i(cap)g(A)390 989 y Ft(Sp)s(eaks)g(the)g(most)h(recen)m(tly)g
+(displa)m(y)m(ed)g(app)s(oin)m(tmen)m(t)g(message)h(if)e(an)m(y)-8
+b(.)2836 1168 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-calendar-spe)q(ak-)q(date)52 b Fg(\(\))390
+1278 y Ft(Sp)s(eak)30 b(the)g(date)h(under)e(p)s(oin)m(t)h(when)g
+(called)h(in)f(Calendar)h(Mo)s(de.)150 1507 y Fr(11.11)69
+b(emacsp)t(eak-compile)150 1666 y Ft(Commen)m(tary:)46
+b(This)30 b(mo)s(dule)f(mak)m(es)j(compiling)f(co)s(de)f(from)g(inside)
+g(Emacs)h(sp)s(eec)m(h)f(friendly)-8 b(.)46 b(It)30 b(is)150
+1776 y(an)g(example)h(of)g(ho)m(w)f(a)h(little)h(amoun)m(t)f(of)g(co)s
+(de)f(can)h(mak)m(e)g(Emacsp)s(eak)g(ev)m(en)g(b)s(etter.)275
+1909 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+2018 y(compile.)2836 2197 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-compilation-)q(spe)q(ak-e)q(rro)q(r)51
+b Fg(\(\))390 2307 y Ft(Sp)s(eec)m(h)30 b(feedbac)m(k)h(ab)s(out)f(the)
+h(compilation)h(error.)150 2536 y Fr(11.12)69 b(emacsp)t(eak-custom)150
+2695 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+2805 y(custom.)2836 2984 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-custom-goto-)q(gro)q(up)52 b Fg(\(\))390
+3093 y Ft(Jump)29 b(to)i(custom)g(group)e(when)h(in)g(a)h
+(customization)h(bu\013er.)2836 3272 y([In)m(teractiv)m(e)h(Command])
+-3601 b Fh(emacspeak-custom-goto-)q(too)q(lbar)52 b Fg(\(\))390
+3382 y Ft(Jump)29 b(to)i(custom)g(to)s(olbar)f(when)g(in)g(a)h
+(customization)h(bu\013er.)150 3611 y Fr(11.13)69 b(emacsp)t(eak-daisy)
+150 3770 y Ft(Commen)m(tary:)46 b(Daisy)31 b(Digital)i(T)-8
+b(alking)31 b(Bo)s(ok)h(Reader)275 3903 y(Automatically)g(generated)g
+(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g
+(emacsp)s(eak-)150 4013 y(daisy)-8 b(.)2836 4192 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-daisy-define)q(-ou)q(tlin)q(e-p)q
+(att)q(ern)52 b Fg(\()p Fk(REGEXP)p Fg(\))390 4301 y
+Ft(De\014ne)31 b(p)s(ersisten)m(t)f(outline)h(regexp)g(for)f(this)g(b)s
+(o)s(ok.)2836 4480 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-daisy-mark-p)q(osi)q(tion)q(-in)q(-co)q(nte)q(nt-u)q
+(nde)q(r-)565 4590 y(point)565 4699 y Fg(\(\))390 4809
+y Ft(Mark)31 b(curren)m(t)f(p)s(osition)g(in)g(displa)m(y)m(ed)h(con)m
+(ten)m(t.)48 b(No-op)31 b(if)f(con)m(ten)m(t)j(under)c(p)s(oin)m(t)h
+(is)g(not)h(cur-)390 4919 y(ren)m(tly)g(displa)m(y)m(ed.)2836
+5098 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-daisy-mode)52
+b Fg(\(\))390 5207 y Ft(A)30 b(D)m(AISY)h(fron)m(t-end)g(for)f(the)g
+(Emacsp)s(eak)h(desktop.)390 5340 y(Pre-requisites:)p
+eop end
+%%Page: 56 59
+TeXDict begin 56 58 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(56)390 299 y(0\))31
+b(mpg123)g(for)g(pla)m(ying)g(mp3)f(\014les)g(1\))h(lib)m(xml)g(and)f
+(lib)m(xslt)h(pac)m(k)-5 b(ages)32 b(2\))f(xml-parse.el)h(for)390
+408 y(parsing)e(XML)h(in)f(Emacs)g(Lisp.)390 549 y(The)g(Emacsp)s(eak)g
+(D)m(AISY)h(fron)m(t-end)f(is)h(launc)m(hed)f(b)m(y)g(command)h(emacsp)
+s(eak-daisy-op)s(en-)390 658 y(b)s(o)s(ok)f(b)s(ound)e(to)j(C-e)g(C-b.)
+390 799 y(This)f(command)g(switc)m(hes)h(to)g(a)g(sp)s(ecial)g
+(bu\013er)e(that)i(has)f(D)m(AISY)h(commands)f(b)s(ounds)e(to)390
+908 y(single)j(k)m(eystrok)m(es{)i(see)e(the)f(k)m(e-binding)h(list)g
+(at)g(the)f(end)g(of)h(this)f(description.)46 b(Use)30
+b(Emacs)390 1018 y(online)h(help)f(facilit)m(y)i(to)f(lo)s(ok)g(up)f
+(help)f(on)i(these)g(commands.)390 1158 y(emacsp)s(eak-daisy-mo)s(de)g
+(pro)m(vides)g(the)f(necessary)h(functionalit)m(y)h(to)f(na)m(vigate)i
+(and)c(listen)390 1268 y(to)i(Daisy)g(talking)h(b)s(o)s(oks.)390
+1408 y(Here)f(is)f(a)h(list)g(of)g(all)g(emacsp)s(eak)g(D)m(AISY)g
+(commands)f(along)h(with)f(their)h(k)m(ey-bindings:)390
+1549 y(k)m(ey)g(binding)e(|)i(||-)390 1689 y(RET)f(emacsp)s
+(eak-daisy-pla)m(y-con)m(ten)m(t-under-p)s(oin)m(t)k(SPC)29
+b(emacsp)s(eak-daisy-pla)m(y-audio-)390 1799 y(under-p)s(oin)m(t)g(?)46
+b(describ)s(e-mo)s(de)29 b(P)h(emacsp)s(eak-daisy-pla)m(y-page-range)35
+b(S)29 b(emacsp)s(eak-)390 1908 y(daisy-sa)m(v)m(e-b)s(o)s(okmarks)j(m)
+e(emacsp)s(eak-daisy-mark-p)s(osition-in-con)m(ten)m(t-under-p)s(oin)m
+(t)j(n)390 2018 y(emacsp)s(eak-daisy-next-line)g(o)d(emacsp)s
+(eak-daisy-de\014ne-outline-pattern)j(p)d(emacsp)s(eak-)390
+2127 y(daisy-previous-line)h(q)f(bury-bu\013er)e(s)j(emacsp)s
+(eak-daisy-stop-audio)390 2268 y(In)f(addition)g(to)h(an)m(y)g(ho)s
+(oks)f(its)h(paren)m(t)f(mo)s(de)g(`text-mo)s(de')i(migh)m(t)f(ha)m(v)m
+(e)h(run,)d(this)h(mo)s(de)390 2377 y(runs)f(the)h(ho)s(ok)h(`emacsp)s
+(eak-daisy-mo)s(de-ho)s(ok',)h(as)e(the)h(\014nal)f(step)g(during)g
+(initialization.)2836 2573 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-daisy-next-l)q(ine)52 b Fg(\(\))390 2683
+y Ft(Mo)m(v)m(e)32 b(to)g(next)e(line.)2836 2879 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-daisy-open-b)q(ook)52
+b Fg(\()p Fk(FILENAME)p Fg(\))390 2989 y Fj(control)28
+b(e)i(control)f(b)390 3129 y Ft(Op)s(en)g(Digital)k(T)-8
+b(alking)31 b(Bo)s(ok)g(sp)s(eci\014ed)f(b)m(y)g(na)m(vigation)i
+(\014le)f(\014lename.)390 3269 y(This)f(is)g(the)h(main)f(en)m(try)g(p)
+s(oin)m(t)h(to)g(the)f(Emacsp)s(eak)h(Daisy)g(reader.)46
+b(Op)s(ening)29 b(a)i(Daisy)g(na)m(v-)390 3379 y(igation)h(\014le)e
+(\(.ncx)h(\014le\))g(results)f(in)g(a)h(na)m(vigation)h(bu\013er)e
+(that)h(can)f(b)s(e)g(used)g(to)h(bro)m(wse)f(and)390
+3488 y(read)g(the)h(b)s(o)s(ok.)2836 3685 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-daisy-play-a)q(udi)q(o-un)q(der)q(-po)q
+(int)52 b Fg(\(\))390 3794 y Ft(Pla)m(y)31 b(audio)g(clip)g(under)d(p)s
+(oin)m(t.)2836 3990 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-daisy-play-c)q(ont)q(ent-)q(und)q(er-)q(poi)q(nt)52
+b Fg(\(\))390 4100 y Ft(Pla)m(y)31 b(SMIL)f(con)m(ten)m(t)i(under)d(p)s
+(oin)m(t.)2836 4296 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-daisy-play-p)q(age)q(-ran)q(ge)52 b Fg(\()p
+Fk(ST)-8 b(AR)g(T)30 b(END)p Fg(\))390 4405 y Ft(Pla)m(y)h(pages)g(in)f
+(sp)s(eci\014ed)g(page)h(range.)2836 4601 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-daisy-previo)q(us-)q(line)52
+b Fg(\(\))390 4711 y Ft(Mo)m(v)m(e)32 b(to)g(previous)d(line.)2836
+4907 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-daisy-save-b)
+q(ook)q(mark)q(s)52 b Fg(\(\))390 5017 y Ft(Sa)m(v)m(e)32
+b(b)s(o)s(okmarks)d(for)h(curren)m(t)g(b)s(o)s(ok.)2836
+5213 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-daisy-stop-a)
+q(udi)q(o)51 b Fg(\(\))390 5322 y Ft(Stop)30 b(audio.)p
+eop end
+%%Page: 57 60
+TeXDict begin 57 59 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(57)150 299 y Fr(11.14)69
+b(emacsp)t(eak-dired)150 458 y Ft(Commen)m(tary:)46 b(This)30
+b(mo)s(dule)f(sp)s(eec)m(h)i(enables)f(dired.)45 b(It)31
+b(reduces)f(the)g(amoun)m(t)h(of)g(sp)s(eec)m(h)f(y)m(ou)150
+568 y(hear:)46 b(T)m(ypically)31 b(y)m(ou)g(hear)f(the)h(\014le)f
+(names)g(as)h(y)m(ou)g(mo)m(v)m(e)h(through)d(the)i(dired)e(bu\013er)h
+(V)-8 b(oici\014ca-)150 677 y(tion)31 b(is)f(used)g(to)h(indicate)g
+(directories,)h(mark)m(ed)f(\014les)f(etc.)275 810 y(Automatically)i
+(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 919 y(dired.)2836 1097
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-dired-label-)q
+(fie)q(lds)52 b Fg(\(\))390 1206 y Ft(Lab)s(els)30 b(the)h(\014elds)f
+(of)g(the)h(listing)g(in)f(the)g(dired)g(bu\013er.)45
+b(Curren)m(tly)29 b(is)i(a)g(no-op)f(unless)g(unless)390
+1316 y(`dired-listing-switc)m(hes')i(con)m(tains)g(-al)2836
+1493 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-dired-show-f)
+q(ile)q(-typ)q(e)52 b Fg(\()p Ff(&optional)31 b Fk(FILE)565
+1603 y(DEREF-SYMLINKS)p Ft(\))390 1712 y(Displa)m(ys)g(t)m(yp)s(e)g(of)
+f(curren)m(t)h(\014le)f(b)m(y)g(running)f(command)h(\014le.)46
+b(Lik)m(e)31 b(Emacs')g(built-in)f(dired-)390 1822 y(sho)m(w-\014le-t)m
+(yp)s(e)h(but)f(allo)m(ws)i(user)d(to)i(customize)h(options)f(passed)f
+(to)h(command)f(`\014le'.)2836 1999 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-dired-speak-)q(fil)q(e-ac)q(ces)q(s-t)q(ime)52
+b Fg(\(\))390 2109 y Ft(Sp)s(eak)30 b(access)h(time)g(of)g(the)g
+(curren)m(t)f(\014le.)2836 2286 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-dired-speak-)q(fil)q(e-mo)q(dif)q(ica)q(tio)q(n-ti)q(me)
+52 b Fg(\(\))390 2396 y Ft(Sp)s(eak)30 b(mo)s(di\014cation)g(time)h(of)
+g(the)g(curren)m(t)f(\014le.)2836 2573 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-dired-speak-)q(fil)q(e-pe)q(rmi)q(ssi)q(ons)52
+b Fg(\(\))390 2683 y Ft(Sp)s(eak)30 b(the)g(p)s(ermissions)f(of)i(the)f
+(curren)m(t)h(\014le.)2836 2860 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-dired-speak-)q(fil)q(e-si)q(ze)52 b Fg(\(\))390
+2970 y Ft(Sp)s(eak)30 b(the)g(size)h(of)g(the)g(curren)m(t)f(\014le.)46
+b(On)29 b(a)i(directory)g(line,)g(run)e(du)g(-s)h(on)h(the)f(directory)
+h(to)390 3079 y(sp)s(eak)f(its)h(size.)2836 3257 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-dired-speak-)q(hea)q(der-)q(lin)q(e)51
+b Fg(\(\))390 3366 y Ft(Sp)s(eak)30 b(the)g(header)g(line)h(of)g(the)f
+(dired)g(bu\013er.)2836 3544 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-dired-speak-)q(sym)q(link)q(-ta)q(rge)q(t)51
+b Fg(\(\))390 3653 y Ft(Sp)s(eaks)30 b(the)g(target)i(of)f(the)f
+(symlink)g(on)g(the)h(curren)m(t)f(line.)150 3881 y Fr(11.15)69
+b(emacsp)t(eak-dismal)150 4041 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 4150 y(dismal.)2836 4328
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-dismal-backw)q
+(ard)q(-col)q(-an)q(d-s)q(umm)q(ariz)q(e)565 4437 y Fg(\()p
+Fk(COLS)p Fg(\))390 4547 y Ft(Mo)m(v)m(e)32 b(bac)m(kw)m(ard)f(b)m(y)f
+(arg)h(columns)f(\(the)h(previous)f(column)g(b)m(y)h(default\)and)f
+(summarize)g(it.)2836 4724 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-dismal-backw)q(ard)q(-row)q(-an)q(d-s)q(umm)q(ariz)q(e)
+565 4834 y Fg(\()p Fk(R)m(O)m(WS)p Fg(\))390 4943 y Ft(Mo)m(v)m(e)32
+b(bac)m(kw)m(ard)f(b)m(y)f(arg)h(ro)m(ws)g(\(the)g(previous)e(ro)m(w)i
+(b)m(y)f(default\)and)h(summarize)f(it.)2836 5121 y([In)m(teractiv)m(e)
+j(Command])-3601 b Fh(emacspeak-dismal-col-s)q(umm)q(ariz)q(e)52
+b Fg(\(\))390 5230 y Ft(Summarizes)30 b(a)h(col)g(using)f(the)g(sp)s
+(eci\014cation)i(in)e(list)h(emacsp)s(eak-dismal-col-summarizer-)390
+5340 y(list)p eop end
+%%Page: 58 61
+TeXDict begin 58 60 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(58)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-dismal-displ)q(ay-)q(cell)q(-ex)q(pre)q
+(ssi)q(on)52 b Fg(\(\))390 408 y Ft(Displa)m(y)32 b(the)e(expression)g
+(in)g(the)h(message)g(area)2836 597 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-dismal-displ)q(ay-)q(cell)q(-va)q(lue)52
+b Fg(\(\))390 707 y Ft(Displa)m(y)32 b(the)e(cell)i(v)-5
+b(alue)31 b(in)f(the)g(message)i(area)2836 896 y([In)m(teractiv)m(e)h
+(Command])-3601 b Fh(emacspeak-dismal-displ)q(ay-)q(cell)q(-wi)q(th-)q
+(col)q(-hea)q(der)52 b Fg(\(\))390 1005 y Ft(Displa)m(y)32
+b(curren)m(t)e(cell)h(along)h(with)e(its)h(column)f(header.)45
+b(The)30 b(`column)h(header')f(is)g(the)h(en)m(try)390
+1115 y(in)f(ro)m(w)h(0.)2836 1304 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-dismal-displ)q(ay-)q(cell)q(-wi)q(th-)q(row)q(-hea)q
+(der)52 b Fg(\(\))390 1413 y Ft(Displa)m(ys)31 b(curren)m(t)g(cell)g
+(along)h(with)e(its)g(ro)m(w)h(header.)45 b(The)30 b(`ro)m(w)h(header')
+g(is)f(the)g(en)m(try)h(in)390 1523 y(column)f(0.)2836
+1712 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-dismal-forwa)
+q(rd-)q(col-)q(and)q(-su)q(mma)q(rize)565 1821 y Fg(\()p
+Fk(COLS)p Fg(\))390 1931 y Ft(Mo)m(v)m(e)32 b(forw)m(ard)e(b)m(y)h(arg)
+f(columns)g(\(the)h(next)g(column)f(b)m(y)g(default\)and)h(summarize)f
+(it.)2836 2119 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-dismal-forwa)q(rd-)q(row-)q(and)q(-su)q(mma)q(rize)565
+2229 y Fg(\()p Fk(R)m(O)m(WS)p Fg(\))390 2339 y Ft(Mo)m(v)m(e)32
+b(forw)m(ard)e(b)m(y)h(arg)f(ro)m(ws)h(\(the)g(next)f(ro)m(w)h(b)m(y)f
+(default\)and)g(summarize)h(it.)2836 2527 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-dismal-row-s)q(umm)q(ariz)q(e)52
+b Fg(\(\))390 2637 y Ft(Summarizes)30 b(a)h(ro)m(w)f(using)g(the)g(sp)s
+(eci\014cation)i(in)e(list)h(emacsp)s(eak-dismal-ro)m(w-summarizer-)390
+2747 y(list)2836 2935 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-dismal-set-c)q(ol-)q(summ)q(ari)q(zer)q(-li)q(st)52
+b Fg(\(\))390 3045 y Ft(Sp)s(ecify)30 b(or)g(reset)h(col)g(summarizer)f
+(list.)2836 3234 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-dismal-set-r)q(ow-)q(summ)q(ari)q(zer)q(-li)q(st)52
+b Fg(\(\))390 3343 y Ft(Sp)s(ecify)30 b(or)g(reset)h(ro)m(w)f
+(summarizer)g(list.)2836 3532 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-dismal-set-s)q(hee)q(t-su)q(mma)q(riz)q(er-)q(list)52
+b Fg(\(\))390 3642 y Ft(Sp)s(ecify)30 b(or)g(reset)h(sheet)g
+(summarizer)f(list.)2836 3830 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-dismal-sheet)q(-su)q(mmar)q(ize)52 b Fg(\(\))390
+3940 y Ft(Summarizes)30 b(a)h(sheet)f(using)g(the)h(sp)s(eci\014cation)
+g(in)f(list)h(emacsp)s(eak-dismal-sheet-)390 4050 y(summarizer-list)150
+4285 y Fr(11.16)69 b(emacsp)t(eak-ecb)150 4445 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-ecb.)2836 4634 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-ecb-speak-wi)q(ndo)q(w-di)q(rec)q(tor)q
+(ies)52 b Fg(\(\))390 4743 y Ft(Sp)s(eak)30 b(con)m(ten)m(ts)i(of)e
+(directories)i(windo)m(w.)2836 4932 y([In)m(teractiv)m(e)h(Command])
+-3601 b Fh(emacspeak-ecb-speak-wi)q(ndo)q(w-hi)q(sto)q(ry)52
+b Fg(\(\))390 5042 y Ft(Sp)s(eak)30 b(con)m(ten)m(ts)i(of)e(history)h
+(windo)m(w.)2836 5230 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-ecb-speak-wi)q(ndo)q(w-me)q(tho)q(ds)52
+b Fg(\(\))390 5340 y Ft(Sp)s(eak)30 b(con)m(ten)m(ts)i(of)e(metho)s(ds)
+g(windo)m(w.)p eop end
+%%Page: 59 62
+TeXDict begin 59 61 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(59)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-ecb-speak-wi)q(ndo)q(w-so)q(urc)q(es)52
+b Fg(\(\))390 408 y Ft(Sp)s(eak)30 b(con)m(ten)m(ts)i(of)e(sources)h
+(windo)m(w.)2836 604 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-ecb-tree-bac)q(ksp)q(ace)52 b Fg(\(\))390
+714 y Ft(Bac)m(k)32 b(up)d(during)g(incremen)m(tal)j(searc)m(h)f(in)f
+(tree)h(bu\013ers.)2836 910 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-ecb-tree-cle)q(ar)52 b Fg(\(\))390 1020
+y Ft(Clear)31 b(searc)m(h)g(pattern)f(during)f(incremen)m(tal)j(searc)m
+(h)f(in)f(tree)h(bu\013ers.)2836 1216 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-ecb-tree-exp)q(and)q(-com)q(mon)q(-pr)q(efi)q(x)51
+b Fg(\(\))390 1325 y Ft(Expand)29 b(to)i(longest)h(common)e(pre\014x)g
+(in)g(tree)h(bu\013er.)2836 1521 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-ecb-tree-shi)q(ft-)q(retu)q(rn)52 b Fg(\(\))390
+1631 y Ft(Do)31 b(shift)f(return)g(in)g(ECB)g(tree)h(bro)m(wser.)150
+1872 y Fr(11.17)69 b(emacsp)t(eak-edi\013)150 2031 y
+Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e(commands)
+g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150 2141
+y(edi\013.)2836 2337 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-ediff-speak-)q(cur)q(rent)q(-di)q(ffe)q(ren)q(ce)52
+b Fg(\(\))390 2447 y Ft(Sp)s(eak)30 b(the)g(curren)m(t)g(di\013erence)
+150 2688 y Fr(11.18)69 b(emacsp)t(eak-enric)l(hed)150
+2847 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+2957 y(enric)m(hed.)2836 3153 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-enriched-voi)q(cei)q(fy-f)q(ace)q(s)51
+b Fg(\()p Fk(ST)-8 b(AR)g(T)31 b(END)p Fg(\))390 3262
+y Ft(Map)g(base)f(fon)m(ts)h(to)g(v)m(oices.)47 b(Useful)31
+b(in)f(v)m(oicifying)i(ric)m(h)e(text.)150 3504 y Fr(11.19)69
+b(emacsp)t(eak-en)l(tertain)150 3663 y Ft(Commen)m(tary:)46
+b(Auditory)30 b(in)m(terface)i(to)f(misc)g(games)275
+3803 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+3913 y(en)m(tertain.)2836 4109 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-hangman-spea)q(k-g)q(uess)52 b Fg(\(\))390
+4219 y Ft(Sp)s(eak)30 b(curren)m(t)g(guessed)g(string.)2836
+4415 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-hangman-spea)
+q(k-s)q(tati)q(sti)q(cs)52 b Fg(\(\))390 4524 y Ft(Sp)s(eak)30
+b(statistics.)150 4765 y Fr(11.20)69 b(emacsp)t(eak-ep)t(erio)t(dic)150
+4925 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+5034 y(ep)s(erio)s(dic.)2836 5230 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-eperiodic-go)q(to-)q(prop)q(ert)q(y-s)q(ect)q(ion)52
+b Fg(\(\))390 5340 y Ft(Mark)31 b(p)s(osition)f(and)g(jump)f(to)i(prop)
+s(erties)f(section.)p eop end
+%%Page: 60 63
+TeXDict begin 60 62 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(60)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-eperiodic-ne)q(xt-)q(line)52
+b Fg(\(\))390 408 y Ft(Mo)m(v)m(e)32 b(to)g(next)e(ro)m(w)h(and)e(sp)s
+(eak)h(elemen)m(t.)2836 645 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-eperiodic-pl)q(ay-)q(desc)q(rip)q(tio)q(n)51
+b Fg(\(\))390 755 y Ft(Pla)m(y)31 b(audio)g(description)f(from)g(W)-8
+b(ebElemen)m(ts.)2836 991 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-eperiodic-pr)q(evi)q(ous-)q(lin)q(e)51
+b Fg(\(\))390 1101 y Ft(Mo)m(v)m(e)32 b(to)g(next)e(ro)m(w)h(and)e(sp)s
+(eak)h(elemen)m(t.)2836 1338 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-eperiodic-sp)q(eak)q(-cur)q(ren)q(t-e)q(lem)q(ent)52
+b Fg(\(\))390 1447 y Ft(Sp)s(eak)30 b(elemen)m(t)i(at)f(p)s(oin)m(t.)
+150 1719 y Fr(11.21)69 b(emacsp)t(eak-erc)150 1878 y
+Ft(Commen)m(tary:)46 b(erc.el)32 b(is)e(a)h(mo)s(dern)e(Emacs)i(clien)m
+(t)h(for)e(IR)m(C)g(including)g(color)h(and)150 1988
+y(fon)m(t)g(lo)s(c)m(king)g(supp)s(ort.)44 b(erc.el)32
+b(-)f(an)f(Emacs)h(IR)m(C)f(clien)m(t)i(\(b)m(y)e(Alexander)h(L.)f
+(Belik)m(o\013)7 b(\))150 2098 y(h)m(ttp://www.cs.cm)m(u.edu/)p
+Fp(~)p Ft(b)s(erez/irc/erc.el)275 2258 y(Automatically)32
+b(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 2368 y(erc.)2836 2605
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-erc-add-name)q
+(-to)q(-mon)q(ito)q(r)51 b Fg(\()p Fk(NAME)565 2714 y
+Ff(&optional)31 b Fk(QUITEN-PR)m(ONUNCIA)-8 b(TION)p
+Ft(\))390 2824 y(Add)29 b(p)s(eople)i(to)g(moniter)g(in)f(this)g(ro)s
+(om.)45 b(Optional)31 b(in)m(teractiv)m(e)i(pre\014x)d(arg)h(de\014nes)
+e(a)i(pro-)390 2933 y(n)m(unciation)g(that)g(silences)g(sp)s(eaking)f
+(of)h(this)f(p)s(erso's)g(name.)2836 3170 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-erc-delete-n)q(ame)q(-fro)q(m-m)q(oni)q
+(tor)52 b Fg(\()p Fk(NAME)p Fg(\))390 3280 y Ft(Remo)m(v)m(e)32
+b(name)f(to)g(monitor)f(in)g(this)h(ro)s(om.)2836 3516
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-erc-setup-cr)q
+(ick)q(et-r)q(ule)q(s)51 b Fg(\(\))390 3626 y Ft(Set)31
+b(up)e(#cric)m(k)m(et)j(c)m(hannels.)2836 3863 y([In)m(teractiv)m(e)h
+(Command])-3601 b Fh(emacspeak-erc-toggle-m)q(y-m)q(onit)q(or)52
+b Fg(\()p Ff(&optional)565 3972 y Fk(PREFIX)p Ft(\))390
+4082 y(T)-8 b(oggle)32 b(state)g(of)f(ER)m(C)f(monitor)h(of)f(m)m(y)h
+(messages.)46 b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)g(tog-)390
+4191 y(gle)g(the)g(global)h(default)e(v)-5 b(alue,)31
+b(and)f(then)g(set)h(the)g(curren)m(t)f(lo)s(cal)h(v)-5
+b(alue)31 b(to)g(the)g(result.)2836 4428 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-erc-toggle-r)q(oom)q(-mon)q(ito)q(r)51
+b Fg(\()p Ff(&optional)565 4538 y Fk(PREFIX)p Ft(\))390
+4647 y(T)-8 b(oggle)32 b(state)g(of)f(ER)m(C)f(ro)s(om)g(monitor.)46
+b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)f(toggle)j(the)390
+4757 y(global)f(default)e(v)-5 b(alue,)31 b(and)f(then)g(set)h(the)g
+(curren)m(t)f(lo)s(cal)h(v)-5 b(alue)31 b(to)g(the)g(result.)2836
+4994 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-erc-toggle-s)
+q(pea)q(k-al)q(l-p)q(art)q(ici)q(pant)q(s)565 5103 y
+Fg(\()p Ff(&optional)31 b Fk(PREFIX)p Ft(\))390 5213
+y(T)-8 b(oggle)32 b(state)g(of)f(ER)m(C)f(sp)s(eak)g(all)h(participan)m
+(ts..)47 b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)f(toggle)390
+5322 y(the)h(global)g(default)g(v)-5 b(alue,)31 b(and)f(then)g(set)h
+(the)f(curren)m(t)g(lo)s(cal)i(v)-5 b(alue)31 b(to)g(the)g(result.)p
+eop end
+%%Page: 61 64
+TeXDict begin 61 63 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(61)150 299 y Fr(11.22)69
+b(emacsp)t(eak-eterm)150 458 y Ft(Commen)m(tary:)46 b(This)30
+b(mo)s(dule)f(mak)m(es)j(eterm)e(talk.)47 b(Eterm)30
+b(is)h(the)f(new)g(terminal)h(em)m(ulator)h(for)150 568
+y(Emacs.)46 b(Use)31 b(of)f(emacsp)s(eak)h(with)f(eterm)h(really)h
+(needs)d(an)i(info)f(page.)47 b(A)m(t)31 b(presen)m(t,)g(the)f(only)h
+(do)s(c-)150 677 y(umen)m(tation)g(is)g(the)f(source)h(lev)m(el)h(do)s
+(cumen)m(tation.)47 b(This)29 b(mo)s(dule)h(uses)g(Con)m(trol-t)h(as)g
+(an)f(addi-)150 787 y(tional)i(pre\014x)d(k)m(ey)i(to)g(allo)m(w)h(the)
+f(user)e(T)-8 b(o)31 b(mo)m(v)m(e)h(around)d(the)i(terminal)g(and)e(ha)
+m(v)m(e)j(di\013eren)m(t)f(parts)150 897 y(sp)s(ok)m(en.)275
+1038 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+1148 y(eterm.)2836 1345 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-eterm-copy-r)q(egi)q(on-t)q(o-r)q(egi)q(ste)q(r)565
+1455 y Fg(\()p Fk(REGISTER)p Fg(\))390 1565 y Ft(Cop)m(y)30
+b(text)i(from)e(terminal)h(to)g(an)f(Emacs)h(REGISTER.)e(This)h(copies)
+h(region)g(delimited)g(b)m(y)390 1674 y(the)g(emacsp)s(eak)g(eterm)f
+(mark)m(er)h(set)g(b)m(y)f(command)g(M-x)h(emacsp)s(eak-eterm-set-mark)
+m(er)390 1784 y(and)f(the)g(emacsp)s(eak)h(eterm)g(p)s(oin)m(ter)g(to)g
+(a)f(register.)2836 1982 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-eterm-define)q(-wi)q(ndow)52 b Fg(\()p
+Fk(ID)p Fg(\))390 2091 y Ft(Prompt)30 b(for)g(a)h(windo)m(w)f(ID.)g
+(The)g(windo)m(w)g(is)g(then)h(de\014ne)e(to)i(b)s(e)f(the)h(rectangle)
+h(delimited)390 2201 y(b)m(y)e(p)s(oin)m(t)h(and)e(eterm)i(mark.)46
+b(This)29 b(is)i(to)g(b)s(e)f(used)f(when)g(emacsp)s(eak)j(is)e(set)h
+(to)g(review)g(mo)s(de)390 2311 y(inside)f(an)g(eterm.)2836
+2508 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-eterm-descri)
+q(be-)q(wind)q(ow)52 b Fg(\()p Fk(ID)p Fg(\))390 2618
+y Ft(Describ)s(e)31 b(an)f(eterm)h(windo)m(w.)45 b(Description)31
+b(indicates)h(eterm)e(windo)m(w)g(co)s(ordinates)h(and)390
+2728 y(whether)f(it)h(is)f(stretc)m(hable)2836 2926 y([In)m(teractiv)m
+(e)j(Command])-3601 b Fh(emacspeak-eterm-goto-l)q(ine)52
+b Fg(\()p Fk(LINE)p Fg(\))390 3035 y Ft(Mo)m(v)m(e)32
+b(emacsp)s(eak)f(eterm)g(p)s(oin)m(ter)g(to)g(a)g(sp)s(eci\014ed)e
+(LINE.)2836 3233 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-eterm-kill-r)q(ing)q(-sav)q(e-r)q(egi)q(on)52
+b Fg(\(\))390 3343 y Ft(Cop)m(y)30 b(text)i(from)e(terminal)h(to)g
+(kill)g(ring.)45 b(This)30 b(copies)h(region)g(delimited)g(b)m(y)f(the)
+h(emacsp)s(eak)390 3452 y(eterm)g(mark)m(er)f(set)h(b)m(y)g(command)f
+(M-x)h(emacsp)s(eak-eterm-set-mark)m(er)i(and)d(the)g(emacs-)390
+3562 y(p)s(eak)g(eterm)h(p)s(oin)m(ter.)2836 3760 y([In)m(teractiv)m(e)
+i(Command])-3601 b Fh(emacspeak-eterm-maybe-)q(sen)q(d-ra)q(w)52
+b Fg(\(\))390 3869 y Ft(Send)29 b(a)i(ra)m(w)f(c)m(haracter)i(through)e
+(if)g(in)h(the)f(terminal)h(bu\013er.)45 b(Execute)31
+b(end)f(of)g(line)h(if)f(in)g(a)390 3979 y(non)g(eterm)h(bu\013er)e(if)
+h(executed)i(via)f(C-e)f(C-e)2836 4177 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-eterm-paste-)q(reg)q(iste)q(r)52
+b Fg(\()p Fk(REGISTER)p Fg(\))390 4287 y Ft(P)m(aste)32
+b(con)m(ten)m(ts)g(of)e(REGISTER)g(at)h(curren)m(t)f(lo)s(cation.)47
+b(If)30 b(the)h(sp)s(eci\014ed)e(register)j(con)m(tains)390
+4396 y(text,)g(then)e(that)h(text)g(is)f(sen)m(t)h(to)g(the)g(terminal)
+g(as)g(if)f(it)h(w)m(ere)g(t)m(yp)s(ed)f(b)m(y)g(the)g(user.)2836
+4594 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-eterm-pointe)
+q(r-b)q(ackw)q(ard)q(-wo)q(rd)52 b Fg(\()p Fk(COUNT)p
+Fg(\))390 4704 y Ft(Mo)m(v)m(e)32 b(the)f(p)s(oin)m(ter)f(bac)m(kw)m
+(ard)h(b)m(y)f(w)m(ords.)46 b(In)m(teractiv)m(e)32 b(n)m(umeric)f
+(pre\014x)e(arg)i(sp)s(eci\014es)f(n)m(um-)390 4813 y(b)s(er)f(of)i(w)m
+(ords)f(to)h(mo)m(v)m(e.)47 b(Argumen)m(t)31 b(COUNT)e(sp)s(eci\014es)h
+(n)m(um)m(b)s(er)f(of)i(w)m(ords)f(b)m(y)g(whic)m(h)g(to)390
+4923 y(mo)m(v)m(e.)2836 5121 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-eterm-pointe)q(r-d)q(own)52 b Fg(\()p
+Fk(COUNT)p Fg(\))390 5230 y Ft(Mo)m(v)m(e)32 b(the)f(p)s(oin)m(ter)f
+(do)m(wn)g(a)h(line.)46 b(Argumen)m(t)31 b(COUNT)e(sp)s(eci\014es)h(n)m
+(um)m(b)s(er)f(of)i(lines)g(b)m(y)390 5340 y(whic)m(h)f(to)h(mo)m(v)m
+(e.)p eop end
+%%Page: 62 65
+TeXDict begin 62 64 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(62)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-eterm-pointe)q(r-f)q(orwa)q(rd-)q(wor)q
+(d)51 b Fg(\()p Fk(COUNT)p Fg(\))390 408 y Ft(Mo)m(v)m(e)32
+b(the)f(p)s(oin)m(ter)f(forw)m(ard)g(b)m(y)g(w)m(ords.)46
+b(In)m(teractiv)m(e)33 b(n)m(umeric)d(pre\014x)f(arg)i(sp)s(eci\014es)f
+(n)m(um)m(b)s(er)390 518 y(of)h(w)m(ords)e(to)i(mo)m(v)m(e.)48
+b(Argumen)m(t)30 b(COUNT)g(sp)s(eci\014es)g(n)m(um)m(b)s(er)f(of)i(w)m
+(ords)e(b)m(y)i(whic)m(h)f(to)h(mo)m(v)m(e.)2836 693
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-eterm-pointe)q
+(r-l)q(eft)52 b Fg(\()p Fk(COUNT)p Fg(\))390 803 y Ft(Mo)m(v)m(e)32
+b(the)f(p)s(oin)m(ter)f(left.)47 b(Argumen)m(t)30 b(COUNT)g(sp)s
+(eci\014es)g(n)m(um)m(b)s(er)f(of)i(columns)f(b)m(y)g(whic)m(h)g(to)390
+913 y(mo)m(v)m(e.)2836 1088 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-eterm-pointe)q(r-r)q(ight)52 b Fg(\()p
+Fk(COUNT)p Fg(\))390 1198 y Ft(Mo)m(v)m(e)32 b(the)f(p)s(oin)m(ter)f
+(righ)m(t.)47 b(Argumen)m(t)30 b(COUNT)g(sp)s(eci\014es)g(n)m(um)m(b)s
+(er)f(of)i(columns)f(b)m(y)g(whic)m(h)390 1307 y(to)h(mo)m(v)m(e.)2836
+1482 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-eterm-pointe)
+q(r-t)q(o-bo)q(tto)q(m)51 b Fg(\(\))390 1592 y Ft(Mo)m(v)m(e)32
+b(the)f(p)s(oin)m(ter)f(to)h(the)g(b)s(ottom)g(of)f(the)h(screen.)2836
+1767 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-eterm-pointe)
+q(r-t)q(o-cu)q(rso)q(r)51 b Fg(\(\))390 1877 y Ft(Mo)m(v)m(e)32
+b(the)f(p)s(oin)m(ter)f(to)h(the)g(cursor.)2836 2052
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-eterm-pointe)q
+(r-t)q(o-le)q(ft-)q(edg)q(e)51 b Fg(\(\))390 2162 y Ft(Mo)m(v)m(e)32
+b(the)f(p)s(oin)m(ter)f(to)h(the)g(righ)m(t)g(edge.)2836
+2337 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-eterm-pointe)
+q(r-t)q(o-ne)q(xt-)q(col)q(or-)q(chan)q(ge)565 2447 y
+Fg(\()p Ff(&optional)31 b Fk(COUNT)p Ft(\))390 2556 y(Mo)m(v)m(e)h(the)
+f(eterm)g(p)s(oin)m(ter)f(to)h(the)g(next)f(color)i(c)m(hange.)47
+b(This)29 b(allo)m(ws)j(y)m(ou)f(to)g(mo)m(v)m(e)h(b)s(et)m(w)m(een)390
+2666 y(highligh)m(ted)f(regions)g(of)g(the)f(screen.)46
+b(Optional)31 b(argumen)m(t)g(COUNT)e(sp)s(eci\014es)h(ho)m(w)h(man)m
+(y)390 2776 y(c)m(hanges)g(to)g(skip.)2836 2951 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-eterm-pointe)q(r-t)q(o-pr)q(evi)q(ous)q
+(-co)q(lor-)q(cha)q(nge)565 3061 y Fg(\()p Ff(&optional)31
+b Fk(COUNT)p Ft(\))390 3170 y(Mo)m(v)m(e)h(the)f(eterm)g(p)s(oin)m(ter)
+f(to)h(the)g(next)f(color)i(c)m(hange.)47 b(This)29 b(allo)m(ws)j(y)m
+(ou)f(to)g(mo)m(v)m(e)h(b)s(et)m(w)m(een)390 3280 y(highligh)m(ted)f
+(regions)g(of)g(the)f(screen.)46 b(Optional)31 b(argumen)m(t)g(COUNT)e
+(sp)s(eci\014es)h(ho)m(w)h(man)m(y)390 3389 y(c)m(hanges)g(to)g(skip.)
+2836 3565 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-eterm-pointe)q(r-t)q(o-ri)q(ght)q(-ed)q(ge)52
+b Fg(\(\))390 3674 y Ft(Mo)m(v)m(e)32 b(the)f(p)s(oin)m(ter)f(to)h(the)
+g(righ)m(t)g(edge.)2836 3850 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-eterm-pointe)q(r-t)q(o-to)q(p)52 b Fg(\(\))390
+3959 y Ft(Mo)m(v)m(e)32 b(the)f(p)s(oin)m(ter)f(to)h(the)g(top)g(of)f
+(the)h(screen.)2836 4134 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-eterm-pointe)q(r-u)q(p)51 b Fg(\()p Fk(COUNT)p
+Fg(\))390 4244 y Ft(Mo)m(v)m(e)32 b(the)f(p)s(oin)m(ter)f(up)g(a)g
+(line.)47 b(Argumen)m(t)30 b(COUNT)g(.sp)s(eci\014es)g(n)m(um)m(b)s(er)
+f(of)i(lines)f(b)m(y)g(whic)m(h)390 4354 y(to)h(mo)m(v)m(e.)2836
+4529 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-eterm-remote)
+q(-te)q(rm)52 b Fg(\()p Fk(HOST)p Fg(\))390 4639 y Fj(control)28
+b(e)i(CONTROL)f(meta)g(r)390 4770 y Ft(Start)i(a)f(terminal-em)m
+(ulator)j(in)d(a)h(new)e(bu\013er.)2836 4945 y([In)m(teractiv)m(e)k
+(Command])-3601 b Fh(emacspeak-eterm-search)q(-ba)q(ckwa)q(rd)52
+b Fg(\(\))390 5055 y Ft(Searc)m(h)31 b(bac)m(kw)m(ard)f(on)h(the)f
+(terminal.)2836 5230 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-eterm-search)q(-fo)q(rwar)q(d)52 b Fg(\(\))390
+5340 y Ft(Searc)m(h)31 b(forw)m(ard)e(on)i(the)f(terminal.)p
+eop end
+%%Page: 63 66
+TeXDict begin 63 65 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(63)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-eterm-set-fi)q(lte)q(r-wi)q(ndo)q(w)51
+b Fg(\()p Fk(FLA)m(G)p Fg(\))390 408 y Ft(Prompt)30 b(for)g(the)h(id)f
+(of)g(a)h(prede\014ned)e(windo)m(w,)h(and)f(set)i(the)g(`\014lter')g
+(windo)m(w)f(to)h(it.)46 b(Non-)390 518 y(nil)30 b(in)m(teractiv)m(e)k
+(pre\014x)29 b(arg)i(`unsets')f(the)g(\014lter)h(windo)m(w;)f(this)g
+(is)h(equiv)-5 b(alen)m(t)31 b(to)h(ha)m(ving)f(the)390
+628 y(en)m(tire)g(terminal)g(as)g(the)f(\014lter)h(windo)m(w)f(\(this)g
+(is)h(what)f(eterm)h(starts)f(up)g(with\).)46 b(Setting)31
+b(the)390 737 y(\014lter)f(windo)m(w)g(results)g(in)g(emacsp)s(eak)h
+(only)g(monitoring)g(screen)f(activit)m(y)j(within)d(the)h(\014lter)390
+847 y(windo)m(w.)2836 1039 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-eterm-set-fo)q(cus)q(-win)q(dow)52 b Fg(\()p
+Fk(FLA)m(G)p Fg(\))390 1148 y Ft(Prompt)30 b(for)g(the)h(id)f(of)g(a)h
+(prede\014ned)e(windo)m(w,)h(and)f(set)i(the)g(`fo)s(cus')f(windo)m(w)g
+(to)h(it.)46 b(Non-)390 1258 y(nil)30 b(in)m(teractiv)m(e)k(pre\014x)29
+b(arg)i(`unsets')f(the)g(fo)s(cus)g(windo)m(w;)g(this)h(is)f(equiv)-5
+b(alen)m(t)32 b(to)f(ha)m(ving)g(the)390 1367 y(en)m(tire)g(terminal)g
+(as)g(the)f(fo)s(cus)g(windo)m(w)g(\(this)h(is)f(what)g(eterm)h(starts)
+g(up)e(with\).)46 b(Setting)31 b(the)390 1477 y(fo)s(cus)f(windo)m(w)g
+(results)g(in)g(emacsp)s(eak)h(monitoring)g(screen)f(and)g(sp)s(eaking)
+g(that)h(windo)m(w)390 1587 y(up)s(on)e(seeing)i(screen)f(activit)m(y)
+-8 b(.)2836 1778 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-eterm-set-ma)q(rke)q(r)51 b Fg(\(\))390
+1888 y Ft(Set)31 b(Emacsp)s(eak)f(eterm)h(mark)m(er.)46
+b(This)29 b(sets)i(the)g(emacsp)s(eak)g(eterm)g(mark)m(er)f(to)h(the)g
+(p)s(osi-)390 1998 y(tion)g(p)s(oin)m(ted)f(to)h(b)m(y)g(the)f(emacsp)s
+(eak)h(eterm)g(p)s(oin)m(ter.)2836 2189 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-eterm-speak-)q(cur)q(sor)52
+b Fg(\(\))390 2299 y Ft(Sp)s(eak)30 b(cursor)f(p)s(osition.)2836
+2491 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-eterm-speak-)
+q(poi)q(nter)52 b Fg(\(\))390 2600 y Ft(Sp)s(eak)30 b(curren)m(t)g(p)s
+(oin)m(ter)g(p)s(osition.)2836 2792 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-eterm-speak-)q(poi)q(nter)q(-ch)q(ar)52
+b Fg(\()p Ff(&optional)565 2902 y Fk(PREFIX)p Ft(\))390
+3011 y(Sp)s(eak)30 b(c)m(har)g(under)f(eterm)i(p)s(oin)m(ter.)46
+b(Pronounces)30 b(c)m(haracter)i(phonetically)f(unless)f(called)390
+3121 y(with)g(a)h(PREFIX)f(arg.)2836 3313 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-eterm-speak-)q(poi)q(nter)q(-li)q(ne)52
+b Fg(\(\))390 3422 y Ft(Sp)s(eak)30 b(the)g(line)h(the)g(p)s(oin)m(ter)
+f(is)g(on.)2836 3614 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-eterm-speak-)q(poi)q(nter)q(-wo)q(rd)52
+b Fg(\(\))390 3724 y Ft(Sp)s(eak)30 b(the)g(w)m(ord)g(the)h(p)s(oin)m
+(ter)f(is)h(on.)2836 3915 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-eterm-speak-)q(pre)q(defi)q(ned)q(-wi)q(ndo)q(w)51
+b Fg(\(\))390 4025 y Ft(Sp)s(eak)30 b(a)g(prede\014ned)f(eterm)i(windo)
+m(w)f(b)s(et)m(w)m(een)h(1)f(and)g(10.)2836 4217 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-eterm-speak-)q(scr)q(een)52
+b Fg(\()p Ff(&optional)31 b Fk(FLA)m(G)p Ft(\))390 4326
+y(Sp)s(eak)f(the)g(screen.)46 b(Default)32 b(is)e(to)h(sp)s(eak)f(from)
+g(the)h(emacsp)s(eak)g(p)s(oin)m(ter)f(to)h(p)s(oin)m(t.)46
+b(Op-)390 4436 y(tional)32 b(pre\014x)d(arg)i(FLA)m(G)g(causes)g
+(region)g(ab)s(o)m(v)m(e)g(the)g(Emacsp)s(eak)g(p)s(oin)m(ter)f(to)h(b)
+s(e)f(sp)s(ok)m(en.)2836 4628 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-eterm-speak-)q(win)q(dow)52 b Fg(\()p
+Fk(ID)p Fg(\))390 4737 y Ft(Sp)s(eak)30 b(an)g(eterm)h(windo)m(w.)45
+b(Argumen)m(t)31 b(ID)f(sp)s(eci\014es)g(the)h(windo)m(w.)2836
+4929 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-eterm-toggle)
+q(-fi)q(lter)q(-wi)q(ndo)q(w)51 b Fg(\(\))390 5039 y
+Ft(T)-8 b(oggle)32 b(activ)m(e)h(state)f(of)e(\014lter)h(windo)m(w.)
+2836 5230 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-eterm-toggle)q(-fo)q(cus-)q(win)q(dow)52 b
+Fg(\(\))390 5340 y Ft(T)-8 b(oggle)32 b(activ)m(e)h(state)f(of)e(fo)s
+(cus)g(windo)m(w.)p eop end
+%%Page: 64 67
+TeXDict begin 64 66 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(64)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-eterm-toggle)q(-po)q(inte)q(r-m)q(ode)
+52 b Fg(\()p Ff(&optional)565 408 y Fk(PREFIX)p Ft(\))390
+518 y(T)-8 b(oggle)32 b(emacsp)s(eak)f(eterm)g(p)s(oin)m(ter)g(mo)s
+(de.)45 b(With)31 b(optional)g(in)m(teractiv)m(e)j(pre\014x)29
+b(arg,)i(turn)e(it)390 628 y(on.)46 b(When)30 b(emacsp)s(eak)h(eterm)g
+(is)f(in)g(p)s(oin)m(ter)h(mo)s(de,)f(the)g(eterm)h(read)f(p)s(oin)m
+(ter)h(sta)m(ys)g(where)390 737 y(it)g(is)f(rather)h(than)f
+(automatically)j(mo)m(ving)e(to)g(the)g(terminal)g(cursor)e(when)h
+(there)g(is)h(terminal)390 847 y(activit)m(y)-8 b(.)2836
+1010 y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh
+(emacspeak-eterm-toggle)q(-re)q(view)52 b Fg(\(\))390
+1120 y Ft(T)-8 b(oggle)32 b(state)g(of)f(eterm)f(review.)46
+b(In)30 b(review)h(mo)s(de,)f(y)m(ou)h(can)f(mo)m(v)m(e)i(around)d(the)
+i(terminal)390 1230 y(and)f(listen)h(to)g(the)f(con)m(tnets)i(without)e
+(sending)g(input)g(to)h(the)f(terminal)h(itself.)2836
+1393 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-eterm-yank-w)
+q(ind)q(ow)52 b Fg(\()p Fk(ID)p Fg(\))390 1503 y Ft(Y)-8
+b(ank)31 b(con)m(ten)m(ts)h(of)e(an)h(eterm)g(windo)m(w)e(at)i(p)s(oin)
+m(t.)2836 1666 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-toggle-eterm)q(-au)q(tosp)q(eak)52 b Fg(\()p
+Ff(&optional)565 1776 y Fk(PREFIX)p Ft(\))390 1885 y(T)-8
+b(oggle)32 b(state)g(of)f(eterm)f(autosp)s(eak.)47 b(When)30
+b(eterm)h(autosp)s(eak)f(is)h(turned)e(on)h(and)g(the)h(ter-)390
+1995 y(minal)g(is)f(in)g(line)h(mo)s(de,)f(all)h(output)f(to)h(the)g
+(terminal)g(is)f(automatically)j(sp)s(ok)m(en.)46 b(In)m(terac-)390
+2105 y(tiv)m(e)32 b(pre\014x)d(arg)i(means)f(toggle)j(the)d(global)i
+(default)f(v)-5 b(alue,)31 b(and)e(then)i(set)f(the)h(curren)m(t)f(lo)s
+(cal)390 2214 y(v)-5 b(alue)31 b(to)g(the)g(result.)150
+2433 y Fr(11.23)69 b(emacsp)t(eak-\014ltertext)150 2592
+y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+2702 y(\014ltertext.)2836 2865 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-filtertext)52 b Fg(\()p Fk(ST)-8 b(AR)g(T)30
+b(END)p Fg(\))390 2975 y Fj(control)e(e)i Fp(^)390 3102
+y Ft(Cop)m(y)g(o)m(v)m(er)i(text)f(in)g(region)f(to)i(sp)s(ecial)f
+(\014ltertext)g(bu\013er)e(in)h(preparation)h(for)f(in)m(teractiv)m
+(ely)390 3212 y(\014ltering)h(text.)2836 3376 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-filtertext-m)q(ode)52
+b Fg(\(\))390 3485 y Ft(Ma)5 b(jor)31 b(mo)s(de)f(for)g(FilterT)-8
+b(ext)32 b(in)m(teraction.)390 3613 y(k)m(ey)f(binding)e(|)i(||-)390
+3740 y(=)f(k)m(eep-lines)i Fp(^)e Ft(\015ush-lines)f(r)h(emacsp)s
+(eak-\014ltertext-rev)m(ert)390 3868 y(In)g(addition)g(to)h(an)m(y)g
+(ho)s(oks)f(its)h(paren)m(t)f(mo)s(de)g(`text-mo)s(de')i(migh)m(t)f(ha)
+m(v)m(e)h(run,)d(this)h(mo)s(de)390 3977 y(runs)f(the)h(ho)s(ok)h
+(`emacsp)s(eak-\014ltertext-mo)s(de-ho)s(ok',)i(as)e(the)f(\014nal)g
+(step)h(during)e(initializa-)390 4087 y(tion.)2836 4250
+y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-filtertext-r)q
+(eve)q(rt)52 b Fg(\(\))390 4360 y Ft(Rev)m(ert)31 b(to)h(original)f
+(text.)150 4579 y Fr(11.24)69 b(emacsp)t(eak-\014x-in)l(teractiv)l(e)
+150 4738 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)
+e(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-\014x-)150
+4848 y(in)m(teractiv)m(e.)2836 5011 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-fix-all-rece)q(nt-)q(comm)q(and)q(s)51
+b Fg(\(\))390 5121 y Ft(Fix)31 b(recen)m(tly)h(loaded)e(in)m(teractiv)m
+(e)k(commands.)45 b(This)30 b(command)g(lo)s(oks)h(through)e(`load-)390
+5230 y(history')i(and)e(\014xes)h(commands)g(if)h(necessary)-8
+b(.)46 b(Memoizes)32 b(call)g(in)e(emacsp)s(eak-load-history-)390
+5340 y(p)s(oin)m(ter)g(to)h(memoize)h(this)e(call.)p
+eop end
+%%Page: 65 68
+TeXDict begin 65 67 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(65)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-fix-commands)q(-lo)q(aded)q(-fr)q(om)52
+b Fg(\()p Fk(MODULE)p Fg(\))390 408 y Ft(Fix)31 b(all)g(commands)f
+(loaded)h(from)f(a)h(sp)s(eci\014ed)e(mo)s(dule.)150
+634 y Fr(11.25)69 b(emacsp)t(eak-forms)150 793 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 903 y(forms.)2836 1077
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-forms-find-f)q
+(ile)52 b Fg(\()p Fk(FILENAME)p Fg(\))390 1187 y Ft(Visit)31
+b(a)g(forms)f(\014le)2836 1361 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-forms-flush-)q(unw)q(ante)q(d-r)q(eco)q(rds)52
+b Fg(\(\))390 1470 y Ft(Prompt)30 b(for)g(pattern)g(and)g(\015ush)f
+(matc)m(hing)i(lines)2836 1644 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-forms-rerun-)q(fil)q(ter)52 b Fg(\(\))390
+1754 y Ft(Rerun)29 b(\014lter)i({allo)m(ws)h(us)d(to)j(n)m(uk)m(e)e
+(more)h(matc)m(hing)g(records)2836 1928 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-forms-speak-)q(fie)q(ld)52
+b Fg(\(\))390 2037 y Ft(Sp)s(eak)30 b(curren)m(t)g(form)g(\014eld)g
+(name)g(and)g(v)-5 b(alue.)46 b(Assumes)30 b(that)h(p)s(oin)m(t)f(is)h
+(at)g(the)f(fron)m(t)h(of)f(a)390 2147 y(\014eld)g(v)-5
+b(alue.)2836 2321 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-forms-summar)q(ize)q(-cur)q(ren)q(t-p)q(osi)q(tion)52
+b Fg(\(\))390 2430 y Ft(Summarize)30 b(curren)m(t)g(p)s(osition)h(in)f
+(list)h(of)f(records)2836 2604 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-forms-summar)q(ize)q(-cur)q(ren)q(t-r)q(eco)q(rd)52
+b Fg(\(\))390 2714 y Ft(Summarize)30 b(curren)m(t)g(record)150
+2939 y Fr(11.26)69 b(emacsp)t(eak-gn)l(us)150 3099 y
+Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e(commands)
+g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150 3208
+y(gn)m(us.)2836 3382 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-gnus-summary)q(-ca)q(tchu)q(p-q)q(uie)q(tly)q(-and)q
+(-ex)q(it)565 3492 y Fg(\(\))390 3602 y Ft(Catc)m(h)31
+b(up)e(on)i(all)g(articles)h(in)e(curren)m(t)g(group.)150
+3827 y Fr(11.27)69 b(emacsp)t(eak-gomoku)150 3987 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 4096 y(gomoku.)2836 4270
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-gomoku-displ)q
+(ay-)q(stat)q(ist)q(ics)52 b Fg(\(\))390 4380 y Ft(Displa)m(y)32
+b(statistics)g(from)e(previous)g(games)2836 4554 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-gomoku-goto-)q(x-y)52
+b Fg(\()p Fk(X)31 b(Y)p Fg(\))390 4663 y Ft(Prompt)f(for)g(and)g(go)h
+(to)g(that)g(square.)2836 4837 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-gomoku-show-)q(cur)q(rent)q(-co)q(lum)q(n)51
+b Fg(\(\))390 4947 y Ft(Aurally)31 b(displa)m(y)f(curren)m(t)g(column)
+2836 5121 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-gomoku-show-)q(cur)q(rent)q(-ne)q(gat)q(ive)q(-dia)q(gon)q
+(al)565 5230 y Fg(\(\))390 5340 y Ft(Aurally)31 b(displa)m(y)f(curren)m
+(t)g(negativ)m(e)j(slop)s(ed)d(diagonal)p eop end
+%%Page: 66 69
+TeXDict begin 66 68 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(66)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-gomoku-show-)q(cur)q(rent)q(-po)q(sit)q
+(ive)q(-dia)q(gon)q(al)565 408 y Fg(\(\))390 518 y Ft(Aurally)31
+b(displa)m(y)f(curren)m(t)g(p)s(ositiv)m(ely)i(slop)s(ed)e(diagonal)
+2836 752 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-gomoku-show-)q(cur)q(rent)q(-ro)q(w)51 b Fg(\(\))390
+862 y Ft(Aurally)31 b(displa)m(y)f(curren)m(t)g(ro)m(w)2836
+1096 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-gomoku-speak)
+q(-em)q(acs-)q(pre)q(vio)q(us-)q(move)52 b Fg(\(\))390
+1206 y Ft(Sp)s(eak)30 b(emacs')h(previous)f(mo)m(v)m(e)2836
+1440 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-gomoku-speak)
+q(-hu)q(mans)q(-pr)q(evi)q(ous)q(-mov)q(e)51 b Fg(\(\))390
+1550 y Ft(Sp)s(eak)30 b(h)m(uman')f(previous)h(mo)m(v)m(e)2836
+1784 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-gomoku-speak)
+q(-nu)q(mber)q(-of)q(-mo)q(ves)52 b Fg(\(\))390 1893
+y Ft(Sp)s(eak)30 b(n)m(um)m(b)s(er)f(of)h(mo)m(v)m(es)i(so)f(far)2836
+2128 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-gomoku-speak)
+q(-sq)q(uare)52 b Fg(\(\))390 2237 y Ft(Sp)s(eak)30 b(co)s(ordinates)h
+(and)f(state)h(of)g(square)f(at)h(p)s(oin)m(t)150 2507
+y Fr(11.28)69 b(emacsp)t(eak-gridtext)150 2667 y Ft(Commen)m(tary:)46
+b(Emacsp)s(eak's)31 b(table)g(bro)m(wsing)f(mo)s(de)g(allo)m(ws)i(one)e
+(to)h(e\016cien)m(tly)i(access)e(con)m(ten)m(t)150 2776
+y(that)g(is)f(tabular)h(in)f(nature.)45 b(That)31 b(mo)s(dule)e(also)j
+(pro)m(vides)e(functions)g(for)g(infering)g(table)h(struc-)150
+2886 y(ture)f(where)g(p)s(ossible.)45 b(Often,)31 b(suc)m(h)f
+(structure)g(is)g(hard)f(to)j(infer)d(automatically)34
+b({but)c(migh)m(t)h(b)s(e)150 2995 y(kno)m(wn)f(to)h(the)g(user)e(e.g.)
+47 b(treat)32 b(columns)e(1)g(through)g(30)h(as)g(one)f(column)h(of)f
+(a)h(table)g(and)f(so)h(on.)150 3105 y(This)f(mo)s(dule)f(allo)m(ws)j
+(the)f(user)e(to)i(sp)s(ecify)f(a)h(conceptual)h(grid)e(that)h(is)f
+Fp(")p Ft(o)m(v)m(erlaid)p Fp(")i Ft(on)e(the)h(re-)150
+3215 y(gion)g(of)f(text)i(to)f(turn)e(it)i(in)m(to)h(a)e(table)i(for)e
+(tabular)g(bro)m(wsing.)46 b(F)-8 b(or)31 b(no)m(w,)f(elemen)m(ts)i(of)
+f(the)f(grid)g(are)150 3324 y Fp(")p Ft(one)g(line)p
+Fp(")h Ft(high)f({but)g(that)h(ma)m(y)g(c)m(hange)g(in)f(the)h(future)e
+(if)i(necessary)-8 b(.)46 b(This)30 b(mo)s(dule)g(is)g(useful)g(for)150
+3434 y(bro)m(wsing)g(structured)f(text)j(\014les)e(and)g(the)h(output)e
+(from)h(programs)g(that)h(tabulate)h(their)e(output.)150
+3543 y(It's)h(also)g(useful)f(for)g(handling)f(m)m(ulticolumn)i(text.)
+275 3703 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+3812 y(gridtext.)2836 4047 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-gridtext-app)q(ly)52 b Fg(\()p Fk(ST)-8
+b(AR)g(T)30 b(END)h(GRID)p Fg(\))390 4156 y Fj(control)d(e)i(#)g(a)390
+4316 y Ft(Apply)g(grid)g(to)h(region.)2836 4550 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-gridtext-loa)q(d)51 b
+Fg(\()p Fk(FILE)p Fg(\))390 4660 y Fj(control)28 b(e)i(#)g(l)390
+4819 y Ft(Load)h(sa)m(v)m(ed)g(grid)f(settings.)2836
+5053 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-gridtext-sav)
+q(e)51 b Fg(\()p Fk(FILE)p Fg(\))390 5163 y Fj(control)28
+b(e)i(#)g(s)390 5322 y Ft(Sa)m(v)m(e)i(out)e(grid)g(settings.)p
+eop end
+%%Page: 67 70
+TeXDict begin 67 69 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(67)150 299 y Fr(11.29)69
+b(emacsp)t(eak-hide)150 458 y Ft(Commen)m(tary:)46 b(Flexible)32
+b(hide)e(and)g(sho)m(w)g(for)g(emacsp)s(eak.)46 b(This)30
+b(mo)s(dule)g(allo)m(ws)h(one)g(to)g(easily)150 568 y(hide)f(or)g(exp)s
+(ose)h(blo)s(c)m(ks)g(of)f(lines)h(starting)g(with)f(a)h(common)f
+(pre\014x.)45 b(It)30 b(is)h(motiv)-5 b(ated)32 b(b)m(y)e(the)g(need)
+150 677 y(to)h(\015exibly)f(hide)g(quoted)h(text)g(in)f(email)i(but)d
+(is)i(designed)f(to)h(b)s(e)f(more)g(general.)47 b(the)31
+b(pre\014x)e(pars-)150 787 y(ing)i(is)f(inspired)f(b)m(y)h
+(\014lladapt.el)275 930 y(Automatically)i(generated)g(do)s(cumen)m
+(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)
+150 1039 y(hide.)2836 1240 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-hide-or-expo)q(se-)q(all-)q(blo)q(cks)52
+b Fg(\(\))390 1349 y Ft(Hide)31 b(or)f(exp)s(ose)g(all)i(blo)s(c)m(ks)e
+(in)h(bu\013er.)2836 1550 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-hide-or-expo)q(se-)q(bloc)q(k)52 b Fg(\()p
+Ff(&optional)31 b Fk(PREFIX)p Ft(\))390 1659 y Fj(control)d(e)i(j)390
+1802 y Ft(Hide)h(or)f(exp)s(ose)g(a)h(blo)s(c)m(k)g(of)g(text.)46
+b(This)30 b(command)g(either)h(hides)f(or)g(exp)s(oses)g(a)h(blo)s(c)m
+(k)g(of)390 1912 y(text)g(starting)h(on)e(the)g(curren)m(t)h(line.)46
+b(A)30 b(blo)s(c)m(k)h(of)g(text)g(is)f(de\014ned)f(as)i(a)g(p)s
+(ortion)f(of)g(the)390 2021 y(bu\013er)f(in)h(whic)m(h)h(all)g(lines)f
+(start)h(with)f(a)h(common)g(PREFIX.)f(Optional)h(in)m(teractiv)m(e)i
+(pre\014x)390 2131 y(arg)e(causes)g(all)g(blo)s(c)m(ks)g(in)f(curren)m
+(t)g(bu\013er)f(to)i(b)s(e)f(hidden)f(or)h(exp)s(osed.)2836
+2331 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-hide-speak-b)
+q(loc)q(k-sa)q(ns-)q(pre)q(fix)52 b Fg(\(\))390 2441
+y Fj(control)28 b(e)i(control)f(j)390 2583 y Ft(Sp)s(eaks)h(curren)m(t)
+g(blo)s(c)m(k)h(after)f(stripping)g(its)h(pre\014x.)45
+b(If)29 b(the)i(curren)m(t)f(blo)s(c)m(k)h(is)f(not)h(hidden,)e(it)390
+2693 y(\014rst)h(hides)f(it.)47 b(This)29 b(is)i(useful)e(b)s(ecause)i
+(as)f(y)m(ou)h(lo)s(cate)h(blo)s(c)m(ks,)f(y)m(ou)g(can)g(in)m(v)m(ok)m
+(e)h(this)e(com-)390 2803 y(mand)g(to)h(listen)g(to)g(the)f(blo)s(c)m
+(k,)h(and)f(when)g(y)m(ou)g(ha)m(v)m(e)i(heard)e(enough)g(na)m(vigate)i
+(easily)g(to)390 2912 y(mo)m(v)m(e)g(past)e(the)h(blo)s(c)m(k.)150
+3157 y Fr(11.30)69 b(emacsp)t(eak-ibu\013er)150 3316
+y Ft(Commen)m(tary:)46 b(sp)s(eec)m(h-enable)31 b(ibu\013er.el)g(this)f
+(is)h(an)f(alternativ)m(e)j(to)e(bu\013er-men)m(u)275
+3459 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+3568 y(ibu\013er.)2836 3769 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-ibuffer-spea)q(k-b)q(uffe)q(r-l)q(ine)52
+b Fg(\(\))390 3878 y Ft(Sp)s(eak)30 b(information)g(ab)s(out)g(this)h
+(bu\013er)150 4123 y Fr(11.31)69 b(emacsp)t(eak-imen)l(u)150
+4282 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+4392 y(imen)m(u.)2836 4593 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-imenu-goto-n)q(ext)q(-ind)q(ex-)q(pos)q(iti)q(on)52
+b Fg(\(\))390 4702 y Ft(Goto)32 b(the)e(next)h(index)f(p)s(osition)g
+(in)g(curren)m(t)h(bu\013er)2836 4903 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-imenu-goto-p)q(rev)q(ious)q(-in)q(dex)q(-po)q
+(siti)q(on)52 b Fg(\(\))390 5012 y Ft(Goto)32 b(the)e(previous)g(index)
+g(p)s(osition)h(in)f(curren)m(t)g(bu\013er)2836 5213
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-imenu-speak-)q
+(thi)q(s-se)q(cti)q(on)52 b Fg(\(\))390 5322 y Ft(Sp)s(eak)30
+b(upto)g(start)h(of)f(next)h(index)f(en)m(try)p eop end
+%%Page: 68 71
+TeXDict begin 68 70 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(68)150 299 y Fr(11.32)69
+b(emacsp)t(eak-info)150 458 y Ft(Automatically)33 b(generated)e(do)s
+(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)
+s(eak-info.)2836 638 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-info-speak-h)q(ead)q(er)52 b Fg(\(\))390
+748 y Ft(Sp)s(eak)30 b(info)g(header)g(line.)2836 927
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-info-wizard)52
+b Fg(\()p Fk(NODE-SPEC)p Fg(\))390 1037 y Fj(control)28
+b(h)i(TAB)g Fp(<)p Fj(f1)p Fp(>)f Fj(TAB)h Fp(<)p Fj(help)p
+Fp(>)e Fj(TAB)390 1170 y Ft(Read)j(a)f(no)s(de)g(sp)s(ec)g(from)g(the)g
+(minibu\013er)g(and)f(launc)m(h)i(Info-goto-no)s(de.)47
+b(See)30 b(do)s(cumen)m(ta-)390 1279 y(tion)h(for)f(command)g
+(`Info-goto-no)s(de')i(for)e(details)i(on)e(no)s(de-sp)s(ec.)150
+1509 y Fr(11.33)69 b(emacsp)t(eak-jabb)t(er)150 1668
+y Ft(Commen)m(tary:)46 b(emacs-jabb)s(er.el)31 b(implemen)m(ts)g(a)g
+(jabb)s(er)e(clien)m(t)j(for)e(emacs)h(emacs-jabb)s(er)f(is)150
+1778 y(hosted)g(at)h(sourceforge.)47 b(I)30 b(use)g(emacs-jabb)s(er)h
+(with)f(m)m(y)g(gmail.com)j(accoun)m(t)275 1911 y(Automatically)f
+(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 2020 y(jabb)s(er.)2836
+2200 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-jabber-popup)
+q(-ro)q(ster)52 b Fg(\(\))390 2310 y Ft(P)m(op)31 b(to)g(Jabb)s(er)e
+(roster.)150 2539 y Fr(11.34)69 b(emacsp)t(eak-k)l(eymap)150
+2698 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+2808 y(k)m(eymap.)2836 2988 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-keymap-choos)q(e-n)q(ew-e)q(mac)q(spe)q(ak-)q(pref)q(ix)
+565 3097 y Fg(\()p Fk(PREFIX-KEY)p Fg(\))390 3207 y Ft(In)m(teractiv)m
+(ely)33 b(select)f(a)f(new)f(pre\014x)f(k)m(ey)i(to)g(use)f(for)g(all)i
+(emacsp)s(eak)f(commands.)45 b(The)30 b(de-)390 3316
+y(fault)h(is)f(to)h(use)f(`C-e')h(This)f(command)g(lets)h(y)m(ou)g
+(switc)m(h)g(the)f(pre\014x)g(to)h(something)g(else.)390
+3426 y(This)f(is)g(a)h(useful)e(thing)i(to)g(do)f(if)g(y)m(ou)h(run)e
+(emacsp)s(eak)i(on)f(a)h(remote)g(mac)m(hine)g(from)f(inside)390
+3535 y(a)h(terminal)g(that)g(is)f(running)f(inside)h(a)g(lo)s(cal)i
+(emacsp)s(eak)f(session.)46 b(Y)-8 b(ou)31 b(can)g(ha)m(v)m(e)g(the)g
+(re-)390 3645 y(mote)g(emacsp)s(eak)g(use)f(a)h(di\013eren)m(t)g(con)m
+(trol)h(k)m(ey)f(to)g(giv)m(e)h(y)m(our)e(\014ngers)g(some)h(relief.)
+150 3874 y Fr(11.35)69 b(emacsp)t(eak-loaddefs)150 4034
+y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+4143 y(loaddefs.)2836 4323 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-mark-forward)q(-ma)q(rk)52 b Fg(\(\))390
+4433 y Fp(<)p Fj(control)28 b(down)p Fp(>)390 4566 y
+Ft(Jump)h(to)i(mark,)f(and)g(p)s(op)f(a)i(new)f(p)s(osition)g(for)h
+(mark)f(o\013)g(the)h(ring)f(\(do)s(es)g(not)h(a\013ect)h(global)390
+4675 y(mark)e(ring\).)390 4808 y(This)g(function)g(is)g(advised.)390
+4941 y(After-advice)i(`emacsp)s(eak':)47 b(Pro)s(duce)29
+b(an)i(auditory)f(icon)h(if)f(p)s(ossible.)2836 5121
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-toggle-comin)q
+(t-o)q(utpu)q(t-m)q(oni)q(tor)52 b Fg(\()p Ff(&optional)565
+5230 y Fk(PREFIX)p Ft(\))390 5340 y Fj(control)28 b(e)i(o)p
+eop end
+%%Page: 69 72
+TeXDict begin 69 71 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(69)390 299 y(T)-8
+b(oggle)32 b(state)g(of)f(Emacsp)s(eak)f(comin)m(t)i(monitor.)46
+b(When)30 b(turned)f(on,)i(comin)m(t)g(output)f(is)g(au-)390
+408 y(tomatically)j(sp)s(ok)m(en.)46 b(T)-8 b(urn)29
+b(this)h(on)g(if)h(y)m(ou)f(w)m(an)m(t)h(y)m(our)g(shell)f(to)h(sp)s
+(eak)f(its)h(results.)46 b(In)m(ter-)390 518 y(activ)m(e)33
+b(PREFIX)d(arg)h(means)f(toggle)j(the)d(global)i(default)e(v)-5
+b(alue,)32 b(and)d(then)h(set)h(the)g(curren)m(t)390
+628 y(lo)s(cal)h(v)-5 b(alue)30 b(to)i(the)e(result.)150
+865 y Fr(11.36)69 b(emacsp)t(eak-m-pla)l(y)l(er)150 1024
+y Ft(Commen)m(tary:)46 b(De\014nes)31 b(a)f(simple)h(deriv)m(ed)f(mo)s
+(de)g(for)g(in)m(teracting)i(with)f(mpla)m(y)m(er.)150
+1134 y(mpla)m(y)m(er)g(is)g(a)f(v)m(ersatile)j(media)d(pla)m(y)m(er)i
+(capable)f(of)g(pla)m(ying)g(man)m(y)f(streaming)h(formats)150
+1243 y(and)f(is)g(esp)s(ecially)i(useful)d(for)i(pla)m(ying)g(windo)m
+(ws)e(media)i(\(WMA\))h(and)e(stream-)150 1353 y(ing)h(windo)m(ws)e
+(media)i(\(ASF\))g(\014les.)46 b(mpla)m(y)m(er)31 b(is)f(a)m(v)-5
+b(ailable)33 b(on)d(the)h(WWW:)h(RPM)150 1462 y(pac)m(k)-5
+b(age)32 b(h)m(ttp://mirrors.sctp)s(c.com/dominik/lin)m(ux/pkgs/mpla)m
+(y)m(er/i586/)q(mpla)m(y)n(er-)150 1572 y(0.90pre5-2.i586.rpm)i(Y)-8
+b(ou)30 b(ma)m(y)h(need)g(the)f(win32)h(co)s(decs)g(whic)m(h)f(can)g(b)
+s(e)g(do)m(wn-)150 1681 y(loaded)h(from)f(h)m
+(ttp://ftp.lug.udel.edu/MPla)m(y)m(er/releases/w32co)t(dec-0.)q(60.)q
+(ta)q(r.bz2)150 1791 y(Mpla)m(y)m(er)i(F)-10 b(A)m(Q)31
+b(at)g(h)m(ttp://www.mpla)m(y)m(erhq.h)m(u/DOCS/faq.h)m(tml)h(Mpla)m(y)
+m(er)g(do)s(cs)e(at)150 1901 y(h)m(ttp://www.mpla)m(y)m(erhq.h)m
+(u/DOCS/)275 2038 y(Automatically)i(generated)g(do)s(cumen)m(tation)f
+(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+2148 y(m-pla)m(y)m(er.)2836 2338 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-m-player-add)q(-eq)q(uali)q(zer)52 b Fg(\(\))390
+2447 y Ft(Add)29 b(equalizer)j(for)e(next)h(MPla)m(y)m(er)h(in)m(v)m(o)
+s(cation.)390 2585 y(Use)f(arro)m(w)f(k)m(eys,)i(page-up,)e(page-do)m
+(wn,)h(home)g(and)f(end)f(k)m(eys)i(to)h(manipulate)e(the)h(v)-5
+b(alues.)390 2695 y(Hit)31 b(en)m(ter)g(to)g(\014nish)e(setting)j(the)e
+(equalizer)i(v)-5 b(alues.)390 2832 y(The)30 b(Mpla)m(y)m(er)i
+(equalizer)f(pro)m(vides)g(10)g(bands,)e(G0)i({)g(G9,)g(see)g(the)g
+(MPla)m(y)m(er)h(man)e(page)h(for)390 2942 y(details.)2836
+3132 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-m-player-add)
+q(-fi)q(lter)52 b Fg(\(\))390 3241 y Ft(Adds)29 b(sp)s(eci\014ed)h
+(\014lter)g(to)i(use)e(for)g(the)g(next)h(in)m(v)m(o)s(cation)h(of)f
+(MPla)m(y)m(er.)2836 3432 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-m-player-alt)q(-sr)q(c-st)q(ep)52 b Fg(\()p
+Fk(STEP)p Fg(\))390 3541 y Ft(Mo)m(v)m(e)32 b(within)e(an)h(ASF)f(pla)m
+(ylist.)2836 3731 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-m-player-bac)q(kwa)q(rd-1)q(0mi)q(n)51
+b Fg(\(\))390 3841 y Ft(Mo)m(v)m(e)32 b(bac)m(kw)m(ard)f(b)m(y)f(ten)h
+(min)m(utes.)2836 4031 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-m-player-bac)q(kwa)q(rd-1)q(0s)52 b Fg(\(\))390
+4141 y Ft(Mo)m(v)m(e)32 b(bac)m(k)g(b)m(y)e(10)h(seconds.)2836
+4331 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-m-player-bac)
+q(kwa)q(rd-1)q(min)52 b Fg(\(\))390 4441 y Ft(Mo)m(v)m(e)32
+b(bac)m(k)g(b)m(y)e(1)h(min)m(ute.)2836 4631 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-m-player-beg)q(inn)q(ing-)q(of-)q(tra)q
+(ck)52 b Fg(\(\))390 4740 y Ft(Mo)m(v)m(e)32 b(to)g(b)s(eginning)d(of)i
+(trac)m(k.)2836 4931 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-m-player-com)q(man)q(d)51 b Fg(\()p Fk(COMMAND-CHAR)p
+Fg(\))390 5040 y Ft(In)m(v)m(ok)m(e)32 b(MPla)m(y)m(er)g(commands.)2836
+5230 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-m-player-cus)
+q(tom)q(ize-)q(opt)q(ion)q(s)51 b Fg(\(\))390 5340 y
+Ft(Use)31 b(Customize)g(to)g(manipulate)g(MPla)m(y)m(er)h(options.)p
+eop end
+%%Page: 70 73
+TeXDict begin 70 72 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(70)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-m-player-dis)q(pla)q(y-po)q(sit)q(ion)
+52 b Fg(\(\))390 408 y Ft(Displa)m(y)32 b(curren)m(t)e(p)s(osition)g
+(in)g(trac)m(k)i(and)e(its)g(length.)2836 593 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-m-player-dou)q(ble)q(-spe)q(ed)52
+b Fg(\(\))390 703 y Ft(Scale)31 b(sp)s(eed)f(b)m(y)g(2.0)2836
+888 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-m-player-end)q
+(-of)q(-tra)q(ck)52 b Fg(\(\))390 997 y Ft(Mo)m(v)m(e)32
+b(to)g(b)s(eginning)d(of)i(trac)m(k.)2836 1182 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-m-player-equ)q(ali)q(zer-)q(con)q(tro)q
+(l)51 b Fg(\()p Fk(V)p Fg(\))390 1291 y Ft(Manipulate)31
+b(v)-5 b(alues)31 b(in)f(sp)s(eci\014ed)g(v)m(ector)i(using)e
+(minibu\013er.)2836 1476 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-m-player-fas)q(ter)52 b Fg(\(\))390 1586
+y Ft(Sp)s(eed)29 b(up)g(pla)m(ybac)m(k.)2836 1770 y([In)m(teractiv)m(e)
+k(Command])-3601 b Fh(emacspeak-m-player-for)q(war)q(d-10)q(min)52
+b Fg(\(\))390 1880 y Ft(Mo)m(v)m(e)32 b(forw)m(ard)e(b)m(y)h(ten)f(min)
+m(utes.)2836 2065 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-m-player-for)q(war)q(d-10)q(s)52 b Fg(\(\))390
+2174 y Ft(Mo)m(v)m(e)32 b(forw)m(ard)e(b)m(y)h(10)g(seconds.)2836
+2359 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-m-player-for)
+q(war)q(d-1m)q(in)52 b Fg(\(\))390 2469 y Ft(Mo)m(v)m(e)32
+b(forw)m(ard)e(b)m(y)h(1)f(min)m(ute.)2836 2653 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-m-player-hal)q(f-s)q(peed)52
+b Fg(\(\))390 2763 y Ft(Scale)31 b(sp)s(eed)f(b)m(y)g(0.5.)2836
+2948 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-m-player-loa)
+q(d-f)q(ile)52 b Fg(\()p Fk(F)p Fg(\))390 3057 y Ft(Load)31
+b(sp)s(eci\014ed)e(\014le.)2836 3242 y([In)m(teractiv)m(e)k(Command])
+-3601 b Fh(emacspeak-m-player-loa)q(d-p)q(layl)q(ist)52
+b Fg(\()p Fk(F)p Fg(\))390 3352 y Ft(Load)31 b(sp)s(eci\014ed)e(pla)m
+(ylist)j(\014le.)2836 3536 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-m-player-mod)q(e)51 b Fg(\(\))390 3646
+y Ft(Ma)5 b(jor)31 b(mo)s(de)f(for)g(m-pla)m(y)m(er)i(in)m(teraction.)
+390 3781 y(k)m(ey)f(binding)e(|)i(||-)390 3915 y(RET)f(emacsp)s
+(eak-m-pla)m(y)m(er)i(SPC)e(emacsp)s(eak-m-pla)m(y)m(er-pause)i
+Fp(+)e Ft(emacsp)s(eak-m-pla)m(y)m(er-)390 4025 y(v)m(olume-up)g(,)h
+(emacsp)s(eak-m-pla)m(y)m(er-bac)m(kw)m(ard-10s)j(-)d(emacsp)s
+(eak-m-pla)m(y)m(er-v)m(olume-do)m(wn)390 4134 y(.)46
+b(emacsp)s(eak-m-pla)m(y)m(er-forw)m(ard-10s)33 b(:)46
+b(emacsp)s(eak-m-pla)m(y)m(er)32 b Fp(<)e Ft(emacsp)s(eak-m-pla)m(y)m
+(er-)390 4244 y(bac)m(kw)m(ard-1min)h(=)f(emacsp)s(eak-m-pla)m(y)m
+(er-v)m(olume-up)j Fp(>)d Ft(emacsp)s(eak-m-pla)m(y)m(er-forw)m(ard-)
+390 4354 y(1min)g(?)46 b(emacsp)s(eak-m-pla)m(y)m(er-displa)m(y-p)s
+(osition)33 b(L)d(emacsp)s(eak-m-pla)m(y)m(er-load-pla)m(ylist)390
+4463 y(O)g(emacsp)s(eak-m-pla)m(y)m(er-reset-options)k([)d(emacsp)s
+(eak-m-pla)m(y)m(er-slo)m(w)m(er)j(])c(emacsp)s(eak-m-)390
+4573 y(pla)m(y)m(er-faster)i(b)e(bury-bu\013er)e(e)j(emacsp)s
+(eak-m-pla)m(y)m(er-add-equalizer)j(f)c(emacsp)s(eak-m-)390
+4682 y(pla)m(y)m(er-add-\014lter)i(g)e(emacsp)s(eak-m-pla)m(y)m
+(er-seek-absolute)35 b(l)c(emacsp)s(eak-m-pla)m(y)m(er-load-)390
+4792 y(\014le)f(n)g(emacsp)s(eak-m-pla)m(y)m(er-next-trac)m(k)35
+b(o)c(emacsp)s(eak-m-pla)m(y)m(er-customize-options)k(p)390
+4902 y(emacsp)s(eak-m-pla)m(y)m(er-previous-trac)m(k)f(q)c(emacsp)s
+(eak-m-pla)m(y)m(er-quit)j(r)d(emacsp)s(eak-m-)390 5011
+y(pla)m(y)m(er-seek-relativ)m(e)35 b(s)30 b(emacsp)s(eak-m-pla)m(y)m
+(er-scale-sp)s(eed)k(t)c(emacsp)s(eak-m-pla)m(y)m(er-pla)m(y-)390
+5121 y(tree-step)h Fp({)g Ft(emacsp)s(eak-m-pla)m(y)m(er-half-sp)s(eed)
+h Fp(})e Ft(emacsp)s(eak-m-pla)m(y)m(er-double-sp)s(eed)i(DEL)390
+5230 y(emacsp)s(eak-m-pla)m(y)m(er-reset-sp)s(eed)h Fp(<)p
+Ft(do)m(wn)p Fp(>)c Ft(emacsp)s(eak-m-pla)m(y)m(er-forw)m(ard-1min)k
+Fp(<)p Ft(end)p Fp(>)390 5340 y Ft(emacsp)s(eak-m-pla)m(y)m
+(er-end-of-trac)m(k)h Fp(<)p Ft(home)p Fp(>)c Ft(emacsp)s(eak-m-pla)m
+(y)m(er-b)s(eginning-of-trac)m(k)p eop end
+%%Page: 71 74
+TeXDict begin 71 73 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(71)390 299 y Fp(<)p
+Ft(left)p Fp(>)31 b Ft(emacsp)s(eak-m-pla)m(y)m(er-bac)m(kw)m(ard-10s)j
+Fp(<)p Ft(next)p Fp(>)c Ft(emacsp)s(eak-m-pla)m(y)m(er-forw)m
+(ard-10min)390 408 y Fp(<)p Ft(prior)p Fp(>)f Ft(emacsp)s(eak-m-pla)m
+(y)m(er-bac)m(kw)m(ard-10min)34 b Fp(<)p Ft(righ)m(t)p
+Fp(>)d Ft(emacsp)s(eak-m-pla)m(y)m(er-forw)m(ard-)390
+518 y(10s)g Fp(<)p Ft(up)p Fp(>)e Ft(emacsp)s(eak-m-pla)m(y)m(er-bac)m
+(kw)m(ard-1min)390 651 y(In)h(addition)g(to)h(an)m(y)g(ho)s(oks)f(its)h
+(paren)m(t)f(mo)s(de)g(`comin)m(t-mo)s(de')i(migh)m(t)f(ha)m(v)m(e)h
+(run,)d(this)i(mo)s(de)390 760 y(runs)e(the)h(ho)s(ok)h(`emacsp)s
+(eak-m-pla)m(y)m(er-mo)s(de-ho)s(ok',)i(as)e(the)f(\014nal)g(step)h
+(during)e(initializa-)390 870 y(tion.)2836 1048 y([In)m(teractiv)m(e)k
+(Command])-3601 b Fh(emacspeak-m-player-nex)q(t-t)q(rack)52
+b Fg(\(\))390 1158 y Ft(Mo)m(v)m(e)32 b(to)g(next)e(trac)m(k.)2836
+1336 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-m-player-pau)
+q(se)52 b Fg(\(\))390 1446 y Ft(P)m(ause)31 b(or)f(unpause)f(media)i
+(pla)m(y)m(er.)2836 1624 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-m-player-pla)q(y-t)q(ree-)q(ste)q(p)51
+b Fg(\()p Fk(STEP)p Fg(\))390 1734 y Ft(Mo)m(v)m(e)32
+b(within)e(the)h(pla)m(y)g(tree.)2836 1912 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-m-player-pla)q(y-t)q(ree-)q(up)52
+b Fg(\()p Fk(STEP)p Fg(\))390 2022 y Ft(Mo)m(v)m(e)32
+b(within)e(the)h(pla)m(y)g(tree.)2836 2200 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-m-player-pre)q(vio)q(us-t)q(rac)q(k)51
+b Fg(\(\))390 2310 y Ft(Mo)m(v)m(e)32 b(to)g(previous)d(trac)m(k.)2836
+2488 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-m-player-qui)
+q(t)51 b Fg(\(\))390 2598 y Ft(Quit)30 b(media)h(pla)m(y)m(er.)2836
+2776 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-m-player-res)
+q(et-)q(opti)q(ons)52 b Fg(\(\))390 2886 y Ft(Reset)31
+b(MPla)m(y)m(er)h(options)f(to)g(initial)h(defaults.)2836
+3064 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-m-player-res)
+q(et-)q(spee)q(d)52 b Fg(\(\))390 3174 y Ft(Reset)31
+b(pla)m(ying)g(sp)s(eed)f(to)h(normal.)2836 3352 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-m-player-sca)q(le-)q(spee)q(d)52
+b Fg(\()p Fk(F)-10 b(A)m(CTOR)p Fg(\))390 3462 y Ft(Scale)31
+b(sp)s(eed)f(b)m(y)g(sp)s(eci\014ed)g(factor.)2836 3640
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-m-player-see)q
+(k-a)q(bsol)q(ute)52 b Fg(\()p Fk(POSITION)p Fg(\))390
+3750 y Ft(Seek)31 b(to)g(absolute)g(sp)s(eci\014ed)e(p)s(osition.)2836
+3928 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-m-player-see)
+q(k-r)q(elat)q(ive)52 b Fg(\()p Fk(OFFSET)p Fg(\))390
+4038 y Ft(Seek)31 b(b)m(y)f(o\013set)h(in)m(to)h(stream)e(from)g
+(curren)m(t)g(p)s(osition.)2836 4216 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-m-player-slo)q(wer)52 b Fg(\(\))390
+4326 y Ft(Slo)m(w)31 b(do)m(wn)f(pla)m(ybac)m(k.)2836
+4504 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-m-player-vol)
+q(ume)q(-dow)q(n)52 b Fg(\(\))390 4614 y Ft(Decrease)32
+b(v)m(olume.)2836 4792 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-m-player-vol)q(ume)q(-up)52 b Fg(\(\))390
+4902 y Ft(Increase)31 b(v)m(olume.)2836 5080 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-multimedia)52 b Fg(\(\))390
+5190 y Fj(control)28 b(e)i(;)390 5322 y Ft(Start)h(or)f(con)m(trol)i
+(Emacsp)s(eak)e(m)m(ultimedia)i(pla)m(y)m(er.)p eop end
+%%Page: 72 75
+TeXDict begin 72 74 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(72)150 299 y Fr(11.37)69
+b(emacsp)t(eak-madpla)l(y)150 458 y Ft(Commen)m(tary:)46
+b(De\014nes)31 b(a)f(simple)h(deriv)m(ed)f(mo)s(de)g(for)g(in)m
+(teracting)i(with)f(madpla)m(y)-8 b(.)46 b(madpla)m(y)31
+b(na)m(vi-)150 568 y(gation)h(commands)e(w)m(ork)g(via)h(single)g(k)m
+(eystrok)m(es.)275 709 y(Automatically)h(generated)g(do)s(cumen)m
+(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)
+150 818 y(madpla)m(y)-8 b(.)2836 1015 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-madplay)51 b Fg(\()p
+Fk(RESOUR)m(CE)p Fg(\))390 1125 y Ft(Pla)m(y)31 b(sp)s(eci\014ed)f
+(resource)h(using)e(madpla)m(y)-8 b(.)47 b(Resource)31
+b(is)f(an)g(MP3)h(\014le)g(or)f(directory)h(con)m(tain-)390
+1235 y(ing)g(mp3)f(\014les.)45 b(The)30 b(pla)m(y)m(er)i(is)e(placed)h
+(in)f(a)h(bu\013er)e(in)h(emacsp)s(eak-madpla)m(y-mo)s(de.)2836
+1432 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-madplay-madp)
+q(lay)q(-cal)q(l-c)q(omm)q(and)52 b Fg(\(\))390 1541
+y Ft(Call)31 b(appropriate)f(madpla)m(y)h(command.)2836
+1738 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-madplay-madp)
+q(lay)q(-com)q(man)q(d)51 b Fg(\()p Fk(CHAR)p Fg(\))390
+1848 y Ft(Execute)31 b(Madpla)m(y)g(command.)2836 2045
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-madplay-mode)52
+b Fg(\(\))390 2155 y Ft(Ma)5 b(jor)31 b(mo)s(de)f(for)g(madpla)m(y)h
+(in)m(teraction.)390 2296 y(k)m(ey)g(binding)e(|)i(||-)390
+2436 y Fp(+)f Ft(emacsp)s(eak-madpla)m(y-madpla)m(y-call-command)k(-)d
+(emacsp)s(eak-madpla)m(y-madpla)m(y-call-)390 2546 y(command)f(b)g
+(emacsp)s(eak-madpla)m(y-madpla)m(y-call-command)k(f)c(emacsp)s
+(eak-madpla)m(y-)390 2656 y(madpla)m(y-call-command)i(o)f(emacsp)s
+(eak-madpla)m(y)h(p)e(..)46 b(q)30 b(emacsp)s(eak-madpla)m(y-madpla)m
+(y-)390 2765 y(call-command)i(s)e(..)46 b(t)31 b(emacsp)s(eak-madpla)m
+(y-madpla)m(y-call-command)j Fp(<)p Ft(left)p Fp(>)c
+Ft(emacsp)s(eak-)390 2875 y(aumix-w)m(a)m(v)m(e-decrease)k
+Fp(<)p Ft(righ)m(t)p Fp(>)c Ft(emacsp)s(eak-aumix-w)m(a)m(v)m
+(e-increase)390 3016 y(This)g(mo)s(de)g(runs)e(the)j(ho)s(ok)f(`emacsp)
+s(eak-madpla)m(y-mo)s(de-ho)s(ok',)j(as)d(the)h(\014nal)f(step)g
+(during)390 3125 y(initialization.)150 3367 y Fr(11.38)69
+b(emacsp)t(eak-man)150 3527 y Ft(Automatically)33 b(generated)e(do)s
+(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)
+s(eak-)150 3636 y(man.)2836 3833 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-man-browse-m)q(an-)q(page)52 b Fg(\(\))390
+3943 y Ft(Bro)m(wse)31 b(the)g(man)f(page)h({read)g(it)f(a)h(paragraph)
+f(at)h(a)g(time)2836 4140 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-man-speak-th)q(is-)q(sect)q(ion)52 b Fg(\(\))390
+4250 y Ft(Sp)s(eak)30 b(curren)m(t)g(section)150 4492
+y Fr(11.39)69 b(emacsp)t(eak-o)t(cr)150 4651 y Ft(Commen)m(tary:)46
+b(This)30 b(mo)s(dule)f(de\014nes)h(Emacsp)s(eak)g(fron)m(t-end)h(to)g
+(OCR.)f(This)f(mo)s(dule)h(assumes)150 4761 y(that)h(sane)f(is)h
+(installed)g(and)f(w)m(orking)g(for)h(image)g(acquisition,)h(and)e
+(that)h(there)f(is)h(an)f(OCR)g(engine)150 4870 y(that)h(can)g(tak)m(e)
+h(acquired)e(images)h(and)f(pro)s(duce)f(text.)47 b(Prerequisites:)f
+(Sane)30 b(installed)i(and)d(w)m(ork-)150 4980 y(ing.)46
+b(scanimage)32 b(to)f(generate)h(ti\013)f(\014les)f(from)g(scanner.)45
+b(ti\013cp)31 b(to)g(compress)f(the)h(ti\013)g(\014le.)46
+b(w)m(orking)150 5089 y(o)s(cr)30 b(executable)i(b)m(y)f(default)f
+(this)g(mo)s(dule)g(assumes)g(that)h(the)g(OCR)e(executable)j(is)f
+(named)e Fp(")p Ft(o)s(cr)p Fp(")275 5230 y Ft(Automatically)j
+(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 5340 y(o)s(cr.)p eop end
+%%Page: 73 76
+TeXDict begin 73 75 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(73)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-ocr)49 b Fg(\(\))390
+408 y Fj(control)28 b(e)i(control)f(o)390 545 y Ft(An)h(OCR)g(fron)m
+(t-end)g(for)g(the)g(Emacsp)s(eak)h(desktop.)390 681
+y(P)m(age)h(image)g(is)e(acquired)g(using)g(to)s(ols)h(from)f(the)h
+(SANE)f(pac)m(k)-5 b(age.)48 b(The)30 b(acquired)g(image)i(is)390
+790 y(run)d(through)h(the)g(OCR)g(engine)h(if)f(one)h(is)f(a)m(v)-5
+b(ailable,)33 b(and)d(the)g(results)g(placed)h(in)f(a)h(bu\013er)390
+900 y(that)g(is)f(suitable)h(for)f(bro)m(wsing)g(the)h(results.)390
+1036 y(F)-8 b(or)31 b(detailed)h(help,)e(in)m(v)m(ok)m(e)i(command)e
+(emacsp)s(eak-o)s(cr)i(b)s(ound)c(to)j(C-e)g(C-o)f(to)h(launc)m(h)390
+1146 y(emacsp)s(eak-o)s(cr-mo)s(de,)h(and)d(press)h(`?')46
+b(to)31 b(displa)m(y)f(mo)s(de-sp)s(eci\014c)h(help)e(for)i(emacsp)s
+(eak-)390 1255 y(o)s(cr-mo)s(de.)2836 1443 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-ocr-backward)q(-pa)q(ge)52
+b Fg(\()p Ff(&optional)565 1553 y Fk(COUNT-IGNORED)p
+Ft(\))390 1662 y(Lik)m(e)31 b(bac)m(kw)m(ard)g(page,)g(but)f(trac)m(ks)
+i(page)f(n)m(um)m(b)s(er)e(of)h(curren)m(t)g(do)s(cumen)m(t.)2836
+1850 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-ocr-customiz)
+q(e)51 b Fg(\(\))390 1959 y Ft(Customize)31 b(OCR)f(settings.)2836
+2147 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-ocr-forward-)
+q(pag)q(e)51 b Fg(\()p Ff(&optional)565 2257 y Fk(COUNT-IGNORED)p
+Ft(\))390 2366 y(Lik)m(e)31 b(forw)m(ard)f(page,)h(but)f(trac)m(ks)i
+(page)f(n)m(um)m(b)s(er)e(of)h(curren)m(t)g(do)s(cumen)m(t.)2836
+2554 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-ocr-mode)51
+b Fg(\(\))390 2663 y Ft(An)30 b(OCR)g(fron)m(t-end)g(for)g(the)g
+(Emacsp)s(eak)h(desktop.)390 2800 y(Pre-requisites:)390
+2936 y(1\))g(A)g(w)m(orking)f(scanner)g(bac)m(k-end)h(lik)m(e)h(SANE)e
+(on)g(Lin)m(ux.)390 3072 y(2\))h(An)f(OCR)g(engine.)390
+3208 y(1:)46 b(Mak)m(e)32 b(sure)e(y)m(our)g(scanner)g(bac)m(k-end)h(w)
+m(orks,)g(and)e(that)i(y)m(ou)g(ha)m(v)m(e)h(the)e(utilities)i(to)f
+(scan)g(a)390 3318 y(do)s(cumen)m(t)f(and)g(acquire)h(an)f(image)i(as)e
+(a)h(ti\013)g(\014le.)46 b(Then)29 b(set)i(v)-5 b(ariable)31
+b(emacsp)s(eak-o)s(cr-scan-)390 3427 y(image-program)h(to)f(p)s(oin)m
+(t)f(at)h(this)g(utilit)m(y)-8 b(.)47 b(By)31 b(default,)g(this)f(is)g
+(set)h(to)g(`scanimage')i(whic)m(h)390 3537 y(is)d(the)h(image)h
+(scanning)e(utilit)m(y)i(pro)m(vided)e(b)m(y)g(SANE.)390
+3673 y(By)h(default,)f(this)h(fron)m(t-end)f(attempts)h(to)g(compress)g
+(the)f(acquired)h(ti\013)f(image;)i(mak)m(e)g(sure)390
+3782 y(y)m(ou)f(ha)m(v)m(e)g(a)g(utilit)m(y)h(lik)m(e)f(ti\013cp.)47
+b(V)-8 b(ariable)32 b(emacsp)s(eak-o)s(cr-compress-image)h(is)d(set)h
+(to)390 3892 y(`ti\013cp')g(b)m(y)g(default;)f(if)h(y)m(ou)f(use)h
+(something)f(else,)i(y)m(ou)f(should)e(customize)j(this)e(v)-5
+b(ariable.)390 4028 y(2:)46 b(Next,)32 b(mak)m(e)f(sure)f(y)m(ou)g(ha)m
+(v)m(e)i(an)e(OCR)g(engine)h(installed)g(and)f(w)m(orking.)46
+b(By)30 b(default)h(this)390 4138 y(fron)m(t-end)f(assumes)g(that)h
+(OCR)f(is)g(a)m(v)-5 b(ailable)33 b(as)d(/usr/bin/o)s(cr.)390
+4274 y(Once)g(y)m(ou)h(ha)m(v)m(e)h(ensured)d(that)i(acquiring)f(an)h
+(image)g(and)f(applying)g(OCR)g(to)h(it)g(w)m(ork)f(in-)390
+4384 y(dep)s(enden)m(tly)g(of)g(Emacs,)h(y)m(ou)g(can)f(use)g(this)h
+(Emacsp)s(eak)f(fron)m(t-end)g(to)i(enable)e(easy)h(OCR)390
+4493 y(access)h(from)e(within)f(Emacsp)s(eak.)390 4629
+y(The)h(Emacsp)s(eak)g(OCR)g(fron)m(t-end)g(is)h(launc)m(hed)f(b)m(y)g
+(command)g(emacsp)s(eak-o)s(cr)i(b)s(ound)c(to)390 4739
+y(C-e)j(C-o.)390 4875 y(This)f(command)g(switc)m(hes)h(to)g(a)g(sp)s
+(ecial)g(bu\013er)e(that)i(has)f(OCR)g(commands)g(b)s(ounds)e(to)j
+(sin-)390 4985 y(gle)g(k)m(eystrok)m(es{)i(see)e(the)g(k)m(e-binding)f
+(list)h(at)g(the)g(end)e(of)i(this)f(description.)46
+b(Use)31 b(Emacs)390 5094 y(online)g(help)f(facilit)m(y)i(to)f(lo)s(ok)
+g(up)f(help)f(on)i(these)g(commands.)390 5230 y(emacsp)s(eak-o)s(cr-mo)
+s(de)g(pro)m(vides)g(the)f(necessary)h(functionalit)m(y)h(to)f(scan,)g
+(OCR,)f(read)g(and)390 5340 y(sa)m(v)m(e)i(do)s(cumen)m(ts.)45
+b(By)31 b(default,)g(scanned)f(images)h(and)f(the)h(resulting)f(text)i
+(are)e(sa)m(v)m(ed)i(under)p eop end
+%%Page: 74 77
+TeXDict begin 74 76 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(74)390 299 y(directory)31
+b Fp(~)p Ft(/o)s(cr;)g(see)g(v)-5 b(ariable)31 b(emacsp)s(eak-o)s(cr-w)
+m(orking-directory)-8 b(.)48 b(In)m(v)m(oking)32 b(command)390
+408 y(emacsp)s(eak-o)s(cr-op)s(en-w)m(orking-directory)h(b)s(ound)28
+b(to)j(M-x)g(emacsp)s(eak-o)s(cr-op)s(en-w)m(orking-)390
+518 y(directory)g(will)g(op)s(en)e(this)i(directory)-8
+b(.)390 653 y(By)31 b(default,)f(the)h(do)s(cumen)m(t)f(b)s(eing)g
+(scanned)g(is)h(named)e(`un)m(titled'.)47 b(Y)-8 b(ou)31
+b(can)g(name)f(the)390 763 y(do)s(cumen)m(t)g(b)m(y)g(using)g(command)g
+(emacsp)s(eak-o)s(cr-name-do)s(cumen)m(t)i(b)s(ound)d(to)i(M-x)390
+873 y(emacsp)s(eak-o)s(cr-name-do)s(cumen)m(t.)47 b(The)30
+b(do)s(cumen)m(t)g(name)h(is)f(used)g(in)g(constructing)h(the)390
+982 y(name)f(of)h(the)g(image)g(and)f(text)h(\014les.)390
+1118 y(Key)f(Bindings:)390 1253 y(See)h(k)m(ey)g(binding)e(|)h(||-)390
+1388 y(RET)g(emacsp)s(eak-o)s(cr-scan-and-recognize)k(SPC)29
+b(emacsp)s(eak-o)s(cr-read-curren)m(t-page)k(1)390 1498
+y(..)46 b(9)31 b(emacsp)s(eak-o)s(cr-page)h(?)46 b(describ)s(e-mo)s(de)
+29 b(C)h(emacsp)s(eak-o)s(cr-set-compress-image-)390
+1608 y(options)h(I)f(emacsp)s(eak-o)s(cr-set-scan-image-options)35
+b([)30 b(emacsp)s(eak-o)s(cr-bac)m(kw)m(ard-page)390
+1717 y(])h(emacsp)s(eak-o)s(cr-forw)m(ard-page)h(c)f(emacsp)s(eak-o)s
+(cr-customize)i(d)c(emacsp)s(eak-o)s(cr-)390 1827 y(op)s(en-w)m
+(orking-directory)i(i)g(emacsp)s(eak-o)s(cr-scan-image)i(j)d(emacsp)s
+(eak-o)s(cr-scan-photo)390 1936 y(n)g(emacsp)s(eak-o)s(cr-name-do)s
+(cumen)m(t)i(o)f(emacsp)s(eak-o)s(cr-recognize-image)k(p)390
+2046 y(emacsp)s(eak-o)s(cr-page)d(q)f(bury-bu\013er)d(s)i(emacsp)s
+(eak-o)s(cr-sa)m(v)m(e-curren)m(t-page)35 b(w)390 2156
+y(emacsp)s(eak-o)s(cr-write-do)s(cumen)m(t)390 2291 y(.)390
+2426 y(In)30 b(addition)g(to)h(an)m(y)g(ho)s(oks)f(its)h(paren)m(t)f
+(mo)s(de)g(`text-mo)s(de')i(migh)m(t)f(ha)m(v)m(e)h(run,)d(this)h(mo)s
+(de)390 2536 y(runs)f(the)h(ho)s(ok)h(`emacsp)s(eak-o)s(cr-mo)s(de-ho)s
+(ok',)h(as)e(the)h(\014nal)f(step)g(during)g(initialization.)2836
+2722 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-ocr-name-doc)
+q(ume)q(nt)52 b Fg(\()p Fk(NAME)p Fg(\))390 2832 y Ft(Name)31
+b(do)s(cumen)m(t)f(b)s(eing)g(scanned)g(in)g(the)h(curren)m(t)f(OCR)g
+(bu\013er.)44 b(Pic)m(k)32 b(a)e(short)g(but)g(mean-)390
+2941 y(ingful)g(name.)2836 3127 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-ocr-open-wor)q(kin)q(g-di)q(rec)q(tor)q(y)51
+b Fg(\(\))390 3237 y Ft(Launc)m(h)30 b(dired)g(on)g(OCR)f(w)m(orking)i
+(directory)-8 b(.)2836 3423 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-ocr-page)51 b Fg(\(\))390 3533 y Ft(Mo)m(v)m(e)32
+b(to)g(sp)s(eci\014ed)d(page.)2836 3719 y([In)m(teractiv)m(e)k
+(Command])-3601 b Fh(emacspeak-ocr-read-cur)q(ren)q(t-pa)q(ge)52
+b Fg(\(\))390 3828 y Ft(Sp)s(eaks)30 b(curren)m(t)g(page.)2836
+4014 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-ocr-recogniz)
+q(e-i)q(mage)52 b Fg(\(\))390 4124 y Ft(Run)29 b(OCR)h(engine)h(on)f
+(curren)m(t)g(image.)47 b(Prompts)30 b(for)g(image)i(\014le)e(if)g
+(\014le)h(corresp)s(onding)e(to)390 4234 y(the)i(exp)s(ected)f(`curren)
+m(t)h(page')g(is)g(not)f(found.)2836 4420 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-ocr-save-cur)q(ren)q(t-pa)q(ge)52
+b Fg(\(\))390 4529 y Ft(W)-8 b(rites)32 b(out)e(recognized)i(text)f
+(from)f(curren)m(t)g(page)i(to)f(an)f(appropriately)h(named)e(\014le.)
+2836 4715 y([In)m(teractiv)m(e)k(Command])-3601 b Fh
+(emacspeak-ocr-scan-and)q(-re)q(cogn)q(ize)52 b Fg(\(\))390
+4825 y Ft(Scan)30 b(in)g(a)h(page)g(and)f(run)f(OCR)g(engine)i(on)f
+(it.)47 b(Use)31 b(this)f(command)g(once)h(y)m(ou'v)m(e)h(v)m
+(eri\014ed)390 4935 y(that)f(the)g(separate)g(steps)f(of)h(acquiring)f
+(an)h(image)g(and)f(running)f(the)h(OCR)g(engine)h(w)m(ork)390
+5044 y(correctly)h(b)m(y)e(themselv)m(es.)2836 5230 y([In)m(teractiv)m
+(e)j(Command])-3601 b Fh(emacspeak-ocr-scan-ima)q(ge)52
+b Fg(\(\))390 5340 y Ft(Acquire)31 b(page)g(image.)p
+eop end
+%%Page: 75 78
+TeXDict begin 75 77 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(75)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-ocr-scan-pho)q(to)52
+b Fg(\()p Ff(&optional)31 b Fk(MET)-8 b(AD)m(A)g(T)g(A)p
+Ft(\))390 408 y(Scan)30 b(in)g(a)h(photograph.)45 b(The)30
+b(scanned)g(image)i(is)e(con)m(v)m(erted)i(to)f(JPEG.)2836
+617 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-ocr-set-comp)q
+(res)q(s-im)q(age)q(-op)q(tio)q(ns)565 726 y Fg(\()p
+Fk(SETTING)p Fg(\))390 836 y Ft(In)m(teractiv)m(ely)33
+b(up)s(date)d(image)h(compression)g(options.)46 b(Prompts)29
+b(with)h(curren)m(t)h(setting)g(in)390 945 y(the)g(minibu\013er.)44
+b(Setting)31 b(p)s(ersists)f(for)g(curren)m(t)g(Emacs)h(session.)2836
+1153 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-ocr-set-scan)
+q(-im)q(age-)q(opt)q(ion)q(s)51 b Fg(\()p Fk(SETTING)p
+Fg(\))390 1263 y Ft(In)m(teractiv)m(ely)33 b(up)s(date)d(scan)g(image)i
+(options.)46 b(Prompts)30 b(with)g(curren)m(t)g(setting)h(in)f(the)h
+(mini-)390 1373 y(bu\013er.)45 b(Setting)31 b(p)s(ersists)e(for)i
+(curren)m(t)f(Emacs)g(session.)2836 1581 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-ocr-write-do)q(cum)q(ent)52
+b Fg(\(\))390 1690 y Ft(W)-8 b(rites)32 b(out)e(recognized)i(text)f
+(from)f(all)h(pages)g(in)g(curren)m(t)f(do)s(cumen)m(t.)150
+1940 y Fr(11.40)69 b(emacsp)t(eak-outline)150 2100 y
+Ft(Commen)m(tary:)46 b(Pro)m(vide)31 b(additional)g(advice)h(to)f
+(outline-mo)s(de)275 2246 y(Automatically)h(generated)g(do)s(cumen)m
+(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)
+150 2356 y(outline.)2836 2564 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-outline-spea)q(k-b)q(ackw)q(ard)q(-he)q(adi)q(ng)52
+b Fg(\(\))390 2673 y Ft(Analogous)31 b(to)h(outline-bac)m(kw)m
+(ard-same-lev)m(el)i(except)e(that)f(the)f(outline)h(section)h(is)e
+(option-)390 2783 y(ally)h(sp)s(ok)m(en)2836 2991 y([In)m(teractiv)m(e)
+i(Command])-3601 b Fh(emacspeak-outline-spea)q(k-f)q(orwa)q(rd-)q(hea)q
+(din)q(g)51 b Fg(\(\))390 3101 y Ft(Analogous)31 b(to)h(outline-forw)m
+(ard-same-lev)m(el,)h(except)f(that)f(the)f(outline)h(section)h(is)e
+(option-)390 3210 y(ally)h(sp)s(ok)m(en)2836 3418 y([In)m(teractiv)m(e)
+i(Command])-3601 b Fh(emacspeak-outline-spea)q(k-n)q(ext-)q(hea)q(din)q
+(g)51 b Fg(\(\))390 3528 y Ft(Analogous)31 b(to)h
+(outline-next-visible-heading,)h(except)e(that)g(the)f(outline)h
+(section)h(is)e(option-)390 3637 y(ally)h(sp)s(ok)m(en)2836
+3846 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-outline-spea)
+q(k-p)q(revi)q(ous)q(-he)q(adi)q(ng)52 b Fg(\(\))390
+3955 y Ft(Analogous)31 b(to)h(outline-previous-visible-heading,)g
+(except)f(that)g(the)g(outline)g(section)g(is)g(op-)390
+4065 y(tionally)h(sp)s(ok)m(en)2836 4273 y([In)m(teractiv)m(e)h
+(Command])-3601 b Fh(emacspeak-outline-spea)q(k-t)q(his-)q(hea)q(din)q
+(g)51 b Fg(\(\))390 4382 y Ft(Sp)s(eak)30 b(curren)m(t)g(outline)h
+(section)g(starting)h(from)d(p)s(oin)m(t)150 4633 y Fr(11.41)69
+b(emacsp)t(eak-pronounce)150 4792 y Ft(Commen)m(tary:)46
+b(This)30 b(mo)s(dule)f(implemen)m(ts)i(user)f(customizable)i(pron)m
+(unciation)e(dictionaries)i(for)150 4902 y(emacsp)s(eak.)46
+b(Custom)30 b(pron)m(unciations)h(can)f(b)s(e)g(de\014ned)f(p)s(er)h
+(\014le,)g(p)s(er)g(directory)h(and/or)f(p)s(er)f(ma-)150
+5011 y(jor)h(mo)s(de.)45 b(Emacsp)s(eak)31 b(main)m(tains)g(a)g(p)s
+(ersisten)m(t)f(user)g(dictionary)h(up)s(on)e(request)h(and)g(loads)h
+(these)150 5121 y(in)f(new)g(emacsp)s(eak)h(sessions.)46
+b(This)29 b(mo)s(dule)h(implemen)m(ts)h(the)f(user)g(in)m(terface)i(to)
+f(the)g(custom)f(dic-)150 5230 y(tionary)h(as)g(w)m(ell)g(as)f(pro)m
+(viding)h(the)f(in)m(ternal)h(API)g(used)e(b)m(y)h(the)h(rest)g(of)f
+(emacsp)s(eak)h(in)f(using)g(the)150 5340 y(dictionary)-8
+b(.)47 b(Algorithm:)p eop end
+%%Page: 76 79
+TeXDict begin 76 78 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(76)275 299 y(The)29
+b(p)s(ersisten)m(t)i(dictionary)g(is)f(a)h(hash)f(table)h(where)f(the)g
+(hash)g(k)m(eys)h(are)g(\014lenames,)f(directory)150
+408 y(names,)h(or)f(ma)5 b(jor-mo)s(de)30 b(names.)46
+b(The)30 b(hash)f(v)-5 b(alues)31 b(are)g(asso)s(ciation)h(lists)f
+(de\014ning)e(the)i(dictio-)150 518 y(nary)-8 b(.)46
+b(Users)30 b(of)g(this)h(mo)s(dule)e(can)i(retriev)m(e)h(a)f
+(dictionary)g(made)f(up)f(of)i(all)g(applicable)g(asso)s(ciation)150
+628 y(lists)g(for)f(a)h(giv)m(en)g(\014le.)275 758 y(Automatically)h
+(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 867 y(pronounce.)2836
+1039 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-pronounce-cl)
+q(ear)q(-dic)q(tio)q(nar)q(ies)52 b Fg(\(\))390 1148
+y Ft(Clear)31 b(all)g(curren)m(t)f(pron)m(unciation)h(dictionaries.)
+2836 1319 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-pronounce-de)q(fin)q(e-lo)q(cal)q(-pr)q(onu)q(ncia)q(tio)q
+(n)565 1429 y Fg(\()p Fk(W)m(ORD)32 b(PR)m(ONUNCIA)-8
+b(TION)p Fg(\))390 1539 y Ft(De\014ne)31 b(bu\013er)e(lo)s(cal)j(pron)m
+(unciation.)45 b(Argumen)m(t)31 b(W)m(ORD)g(sp)s(eci\014es)f(the)h(w)m
+(ord)f(whic)m(h)390 1648 y(should)f(b)s(e)h(pronounced)f(as)i(sp)s
+(eci\014ed)f(b)m(y)g(PR)m(ONUNCIA)-8 b(TION.)2836 1819
+y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh(emacspeak-pronounce-de)q
+(fin)q(e-pr)q(onu)q(nci)q(ati)q(on)52 b Fg(\(\))390 1929
+y Ft(In)m(teractiv)m(ely)33 b(de\014ne)d(en)m(tries)h(in)f(the)g(pron)m
+(unciation)h(dictionaries.)47 b(Default)31 b(term)g(to)g(de\014ne)390
+2039 y(is)f(delimited)h(b)m(y)g(region.)46 b(First)31
+b(loads)g(an)m(y)f(p)s(ersisten)m(t)h(dictionaries)g(if)g(not)f
+(already)h(loaded.)2836 2210 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-pronounce-de)q(fin)q(e-te)q(mpl)q(ate)q(-)565
+2319 y(pronunciation)565 2429 y Fg(\(\))390 2539 y Ft(In)m(teractiv)m
+(ely)33 b(de\014ne)d(template)h(en)m(tries)h(in)e(the)g(pron)m
+(unciation)h(dictionaries.)47 b(Default)31 b(term)390
+2648 y(to)g(de\014ne)f(is)g(delimited)h(b)m(y)f(region.)47
+b(First)30 b(loads)h(an)m(y)g(p)s(ersisten)m(t)f(dictionaries)i(if)e
+(not)h(al-)390 2758 y(ready)f(loaded.)2836 2929 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-pronounce-di)q(spa)q(tch)52
+b Fg(\(\))390 3039 y Fj(control)28 b(e)i(meta)g(d)390
+3169 y Ft(Pro)m(vides)h(the)f(user)g(in)m(terface)i(fron)m(t-end)e(to)h
+(Emacsp)s(eak's)g(pron)m(unciation)f(dictionaries.)2836
+3340 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-pronounce-ed)
+q(it-)q(pron)q(unc)q(iat)q(ion)q(s)51 b Fg(\()p Fk(KEY)p
+Fg(\))390 3450 y Ft(Prompt)30 b(for)g(and)g(launc)m(h)g(a)h(pron)m
+(unciation)f(editor)h(on)g(the)f(sp)s(eci\014ed)g(pron)m(unciation)g
+(dictio-)390 3559 y(nary)g(k)m(ey)-8 b(.)2836 3730 y([In)m(teractiv)m
+(e)33 b(Command])-3601 b Fh(emacspeak-pronounce-lo)q(ad-)q(dict)q(ion)q
+(ari)q(es)52 b Fg(\()p Ff(&optional)565 3840 y Fk(FILENAME)p
+Ft(\))390 3950 y(Load)31 b(pron)m(unciation)f(dictionaries.)47
+b(Optional)31 b(argumen)m(t)g(FILENAME)f(sp)s(eci\014es)g(the)h(dic-)
+390 4059 y(tionary)g(\014le.)2836 4230 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-pronounce-re)q(fre)q(sh-p)q(ron)q(unc)q(iat)q
+(ions)52 b Fg(\(\))390 4340 y Ft(Refresh)30 b(pron)m(unciation)g(table)
+i(for)e(curren)m(t)g(bu\013er.)45 b(Activ)-5 b(ates)32
+b(pron)m(unciation)f(dictionaries)390 4450 y(if)f(not)h(already)g
+(activ)m(e.)2836 4621 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-pronounce-sa)q(ve-)q(dict)q(ion)q(ari)q(es)52
+b Fg(\(\))390 4730 y Ft(W)-8 b(rites)32 b(out)e(the)h(p)s(ersisten)m(t)
+f(emacsp)s(eak)h(pron)m(unciation)g(dictionaries.)2836
+4902 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-pronounce-to)
+q(ggl)q(e-us)q(e-o)q(f-d)q(ict)q(iona)q(rie)q(s)565 5011
+y Fg(\()p Ff(&optional)31 b Fk(ST)-8 b(A)g(TE)p Ft(\))390
+5121 y(T)g(oggle)32 b(use)e(of)h(pron)m(unciation)g(dictionaries)g(in)f
+(curren)m(t)g(bu\013er.)45 b(Pron)m(unciations)31 b(can)g(b)s(e)390
+5230 y(de\014ned)e(on)h(a)h(p)s(er)e(\014le,)i(p)s(er)f(directory)g
+(and/or)h(p)s(er)e(mo)s(de)h(basis.)46 b(Pron)m(unciations)30
+b(are)h(acti-)390 5340 y(v)-5 b(ated)31 b(on)f(a)h(p)s(er)e(bu\013er)h
+(basis.)45 b(T)-8 b(urning)29 b(on)i(the)f(use)g(of)h(pron)m(unciation)
+f(dictionaries)i(results)p eop end
+%%Page: 77 80
+TeXDict begin 77 79 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(77)390 299 y(in)30
+b(emacsp)s(eak)h(comp)s(osing)g(a)f(pron)m(unciation)h(table)g(based)f
+(on)g(the)h(curren)m(tly)f(de\014ned)f(pro-)390 408 y(n)m(unciation)i
+(dictionaries.)47 b(After)31 b(this,)f(the)h(pron)m(unciations)f(will)h
+(b)s(e)f(applied)g(whenev)m(er)g(text)390 518 y(in)g(the)h(bu\013er)e
+(is)h(sp)s(ok)m(en.)46 b(Optional)31 b(argumen)m(t)f(state)i(can)f(b)s
+(e)f(used)f(from)h(Lisp)g(programs)g(to)390 628 y(explicitly)i(turn)d
+(pron)m(unciations)i(on)f(or)g(o\013.)2836 803 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-pronounce-ya)q(nk-)q(word)52
+b Fg(\(\))390 912 y Ft(Y)-8 b(ank)31 b(w)m(ord)f(at)h(p)s(oin)m(t)f(in)
+m(to)i(minibu\013er.)150 1138 y Fr(11.42)69 b(emacsp)t(eak-p)l(ython)
+150 1298 y Ft(Commen)m(tary:)46 b(This)30 b(sp)s(eec)m(h-enables)h(p)m
+(ython-mo)s(de)f(a)m(v)-5 b(ailable)33 b(on)d(sourceforge)275
+1429 y(Automatically)i(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+1539 y(p)m(ython.)2836 1713 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-py-next-bloc)q(k)51 b Fg(\(\))390 1823
+y Ft(Mo)m(v)m(e)32 b(forw)m(ard)e(to)h(the)g(b)s(eginning)f(of)g(the)h
+(next)f(blo)s(c)m(k.)2836 1998 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-py-previous-)q(blo)q(ck)52 b Fg(\(\))390
+2107 y Ft(Mo)m(v)m(e)32 b(bac)m(kw)m(ard)f(to)g(the)g(b)s(eginning)f
+(of)g(the)h(curren)m(t)f(blo)s(c)m(k.)46 b(If)30 b(already)h(at)g(the)g
+(b)s(eginning)390 2217 y(then)f(mo)m(v)m(e)i(to)f(previous)f(blo)s(c)m
+(k.)150 2443 y Fr(11.43)69 b(emacsp)t(eak-realaudio)150
+2603 y Ft(Commen)m(tary:)46 b(Assuming)30 b(y)m(ou)h(ha)m(v)m(e)g(a)g
+(correctly)h(con\014gured)d(RealAudio)i(pla)m(y)m(er,)h(this)e(pac)m(k)
+-5 b(age)150 2712 y(pro)m(vides)30 b(single)h(clic)m(k)h(access)g(to)f
+(starting)g(and)f(stopping)g(a)h(RealAudio)g(stream)g(from)f(an)m
+(ywhere)150 2822 y(on)g(the)h(Emacsp)s(eak)f(desktop.)46
+b(Before)31 b(using)f(this)h(pac)m(k)-5 b(age,)32 b(mak)m(e)g(sure)d
+(that)i(y)m(our)g(realaudio)150 2931 y(pla)m(y)m(er)g(w)m(orks)g
+(outside)f(Emacs.)46 b(Then)30 b(set)h(v)-5 b(ariable)31
+b(Emacsp)s(eak-realaudio-pla)m(y)m(er)i(to)e(p)s(oin)m(t)g(to)150
+3041 y(the)g(program)f(y)m(ou)g(use)g(to)i(pla)m(y)f(RealAudio)g
+(streams.)275 3172 y(Automatically)h(generated)g(do)s(cumen)m(tation)f
+(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+3282 y(realaudio.)2836 3457 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-realaudio-br)q(ows)q(e)51 b Fg(\()p Fk(RAMFILE)31
+b Ff(&optional)565 3566 y Fk(ST)-8 b(AR)g(T-TIME)p Ft(\))390
+3676 y(Bro)m(wse)31 b(RAM)g(\014le)f(b)s(efore)g(pla)m(ying)h(the)g
+(selected)h(comp)s(onen)m(t.)2836 3851 y([In)m(teractiv)m(e)h(Command])
+-3601 b Fh(emacspeak-realaudio-ge)q(t-c)q(urre)q(nt-)q(tim)q(e-i)q
+(n-se)q(con)q(ds)565 3960 y Fg(\(\))390 4070 y Ft(Return)30
+b(curren)m(t)g(time)h(in)f(seconds.)2836 4245 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-realaudio-mo)q(de)52 b
+Fg(\(\))390 4354 y Ft(Ma)5 b(jor)31 b(mo)s(de)f(for)g(streaming)h
+(audio.)390 4486 y(k)m(ey)g(binding)e(|)i(||-)390 4617
+y(This)f(mo)s(de)g(runs)e(the)j(ho)s(ok)f(`emacsp)s(eak-realaudio-mo)s
+(de-ho)s(ok',)j(as)e(the)f(\014nal)g(step)h(during)390
+4727 y(initialization.)2836 4902 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-realaudio-pl)q(ay)52 b Fg(\()p Fk(RESOUR)m(CE)29
+b Ff(&optional)565 5011 y Fk(PLA)-8 b(Y-LIST)30 b(NOSELECT)p
+Ft(\))390 5121 y(Pla)m(y)h(a)g(realaudio)g(stream.)46
+b(Uses)31 b(\014les)f(from)g(y)m(our)h(Realaudio)g(shortcuts)f
+(directory)h(for)390 5230 y(completion.)47 b(See)31 b(do)s(cumen)m
+(tation)g(for)f(user)g(con\014gurable)g(v)-5 b(ariable)31
+b(emacsp)s(eak-realaudio-)390 5340 y(shortcuts-directory)-8
+b(.)p eop end
+%%Page: 78 81
+TeXDict begin 78 80 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(78)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-realaudio-se)q(lec)q(t-re)q(ala)q(udi)q
+(o-b)q(uffe)q(r)51 b Fg(\(\))390 408 y Ft(Switc)m(h)30
+b(to)i(realaudio)f(bu\013er.)2836 591 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-realaudio-se)q(t-e)q(nd-m)q(ark)52
+b Fg(\()p Ff(&optional)565 701 y Fk(MARK-TIME)p Ft(\))390
+810 y(Set)31 b(end)e(mark.)46 b(Default)31 b(is)g(to)g(set)g(mark)m(er)
+f(to)h(curren)m(t)g(pla)m(y)g(time.)46 b(Mark)31 b(is)f(sp)s(eci\014ed)
+g(in)390 920 y(seconds.)2836 1102 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-realaudio-se)q(t-s)q(tart)q(-ma)q(rk)52
+b Fg(\()p Ff(&optional)565 1212 y Fk(MARK-TIME)p Ft(\))390
+1321 y(Set)31 b(start)f(mark.)46 b(Default)31 b(is)g(to)g(set)g(mark)m
+(er)g(to)g(curren)m(t)f(pla)m(y)h(time.)46 b(Mark)31
+b(is)f(sp)s(eci\014ed)g(in)390 1431 y(seconds.)2836 1614
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-realaudio-st)q(op)
+52 b Fg(\(\))390 1723 y Ft(Stop)30 b(pla)m(ying)h(realaudio)2836
+1906 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-realaudio-tr)
+q(pla)q(yer-)q(cal)q(l-c)q(omm)q(and)52 b Fg(\(\))390
+2015 y Ft(Call)31 b(appropriate)f(TRPla)m(y)m(er)i(command.)2836
+2198 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-realaudio-tr)
+q(pla)q(yer-)q(com)q(man)q(d)51 b Fg(\()p Fk(CHAR)p Fg(\))390
+2307 y Ft(Execute)31 b(TRPla)m(y)m(er)h(command.)2836
+2490 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-realaudio-wr)
+q(ite)q(-mp3)q(-cl)q(ip)52 b Fg(\()p Fk(ST)-8 b(AR)g(T)30
+b(END)565 2600 y(FILE)p Fg(\))390 2709 y Ft(W)-8 b(rites)32
+b(sp)s(eci\014ed)d(clip)i(from)f(curren)m(t)g(mp3)g(stream.)46
+b(Prompts)30 b(for)g(start)h(and)f(end)f(times)i(as)390
+2819 y(w)m(ell)g(as)g(\014le)f(to)i(sa)m(v)m(e)f(the)g(clippi)150
+3050 y Fr(11.44)69 b(emacsp)t(eak-rede\014ne)150 3209
+y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+3319 y(rede\014ne.)2836 3502 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-backward-cha)q(r)51 b Fg(\()p Ff(&optional)32
+b Fk(AR)m(G)p Ft(\))390 3611 y Fp(<)p Fj(left)p Fp(>)d
+Fj(control)f(b)390 3745 y Ft(Bac)m(kw)m(ard-c)m(har)k(rede\014ned)e(to)
+h(sp)s(eak)f(c)m(har)g(mo)m(v)m(ed)i(to.)2836 3928 y([In)m(teractiv)m
+(e)h(Command])-3601 b Fh(emacspeak-forward-char)52 b
+Fg(\()p Ff(&optional)31 b Fk(AR)m(G)p Ft(\))390 4037
+y Fp(<)p Fj(right)p Fp(>)d Fj(control)h(f)390 4171 y
+Ft(F)-8 b(orw)m(ard-c)m(har)32 b(rede\014ned)d(to)i(sp)s(eak)f(c)m(har)
+h(mo)m(v)m(ed)g(to.)2836 4354 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-self-insert-)q(com)q(mand)52 b Fg(\()p
+Ff(&optional)31 b Fk(AR)m(G)p Ft(\))390 4463 y Fj(Generic)d(char)i
+(491520:)e(all)h(of)h(JISX0213-2)e(Generic)g(char)h(458752:)g(all)g(of)
+h(Tibetan)390 4573 y(2-col)f(Generic)f(char)i(442368:)e(all)h(of)h
+(Indian)f(2-col)g(Generic)f(char)h(425984:)g(all)g(of)390
+4682 y(CNS11643-7)f(Generic)g(char)h(409600:)g(all)g(of)h(CNS11643-6)d
+(Generic)i(char)g(393216:)390 4792 y(all)g(of)h(CNS11643-5)e(Generic)g
+(char)h(376832:)g(all)g(of)h(CNS11643-4)e(Generic)g(char)390
+4902 y(360448:)g(all)i(of)g(CNS11643-3)d(Generic)i(char)g(344064:)f
+(all)i(of)f(Ethiopic)g(Generic)390 5011 y(char)g(327680:)g(all)g(of)h
+(Unicode)e(subset)h(Generic)f(char)h(311296:)g(all)g(of)h(Unicode)390
+5121 y(subset)f(3)h(Generic)e(char)h(294912:)g(all)g(of)h(Unicode)e
+(subset)h(2)h(Generic)e(char)i(278528:)390 5230 y(all)f(of)h(Tibetan)f
+(1-col)g(Generic)f(char)h(262144:)g(all)g(of)h(Indian)e(glyph)h
+(Generic)g(char)390 5340 y(14464:)g(all)g(of)h(IS)g(13194)f(Generic)f
+(char)h(14336:)g(all)g(of)h(Arabic)f(2-col)g(Generic)f(char)p
+eop end
+%%Page: 79 82
+TeXDict begin 79 81 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(79)390 299 y Fj(7040:)29
+b(all)g(of)h(Lao)g(Generic)e(char)h(6912:)g(all)h(of)f(rev)h(ASCII)f
+(Generic)f(char)h(6784:)g(all)390 408 y(of)h(Arabic)e(1-col)h(Generic)g
+(char)g(6656:)g(all)g(of)h(Arabic)f(digit)g(Generic)f(char)h(6528:)390
+518 y(all)g(of)h(VISCII)f(upper)g(Generic)f(char)h(6400:)g(all)h(of)g
+(VISCII)e(lower)h(Generic)g(char)390 628 y(6272:)g(all)g(of)h(IPA)g
+(Generic)e(char)h(6144:)g(all)h(of)f(SiSheng)g(Generic)f(char)h
+(163840:)390 737 y(all)g(of)h(Big5)f(\(Level-2\))f(Generic)h(char)g
+(147456:)f(all)i(of)g(Big5)f(\(Level-1\))f(Generic)390
+847 y(char)h(131072:)g(all)g(of)h(JISX0213-1)d(Generic)i(char)g
+(114688:)f(all)i(of)g(CNS11643-2)390 956 y(Generic)e(char)i(98304:)e
+(all)i(of)f(CNS11643-1)f(Generic)g(char)i(81920:)e(all)i(of)g(JISX0212)
+390 1066 y(Generic)e(char)i(65536:)e(all)i(of)f(KSC5601)g(Generic)f
+(char)h(49152:)g(all)h(of)f(JISX0208)390 1176 y(Generic)f(char)i
+(32768:)e(all)i(of)f(GB2312)g(Generic)g(char)g(16384:)f(all)i(of)g
+(JISX0208.1978)390 1285 y(Generic)e(char)i(3968:)f(all)g(of)h(RHP)f(of)
+h(Latin-8)e(Generic)h(char)g(3840:)g(all)g(of)h(RHP)g(of)390
+1395 y(Latin-9)e(Generic)h(char)g(3712:)g(all)g(of)h(RHP)g(of)f
+(Latin-5)g(Generic)f(char)h(3584:)g(all)h(of)390 1504
+y(RHP)f(of)h(ISO8859/5)e(Generic)g(char)i(3328:)f(all)g(of)h(JISX0201)e
+(Roman)h(Generic)f(char)390 1614 y(3200:)h(all)g(of)h(JISX0201)e
+(Katakana)g(Generic)h(char)g(3072:)g(all)g(of)h(RHP)g(of)f(ISO8859/8)
+390 1724 y(Generic)f(char)i(2944:)f(all)g(of)h(RHP)f(of)h(ISO8859/6)e
+(Generic)g(char)h(2816:)g(all)h(of)g(RHP)390 1833 y(of)g(ISO8859/7)e
+(Generic)g(char)h(2688:)g(all)h(of)f(RHP)h(of)g(TIS620)e(Generic)h
+(char)g(2560:)390 1943 y(all)g(of)h(RHP)g(of)f(Latin-4)g(Generic)f
+(char)h(2432:)g(all)h(of)g(RHP)f(of)h(Latin-3)e(Generic)390
+2052 y(char)h(2304:)g(all)h(of)f(RHP)h(of)g(Latin-2)e(Generic)g(char)i
+(2176:)f(all)g(of)h(RHP)f(of)h(Latin-1)390 2162 y Fp(~)g(})g(|)g({)g
+Fj(z)g(y)g(x)g(w)g(v)g(u)g(t)g(s)g(r)g(q)g(p)g(o)g(n)h(m)f(l)g(k)g(j)g
+(i)g(h)g(g)g(f)g(e)g(d)g(c)g(b)g(a)g(`)g(_)g Fp(^)g Fj(])g(\\)g([)g
+(cap)g(Z)g(cap)f(Y)390 2271 y(cap)g(X)i(cap)e(W)h(cap)g(V)g(cap)f(U)h
+(cap)g(T)g(cap)f(S)h(cap)g(R)g(cap)f(Q)h(cap)g(P)g(cap)f(O)h(cap)g(N)g
+(cap)f(M)h(cap)g(L)390 2381 y(cap)f(K)i(cap)e(J)h(cap)g(I)g(cap)f(H)h
+(cap)g(G)g(cap)f(F)h(cap)g(E)g(cap)f(D)h(cap)g(C)g(cap)f(B)h(cap)g(A)g
+Fp(@)g Fj(?)g Fp(>)g Fj(=)g Fp(<)g Fj(;)g(:)390 2491
+y(9)g(8)g(7)g(6)g(5)g(4)g(3)g(2)g(1)g(0)g(/)g(.)g(-)g(,)g
+Fp(+)g Fj(*)g(\))h(\()f(')g(&)g(\045)g Fk($)g Fj(#)g(!)g(SPACE)390
+2626 y Ft(Insert)g(a)h(c)m(haracter.)47 b(Sp)s(eaks)30
+b(the)g(c)m(haracter)i(if)e(emacsp)s(eak-c)m(haracter-ec)m(ho)35
+b(is)30 b(true.)46 b(See)390 2736 y(command)30 b(emacsp)s(eak-toggle-w)
+m(ord-ec)m(ho)35 b(b)s(ound)29 b(to)i(C-e)f(d)g(w.)46
+b(T)-8 b(oggle)32 b(v)-5 b(ariable)31 b(dtk-stop-)390
+2845 y(immediately-while-t)m(yping)i(if)d(y)m(ou)h(w)m(an)m(t)g(to)g
+(ha)m(v)m(e)h(sp)s(eec)m(h)e(\015ush)f(as)i(y)m(ou)f(t)m(yp)s(e.)150
+3079 y Fr(11.45)69 b(emacsp)t(eak-remote)150 3238 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 3348 y(remote.)2836 3534
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-remote-conne)q
+(ct-)q(to-s)q(erv)q(er)52 b Fg(\()p Fk(HOST)29 b(POR)-8
+b(T)p Fg(\))390 3643 y Fj(control)28 b(e)i(meta)g(r)390
+3778 y Ft(Connect)h(to)g(and)e(start)i(using)f(remote)i(sp)s(eec)m(h)e
+(serv)m(er)h(running)d(on)i(host)h(host)f(and)g(listen-)390
+3888 y(ing)h(on)f(p)s(ort)g(p)s(ort.)45 b(Host)31 b(is)f(the)h
+(hostname)f(of)h(the)f(remote)i(serv)m(er,)f(t)m(ypically)h(the)e
+(desktop)390 3998 y(mac)m(hine.)46 b(P)m(ort)32 b(is)e(the)g(tcp)h(p)s
+(ort)f(that)h(that)g(host)f(is)h(listening)g(on)f(for)g(sp)s(eec)m(h)h
+(requests.)2836 4183 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-remote-home)52 b Fg(\(\))390 4293 y Ft(Op)s(en)29
+b(ssh)g(session)i(to)g(where)f(w)m(e)h(came)g(from.)45
+b(Uses)31 b(v)-5 b(alue)31 b(returned)e(b)m(y)h(`emacsp)s(eak-)390
+4403 y(remote-get-curren)m(t-remote-hostname'.)2836 4588
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-remote-quick)q
+(-co)q(nnec)q(t-t)q(o-s)q(erv)q(er)52 b Fg(\(\))390 4698
+y Ft(Connect)31 b(to)g(remote)g(serv)m(er.)46 b(Do)s(es)31
+b(not)g(prompt)e(for)h(host)h(or)f(p)s(ort,)g(but)g(quietly)h(uses)f
+(the)390 4808 y(guesses)h(that)g(app)s(ear)e(as)i(defaults)f(when)g
+(prompting.)45 b(Use)31 b(this)f(once)h(y)m(ou)g(are)f(sure)g(the)390
+4917 y(guesses)h(are)f(usually)h(correct.)2836 5103 y([In)m(teractiv)m
+(e)i(Command])-3601 b Fh(emacspeak-remote-ssh-t)q(o-s)q(erve)q(r)52
+b Fg(\()p Fk(LOGIN)30 b(HOST)565 5213 y(POR)-8 b(T)p
+Fg(\))390 5322 y Ft(Op)s(en)29 b(ssh)g(session)i(to)g(where)f(w)m(e)h
+(came)g(from.)p eop end
+%%Page: 80 83
+TeXDict begin 80 82 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(80)150 299 y Fr(11.46)69
+b(emacsp)t(eak-rmail)150 458 y Ft(Automatically)33 b(generated)e(do)s
+(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)
+s(eak-)150 568 y(rmail.)2836 740 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-rmail-speak-)q(cur)q(rent)q(-me)q(ssa)q(ge-)q(labe)q(ls)
+52 b Fg(\(\))390 849 y Ft(Sp)s(eak)30 b(lab)s(els)g(of)h(curren)m(t)f
+(message)2836 1021 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-rmail-summar)q(ize)q(-cur)q(ren)q(t-m)q(ess)q(age)52
+b Fg(\(\))390 1131 y Ft(Summarize)30 b(curren)m(t)g(message)150
+1355 y Fr(11.47)69 b(emacsp)t(eak-solitaire)150 1514
+y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+1624 y(solitaire.)2836 1796 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-solitaire-sh)q(ow-)q(colu)q(mn)52 b Fg(\(\))390
+1905 y Ft(Displa)m(y)32 b(curren)m(t)e(ro)m(w)g(auditorallly)2836
+2077 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-solitaire-sh)
+q(ow-)q(row)52 b Fg(\(\))390 2187 y Ft(Displa)m(y)32
+b(curren)m(t)e(ro)m(w)g(auditorallly)2836 2359 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-solitaire-sp)q(eak)q(-coo)q(rdi)q(nat)q
+(es)52 b Fg(\(\))390 2468 y Ft(Sp)s(eak)30 b(co)s(ordinates)h(of)f
+(curren)m(t)g(p)s(osition)150 2692 y Fr(11.48)69 b(emacsp)t(eak-sounds)
+150 2852 y Ft(Commen)m(tary:)46 b(This)30 b(mo)s(dule)f(pro)m(vides)i
+(the)f(in)m(terface)i(for)e(generating)i(auditory)e(icons)h(in)f(emac-)
+150 2961 y(sp)s(eak.)45 b(Design)32 b(goal:)47 b(1\))31
+b(Auditory)f(icons)h(should)e(b)s(e)h(used)g(to)h(pro)m(vide)f
+(additional)i(feedbac)m(k,)150 3071 y(not)f(as)f(a)h(gimmic)m(k.)47
+b(2\))31 b(The)f(in)m(terface)i(should)d(b)s(e)h(usable)g(at)h(all)h
+(times)f(without)f(the)h(icons:)46 b(e.g.)150 3181 y(when)29
+b(on)i(a)f(mac)m(hine)h(without)g(a)g(sound)e(card.)45
+b(3\))31 b(General)h(principle)e(for)g(when)f(to)i(use)f(an)h(icon:)150
+3290 y(Con)m(v)m(ey)g(information)g(ab)s(out)f(ev)m(en)m(ts)i(taking)f
+(place)g(in)f(parallel.)47 b(F)-8 b(or)31 b(instance,)h(if)e(making)h
+(a)g(selec-)150 3400 y(tion)g(automatically)i(mo)m(v)m(es)f(the)e
+(curren)m(t)h(fo)s(cus)e(to)i(the)g(next)g(c)m(hoice,)h(W)-8
+b(e)32 b(sp)s(eak)e(the)g(next)h(c)m(hoice,)150 3509
+y(while)f(indicating)i(the)e(fact)h(that)g(something)g(w)m(as)g
+(selected)h(with)e(a)h(sound)e(cue.)46 b(This)29 b(in)m(terface)150
+3619 y(will)i(assume)f(the)g(a)m(v)-5 b(ailabilit)m(y)34
+b(of)d(a)f(shell)h(command)f Fp(")p Ft(pla)m(y)p Fp(")g
+Ft(that)h(can)g(tak)m(e)h(one)f(or)f(more)h(sound)150
+3729 y(\014les)f(and)g(pla)m(y)h(them.)46 b(This)29 b(mo)s(dule)h(will)
+h(also)g(pro)m(vide)g(a)f(mapping)g(b)s(et)m(w)m(een)h(names)f(in)g
+(the)h(elisp)150 3838 y(w)m(orld)f(and)g(actual)i(sound)d(\014les.)46
+b(Mo)s(dules)30 b(that)h(wish)e(to)i(use)f(auditory)h(icons)g(should)e
+(use)h(these)150 3948 y(names,)h(instead)f(of)h(actual)g(\014le)g
+(names.)46 b(As)30 b(of)g(Emacsp)s(eak)h(13.0,)h(this)e(mo)s(dule)g
+(de\014nes)g(a)g(themes)150 4057 y(arc)m(hitecture)i(for)e(auditory)h
+(icons.)46 b(Sound)29 b(\014les)h(corresp)s(onding)f(to)i(a)g(giv)m(en)
+g(theme)g(are)g(found)e(in)150 4167 y(appropriate)h(sub)s(directories)g
+(of)h(emacsp)s(eak-sounds-directory)275 4297 y(Automatically)h
+(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 4407 y(sounds.)2836 4579
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-play-all-ico)q(ns)
+52 b Fg(\(\))390 4688 y Ft(Pla)m(ys)31 b(all)g(de\014ned)f(icons)g(and)
+g(sp)s(eaks)g(their)g(names.)2836 4860 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-set-auditory)q(-ic)q(on-p)q(lay)q(er)52
+b Fg(\()p Fk(PLA)-8 b(YER)p Fg(\))390 4970 y Fj(control)28
+b(e)i(meta)g(a)390 5100 y Ft(Select)i(pla)m(y)m(er)f(used)f(for)g(pro)s
+(ducing)f(auditory)h(icons.)46 b(Recommended)31 b(c)m(hoices:)390
+5230 y(emacsp)s(eak-serv)m(e-auditory-icon)i(for)e(the)f(w)m(a)m(v)m(e)
+i(device.)47 b(emacsp)s(eak-queue-auditory-icon)390 5340
+y(when)29 b(using)h(soft)m(w)m(are)i(TTS.)p eop end
+%%Page: 81 84
+TeXDict begin 81 83 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(81)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-sounds-reset)q(-lo)q(cal-)q(pla)q(yer)
+52 b Fg(\(\))390 408 y Ft(Ask)30 b(Emacsp)s(eak)h(to)g(use)f(a)h(lo)s
+(cal)g(audio)g(pla)m(y)m(er.)47 b(This)29 b(lets)i(me)g(ha)m(v)m(e)h
+(Emacsp)s(eak)e(switc)m(h)h(to)390 518 y(using)f(audiopla)m(y)h(on)f
+(solaris)h(after)g(I'v)m(e)g(used)f(it)h(for)f(a)h(while)f(from)g(a)h
+(remote)g(session)g(where)390 628 y(it)g(w)m(ould)f(use)g(the)h(more)f
+(primitiv)m(e)h(sp)s(eec)m(h-serv)m(er)g(based)f(audio)h(pla)m(y)m(er.)
+2836 816 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-sounds-reset)q(-so)q(und)52 b Fg(\(\))390
+925 y Ft(Reload)31 b(sound)e(driv)m(ers.)2836 1114 y([In)m(teractiv)m
+(e)k(Command])-3601 b Fh(emacspeak-sounds-selec)q(t-t)q(heme)52
+b Fg(\()p Fk(THEME)p Fg(\))390 1223 y Fj(control)28 b(e)i(\))390
+1360 y Ft(Select)i(theme)e(for)g(auditory)h(icons.)2836
+1548 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-toggle-audit)
+q(ory)q(-ico)q(ns)52 b Fg(\()p Ff(&optional)565 1657
+y Fk(PREFIX)p Ft(\))390 1767 y Fj(control)28 b(e)i(control)f(a)390
+1903 y Ft(T)-8 b(oggle)32 b(use)e(of)h(auditory)f(icons.)47
+b(Optional)30 b(in)m(teractiv)m(e)k(PREFIX)c(arg)h(toggles)h(global)g
+(v)-5 b(alue.)150 2139 y Fr(11.49)69 b(emacsp)t(eak-sp)t(eak)150
+2298 y Ft(Commen)m(tary:)46 b(This)30 b(mo)s(dule)f(de\014nes)h(the)g
+(core)i(sp)s(eec)m(h)e(services)h(used)f(b)m(y)g(emacsp)s(eak.)46
+b(It)31 b(de-)150 2408 y(p)s(ends)e(on)h(the)g(sp)s(eec)m(h)h(serv)m
+(er)f(in)m(terface)i(mo)s(dules)e(It)g(protects)i(other)e(parts)g(of)h
+(emacsp)s(eak)g(from)150 2517 y(b)s(ecoming)g(dep)s(enden)m(t)e(on)h
+(the)h(sp)s(eec)m(h)f(serv)m(er)h(mo)s(dules)275 2654
+y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(commands)g
+(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150 2763
+y(sp)s(eak.)2836 2952 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-audio-annota)q(te-)q(para)q(gra)q(phs)52
+b Fg(\(\))390 3061 y Ft(Set)31 b(prop)s(ert)m(y)e(auditory-icon)j(at)f
+(fron)m(t)f(of)h(all)g(paragraphs.)2836 3249 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-blink-matchi)q(ng-)q(open)52
+b Fg(\(\))390 3359 y Ft(Mo)m(v)m(e)32 b(cursor)e(momen)m(tarily)i(to)f
+(the)f(b)s(eginning)g(of)h(the)f(sexp)g(b)s(efore)g(p)s(oin)m(t.)46
+b(Also)31 b(displa)m(y)390 3469 y(matc)m(h)g(con)m(text)h(in)f
+(minibu\013er.)2836 3657 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-completion-p)q(ick)q(-com)q(ple)q(tio)q(n)51
+b Fg(\(\))390 3766 y Ft(Pic)m(k)31 b(completion)h(and)e(return)f
+(safely)i(where)f(w)m(e)h(came)g(from.)2836 3955 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-completions-)q(mov)q(e-to)q(-co)q(mpl)q
+(eti)q(on-g)q(rou)q(p)51 b Fg(\(\))390 4064 y Ft(Mo)m(v)m(e)32
+b(to)g(group)d(of)i(c)m(hoices)h(b)s(eginning)e(with)g(c)m(haracter)i
+(last)f(t)m(yp)s(ed.)45 b(If)30 b(no)g(suc)m(h)h(group)e(ex-)390
+4174 y(ists,)i(then)f(w)m(e)h(try)f(to)h(searc)m(h)g(for)f(that)h(c)m
+(har,)g(or)g(don)m(t)f(mo)m(v)m(e.)2836 4362 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-dial-dtk)51 b Fg(\()p
+Fk(NUMBER)p Fg(\))390 4472 y Fj(control)28 b(e)i(d)g(t)390
+4608 y Ft(Prompt)g(for)g(and)g(dial)h(a)f(phone)g(NUMBER)h(with)f(the)h
+(Dectalk.)2836 4796 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-execute-repe)q(ate)q(dly)52 b Fg(\()p
+Fk(COMMAND)p Fg(\))390 4906 y Ft(Execute)31 b(COMMAND)g(rep)s(eatedly)
+-8 b(.)2836 5094 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-mark-backwar)q(d-m)q(ark)52 b Fg(\(\))390
+5204 y Fp(<)p Fj(control)28 b(up)p Fp(>)390 5340 y Ft(Cycle)j(bac)m(kw)
+m(ard)g(through)e(the)i(mark)f(ring.)p eop end
+%%Page: 82 85
+TeXDict begin 82 84 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(82)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-owindow-next)q(-li)q(ne)52
+b Fg(\()p Fk(COUNT)p Fg(\))390 408 y Fj(ESCAPE)29 b Fp(<)p
+Fj(down)p Fp(>)390 545 y Ft(Mo)m(v)m(e)j(to)g(the)e(next)h(line)f(in)g
+(the)h(other)g(windo)m(w)e(and)h(sp)s(eak)g(it.)46 b(Numeric)31
+b(pre\014x)e(arg)390 655 y(COUNT)h(can)g(sp)s(ecify)g(n)m(um)m(b)s(er)f
+(of)i(lines)g(to)g(mo)m(v)m(e.)2836 844 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-owindow-prev)q(iou)q(s-li)q(ne)52
+b Fg(\()p Fk(COUNT)p Fg(\))390 954 y Fj(ESCAPE)29 b Fp(<)p
+Fj(up)p Fp(>)390 1091 y Ft(Mo)m(v)m(e)j(to)g(the)e(next)h(line)f(in)g
+(the)h(other)g(windo)m(w)e(and)h(sp)s(eak)g(it.)46 b(Numeric)31
+b(pre\014x)e(arg)390 1200 y(COUNT)h(sp)s(eci\014es)g(n)m(um)m(b)s(er)f
+(of)h(lines)h(to)g(mo)m(v)m(e.)2836 1389 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-owindow-scro)q(ll-)q(down)52
+b Fg(\(\))390 1499 y Fj(ESCAPE)29 b Fp(<)p Fj(prior)p
+Fp(>)390 1636 y Ft(Scroll)i(do)m(wn)f(the)g(windo)m(w)g(that)h(command)
+f(`other-windo)m(w')h(w)m(ould)f(mo)m(v)m(e)i(to.)47
+b(Sp)s(eak)29 b(the)390 1745 y(windo)m(w)h(con)m(ten)m(ts)i(after)f
+(scrolling.)2836 1934 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-owindow-scro)q(ll-)q(up)52 b Fg(\(\))390
+2044 y Fj(ESCAPE)29 b Fp(<)p Fj(next)p Fp(>)390 2181
+y Ft(Scroll)i(up)e(the)i(windo)m(w)e(that)i(command)g(`other-windo)m
+(w')f(w)m(ould)h(mo)m(v)m(e)g(to.)47 b(Sp)s(eak)30 b(the)g(win-)390
+2290 y(do)m(w)g(con)m(ten)m(ts)i(after)f(scrolling.)2836
+2480 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-owindow-spea)
+q(k-l)q(ine)52 b Fg(\(\))390 2589 y Fj(ESCAPE)29 b Fp(<)p
+Fj(select)p Fp(>)390 2726 y Ft(Sp)s(eak)h(the)g(curren)m(t)g(line)h(in)
+f(the)h(other)f(windo)m(w.)2836 2915 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-read-next-li)q(ne)52 b Fg(\()p Ff(&optional)31
+b Fk(AR)m(G)p Ft(\))390 3025 y Fj(control)d(e)i Fp(<)p
+Fj(down)p Fp(>)390 3162 y Ft(Read)h(next)f(line,)h(sp)s(eci\014ed)f(b)m
+(y)g(an)g(o\013set,)i(without)e(mo)m(ving.)47 b(Default)31
+b(is)g(to)g(read)f(the)h(next)390 3271 y(line.)2836 3460
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-read-next-wo)q(rd)
+52 b Fg(\()p Ff(&optional)31 b Fk(AR)m(G)p Ft(\))390
+3570 y(Read)g(next)f(w)m(ord,)g(sp)s(eci\014ed)g(as)h(a)f(n)m(umeric)h
+(arg,)g(without)f(mo)m(ving.)47 b(Default)31 b(is)g(to)g(read)f(the)390
+3680 y(next)h(w)m(ord.)2836 3869 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-read-previou)q(s-l)q(ine)52 b Fg(\()p
+Ff(&optional)31 b Fk(AR)m(G)p Ft(\))390 3978 y Fj(control)d(e)i
+Fp(<)p Fj(up)p Fp(>)390 4115 y Ft(Read)h(previous)e(line,)i(sp)s
+(eci\014ed)f(b)m(y)g(an)h(o\013set,)g(without)g(mo)m(ving.)46
+b(Default)32 b(is)e(to)h(read)f(the)390 4225 y(previous)g(line.)2836
+4414 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-read-previou)
+q(s-w)q(ord)52 b Fg(\()p Ff(&optional)31 b Fk(AR)m(G)p
+Ft(\))390 4523 y(Read)g(previous)e(w)m(ord,)i(sp)s(eci\014ed)e(as)i(a)g
+(pre\014x)e(arg,)i(without)f(mo)m(ving.)47 b(Default)32
+b(is)e(to)h(read)390 4633 y(the)g(previous)e(w)m(ord.)2836
+4822 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-speak-and-sk)
+q(ip-)q(exte)q(nt-)q(upt)q(o-c)q(har)52 b Fg(\()p Fk(CHAR)p
+Fg(\))390 4932 y Ft(Searc)m(h)31 b(forw)m(ard)e(from)h(p)s(oin)m(t)h
+(un)m(til)f(w)m(e)h(hit)g(c)m(har.)46 b(Sp)s(eak)29 b(text)j(b)s(et)m
+(w)m(een)f(p)s(oin)m(t)f(and)g(the)h(c)m(har)390 5041
+y(w)m(e)g(hit.)2836 5230 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-speak-and-sk)q(ip-)q(exte)q(nt-)q(upt)q(o-t)q(his-)q
+(cha)q(r)51 b Fg(\(\))390 5340 y Ft(Sp)s(eak)30 b(exten)m(t)h
+(delimited)g(b)m(y)g(p)s(oin)m(t)f(and)g(last)h(c)m(haracter)h(t)m(yp)s
+(ed.)p eop end
+%%Page: 83 86
+TeXDict begin 83 85 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(83)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-speak-browse)q(-bu)q(ffer)52
+b Fg(\()p Ff(&optional)31 b Fk(BR)m(O)m(WSE)p Ft(\))390
+408 y Fj(control)d(e)i(,)390 542 y Ft(Bro)m(wse)h(curren)m(t)f
+(bu\013er.)45 b(Default)32 b(is)e(to)h(sp)s(eak)f(c)m(h)m(unk)g(ha)m
+(ving)h(curren)m(t)f(p)s(ersonalit)m(y)-8 b(.)47 b(In)m(ter-)390
+652 y(activ)m(e)33 b(pre\014x)c(arg)i(`bro)m(wse')f(rep)s(eatedly)h
+(bro)m(wses)f(through)g(c)m(h)m(unks)g(ha)m(ving)h(same)g(p)s(ersonal-)
+390 761 y(it)m(y)g(as)g(the)g(curren)m(t)f(text)h(c)m(h)m(unk.)2836
+943 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-buffer)
+52 b Fg(\()p Ff(&optional)31 b Fk(AR)m(G)p Ft(\))390
+1052 y Fj(control)d(e)i(b)390 1186 y Ft(Sp)s(eak)g(curren)m(t)g
+(bu\013er)f(con)m(ten)m(ts.)48 b(With)31 b(pre\014x)e(AR)m(G,)i(sp)s
+(eaks)f(the)h(rest)f(of)h(the)f(bu\013er)390 1295 y(from)g(p)s(oin)m
+(t.)46 b(Negativ)m(e)33 b(pre\014x)c(arg)i(sp)s(eaks)f(from)g(start)h
+(of)f(bu\013er)g(to)h(p)s(oin)m(t.)46 b(If)29 b(v)m(oice)k(lo)s(c)m(k)
+390 1405 y(mo)s(de)d(is)g(on,)h(the)f(paragraphs)g(in)g(the)h(bu\013er)
+e(are)i(v)m(oice)h(annotated)f(\014rst,)f(see)h(command)390
+1515 y(`emacsp)s(eak-sp)s(eak-v)m(oice-annotate-paragraphs'.)2836
+1696 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-buffer)
+q(-fi)q(lena)q(me)52 b Fg(\()p Ff(&optional)565 1806
+y Fk(FILENAME)p Ft(\))390 1915 y Fj(control)28 b(e)i(f)390
+2049 y Ft(Sp)s(eak)g(name)g(of)h(\014le)f(b)s(eing)g(visited)h(in)f
+(curren)m(t)g(bu\013er.)45 b(Sp)s(eak)30 b(default)g(directory)h(if)f
+(in-)390 2158 y(v)m(ok)m(ed)i(in)e(a)g(dired)g(bu\013er,)g(or)g(when)f
+(the)i(bu\013er)e(is)i(not)f(visiting)h(an)m(y)g(\014le.)46
+b(In)m(teractiv)m(e)33 b(pre-)390 2268 y(\014x)d(arg)h(`\014lename')g
+(sp)s(eaks)f(only)g(the)h(\014nal)f(path)g(comp)s(onen)m(t.)46
+b(The)30 b(result)g(is)g(put)g(in)g(the)h(kill)390 2378
+y(ring)f(for)g(con)m(v)m(enience.)2836 2559 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-speak-buffer)q(-in)q(tera)q(cti)q(vel)q
+(y)51 b Fg(\(\))390 2669 y Fj(control)28 b(e)i(cap)g(B)390
+2802 y Ft(Sp)s(eak)g(the)g(start)h(of,)g(rest)f(of,)h(or)g(the)f(en)m
+(tire)h(bu\013er.)45 b('s')31 b(to)g(sp)s(eak)f(the)h(start.)46
+b('r')30 b(to)h(sp)s(eak)390 2912 y(the)g(rest.)45 b(an)m(y)31
+b(other)g(k)m(ey)g(to)g(sp)s(eak)f(en)m(tire)h(bu\013er.)2836
+3093 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-char)52
+b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p Ft(\))390 3203
+y Fj(control)d(e)i(c)390 3337 y Ft(Sp)s(eak)g(c)m(haracter)i(under)c(p)
+s(oin)m(t.)46 b(Pronounces)30 b(c)m(haracter)i(phonetically)g(unless)d
+(called)j(with)390 3446 y(a)f(PREFIX)f(arg.)2836 3628
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-speak-comint)q
+(-se)q(nd-i)q(npu)q(t)51 b Fg(\(\))390 3737 y Ft(Causes)30
+b(output)g(to)h(b)s(e)f(sp)s(ok)m(en)g(i.e.,)i(as)e(if)h(comin)m(t)g
+(autosp)s(eak)g(w)m(ere)g(turned)e(on.)2836 3919 y([In)m(teractiv)m(e)k
+(Command])-3601 b Fh(emacspeak-speak-contin)q(uou)q(sly)52
+b Fg(\(\))390 4028 y Fj(control)28 b(e)i(RETURN)390 4162
+y Ft(Sp)s(eak)g(a)g(bu\013er)g(con)m(tin)m(uously)-8
+b(.)47 b(First)31 b(prompts)e(using)h(the)g(minibu\013er)f(for)i(the)f
+(kind)g(of)g(ac-)390 4271 y(tion)h(to)g(p)s(erform)e(after)i(sp)s
+(eaking)f(eac)m(h)i(c)m(h)m(unk.)45 b(E.G.)31 b(sp)s(eak)f(a)h(line)g
+(at)g(a)g(time)g(etc.)46 b(Sp)s(eak-)390 4381 y(ing)31
+b(commences)g(at)g(curren)m(t)f(bu\013er)f(p)s(osition.)46
+b(Pressing)30 b(C-g)h(breaks)f(out,)h(lea)m(ving)h(p)s(oin)m(t)e(on)390
+4491 y(last)h(c)m(h)m(unk)f(that)h(w)m(as)g(sp)s(ok)m(en.)45
+b(An)m(y)31 b(other)g(k)m(ey)g(con)m(tin)m(ues)g(to)g(sp)s(eak)f(the)h
+(bu\013er.)2836 4672 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-speak-curren)q(t-c)q(olum)q(n)52 b Fg(\(\))390
+4782 y Fj(control)28 b(e)i(=)390 4915 y Ft(Sp)s(eak)g(the)g(curren)m(t)
+g(column.)2836 5097 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-speak-curren)q(t-f)q(ield)52 b Fg(\(\))390
+5206 y Fj(control)28 b(e)i(.)390 5340 y Ft(Sp)s(eak)g(curren)m(t)g
+(\014eld.)p eop end
+%%Page: 84 87
+TeXDict begin 84 86 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(84)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-speak-curren)q(t-k)q(ill)52
+b Fg(\()p Fk(COUNT)p Fg(\))390 408 y Fj(control)28 b(e)i(k)390
+541 y Ft(Sp)s(eak)g(the)g(curren)m(t)g(kill)h(en)m(try)-8
+b(.)47 b(This)29 b(is)i(the)f(text)i(that)f(will)g(b)s(e)e(y)m(ank)m
+(ed)i(in)f(b)m(y)h(the)f(next)h(C-)390 650 y(y)-8 b(.)46
+b(Pre\014x)30 b(n)m(umeric)g(arg,)h(COUNT,)f(sp)s(eci\014es)g(that)h
+(the)g(text)g(that)g(will)g(b)s(e)e(y)m(ank)m(ed)i(as)g(a)g(re-)390
+760 y(sult)f(of)h(a)g(C-y)f(follo)m(w)m(ed)i(b)m(y)e(coun)m(t-1)i(M-y)f
+(b)s(e)e(sp)s(ok)m(en.)46 b(The)30 b(kill)h(n)m(um)m(b)s(er)e(that)i
+(is)f(sp)s(ok)m(en)390 869 y(sa)m(ys)h(what)f(n)m(umeric)g(pre\014x)g
+(arg)h(to)g(giv)m(e)g(to)h(command)e(y)m(ank.)2836 1047
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-speak-curren)q
+(t-m)q(ark)52 b Fg(\()p Fk(COUNT)p Fg(\))390 1157 y Fj(control)28
+b(e)i(control)f Fp(@)390 1289 y Ft(Sp)s(eak)h(the)g(line)h(con)m
+(taining)h(the)e(mark.)46 b(With)31 b(no)f(argumen)m(t,)h(sp)s(eaks)f
+(the)h(line)f(con)m(taining)390 1399 y(the)h(mark{this)f(is)g(where)g
+(`exc)m(hange-p)s(oin)m(t-and-mark')j(C-x)d(C-x)g(w)m(ould)h(jump.)44
+b(Numeric)390 1508 y(pre\014x)29 b(arg)i('COUNT')f(sp)s(eaks)g(line)h
+(con)m(taining)h(mark)e('n')g(where)g('n')g(is)h(one)f(less)h(than)f
+(the)390 1618 y(n)m(um)m(b)s(er)f(of)i(times)g(one)f(has)g(to)h(jump)e
+(using)h(`set-mark-command')i(to)f(get)g(to)h(this)e(mark)m(ed)390
+1727 y(p)s(osition.)46 b(The)30 b(lo)s(cation)i(of)e(the)h(mark)f(is)g
+(indicated)h(b)m(y)f(an)h(aural)f(highligh)m(t)i(ac)m(hiev)m(ed)g(b)m
+(y)e(a)390 1837 y(c)m(hange)h(in)g(v)m(oice)h(p)s(ersonalit)m(y)-8
+b(.)2836 2015 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-speak-curren)q(t-p)q(erce)q(nta)q(ge)52
+b Fg(\(\))390 2124 y Fj(control)28 b(e)i(\045)390 2256
+y Ft(Announce)g(the)g(p)s(ercen)m(tage)i(in)m(to)f(the)g(curren)m(t)f
+(bu\013er.)2836 2434 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-speak-curren)q(t-w)q(indo)q(w)52 b Fg(\(\))390
+2544 y Ft(Sp)s(eak)30 b(con)m(ten)m(ts)i(of)e(curren)m(t)g(windo)m(w.)
+46 b(Sp)s(eaks)29 b(en)m(tire)i(windo)m(w)f(irresp)s(ectiv)m(e)i(of)e
+(p)s(oin)m(t.)2836 2721 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-speak-displa)q(y-c)q(har)52 b Fg(\()p
+Ff(&optional)31 b Fk(PREFIX)p Ft(\))390 2831 y(Displa)m(y)h(c)m(har)e
+(under)f(p)s(oin)m(t)h(using)g(curren)m(t)g(sp)s(eec)m(h)h(displa)m(y)f
+(table.)47 b(Beha)m(vior)32 b(is)e(the)h(same)390 2940
+y(as)g(command)f(`emacsp)s(eak-sp)s(eak-c)m(har')i(b)s(ound)c(to)j(C-e)
+g(c)g(for)f(c)m(haracters)i(in)e(the)g(range)390 3050
+y(0{127.)48 b(Optional)31 b(argumen)m(t)g(PREFIX)f(sp)s(eci\014es)g
+(that)h(the)f(c)m(haracter)i(should)e(b)s(e)g(sp)s(ok)m(en)390
+3160 y(phonetically)-8 b(.)2836 3337 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-speak-front-)q(of-)q(buff)q(er)52
+b Fg(\(\))390 3447 y Ft(Sp)s(eak)30 b(the)g(bu\013er)g(from)f(start)i
+(to)h(p)s(oin)m(t)2836 3624 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-speak-help)52 b Fg(\()p Ff(&optional)31
+b Fk(AR)m(G)p Ft(\))390 3734 y Fj(control)d(e)i(h)390
+3866 y Ft(Sp)s(eak)g(help)g(bu\013er)f(if)h(one)h(presen)m(t.)46
+b(With)31 b(pre\014x)e(arg,)i(sp)s(eaks)f(the)g(rest)h(of)g(the)f
+(bu\013er)f(from)390 3976 y(p)s(oin)m(t.)46 b(Negativ)m(e)33
+b(pre\014x)c(arg)i(sp)s(eaks)f(from)g(start)h(of)f(bu\013er)g(to)h(p)s
+(oin)m(t.)2836 4153 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-speak-help-i)q(nte)q(ract)q(ive)q(ly)52
+b Fg(\(\))390 4263 y Ft(Sp)s(eak)30 b(the)g(start)h(of,)g(rest)f(of,)h
+(or)g(the)f(en)m(tire)h(help.)46 b('s')31 b(to)g(sp)s(eak)f(the)g
+(start.)47 b('r')30 b(to)h(sp)s(eak)f(the)390 4373 y(rest.)46
+b(an)m(y)31 b(other)f(k)m(ey)h(to)h(sp)s(eak)e(en)m(tire)h(help.)2836
+4550 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-line)52
+b Fg(\()p Ff(&optional)31 b Fk(AR)m(G)p Ft(\))390 4660
+y Fj(control)d(e)i(l)390 4792 y Ft(Sp)s(eaks)g(curren)m(t)g(line.)46
+b(With)31 b(pre\014x)e(AR)m(G,)i(sp)s(eaks)f(the)h(rest)f(of)h(the)f
+(line)h(from)f(p)s(oin)m(t.)46 b(Neg-)390 4902 y(ativ)m(e)32
+b(pre\014x)e(optional)h(arg)g(sp)s(eaks)f(from)g(start)h(of)f(line)h
+(to)g(p)s(oin)m(t.)46 b(V)-8 b(oici\014es)32 b(if)e(option)h(`v)m
+(oice-)390 5011 y(lo)s(c)m(k-mo)s(de')h(is)e(on.)46 b(Indicates)31
+b(inden)m(tation)g(with)f(a)h(tone)g(if)f(audio)g(inden)m(tation)i(is)e
+(in)g(use.)390 5121 y(Indicates)h(p)s(osition)f(of)h(p)s(oin)m(t)f
+(with)g(an)h(aural)f(highligh)m(t)h(if)g(option)g(`emacsp)s(eak-sho)m
+(w-p)s(oin)m(t')390 5230 y(is)f(turned)g(on)g({see)h(command)f(`emacsp)
+s(eak-sho)m(w-p)s(oin)m(t')j(b)s(ound)28 b(to)j(M-x)g(emacsp)s(eak-sho)
+m(w-)390 5340 y(p)s(oin)m(t.)46 b(Lines)30 b(that)h(start)g(hidden)e
+(blo)s(c)m(ks)i(of)f(text,)i(e.g.)47 b(outline)31 b(header)f(lines,)h
+(or)f(header)p eop end
+%%Page: 85 88
+TeXDict begin 85 87 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(85)390 299 y(lines)31
+b(of)f(blo)s(c)m(ks)h(created)g(b)m(y)g(command)f(`emacsp)s
+(eak-hide-or-exp)s(ose-blo)s(c)m(k')j(are)e(indicated)390
+408 y(with)f(auditory)g(icon)h(ellipses.)2836 595 y([In)m(teractiv)m(e)
+i(Command])-3601 b Fh(emacspeak-speak-line-i)q(nte)q(ract)q(ive)q(ly)52
+b Fg(\(\))390 704 y Fj(control)28 b(e)i(cap)g(L)390 840
+y Ft(Sp)s(eak)g(the)g(start)h(of,)g(rest)f(of,)h(or)g(the)f(en)m(tire)h
+(line.)47 b('s')30 b(to)h(sp)s(eak)f(the)h(start.)46
+b('r')31 b(to)g(sp)s(eak)f(the)390 949 y(rest.)46 b(an)m(y)31
+b(other)f(k)m(ey)h(to)h(sp)s(eak)e(en)m(tire)h(line.)2836
+1135 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-line-n)
+q(umb)q(er)52 b Fg(\(\))390 1245 y Fj(control)28 b(e)i(control)f(l)390
+1380 y Ft(Prin)m(t)h(the)h(curren)m(t)f(bu\013er)f(line)i(n)m(um)m(b)s
+(er)e(and)h(narro)m(w)m(ed)g(line)h(n)m(um)m(b)s(er)e(of)i(p)s(oin)m
+(t.)2836 1566 y([In)m(teractiv)m(e)i(Command])-3601 b
+Fh(emacspeak-speak-line-s)q(et-)q(colu)q(mn-)q(fil)q(ter)52
+b Fg(\()p Fk(FIL)-8 b(TER)p Fg(\))390 1676 y Fj(control)28
+b(e)i Fp(|)390 1811 y Ft(Set)h(up)e(\014lter)h(for)g(selectiv)m(ely)k
+(sp)s(eaking)c(or)g(ignoring)h(p)s(ortions)f(of)g(lines.)46
+b(The)30 b(\014lter)h(is)f(sp)s(ec-)390 1921 y(i\014ed)g(as)h(a)f(list)
+h(of)g(pairs.)45 b(F)-8 b(or)31 b(example,)h(to)f(\014lter)f(columns)g
+(1)h({)g(10)g(and)f(20)h({)g(25,)g(sp)s(ecify)f(\014l-)390
+2031 y(ter)h(as)f(\(\(0)i(9\))f(\(20)g(25\)\).)48 b(Filter)31
+b(settings)h(are)e(p)s(ersisted)g(across)h(sessions.)46
+b(A)30 b(p)s(ersisted)g(\014lter)390 2140 y(is)g(used)g(as)h(the)f
+(default)h(when)e(prompting)h(for)g(a)h(\014lter.)45
+b(This)30 b(allo)m(ws)i(one)e(to)i(accum)m(ulate)390
+2250 y(a)f(set)g(of)f(\014lters)g(for)h(sp)s(eci\014c)f(\014les)g(lik)m
+(e)i(/v)-5 b(ar/adm/messages)32 b(and)e(/v)-5 b(ar/adm/maillog)33
+b(o)m(v)m(er)390 2359 y(time.)46 b(Option)31 b(emacsp)s(eak-sp)s
+(eak-line-in)m(v)m(ert-\014lter)i(determines)d(the)h(sense)f(of)h(the)f
+(\014lter.)2836 2545 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-speak-load-d)q(ire)q(ctor)q(y-s)q(ett)q(ing)q(s)565
+2655 y Fg(\()p Ff(&optional)31 b Fk(DIRECTOR)-8 b(Y)p
+Ft(\))390 2765 y(Load)31 b(a)f(directory)h(sp)s(eci\014c)f(Emacsp)s
+(eak)h(settings)g(\014le.)46 b(This)30 b(is)g(t)m(ypically)i(used)e(to)
+h(load)g(up)390 2874 y(settings)g(that)g(are)g(sp)s(eci\014c)f(to)h(an)
+g(electronic)h(b)s(o)s(ok)e(consisting)h(of)f(man)m(y)h(\014les)f(in)g
+(the)h(same)390 2984 y(directory)-8 b(.)2836 3170 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-speak-messag)q(e-a)q(gain)52
+b Fg(\()p Ff(&optional)565 3280 y Fk(FR)m(OM-MESSA)m(GE-CA)m(CHE)p
+Ft(\))390 3389 y Fj(control)28 b(e)i(a)390 3525 y Ft(Sp)s(eak)g(the)g
+(last)h(message)h(from)e(Emacs)g(once)i(again.)46 b(Optional)31
+b(in)m(teractiv)m(e)i(pre\014x)d(arg)390 3634 y(`from-message-cac)m
+(he')k(sp)s(eaks)c(message)h(cac)m(hed)h(from)e(the)g(most)h(recen)m(t)
+g(call)h(to)f(func-)390 3744 y(tion)g(`message'.)47 b(The)30
+b(message)i(is)e(also)h(placed)g(in)f(the)h(kill)g(ring)f(for)g(con)m
+(v)m(enien)m(t)j(y)m(anking)390 3853 y(if)d(`emacsp)s(eak-sp)s
+(eak-message-again-should-cop)m(y-to-kil)q(l-ring')37
+b(is)30 b(set.)2836 4039 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-speak-messag)q(e-a)q(t-ti)q(me)52 b Fg(\()p
+Fk(TIME)30 b(MESSA)m(GE)p Fg(\))390 4149 y Fj(control)e(e)i
+Fp(@)390 4284 y Ft(Set)h(up)e(ring-at-time)j(to)f(sp)s(eak)f(message)i
+(at)f(sp)s(eci\014ed)f(time.)46 b(Pro)m(vides)31 b(simple)f(stop)h(w)m
+(atc)m(h)390 4394 y(functionalit)m(y)h(in)e(addition)g(to)i(other)e
+(things.)46 b(See)30 b(do)s(cumen)m(tation)i(for)e(command)g(run-at-)
+390 4504 y(time)h(for)f(details)i(on)e(time-sp)s(ec.)2836
+4690 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-speak-minibu)
+q(ffe)q(r)51 b Fg(\()p Ff(&optional)31 b Fk(AR)m(G)p
+Ft(\))390 4799 y(Sp)s(eak)f(the)g(minibu\013er)f(con)m(ten)m(ts)j(With)
+f(pre\014x)f(arg,)h(sp)s(eaks)f(the)g(rest)h(of)f(the)h(bu\013er)e
+(from)390 4909 y(p)s(oin)m(t.)46 b(Negativ)m(e)33 b(pre\014x)c(arg)i
+(sp)s(eaks)f(from)g(start)h(of)f(bu\013er)g(to)h(p)s(oin)m(t.)2836
+5095 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-minor-)
+q(mod)q(e-li)q(ne)52 b Fg(\(\))390 5205 y Fj(control)28
+b(e)i(cap)g(M)390 5340 y Ft(Sp)s(eak)g(the)g(minor)g(mo)s
+(de-information.)p eop end
+%%Page: 86 89
+TeXDict begin 86 88 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(86)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-speak-mode-l)q(ine)52
+b Fg(\()p Ff(&optional)31 b Fk(BUFFER-INF)m(O)p Ft(\))390
+408 y Fj(control)d(e)i(m)390 552 y Ft(Sp)s(eak)g(the)g(mo)s(de-line.)46
+b(In)m(teractiv)m(e)33 b(pre\014x)c(arg)i(sp)s(eaks)f(bu\013er)f(info.)
+2836 753 y([In)m(teractiv)m(e)k(Command])-3601 b Fh
+(emacspeak-speak-next-f)q(iel)q(d)51 b Fg(\(\))390 863
+y Fj(control)28 b(e)i Fp(>)390 1006 y Ft(Mo)m(v)m(e)i(to)g(and)d(sp)s
+(eak)h(next)h(\014eld.)2836 1207 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-speak-next-p)q(ers)q(onal)q(ity)q(-ch)q(unk)52
+b Fg(\(\))390 1317 y Ft(Mo)m(v)m(es)32 b(to)f(the)g(fron)m(t)f(of)h
+(next)f(c)m(h)m(unk)h(ha)m(ving)g(curren)m(t)f(p)s(ersonalit)m(y)-8
+b(.)46 b(Sp)s(eak)30 b(that)h(c)m(h)m(unk)f(af-)390 1427
+y(ter)h(mo)m(ving.)2836 1628 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-speak-next-w)q(ind)q(ow)52 b Fg(\(\))390
+1738 y Fj(control)28 b(e)i(control)f(n)390 1881 y Ft(Sp)s(eak)h(the)g
+(next)h(windo)m(w.)2836 2082 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-speak-other-)q(buf)q(fer)52 b Fg(\()p
+Fk(BUFFER)p Fg(\))390 2192 y Fj(control)28 b(e)i(meta)g(b)390
+2335 y Ft(Sp)s(eak)g(sp)s(eci\014ed)f(bu\013er.)45 b(Useful)30
+b(to)h(listen)g(to)h(a)e(bu\013er)g(without)g(switc)m(hing)h(con)m
+(texts.)2836 2537 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-speak-other-)q(win)q(dow)52 b Fg(\()p
+Ff(&optional)31 b Fk(AR)m(G)p Ft(\))390 2646 y(Sp)s(eak)f(con)m(ten)m
+(ts)i(of)e(`other')h(windo)m(w.)46 b(Sp)s(eaks)29 b(en)m(tire)i(windo)m
+(w)f(irresp)s(ectiv)m(e)i(of)e(p)s(oin)m(t.)46 b(Se-)390
+2756 y(man)m(tics)31 b(of)g(`other')g(is)f(the)h(same)g(as)f(for)h(the)
+f(builtin)g(Emacs)h(command)f(`other-windo)m(w'.)390
+2865 y(Optional)h(argumen)m(t)g(AR)m(G)g(sp)s(eci\014es)f(`other')h
+(windo)m(w)f(to)h(sp)s(eak.)2836 3067 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-speak-page)52 b Fg(\()p Ff(&optional)31
+b Fk(AR)m(G)p Ft(\))390 3177 y Fj(control)d(e)i([)390
+3320 y Ft(Sp)s(eak)g(a)g(page.)47 b(With)31 b(pre\014x)e(AR)m(G,)j(sp)s
+(eaks)d(rest)i(of)g(curren)m(t)f(page.)46 b(Negativ)m(e)33
+b(pre\014x)d(arg)390 3429 y(will)h(read)f(from)g(start)h(of)f(curren)m
+(t)g(page)i(to)f(p)s(oin)m(t.)45 b(If)30 b(option)h(`v)m(oice-lo)s(c)m
+(k-mo)s(de')j(is)d(on,)f(then)390 3539 y(it)h(will)g(use)f(an)m(y)g
+(de\014ned)g(p)s(ersonalit)m(y)-8 b(.)2836 3740 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-speak-page-i)q(nte)q(ract)q(ive)q(ly)52
+b Fg(\(\))390 3850 y Fj(control)28 b(e)i(])390 3993 y
+Ft(Sp)s(eak)g(the)g(start)h(of,)g(rest)f(of,)h(or)g(the)f(en)m(tire)h
+(page.)47 b('s')31 b(to)g(sp)s(eak)f(the)g(start.)47
+b('r')30 b(to)h(sp)s(eak)f(the)390 4103 y(rest.)46 b(an)m(y)31
+b(other)f(k)m(ey)h(to)h(sp)s(eak)e(en)m(tire)h(page.)2836
+4304 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-paragr)
+q(aph)52 b Fg(\()p Ff(&optional)31 b Fk(AR)m(G)p Ft(\))390
+4414 y Fj(control)d(e)i Fp({)390 4557 y Ft(Sp)s(eak)g(paragraph.)45
+b(With)31 b(pre\014x)e(arg,)i(sp)s(eaks)f(rest)h(of)f(curren)m(t)g
+(paragraph.)45 b(Negativ)m(e)34 b(pre-)390 4667 y(\014x)c(arg)h(will)f
+(read)h(from)e(start)i(of)g(curren)m(t)f(paragraph)g(to)h(p)s(oin)m(t.)
+46 b(If)30 b(v)m(oice-lo)s(c)m(k-mo)s(de)j(is)e(on,)390
+4776 y(then)f(it)h(will)g(use)f(an)m(y)g(de\014ned)g(p)s(ersonalit)m(y)
+-8 b(.)2836 4978 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-speak-paragr)q(aph)q(-int)q(era)q(cti)q(vel)q(y)51
+b Fg(\(\))390 5087 y Fj(control)28 b(e)i(cap)g(P)390
+5230 y Ft(Sp)s(eak)g(the)g(start)h(of,)g(rest)f(of,)h(or)g(the)f(en)m
+(tire)h(paragraph.)46 b('s')30 b(to)h(sp)s(eak)g(the)f(start.)46
+b('r')31 b(to)390 5340 y(sp)s(eak)f(the)h(rest.)46 b(an)m(y)30
+b(other)h(k)m(ey)g(to)g(sp)s(eak)f(en)m(tire)h(paragraph.)p
+eop end
+%%Page: 87 90
+TeXDict begin 87 89 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(87)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-speak-predef)q(ine)q(d-wi)q(ndo)q(w)51
+b Fg(\()p Ff(&optional)32 b Fk(AR)m(G)p Ft(\))390 408
+y Fj(control)c(e)i(0)g(control)f(e)h(1)g(control)e(e)i(2)g(control)f(e)
+h(3)g(control)e(e)i(4)g(control)f(e)h(5)g(con-)390 518
+y(trol)f(e)h(6)g(control)f(e)h(7)g(control)e(e)i(8)g(control)f(e)h(9)
+390 658 y Ft(Sp)s(eak)g(one)g(of)h(the)f(\014rst)g(10)h(windo)m(ws)f
+(on)g(the)h(screen.)46 b(Sp)s(eaks)29 b(en)m(tire)i(windo)m(w)f(irresp)
+s(ectiv)m(e)390 768 y(of)h(p)s(oin)m(t.)45 b(In)30 b(general,)i(y)m
+(ou'll)f(nev)m(er)g(ha)m(v)m(e)g(Emacs)g(split)f(the)h(screen)g(in)m
+(to)g(more)f(than)h(t)m(w)m(o)390 877 y(or)f(three.)46
+b(Argumen)m(t)31 b(AR)m(G)g(determines)f(the)h('other')g(windo)m(w)f
+(to)h(sp)s(eak.)45 b(Seman)m(tics)32 b(of)390 987 y(`other')f(is)g(the)
+f(same)h(as)f(for)h(the)f(builtin)g(Emacs)h(command)f(`other-windo)m
+(w'.)2836 1182 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-speak-previo)q(us-)q(fiel)q(d)52 b Fg(\(\))390
+1292 y Fj(control)28 b(e)i Fp(<)390 1432 y Ft(Mo)m(v)m(e)i(to)g
+(previous)d(\014eld)h(and)g(sp)s(eak)g(it.)2836 1627
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-speak-previo)q
+(us-)q(pers)q(ona)q(lit)q(y-c)q(hunk)52 b Fg(\(\))390
+1737 y Ft(Mo)m(v)m(es)32 b(to)f(the)g(fron)m(t)f(of)h(previous)f(c)m(h)
+m(unk)g(ha)m(ving)h(curren)m(t)f(p)s(ersonalit)m(y)-8
+b(.)47 b(Sp)s(eak)29 b(that)i(c)m(h)m(unk)390 1847 y(after)g(mo)m
+(ving.)2836 2042 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-speak-previo)q(us-)q(wind)q(ow)52 b Fg(\(\))390
+2152 y Fj(control)28 b(e)i(control)f(p)390 2292 y Ft(Sp)s(eak)h(the)g
+(previous)g(windo)m(w.)2836 2487 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-speak-rectan)q(gle)52 b Fg(\()p Fk(ST)-8
+b(AR)g(T)30 b(END)p Fg(\))390 2597 y Fj(control)e(e)i(cap)g(R)390
+2737 y Ft(Sp)s(eak)g(a)g(rectangle)j(of)d(text.)47 b(Rectangle)32
+b(is)f(delimited)g(b)m(y)f(p)s(oin)m(t)g(and)g(mark.)46
+b(When)30 b(call)390 2847 y(from)g(a)h(program,)f(argumen)m(ts)h(sp)s
+(ecify)f(the)g(ST)-8 b(AR)g(T)30 b(and)g(END)h(of)f(the)h(rectangle.)
+2836 3042 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-speak-region)52 b Fg(\()p Fk(ST)-8 b(AR)g(T)31
+b(END)p Fg(\))390 3152 y Fj(control)d(e)i(r)390 3292
+y Ft(Sp)s(eak)g(region.)46 b(Argumen)m(t)31 b(ST)-8 b(AR)g(T)30
+b(and)f(END)i(sp)s(ecify)f(region)h(to)g(sp)s(eak.)2836
+3487 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-rest-o)
+q(f-b)q(uffe)q(r)52 b Fg(\(\))390 3597 y Fj(control)28
+b(e)i(n)390 3737 y Ft(Sp)s(eak)g(remainder)f(of)i(the)g(bu\013er)e
+(starting)i(at)g(p)s(oin)m(t)2836 3932 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-speak-senten)q(ce)52 b Fg(\()p Ff(&optional)31
+b Fk(AR)m(G)p Ft(\))390 4042 y(Sp)s(eak)f(curren)m(t)g(sen)m(tence.)47
+b(With)31 b(pre\014x)e(AR)m(G,)i(sp)s(eaks)f(the)h(rest)f(of)h(the)g
+(sen)m(tence)g(from)390 4151 y(p)s(oin)m(t.)46 b(Negativ)m(e)33
+b(pre\014x)c(arg)i(sp)s(eaks)f(from)g(start)h(of)f(sen)m(tence)i(to)f
+(p)s(oin)m(t.)2836 4347 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-speak-set-di)q(spl)q(ay-t)q(abl)q(e)51
+b Fg(\()p Ff(&optional)565 4456 y Fk(PREFIX)p Ft(\))390
+4566 y(Sets)30 b(up)g(bu\013er)f(sp)s(eci\014c)h(sp)s(eec)m(h)h(displa)
+m(y)f(table)h(that)g(con)m(trols)h(ho)m(w)e(sp)s(ecial)h(c)m(haracters)
+h(are)390 4676 y(sp)s(ok)m(en.)45 b(In)m(teractiv)m(e)33
+b(pre\014x)d(argumen)m(t)g(causes)h(setting)h(to)f(b)s(e)e(global.)2836
+4871 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-speak-sexp)52
+b Fg(\()p Ff(&optional)31 b Fk(AR)m(G)p Ft(\))390 4981
+y Fj(control)d(e)i(')390 5121 y Ft(Sp)s(eak)g(curren)m(t)g(sexp.)45
+b(With)31 b(pre\014x)e(AR)m(G,)j(sp)s(eaks)e(the)g(rest)h(of)f(the)h
+(sexp)f(from)g(p)s(oin)m(t.)46 b(Neg-)390 5230 y(ativ)m(e)32
+b(pre\014x)e(arg)g(sp)s(eaks)g(from)g(start)h(of)g(sexp)f(to)h(p)s(oin)
+m(t.)46 b(If)29 b(option)i(`v)m(oice-lo)s(c)m(k-mo)s(de')j(is)d(on,)390
+5340 y(then)f(uses)g(the)h(p)s(ersonalit)m(y)-8 b(.)p
+eop end
+%%Page: 88 91
+TeXDict begin 88 90 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(88)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-speak-sexp-i)q(nte)q(ract)q(ive)q(ly)52
+b Fg(\(\))390 408 y Fj(control)28 b(e)i Fp(")390 543
+y Ft(Sp)s(eak)g(the)g(start)h(of,)g(rest)f(of,)h(or)g(the)f(en)m(tire)h
+(sexp.)46 b('s')31 b(to)g(sp)s(eak)f(the)g(start.)47
+b('r')30 b(to)h(sp)s(eak)f(the)390 653 y(rest.)46 b(an)m(y)31
+b(other)f(k)m(ey)h(to)h(sp)s(eak)e(en)m(tire)h(sexp.)2836
+838 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-skim-b)q
+(uff)q(er)52 b Fg(\(\))390 948 y Ft(Skim)30 b(the)g(curren)m(t)h
+(bu\013er)e(a)i(paragraph)e(at)j(a)e(time.)2836 1133
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-speak-skim-n)q
+(ext)q(-par)q(agr)q(aph)52 b Fg(\(\))390 1243 y Ft(Skim)30
+b(next)g(paragraph.)2836 1428 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-speak-skim-p)q(ara)q(grap)q(h)52 b Fg(\(\))390
+1538 y Ft(Skim)30 b(paragraph.)45 b(Skimming)30 b(a)h(paragraph)e
+(results)i(in)f(the)g(sp)s(eec)m(h)h(sp)s(eeding)e(up)h(after)g(the)390
+1648 y(\014rst)g(clause.)46 b(Sp)s(eec)m(h)30 b(is)h(scaled)g(b)m(y)f
+(the)h(v)-5 b(alue)30 b(of)h(dtk-sp)s(eak-skim-scale)2836
+1833 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-spaces)
+q(-at)q(-poi)q(nt)52 b Fg(\(\))390 1943 y Fj(control)28
+b(e)i(CONTROL)f(meta)g Fp(@)390 2078 y Ft(Sp)s(eak)h(the)g(white)h
+(space)g(at)g(p)s(oin)m(t.)2836 2263 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-speak-spell-)q(cur)q(rent)q(-wo)q(rd)52
+b Fg(\(\))390 2373 y Ft(Sp)s(ell)30 b(w)m(ord)g(at)h(p)s(oin)m(t.)2836
+2558 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-this-p)
+q(ers)q(onal)q(ity)q(-ch)q(unk)52 b Fg(\(\))390 2667
+y Ft(Sp)s(eak)30 b(c)m(h)m(unk)g(of)g(text)i(around)d(p)s(oin)m(t)h
+(that)h(has)g(curren)m(t)f(p)s(ersonalit)m(y)-8 b(.)2836
+2853 y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh
+(emacspeak-speak-time)52 b Fg(\()p Ff(&optional)31 b
+Fk(W)m(ORLD)p Ft(\))390 2962 y Fj(control)d(e)i(t)390
+3097 y Ft(Sp)s(eak)g(the)g(time.)47 b(Optional)30 b(in)m(teractiv)m(e)k
+(pre\014x)29 b(arg)i(`C-u'in)m(v)m(ok)m(es)h(w)m(orld)e(clo)s(c)m(k.)47
+b(Timezone)390 3207 y(is)30 b(sp)s(eci\014ed)g(using)g(minibu\013er)f
+(completion.)47 b(Second)30 b(in)m(teractiv)m(e)j(pre\014x)d(sets)g
+(clo)s(c)m(k)i(to)f(new)390 3317 y(timezone.)2836 3502
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-versio)q(n)
+51 b Fg(\(\))390 3612 y Fj(control)28 b(e)i(cap)g(V)390
+3747 y Ft(Announce)g(v)m(ersion)h(information)f(for)g(running)f(emacsp)
+s(eak.)2836 3932 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-speak-voice-)q(ann)q(otat)q(e-p)q(ara)q(gra)q(phs)52
+b Fg(\(\))390 4042 y Ft(Lo)s(cate)32 b(paragraphs)d(and)h(v)m(oice)i
+(annotate)g(the)f(\014rst)e(w)m(ord.)46 b(Here,)31 b(paragraph)f(is)g
+(tak)m(en)i(to)390 4151 y(mean)e(a)h(c)m(h)m(unk)f(of)h(text)g
+(preceded)f(b)m(y)h(a)f(blank)g(line.)46 b(Useful)31
+b(to)g(do)f(this)g(b)s(efore)g(y)m(ou)h(listen)390 4261
+y(to)g(an)f(en)m(tire)i(bu\013er.)2836 4446 y([In)m(teractiv)m(e)h
+(Command])-3601 b Fh(emacspeak-speak-window)q(-in)q(form)q(ati)q(on)52
+b Fg(\(\))390 4556 y Fj(control)28 b(e)i(control)f(w)390
+4691 y Ft(Sp)s(eaks)h(information)g(ab)s(out)g(curren)m(t)g(windo)m(w.)
+2836 4876 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-speak-word)52 b Fg(\()p Ff(&optional)31 b
+Fk(AR)m(G)p Ft(\))390 4986 y Fj(control)d(e)i(w)390 5121
+y Ft(Sp)s(eak)g(curren)m(t)g(w)m(ord.)45 b(With)31 b(pre\014x)e(AR)m
+(G,)j(sp)s(eaks)e(the)g(rest)h(of)f(the)h(w)m(ord)f(from)g(p)s(oin)m
+(t.)390 5230 y(Negativ)m(e)j(pre\014x)d(arg)g(sp)s(eaks)g(from)g(start)
+h(of)g(w)m(ord)f(to)h(p)s(oin)m(t.)45 b(If)30 b(executed)i(on)e(the)g
+(same)390 5340 y(bu\013er)f(p)s(osition)i(a)g(second)f(time,)h(the)g(w)
+m(ord)f(is)g(sp)s(elt)g(instead)h(of)g(b)s(eing)f(sp)s(ok)m(en.)p
+eop end
+%%Page: 89 92
+TeXDict begin 89 91 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(89)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-speak-word-i)q(nte)q(ract)q(ive)q(ly)52
+b Fg(\(\))390 408 y Ft(Sp)s(eak)30 b(the)g(start)h(of,)g(rest)f(of,)h
+(or)g(the)f(en)m(tire)h(w)m(ord.)46 b('s')31 b(to)g(sp)s(eak)f(the)g
+(start.)47 b('r')30 b(to)h(sp)s(eak)390 518 y(the)g(rest.)45
+b(an)m(y)31 b(other)g(k)m(ey)g(to)g(sp)s(eak)f(en)m(tire)h(w)m(ord.)
+2836 696 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-speak-world-)q(clo)q(ck)52 b Fg(\()p Fk(ZONE)30
+b Ff(&optional)g Fk(SET)p Ft(\))390 805 y(Displa)m(y)i(curren)m(t)e
+(date)h(and)e(time)j(for)e(sp)s(eci\014ed)f(zone.)47
+b(Optional)31 b(second)f(arg)h(`set')g(sets)g(the)390
+915 y(TZ)f(en)m(vironmen)m(t)g(v)-5 b(ariable)32 b(as)e(w)m(ell.)2836
+1092 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-switch-to-re)
+q(fer)q(ence)q(-bu)q(ffe)q(r)51 b Fg(\(\))390 1202 y
+Ft(Switc)m(h)30 b(bac)m(k)i(to)f(bu\013er)e(that)i(generated)g
+(completions.)2836 1380 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-toggle-actio)q(n-m)q(ode)52 b Fg(\()p
+Ff(&optional)31 b Fk(PREFIX)p Ft(\))390 1489 y(T)-8 b(oggle)32
+b(state)g(of)f(Emacsp)s(eak)f(action)i(mo)s(de.)45 b(In)m(teractiv)m(e)
+33 b(PREFIX)d(arg)h(means)f(toggle)j(the)390 1599 y(global)f(default)e
+(v)-5 b(alue,)31 b(and)f(then)g(set)h(the)g(curren)m(t)f(lo)s(cal)h(v)
+-5 b(alue)31 b(to)g(the)g(result.)2836 1776 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-toggle-audio)q(-in)q(dent)q(ati)q(on)52
+b Fg(\()p Ff(&optional)565 1886 y Fk(PREFIX)p Ft(\))390
+1996 y Fj(control)28 b(e)i(d)g(i)390 2128 y Ft(T)-8 b(oggle)32
+b(state)g(of)f(Emacsp)s(eak)f(audio)h(inden)m(tation.)46
+b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)g(tog-)390
+2237 y(gle)g(the)g(global)h(default)e(v)-5 b(alue,)31
+b(and)f(then)g(set)h(the)g(curren)m(t)f(lo)s(cal)h(v)-5
+b(alue)31 b(to)g(the)g(result.)46 b(Sp)s(ec-)390 2347
+y(ifying)31 b(the)f(metho)s(d)g(of)g(inden)m(tation)i(as)e(`tones')i
+(results)e(in)g(the)g(Dectalk)j(pro)s(ducing)c(a)i(tone)390
+2457 y(whose)f(length)h(is)f(a)h(function)f(of)h(the)f(line's)h(inden)m
+(tation.)47 b(Sp)s(ecifying)30 b(`sp)s(eak')g(results)g(in)g(the)390
+2566 y(n)m(um)m(b)s(er)f(of)i(initial)g(spaces)g(b)s(eing)f(sp)s(ok)m
+(en.)2836 2744 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-toggle-chara)q(cte)q(r-ec)q(ho)52 b Fg(\()p
+Ff(&optional)565 2853 y Fk(PREFIX)p Ft(\))390 2963 y
+Fj(control)28 b(e)i(d)g(k)390 3095 y Ft(T)-8 b(oggle)32
+b(state)g(of)f(Emacsp)s(eak)f(c)m(haracter)i(ec)m(ho.)47
+b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)f(toggle)390
+3205 y(the)h(global)g(default)g(v)-5 b(alue,)31 b(and)f(then)g(set)h
+(the)f(curren)m(t)g(lo)s(cal)i(v)-5 b(alue)31 b(to)g(the)g(result.)2836
+3382 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-toggle-comin)
+q(t-a)q(utos)q(pea)q(k)51 b Fg(\()p Ff(&optional)565
+3492 y Fk(PREFIX)p Ft(\))390 3602 y Fj(control)28 b(e)i(control)f(q)390
+3734 y Ft(T)-8 b(oggle)32 b(state)g(of)f(Emacsp)s(eak)f(comin)m(t)i
+(autosp)s(eak.)46 b(When)30 b(turned)f(on,)i(comin)m(t)g(output)f(is)
+390 3844 y(automatically)j(sp)s(ok)m(en.)46 b(T)-8 b(urn)29
+b(this)h(on)g(if)g(y)m(ou)h(w)m(an)m(t)g(y)m(our)g(shell)f(to)h(sp)s
+(eak)f(its)h(results.)46 b(In-)390 3953 y(teractiv)m(e)33
+b(PREFIX)d(arg)h(means)f(toggle)j(the)e(global)g(default)g(v)-5
+b(alue,)31 b(and)f(then)g(set)h(the)f(cur-)390 4063 y(ren)m(t)h(lo)s
+(cal)g(v)-5 b(alue)31 b(to)g(the)g(result.)2836 4240
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-toggle-line-)q
+(ech)q(o)51 b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p Ft(\))390
+4350 y Fj(control)d(e)i(d)g(l)390 4482 y Ft(T)-8 b(oggle)32
+b(state)g(of)f(Emacsp)s(eak)f(line)h(ec)m(ho.)47 b(In)m(teractiv)m(e)33
+b(PREFIX)d(arg)h(means)f(toggle)j(the)390 4592 y(global)f(default)e(v)
+-5 b(alue,)31 b(and)f(then)g(set)h(the)g(curren)m(t)f(lo)s(cal)h(v)-5
+b(alue)31 b(to)g(the)g(result.)2836 4769 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-toggle-mail-)q(ale)q(rt)52
+b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p Ft(\))390 4879
+y Fj(control)d(e)i(meta)g(m)390 5011 y Ft(T)-8 b(oggle)32
+b(state)g(of)f(Emacsp)s(eak)f(mail)h(alert.)47 b(In)m(teractiv)m(e)33
+b(PREFIX)d(arg)h(means)f(toggle)j(the)390 5121 y(global)f(default)e(v)
+-5 b(alue,)31 b(and)f(then)g(set)h(the)g(curren)m(t)f(lo)s(cal)h(v)-5
+b(alue)31 b(to)g(the)g(result.)46 b(T)-8 b(urning)29
+b(on)390 5230 y(this)h(option)h(results)f(in)g(Emacsp)s(eak)h(pro)s
+(ducing)e(an)h(auditory)g(icon)h(indicating)h(the)e(arriv)-5
+b(al)390 5340 y(of)31 b(new)e(mail)i(when)f(displa)m(ying)h(the)f(mo)s
+(de)g(line.)p eop end
+%%Page: 90 93
+TeXDict begin 90 92 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(90)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-toggle-show-)q(poi)q(nt)52
+b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p Ft(\))390 408
+y Fj(control)d(e)i(control)f(d)390 548 y Ft(T)-8 b(oggle)32
+b(state)g(of)f(Emacsp)s(eak-sho)m(w-p)s(oin)m(t.)46 b(In)m(teractiv)m
+(e)33 b(PREFIX)d(arg)h(means)f(toggle)j(the)390 658 y(global)f(default)
+e(v)-5 b(alue,)31 b(and)f(then)g(set)h(the)g(curren)m(t)f(lo)s(cal)h(v)
+-5 b(alue)31 b(to)g(the)g(result.)2836 852 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-toggle-speak)q(-li)q(ne-i)q(nve)q(rt-)q
+(fil)q(ter)565 962 y Fg(\()p Ff(&optional)31 b Fk(PREFIX)p
+Ft(\))390 1071 y Fj(control)d(e)i(\\)390 1211 y Ft(T)-8
+b(oggle)32 b(state)g(of)f(ho)m(w)f(column)g(\014lter)h(is)f(in)m
+(terpreted.)46 b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)390
+1320 y(toggle)i(the)d(global)i(default)e(v)-5 b(alue,)32
+b(and)d(then)h(set)h(the)g(curren)m(t)f(lo)s(cal)i(v)-5
+b(alue)31 b(to)g(the)f(result.)2836 1515 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-toggle-speak)q(-me)q(ssag)q(es)52
+b Fg(\()p Ff(&optional)565 1625 y Fk(PREFIX)p Ft(\))390
+1734 y Fj(control)28 b(e)i(q)390 1874 y Ft(T)-8 b(oggle)32
+b(the)f(state)h(of)e(whether)g(emacsp)s(eak)h(ec)m(ho)s(es)g(messages.)
+2836 2068 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-toggle-which)q(-fu)q(ncti)q(on)52 b Fg(\()p
+Ff(&optional)565 2178 y Fk(PREFIX)p Ft(\))390 2287 y
+Fj(control)28 b(e)i(meta)g(w)390 2427 y Ft(T)-8 b(oggle)32
+b(state)g(of)f(Emacsp)s(eak)f(whic)m(h)g(function)g(mo)s(de.)46
+b(In)m(teractiv)m(e)32 b(PREFIX)f(arg)g(means)390 2537
+y(toggle)i(the)d(global)i(default)e(v)-5 b(alue,)32 b(and)d(then)h(set)
+h(the)g(curren)m(t)f(lo)s(cal)i(v)-5 b(alue)31 b(to)g(the)f(result.)
+2836 2731 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-toggle-word-)q(ech)q(o)51 b Fg(\()p Ff(&optional)31
+b Fk(PREFIX)p Ft(\))390 2841 y Fj(control)d(e)i(d)g(w)390
+2980 y Ft(T)-8 b(oggle)32 b(state)g(of)f(Emacsp)s(eak)f(w)m(ord)g(ec)m
+(ho.)47 b(In)m(teractiv)m(e)33 b(PREFIX)d(arg)h(means)f(toggle)j(the)
+390 3090 y(global)f(default)e(v)-5 b(alue,)31 b(and)f(then)g(set)h(the)
+g(curren)m(t)f(lo)s(cal)h(v)-5 b(alue)31 b(to)g(the)g(result.)2836
+3284 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-use-customiz)
+q(ed-)q(blin)q(k-p)q(are)q(n)51 b Fg(\(\))390 3394 y
+Ft(A)30 b(customized)i(blink-paren)d(to)i(sp)s(eak)f(matc)m(hing)i(op)s
+(ening)e(paren.)45 b(W)-8 b(e)31 b(need)g(to)g(call)g(this)390
+3503 y(in)f(case)h(Emacs)g(is)g(anal)f(and)g(loads)h(its)g(o)m(wn)f
+(builtin)g(blink-paren)g(function)g(whic)m(h)g(do)s(es)g(not)390
+3613 y(talk.)2836 3807 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-voicify-rect)q(ang)q(le)52 b Fg(\()p Fk(ST)-8
+b(AR)g(T)30 b(END)h Ff(&optional)565 3917 y Fk(PERSONALITY)p
+Ft(\))390 4027 y(V)-8 b(oicify)32 b(the)f(curren)m(t)f(rectangle.)47
+b(When)30 b(calling)i(from)e(a)h(program,argumen)m(ts)g(are)f(ST)-8
+b(AR)g(T)390 4136 y(END)31 b(p)s(ersonalit)m(y)g(Prompts)e(for)i
+(PERSONALITY)e(with)h(completion)h(when)f(called)h(in)m(ter-)390
+4246 y(activ)m(ely)-8 b(.)2836 4440 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-voicify-regi)q(on)52
+b Fg(\()p Fk(ST)-8 b(AR)g(T)30 b(END)h Ff(&optional)565
+4550 y Fk(PERSONALITY)p Ft(\))390 4659 y(V)-8 b(oicify)32
+b(the)f(curren)m(t)f(region.)46 b(When)30 b(calling)i(from)e(a)h
+(program,argumen)m(ts)g(are)f(ST)-8 b(AR)g(T)390 4769
+y(END)31 b(p)s(ersonalit)m(y)-8 b(.)47 b(Prompts)29 b(for)h
+(PERSONALITY)f(with)h(completion)i(when)d(called)j(in)m(ter-)390
+4879 y(activ)m(ely)-8 b(.)2836 5073 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-zap-tts)51 b Fg(\(\))390
+5183 y Fj(control)28 b(e)i(d)g(z)390 5322 y Ft(Send)f(this)h(command)h
+(to)g(the)f(TTS)f(directly)-8 b(.)p eop end
+%%Page: 91 94
+TeXDict begin 91 93 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(91)150 299 y Fr(11.50)69
+b(emacsp)t(eak-sp)t(eedbar)150 458 y Ft(Commen)m(tary:)46
+b(This)30 b(mo)s(dule)f(advises)i(sp)s(eedbar.el)f(for)g(use)g(with)g
+(Emacs.)46 b(The)30 b(latest)i(sp)s(eed-)150 568 y(bar)e(can)h(b)s(e)e
+(obtained)i(from)f(ftp://ftp.ultranet.com/pub/zapp)s(o/)i(This)d(mo)s
+(dule)h(ensures)g(that)150 677 y(sp)s(eedbar)f(w)m(orks)h(smo)s(othly)h
+(outside)f(a)h(windo)m(wing)f(system)h(in)f(addition)g(to)i(sp)s(eec)m
+(h)e(enabling)h(all)150 787 y(in)m(teractiv)m(e)i(commands.)46
+b(Emacsp)s(eak)30 b(also)h(adds)f(an)g(Emacsp)s(eak)h(en)m(vironmen)m
+(t)g(sp)s(eci\014c)f(en)m(try)150 897 y(p)s(oin)m(t)g(to)h(sp)s(eedbar)
+f({emacsp)s(eak-sp)s(eedbar-goto-sp)s(eedbar{)i(and)d(binds)g(this)275
+1042 y(Automatically)j(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+1152 y(sp)s(eedbar.)2836 1358 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-speedbar-cli)q(ck)52 b Fg(\(\))390 1467
+y Ft(Do)s(es)31 b(the)g(equiv)-5 b(alen)m(t)31 b(of)g(the)f(mouse)h
+(clic)m(k)h(from)e(the)g(k)m(eyb)s(oard)2836 1673 y([In)m(teractiv)m(e)
+j(Command])-3601 b Fh(emacspeak-speedbar-got)q(o-s)q(peed)q(bar)52
+b Fg(\(\))390 1783 y Ft(Switc)m(h)30 b(to)i(the)e(sp)s(eedbar)150
+2032 y Fr(11.51)69 b(emacsp)t(eak-table-ui)150 2191 y
+Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e(commands)
+g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150 2301
+y(table-ui.)2836 2507 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-table-copy-c)q(urr)q(ent-)q(ele)q(men)q(t-t)q(o-ki)q
+(ll-)565 2617 y(ring)565 2726 y Fg(\(\))390 2836 y Ft(Cop)m(y)30
+b(curren)m(t)h(table)g(elemen)m(t)h(to)f(kill)g(ring.)2836
+3042 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-table-copy-c)
+q(urr)q(ent-)q(ele)q(men)q(t-t)q(o-re)q(gis)q(ter)565
+3152 y Fg(\()p Fk(REGISTER)p Fg(\))390 3261 y Ft(Cop)m(y)30
+b(curren)m(t)h(table)g(elemen)m(t)h(to)f(sp)s(eci\014ed)e(register.)
+2836 3467 y([In)m(teractiv)m(e)k(Command])-3601 b Fh
+(emacspeak-table-copy-t)q(o-c)q(lipb)q(oar)q(d)51 b Fg(\(\))390
+3577 y Ft(Cop)m(y)30 b(table)i(in)e(curren)m(t)g(bu\013er)f(to)i(the)g
+(table)g(clipb)s(oard.)45 b(Curren)m(t)30 b(bu\013er)f(m)m(ust)h(b)s(e)
+g(in)390 3686 y(emacsp)s(eak-table)i(mo)s(de.)2836 3893
+y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-table-displa)q
+(y-t)q(able)q(-in)q(-re)q(gio)q(n)51 b Fg(\()p Fk(ST)-8
+b(AR)g(T)565 4002 y(END)p Fg(\))390 4112 y Fj(control)28
+b(e)i(TAB)390 4257 y Ft(Recognize)i(tabular)f(data)g(in)f(curren)m(t)g
+(region)h(and)f(displa)m(y)h(it)f(in)h(table)g(bro)m(wsing)f(mo)s(de)g
+(in)390 4367 y(a)h(a)g(separate)g(bu\013er.)45 b(emacsp)s(eak)31
+b(table)g(mo)s(de)f(is)g(designed)g(to)i(let)f(y)m(ou)g(bro)m(wse)f
+(tabular)390 4476 y(data)h(using)f(all)h(the)g(p)s(o)m(w)m(er)f(of)h
+(the)f(t)m(w)m(o-dimensional)i(spatial)g(la)m(y)m(out)g(while)f(giving)
+g(y)m(ou)f(suf-)390 4586 y(\014cien)m(t)h(con)m(textual)i(information.)
+46 b(The)30 b(tables)h(sub)s(directory)e(of)i(the)f(emacsp)s(eak)h
+(distribu-)390 4695 y(tion)g(con)m(tains)g(some)g(sample)g(tables)g
+({these)g(are)g(the)f(CalT)-8 b(rain)31 b(sc)m(hedules.)46
+b(Execute)31 b(com-)390 4805 y(mand)f(`describ)s(e-mo)s(de')g(b)s(ound)
+e(to)j(C-h)f(m)g(in)g(a)h(bu\013er)e(that)i(is)g(in)f(emacsp)s(eak)h
+(table)g(mo)s(de)390 4915 y(to)g(read)f(the)h(do)s(cumen)m(tation)g(on)
+f(the)h(table)g(bro)m(wser.)2836 5121 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-table-find-c)q(sv-)q(file)52 b Fg(\()p
+Fk(FILENAME)p Fg(\))390 5230 y Ft(Pro)s(cess)30 b(a)h(csv)g(\(comma)g
+(separated)g(v)-5 b(alues\))31 b(\014le.)46 b(The)30
+b(pro)s(cessed)g(data)h(and)e(presen)m(ted)i(us-)390
+5340 y(ing)g(emacsp)s(eak)g(table)g(na)m(vigation.)p
+eop end
+%%Page: 92 95
+TeXDict begin 92 94 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(92)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-table-find-f)q(ile)52
+b Fg(\()p Fk(FILENAME)p Fg(\))390 408 y Fj(control)28
+b(e)i(control)f(t)390 546 y Ft(Op)s(en)g(a)i(\014le)f(con)m(taining)i
+(table)f(data)g(and)f(displa)m(y)h(it)g(in)f(table)h(mo)s(de.)45
+b(emacsp)s(eak)31 b(table)390 655 y(mo)s(de)f(is)g(designed)h(to)g(let)
+g(y)m(ou)g(bro)m(wse)f(tabular)g(data)h(using)f(all)i(the)e(p)s(o)m(w)m
+(er)h(of)f(the)h(t)m(w)m(o-)390 765 y(dimensional)f(spatial)i(la)m(y)m
+(out)g(while)f(giving)g(y)m(ou)f(su\016cien)m(t)h(con)m(textual)i
+(information.)46 b(The)390 874 y(etc/tables)33 b(sub)s(directory)c(of)i
+(the)f(emacsp)s(eak)h(distribution)f(con)m(tains)h(some)g(sample)g
+(tables)390 984 y({these)g(are)g(the)g(CalT)-8 b(rain)30
+b(sc)m(hedules.)46 b(Execute)31 b(command)f(`describ)s(e-mo)s(de')h(b)s
+(ound)d(to)j(C-)390 1093 y(h)f(m)g(in)g(a)h(bu\013er)e(that)i(is)f(in)g
+(emacsp)s(eak)i(table)f(mo)s(de)f(to)h(read)f(the)h(do)s(cumen)m
+(tation)g(on)f(the)390 1203 y(table)h(bro)m(wser.)2836
+1393 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-table-get-en)
+q(try)q(-wit)q(h-h)q(ead)q(ers)52 b Fg(\()p Fk(R)m(O)m(W)565
+1502 y(COLUMN)30 b Ff(&optional)h Fk(R)m(O)m(W-HEAD-P)i(COL-HEAD-P)p
+Ft(\))390 1612 y(Return)d(b)s(oth)f(ro)m(w)i(and)e(column)i(header)f
+(and)g(table)h(elemen)m(t)2836 1801 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-table-goto)52 b Fg(\()p Fk(R)m(O)m(W)31
+b(COLUMN)p Fg(\))390 1911 y Ft(Prompt)f(for)g(a)h(table)g(cell)h(co)s
+(ordinates)f(and)e(jump)g(to)i(it.)2836 2100 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-table-goto-b)q(ott)q(om)52
+b Fg(\(\))390 2210 y Ft(Go)s(es)31 b(to)g(the)g(b)s(ottom)f(of)h(the)f
+(curren)m(t)h(column.)2836 2399 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-table-goto-l)q(eft)52 b Fg(\(\))390 2509
+y Ft(Go)s(es)31 b(to)g(the)g(left)g(of)f(the)h(curren)m(t)f(ro)m(w.)
+2836 2698 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-table-goto-r)q(igh)q(t)51 b Fg(\(\))390 2808
+y Ft(Go)s(es)31 b(to)g(the)g(righ)m(t)f(of)h(the)g(curren)m(t)f(ro)m
+(w.)2836 2998 y([In)m(teractiv)m(e)j(Command])-3601 b
+Fh(emacspeak-table-goto-t)q(op)52 b Fg(\(\))390 3107
+y Ft(Go)s(es)31 b(to)g(the)g(top)f(of)h(the)f(curren)m(t)g(column.)2836
+3297 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-table-next-c)
+q(olu)q(mn)52 b Fg(\()p Ff(&optional)31 b Fk(COUNT)p
+Ft(\))390 3406 y(Mo)m(v)m(e)h(to)g(the)e(next)h(column)f(if)g(p)s
+(ossible)2836 3596 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-table-next-r)q(ow)52 b Fg(\()p Ff(&optional)31
+b Fk(COUNT)p Ft(\))390 3705 y(Mo)m(v)m(e)h(to)g(the)e(next)h(ro)m(w)f
+(if)g(p)s(ossible)2836 3895 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-table-paste-)q(fro)q(m-cl)q(ipb)q(oar)q(d)51
+b Fg(\(\))390 4004 y Ft(P)m(aste)32 b(the)e(emacsp)s(eak)h(table)h
+(clipb)s(oard)d(in)m(to)j(the)e(curren)m(t)g(bu\013er.)45
+b(Use)31 b(the)f(ma)5 b(jor)31 b(mo)s(de)390 4114 y(of)g(this)f
+(bu\013er)f(to)i(decide)g(what)f(kind)g(of)g(table)i(markup)d(to)i
+(use.)2836 4303 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-table-previo)q(us-)q(colu)q(mn)52 b Fg(\()p
+Ff(&optional)565 4413 y Fk(COUNT)p Ft(\))390 4523 y(Mo)m(v)m(e)32
+b(to)g(the)e(previous)g(column)g(if)g(p)s(ossible)2836
+4712 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-table-previo)
+q(us-)q(row)52 b Fg(\()p Ff(&optional)31 b Fk(COUNT)p
+Ft(\))390 4822 y(Mo)m(v)m(e)h(to)g(the)e(previous)g(ro)m(w)g(if)h(p)s
+(ossible)2836 5011 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-table-search)52 b Fg(\()p Ff(&optional)31
+b Fk(WHA)-8 b(T)p Ft(\))390 5121 y(Searc)m(h)31 b(the)f(table)h(for)g
+(matc)m(hing)g(elemen)m(ts.)47 b(In)m(teractiv)m(ely)33
+b(prompts)d(for)g(ro)m(w)g(or)h(column)f(to)390 5230
+y(searc)m(h)h(and)f(pattern)g(to)h(lo)s(ok)g(for.)46
+b(If)30 b(there)g(is)h(a)g(matc)m(h,)g(mak)m(es)g(the)g(matc)m(hing)g
+(cell)h(curren)m(t.)390 5340 y(When)e(called)i(from)e(a)g(program,)h
+(`what')g(can)f(b)s(e)g(either)h(`ro)m(w')g(or)f(`column'.)p
+eop end
+%%Page: 93 96
+TeXDict begin 93 95 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(93)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-table-search)q(-co)q(lumn)52
+b Fg(\(\))390 408 y Ft(Searc)m(h)31 b(in)f(curren)m(t)g(table)h
+(column.)2836 602 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-table-search)q(-he)q(ader)q(s)52 b Fg(\(\))390
+712 y Ft(Searc)m(h)31 b(the)f(table)h(ro)m(w)g(or)f(column)h(headers.)
+45 b(In)m(teractiv)m(ely)33 b(prompts)c(for)h(ro)m(w)h(or)f(column)390
+822 y(to)h(searc)m(h)g(and)f(pattern)g(to)h(lo)s(ok)g(for.)46
+b(If)30 b(there)g(is)h(a)g(matc)m(h,)g(mak)m(es)g(the)g(matc)m(hing)g
+(ro)m(w)g(or)390 931 y(column)f(curren)m(t.)2836 1125
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-table-search)q
+(-ro)q(w)51 b Fg(\(\))390 1235 y Ft(Searc)m(h)31 b(in)f(curren)m(t)g
+(table)h(ro)m(w.)2836 1428 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-table-select)q(-au)q(toma)q(tic)q(-sp)q(eak)q(ing-)q
+(met)q(hod)565 1538 y Fg(\(\))390 1648 y Ft(In)m(teractiv)m(ely)33
+b(select)f(the)f(kind)e(of)i(automatic)h(sp)s(eec)m(h)e(to)h(pro)s
+(duce)f(when)f(bro)m(wsing)h(table)390 1757 y(elemen)m(ts)2836
+1951 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-table-sort-o)
+q(n-c)q(urre)q(nt-)q(col)q(umn)52 b Fg(\(\))390 2061
+y Ft(Sort)30 b(table)h(on)g(curren)m(t)f(column.)2836
+2255 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-table-speak-)
+q(bot)q(h-he)q(ade)q(rs-)q(and)q(-ele)q(men)q(t)51 b
+Fg(\(\))390 2364 y Ft(Sp)s(eak)30 b(b)s(oth)f(ro)m(w)i(and)f(column)g
+(header)g(and)g(table)h(elemen)m(t)2836 2558 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-table-speak-)q(col)q(umn-)q(fil)q(ter)q
+(ed)52 b Fg(\()p Ff(&optional)565 2668 y Fk(PREFIX)p
+Ft(\))390 2777 y(Sp)s(eaks)30 b(a)g(table)i(column)e(after)h(applying)f
+(a)h(sp)s(eci\014ed)e(column)h(\014lter.)46 b(Optional)31
+b(pre\014x)e(arg)390 2887 y(prompts)g(for)h(a)h(new)f(\014lter.)2836
+3081 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-table-speak-)
+q(col)q(umn-)q(hea)q(der)q(-an)q(d-el)q(eme)q(nt)565
+3190 y Fg(\(\))390 3300 y Ft(Sp)s(eak)30 b(column)g(header)g(and)g
+(table)h(elemen)m(t)2836 3494 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-table-speak-)q(coo)q(rdin)q(ate)q(s)51
+b Fg(\(\))390 3603 y Ft(Sp)s(eak)30 b(curren)m(t)g(table)h(co)s
+(ordinates.)2836 3797 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-table-speak-)q(cur)q(rent)q(-el)q(eme)q(nt)52
+b Fg(\(\))390 3907 y Ft(Sp)s(eak)30 b(curren)m(t)g(table)h(elemen)m(t)
+2836 4101 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-table-speak-)q(dim)q(ensi)q(ons)52 b Fg(\(\))390
+4210 y Ft(Sp)s(eak)30 b(curren)m(t)g(table)h(dimensions.)2836
+4404 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-table-speak-)
+q(row)q(-fil)q(ter)q(ed)52 b Fg(\()p Ff(&optional)565
+4514 y Fk(PREFIX)p Ft(\))390 4623 y(Sp)s(eaks)30 b(a)g(table)i(ro)m(w)e
+(after)h(applying)f(a)h(sp)s(eci\014ed)f(ro)m(w)g(\014lter.)46
+b(Optional)31 b(pre\014x)e(arg)390 4733 y(prompts)g(for)h(a)h(new)f
+(\014lter.)2836 4927 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-table-speak-)q(row)q(-hea)q(der)q(-an)q(d-e)q(leme)q(nt)
+52 b Fg(\(\))390 5036 y Ft(Sp)s(eak)30 b(ro)m(w)g(header)g(and)g(table)
+h(elemen)m(t)2836 5230 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-table-ui-fil)q(ter)q(-loa)q(d)52 b Fg(\()p
+Fk(FILE)p Fg(\))390 5340 y Ft(Load)31 b(sa)m(v)m(ed)g(\014lter)f
+(settings.)p eop end
+%%Page: 94 97
+TeXDict begin 94 96 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(94)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-table-ui-fil)q(ter)q(-sav)q(e)52
+b Fg(\()p Fk(FILE)p Fg(\))390 408 y Ft(Sa)m(v)m(e)32
+b(out)e(\014lter)h(settings.)2836 589 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-table-view-c)q(sv-)q(buff)q(er)52
+b Fg(\()p Ff(&optional)565 699 y Fk(BUFFER-NAME)p Ft(\))390
+808 y(Pro)s(cess)30 b(a)h(csv)g(\(comma)g(separated)g(v)-5
+b(alues\))31 b(data.)46 b(The)30 b(pro)s(cessed)g(data)h(and)f(presen)m
+(ted)390 918 y(using)g(emacsp)s(eak)h(table)g(na)m(vigation.)150
+1148 y Fr(11.52)69 b(emacsp)t(eak-tabulate)150 1307 y
+Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e(commands)
+g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150 1417
+y(tabulate.)2836 1597 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-tabulate-reg)q(ion)52 b Fg(\()p Fk(ST)-8
+b(AR)g(T)30 b(END)h Ff(&optional)565 1707 y Fk(MARK-FIELDS)p
+Ft(\))390 1816 y Fj(control)d(e)i(i)390 1950 y Ft(V)-8
+b(oici\014es)32 b(the)f(white-space)g(of)g(a)f(table)i(if)e(one)h
+(found.)44 b(Optional)31 b(in)m(teractiv)m(e)i(pre\014x)c(arg)390
+2059 y(mark-\014elds)h(sp)s(eci\014es)g(if)g(the)h(header)f(ro)m(w)h
+(information)f(is)h(used)e(to)i(mark)f(\014elds)g(in)g(the)390
+2169 y(white-space.)150 2399 y Fr(11.53)69 b(emacsp)t(eak-tap)t(estry)
+150 2558 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)
+e(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+2668 y(tap)s(estry)-8 b(.)2836 2848 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-tapestry-des)q(cri)q(be-t)q(ape)q(str)q
+(y)51 b Fg(\()p Ff(&optional)565 2958 y Fk(DET)-8 b(AILS)p
+Ft(\))390 3068 y Fj(control)28 b(e)i(meta)g(t)390 3201
+y Ft(Describ)s(e)h(the)f(curren)m(t)g(la)m(y)m(out)j(of)d(visible)h
+(bu\013ers)e(in)h(curren)m(t)g(frame.)46 b(Use)31 b(in)m(teractiv)m(e)i
+(pre-)390 3310 y(\014x)d(arg)h(to)g(get)g(co)s(ordinate)g(p)s(ositions)
+g(of)f(the)h(displa)m(y)m(ed)g(bu\013ers.)2836 3491 y([In)m(teractiv)m
+(e)i(Command])-3601 b Fh(emacspeak-tapestry-sel)q(ect)q(-win)q(dow)q
+(-by)q(-na)q(me)565 3601 y Fg(\()p Fk(BUFFER-NAME)p Fg(\))390
+3710 y Fj(control)28 b(e)i(cap)g(W)390 3843 y Ft(Select)i(windo)m(w)d
+(b)m(y)i(the)f(name)h(of)f(the)h(bu\013er)e(it)i(displa)m(ys.)46
+b(This)29 b(is)i(useful)e(when)h(using)390 3953 y(mo)s(des)g(lik)m(e)h
+(ECB)g(or)f(the)h(new)e(GDB)j(UI)e(where)g(y)m(ou)h(w)m(an)m(t)g(to)g
+(preserv)m(e)g(the)f(windo)m(w)g(la)m(y)m(out)390 4063
+y(but)g(quic)m(kly)h(switc)m(h)g(to)g(a)f(windo)m(w)g(b)m(y)h(name.)150
+4292 y Fr(11.54)69 b(emacsp)t(eak-tar)150 4452 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-tar.)2836 4632 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-tar-speak-fi)q(le-)q(date)52
+b Fg(\(\))390 4742 y Ft(Sp)s(eak)30 b(date)h(of)f(\014le)h(curren)m(t)f
+(en)m(try)2836 4923 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-tar-speak-fi)q(le-)q(perm)q(iss)q(ion)q(s)51
+b Fg(\(\))390 5032 y Ft(Sp)s(eak)30 b(p)s(ermissions)f(of)h(\014le)h
+(curren)m(t)f(en)m(try)2836 5213 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-tar-speak-fi)q(le-)q(size)52 b Fg(\(\))390
+5322 y Ft(Sp)s(eak)30 b(size)h(of)f(\014le)h(curren)m(t)f(en)m(try)p
+eop end
+%%Page: 95 98
+TeXDict begin 95 97 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(95)150 299 y Fr(11.55)69
+b(emacsp)t(eak-tetris)150 458 y Ft(Automatically)33 b(generated)e(do)s
+(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)
+s(eak-)150 568 y(tetris.)2836 780 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-tetris-goto-)q(bot)q(tom-)q(row)52 b Fg(\(\))390
+890 y Ft(Mo)m(v)m(e)32 b(to)g(and)d(sp)s(eak)h(b)s(ottom)h(ro)m(w)2836
+1102 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-tetris-goto-)
+q(top)q(-row)52 b Fg(\(\))390 1212 y Ft(Mo)m(v)m(e)32
+b(to)g(and)d(sp)s(eak)h(the)h(top)f(ro)m(w)2836 1424
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-tetris-speak)q
+(-co)q(lumn)52 b Fg(\()p Ff(&optional)31 b Fk(X)p Ft(\))390
+1534 y(Sp)s(eak)f(column)g({default)h(is)f(to)h(sp)s(eak)f(curren)m(t)h
+(column)2836 1746 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-tetris-speak)q(-co)q(ordi)q(nat)q(es)52
+b Fg(\(\))390 1856 y Ft(Sp)s(eak)30 b(curren)m(t)g(p)s(osition)2836
+2068 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-tetris-speak)
+q(-cu)q(rren)q(t-s)q(hap)q(e)51 b Fg(\(\))390 2178 y
+Ft(Sp)s(eak)30 b(curren)m(t)g(shap)s(e)2836 2390 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-tetris-speak)q(-cu)q(rren)q(t-s)q(hap)q
+(e-a)q(nd-)565 2500 y(coordinates)565 2610 y Fg(\(\))390
+2719 y Ft(Sp)s(eak)30 b(shap)s(e)f(orien)m(tation)k(and)c(co)s
+(ordinates)2836 2932 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-tetris-speak)q(-ne)q(xt-s)q(hap)q(e)51
+b Fg(\(\))390 3041 y Ft(Sp)s(eak)30 b(next)g(shap)s(e)2836
+3254 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-tetris-speak)
+q(-ro)q(w)51 b Fg(\(\))390 3363 y Ft(Sp)s(eak)30 b(curren)m(t)g(tetris)
+h(ro)m(w)2836 3576 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-tetris-speak)q(-ro)q(w-nu)q(mbe)q(r)51
+b Fg(\(\))390 3685 y Ft(Sp)s(eak)30 b(where)g(on)g(the)g(tetris)h(b)s
+(oard)f(w)m(e)h(are)2836 3898 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-tetris-speak)q(-sc)q(ore)52 b Fg(\(\))390
+4007 y Ft(Sp)s(eak)30 b(the)g(score)2836 4220 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-tetris-speak)q(-x-)q(coor)q(din)q(ate)52
+b Fg(\(\))390 4329 y Ft(Sp)s(eak)30 b(curren)m(t)g(p)s(osition)150
+4583 y Fr(11.56)69 b(emacsp)t(eak-tn)l(t)150 4742 y Ft(Commen)m(tary:)
+46 b(Sp)s(eec)m(h-enables)31 b(TNT)f({)g(the)h(Emacs)g(A)m(OL)f(Instan)
+m(t)h(Messenger)g(clien)m(t)275 4891 y(Automatically)h(generated)g(do)s
+(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)
+s(eak-)150 5000 y(tn)m(t.)2836 5213 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-tnt-toggle-a)q(uto)q(spea)q(k)52
+b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p Ft(\))390 5322
+y(T)-8 b(oggle)32 b(TNT)e(autosp)s(eak)h(for)f(this)g(c)m(hat)i
+(session.)p eop end
+%%Page: 96 99
+TeXDict begin 96 98 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(96)150 299 y Fr(11.57)69
+b(emacsp)t(eak-url-template)150 458 y Ft(Commen)m(tary:)46
+b(It)31 b(is)f(often)h(useful)e(to)j(ha)m(v)m(e)f(\\parameterized)h
+(hot)f(list)g(en)m(tries")g(i.e.,)h(hotlist)f(en)m(tries)150
+568 y(that)g(are)g(\\templates")h(for)e(the)h(actual)h(URL.)e(The)g
+(user)g(pro)m(vides)g(v)-5 b(alues)31 b(for)f(the)g(parameterized)150
+677 y(p)s(ortions)g(of)g(the)h(URL)f(e.g.)47 b(the)31
+b(date.)46 b(See)31 b(See)f(Section)h(11.76)i([URL)d(T)-8
+b(emplates],)32 b(page)f(124,)h(for)150 787 y(details)f(on)g(the)f(URL)
+g(templates)i(that)f(are)g(presen)m(tly)f(de\014ned.)275
+939 y(Automatically)i(generated)g(do)s(cumen)m(tation)f(for)f(commands)
+g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150 1048
+y(url-template.)2836 1267 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-url-template)q(-fe)q(tch)52 b Fg(\()p
+Ff(&optional)565 1377 y Fk(DOCUMENT)-8 b(A)g(TION)p Ft(\))390
+1487 y Fj(control)28 b(e)i(u)390 1638 y Ft(F)-8 b(etc)m(h)32
+b(a)f(pre-de\014ned)e(resource.)46 b(Use)31 b(Emacs)f(completion)i(to)f
+(obtain)g(a)g(list)g(of)f(a)m(v)-5 b(ailable)33 b(re-)390
+1748 y(sources.)46 b(Resources)31 b(t)m(ypically)h(prompt)d(for)h(the)h
+(relev)-5 b(an)m(t)32 b(information)e(b)s(efore)g(completing)390
+1858 y(the)h(request.)45 b(Optional)31 b(in)m(teractiv)m(e)i(pre\014x)d
+(arg)g(displa)m(ys)h(do)s(cumen)m(tation)g(for)f(sp)s(eci\014ed)g(re-)
+390 1967 y(source.)2836 2186 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-url-template)q(-he)q(lp)52 b Fg(\(\))390
+2296 y Ft(Displa)m(y)32 b(do)s(cumen)m(tation)f(for)f(a)h(URL)f
+(template.)47 b(Use)31 b(Emacs)f(completion)i(to)f(obtain)g(a)g(list)
+390 2405 y(of)g(a)m(v)-5 b(ailable)32 b(resources.)2836
+2624 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-url-template)
+q(-lo)q(ad)52 b Fg(\()p Fk(FILE)p Fg(\))390 2734 y Ft(Load)31
+b(URL)f(template)i(resources)e(from)g(sp)s(eci\014ed)f(lo)s(cation.)
+2836 2953 y([In)m(teractiv)m(e)k(Command])-3601 b Fh
+(emacspeak-url-template)q(-sa)q(ve)52 b Fg(\()p Fk(FILE)p
+Fg(\))390 3063 y Ft(Sa)m(v)m(e)32 b(out)e(url)g(templates.)150
+3321 y Fr(11.58)69 b(emacsp)t(eak-view-pro)t(cess)150
+3480 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+3590 y(view-pro)s(cess.)2836 3809 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-view-process)q(-go)q(to-c)q(urr)q(ent)q(-fi)q(eld-)q
+(nex)q(t-)565 3919 y(line)565 4028 y Fg(\(\))390 4138
+y Ft(Set)31 b(p)s(oin)m(t)f(to)h(the)g(curren)m(t)f(\014eld)g(in)g(the)
+g(next)h(line.)2836 4357 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-view-process)q(-sp)q(eak-)q(cur)q(ren)q(t-f)q(ield)52
+b Fg(\(\))390 4466 y Ft(Sp)s(eak)30 b(curren)m(t)g(\014eld)150
+4725 y Fr(11.59)69 b(emacsp)t(eak-view)150 4884 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 4994 y(view.)2836 5213
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-view-line-to)q
+(-to)q(p)51 b Fg(\(\))390 5322 y Ft(Mo)m(v)m(es)32 b(curren)m(t)e(line)
+h(to)g(top)g(of)f(windo)m(w)p eop end
+%%Page: 97 100
+TeXDict begin 97 99 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(97)150 299 y Fr(11.60)69
+b(emacsp)t(eak-vm)150 458 y Ft(Automatically)33 b(generated)e(do)s
+(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)
+s(eak-vm.)2836 644 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-vm-browse-me)q(ssa)q(ge)52 b Fg(\(\))390
+754 y Ft(Bro)m(wse)31 b(an)f(email)i(message)f({read)g(it)g(paragraph)f
+(at)h(a)g(time.)2836 939 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-vm-catch-up-)q(all)q(-mes)q(sag)q(es)52
+b Fg(\(\))390 1049 y Ft(Mark)31 b(all)g(messages)g(in)f(folder)h(to)g
+(b)s(e)e(deleted.)47 b(Use)31 b(with)f(caution.)2836
+1235 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-vm-locate-su)
+q(bje)q(ct-l)q(ine)52 b Fg(\(\))390 1344 y Ft(Lo)s(cates)32
+b(the)e(sub)5 b(ject)30 b(line)h(in)f(a)h(message)g(b)s(eing)f(read.)46
+b(Useful)30 b(when)g(y)m(ou're)h(reading)f(a)390 1454
+y(message)h(that)g(has)g(b)s(een)e(forw)m(arded)h(m)m(ultiple)h(times.)
+2836 1640 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-vm-mode-line)52 b Fg(\(\))390 1749 y Ft(VM)31
+b(mo)s(de)f(line)g(information.)2836 1935 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-vm-next-butt)q(on)52 b
+Fg(\()p Fk(N)p Fg(\))390 2045 y Ft(Mo)m(v)m(e)32 b(p)s(oin)m(t)f(to)g
+(N)f(buttons)g(forw)m(ard.)45 b(If)30 b(N)h(is)f(negativ)m(e,)j(mo)m(v)
+m(e)f(bac)m(kw)m(ard)f(instead.)2836 2231 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-vm-speak-lab)q(els)52
+b Fg(\(\))390 2340 y Ft(Sp)s(eak)30 b(a)g(message's)i(lab)s(els)2836
+2526 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-vm-speak-mes)
+q(sag)q(e)51 b Fg(\(\))390 2635 y Ft(Mo)m(v)m(e)32 b(p)s(oin)m(t)f(to)g
+(the)f(message)i(b)s(o)s(dy)-8 b(.)2836 2821 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-vm-yank-head)q(er)52
+b Fg(\(\))390 2931 y Ft(Y)-8 b(ank)31 b(sp)s(eci\014ed)f(header)g(in)m
+(to)h(kill)g(ring.)150 3164 y Fr(11.61)69 b(emacsp)t(eak-w3)150
+3324 y Ft(Commen)m(tary:)46 b(Ensure)29 b(that)i(sp)s(eec)m(h)g(supp)s
+(ort)d(for)i(W3)h(gets)h(installed)f(and)f(loaded)h(correctly)-8
+b(.)150 3433 y(The)30 b(emacs)h(W3)g(bro)m(wser)f(comes)h(with)f
+(builtin)g(supp)s(ort)f(for)h(Emacsp)s(eak)h(and)e(A)m(CSS)275
+3569 y(Automatically)j(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+3678 y(w3.)2836 3864 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-realaudio)51 b Fg(\()p Ff(&optional)31
+b Fk(IGNORED)p Ft(\))390 3974 y Fj(control)d(e)i(:)390
+4109 y Ft(Start)h(or)f(con)m(trol)i(streaming)f(audio)f(including)g
+(MP3)h(and)f(realaudio.)46 b(If)30 b(using)g(`TRPla)m(y)m(er')390
+4218 y(as)h(the)f(pla)m(y)m(er,)i(accepts)g(trpla)m(y)m(er)f(con)m
+(trol)h(commands)e(if)g(a)h(stream)g(is)f(already)h(pla)m(ying.)390
+4328 y(Otherwise,)f(the)h(pla)m(ying)g(stream)g(is)f(simply)g(stopp)s
+(ed.)45 b(If)30 b(no)g(stream)h(is)f(pla)m(ying,)i(this)e(com-)390
+4438 y(mand)g(prompts)f(for)h(a)h(realaudio)g(resource.)46
+b(Realaudio)31 b(resources)g(can)f(b)s(e)g(sp)s(eci\014ed)g(ei-)390
+4547 y(ther)g(as)h(a)g(Realaudio)g(URL,)g(the)f(lo)s(cation)i(of)f(a)f
+(lo)s(cal)i(Realaudio)f(\014le,)g(or)g(as)f(the)h(name)f(of)390
+4657 y(a)h(lo)s(cal)g(Realaudio)h(meta\014le.)47 b(Realaudio)31
+b(resources)g(y)m(ou)f(ha)m(v)m(e)i(pla)m(y)m(ed)f(in)f(this)h(session)
+f(are)390 4766 y(a)m(v)-5 b(ailable)33 b(in)d(the)g(minibu\013er)f
+(history)-8 b(.)47 b(The)29 b(default)i(is)f(to)i(pla)m(y)f(the)f
+(resource)h(y)m(ou)f(pla)m(y)m(ed)390 4876 y(most)h(recen)m(tly)-8
+b(.)47 b(Emacsp)s(eak)31 b(uses)f(the)g(con)m(ten)m(ts)i(of)f(the)f
+(directory)h(sp)s(eci\014ed)f(b)m(y)g(v)-5 b(ariable)390
+4986 y(emacsp)s(eak-realaudio-shortcuts-directory)33
+b(to)e(o\013er)g(a)g(set)g(of)f(completions.)47 b(Hit)31
+b(space)g(to)390 5095 y(use)f(this)g(completion)i(list.)390
+5230 y(If)e(using)g(TRPla)m(y)m(er,)h(y)m(ou)g(can)g(either)g(giv)m(e)g
+(one-shot)h(commands)e(using)g(command)390 5340 y(emacsp)s
+(eak-realaudio)i(a)m(v)-5 b(ailable)33 b(from)d(an)m(ywhere)g(on)g(the)
+h(audio)f(desktop)h(as)f(`C-e)h(:'.)p eop end
+%%Page: 98 101
+TeXDict begin 98 100 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(98)390 299 y(Alternativ)m(ely)-8
+b(,)33 b(switc)m(h)e(to)g(bu\013er)f(*realaudio*)i(using)e(`C-e)h(:;')g
+(if)f(y)m(ou)h(wish)e(to)i(issue)g(man)m(y)390 408 y(na)m(vigation)h
+(commands.)46 b(Note)32 b(that)f(bu\013er)e(*realaudio*)j(uses)e(a)h
+(sp)s(ecial)g(ma)5 b(jor)30 b(mo)s(de)g(that)390 518
+y(pro)m(vides)g(the)h(v)-5 b(arious)30 b(na)m(vigation)j(commands)d
+(via)h(single)g(k)m(eystrok)m(es.)2836 698 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-w3-curl-url-)q(und)q(er-p)q(oin)q(t)51
+b Fg(\(\))390 808 y Ft(Displa)m(y)32 b(con)m(ten)m(ts)g(of)e(URL)g
+(under)f(p)s(oin)m(t)i(using)e(Curl)h(and)g(W3.)46 b(The)30
+b(do)s(cumen)m(t)g(is)h(dis-)390 917 y(pla)m(y)m(ed)g(in)f(a)h
+(separate)g(bu\013er.)2836 1097 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-w3-customize)q(-ba)q(se-u)q(ri-)q(pro)q(nun)q(ciat)q
+(ion)52 b Fg(\(\))390 1207 y Ft(De\014nes)30 b(custom)h(bu\013er)e(lo)s
+(cal)j(pron)m(unciation)f(for)f(base)g(URI.)2836 1387
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-w3-do-onclic)q(k)
+51 b Fg(\(\))390 1497 y Ft(Do)31 b(onclic)m(k)h(action.)2836
+1677 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-w3-javascrip)
+q(t-f)q(ollo)q(w-l)q(ink)52 b Fg(\(\))390 1786 y Ft(F)-8
+b(ollo)m(w)33 b(URL)d(hidden)f(inside)h(a)h(ja)m(v)-5
+b(ascript)31 b(link)2836 1966 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-w3-jump-to-s)q(ubm)q(it)52 b Fg(\(\))390
+2076 y Ft(Jump)29 b(to)i(next)f(a)m(v)-5 b(ailable)33
+b(submit)d(button.)2836 2256 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-w3-lynx-url-)q(und)q(er-p)q(oin)q(t)51
+b Fg(\(\))390 2365 y Ft(Displa)m(y)32 b(con)m(ten)m(ts)g(of)e(URL)g
+(under)f(p)s(oin)m(t)i(using)e(L)-8 b(YNX.)32 b(The)e(do)s(cumen)m(t)g
+(is)g(displa)m(y)m(ed)h(in)f(a)390 2475 y(separate)h(bu\013er.)45
+b(Note)32 b(that)f(the)f(h)m(yp)s(erlinks)f(in)i(that)f(displa)m(y)h
+(are)g(not)f(activ)m(e{)k(this)c(facilit)m(y)390 2585
+y(is)g(presen)m(t)h(only)f(to)h(help)f(me)h(iron)f(out)h(the)f
+(remaining)h(problems)e(with)h(the)h(table)g(structure)390
+2694 y(extraction)h(co)s(de)f(in)f(W3.)2836 2874 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-w3-next-bloc)q(k)51 b
+Fg(\(\))390 2984 y Ft(Mo)m(v)m(e)32 b(b)m(y)f(blo)s(c)m(k)g(lev)m(el)h
+(displa)m(ys.)2836 3164 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-w3-next-doc-)q(ele)q(ment)52 b Fg(\()p
+Ff(&optional)31 b Fk(COUNT)p Ft(\))390 3273 y(Mo)m(v)m(e)h(forw)m(ard)e
+(to)h(the)g(next)f(do)s(cumen)m(t)h(elemen)m(t.)47 b(Optional)31
+b(in)m(teractiv)m(e)i(pre\014x)c(argumen)m(t)390 3383
+y(COUNT)h(sp)s(eci\014es)g(b)m(y)g(ho)m(w)g(man)m(y)h(eleemn)m(ts)h(to)
+f(mo)m(v)m(e.)2836 3563 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-w3-next-pars)q(ed-)q(item)52 b Fg(\(\))390
+3673 y Ft(Mo)m(v)m(e)32 b(to)g(and)d(sp)s(eak)h(next)h(parsed)e(item.)
+2836 3853 y([In)m(teractiv)m(e)k(Command])-3601 b Fh
+(emacspeak-w3-previous-)q(doc)q(-ele)q(men)q(t)51 b Fg(\()p
+Ff(&optional)565 3962 y Fk(COUNT)p Ft(\))390 4072 y(Mo)m(v)m(e)32
+b(bac)m(k)g(to)f(the)f(previous)g(do)s(cumen)m(t)g(elemen)m(t.)48
+b(Optional)30 b(in)m(teractiv)m(e)k(pre\014x)29 b(argumen)m(t)390
+4181 y(COUNT)h(sp)s(eci\014es)g(b)m(y)g(ho)m(w)g(man)m(y)h(eleemn)m(ts)
+h(to)f(mo)m(v)m(e.)2836 4362 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-w3-show-anch)q(or-)q(clas)q(s)52 b Fg(\(\))390
+4471 y Ft(Displa)m(y)32 b(an)m(y)e(class)h(attributes)g(set)g(on)f
+(corresp)s(onding)g(anc)m(hor)h(elemen)m(t.)2836 4651
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-w3-show-http)q
+(-he)q(ader)q(s)52 b Fg(\(\))390 4761 y Ft(Sho)m(w)30
+b(HTTP)g(headers)g(using)f(lwp-request)2836 4941 y([In)m(teractiv)m(e)k
+(Command])-3601 b Fh(emacspeak-w3-speak-nex)q(t-b)q(lock)52
+b Fg(\(\))390 5050 y Ft(Mo)m(v)m(e)32 b(to)g(next)e(blo)s(c)m(k)h(and)f
+(sp)s(eak)g(it.)2836 5230 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-w3-speak-nex)q(t-e)q(leme)q(nt)52 b Fg(\(\))390
+5340 y Ft(Sp)s(eak)30 b(next)g(do)s(cumen)m(t)g(elemen)m(t.)p
+eop end
+%%Page: 99 102
+TeXDict begin 99 101 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2071 b(99)2836 299 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-w3-speak-thi)q(s-e)q(leme)q(nt)52
+b Fg(\(\))390 408 y Ft(Sp)s(eak)30 b(do)s(cumen)m(t)g(elemen)m(t)i
+(under)d(p)s(oin)m(t.)2836 592 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-w3-toggle-ta)q(ble)q(-bor)q(der)q(s)51
+b Fg(\(\))390 702 y Ft(T)-8 b(oggle)32 b(dra)m(wing)f(of)f(W3)h(table)h
+(b)s(orders)150 934 y Fr(11.62)69 b(emacsp)t(eak-w3m)150
+1093 y Ft(Commen)m(tary:)275 1227 y(Automatically)32
+b(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 1337 y(w3m.)2836 1521
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-m-player)51
+b Fg(\()p Fk(RESOUR)m(CE)30 b Ff(&optional)g Fk(PLA)-8
+b(Y-LIST)565 1630 y(NOSELECT)p Ft(\))390 1740 y(Pla)m(y)31
+b(sp)s(eci\014ed)f(resource)h(using)e(m-pla)m(y)m(er.)47
+b(Optional)31 b(pre\014x)e(argumen)m(t)i(pla)m(y-list)h(in)m(terprets)
+390 1849 y(resource)f(as)f(a)h(pla)m(y-list.)47 b(Resource)31
+b(is)g(a)f(media)h(resource)g(or)f(pla)m(ylist)i(con)m(taining)f(media)
+390 1959 y(resources.)46 b(The)30 b(pla)m(y)m(er)h(is)g(placed)f(in)g
+(a)h(bu\013er)f(in)g(emacsp)s(eak-m-pla)m(y)m(er-mo)s(de.)2836
+2143 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-w3m-preview-)
+q(thi)q(s-bu)q(ffe)q(r)51 b Fg(\(\))390 2252 y Ft(Preview)30
+b(this)h(bu\013er)e(in)h(w3m.)150 2484 y Fr(11.63)69
+b(emacsp)t(eak-w)l(e)150 2644 y Ft(Commen)m(tary:)46
+b(w)m(e)31 b(is)f(for)g(w)m(eb)s(edit)h(In)m(v)m(ok)m(e)h(XSL)-8
+b(T)30 b(to)h(edit/transform)f(W)-8 b(eb)31 b(pages)g(b)s(efore)f(they)
+150 2753 y(get)i(rendered.)44 b(w)m(e)31 b(mak)m(es)g(emacsp)s(eak's)g
+(w)m(eb)s(edit)g(la)m(y)m(er)h(indep)s(enden)m(t)d(of)h(a)h(giv)m(en)h
+(Emacs)e(w)m(eb)150 2863 y(bro)m(wser)g(lik)m(e)i(W3)f(or)f(W3M)i(This)
+d(mo)s(dule)h(will)h(use)f(the)g(abstraction)i(pro)m(vided)e(b)m(y)g
+(bro)m(wse-url)g(to)150 2972 y(handle)g(W)-8 b(eb)31
+b(pages.)46 b(Mo)s(dule)31 b(emacsp)s(eak-w)m(ebutils)g(pro)m(vides)g
+(the)f(needed)g(additional)h(abstrac-)150 3082 y(tions)g(not)f(already)
+h(co)m(v)m(ered)h(b)m(y)f(bro)m(wse-url)275 3216 y(Automatically)h
+(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 3326 y(w)m(e.)2836 3510
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-we-class-fil)q
+(ter)q(-and)q(-fo)q(llo)q(w)51 b Fg(\()p Fk(CLASS)30
+b(URL)p Fg(\))390 3619 y Ft(F)-8 b(ollo)m(w)33 b(url)c(and)h(p)s(oin)m
+(t,)h(and)e(\014lter)i(the)f(result)h(b)m(y)f(sp)s(eci\014ed)g(class.)
+46 b(Class)31 b(can)f(b)s(e)g(set)h(lo-)390 3729 y(cally)h(for)e(a)h
+(bu\013er,)e(and)h(o)m(v)m(erridden)g(with)g(an)h(in)m(teractiv)m(e)i
+(pre\014x)c(arg.)46 b(If)30 b(there)h(is)f(a)h(kno)m(wn)390
+3838 y(rewrite)g(url)e(rule,)i(that)g(is)f(used)g(as)g(w)m(ell.)2836
+4022 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-we-count-mat)
+q(che)q(s)51 b Fg(\()p Fk(URL)31 b(LOCA)-8 b(TOR)p Fg(\))390
+4132 y Ft(Coun)m(t)30 b(matc)m(hes)i(for)e(lo)s(cator)i(in)e(W)-8
+b(eb)31 b(page.)2836 4315 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-we-count-nes)q(ted)q(-tab)q(les)52 b Fg(\()p
+Fk(URL)p Fg(\))390 4425 y Ft(Coun)m(t)30 b(nested)h(tables)g(in)f(W)-8
+b(eb)31 b(page.)2836 4608 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-we-count-tab)q(les)52 b Fg(\()p Fk(URL)p
+Fg(\))390 4718 y Ft(Coun)m(t)30 b(tables)h(in)f(W)-8
+b(eb)31 b(page.)2836 4902 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-we-extract-b)q(y-c)q(lass)52 b Fg(\()p
+Fk(CLASS)30 b(URL)565 5011 y Ff(&optional)h Fk(SPEAK)p
+Ft(\))390 5121 y(Extract)g(elemen)m(ts)h(ha)m(ving)f(sp)s(eci\014ed)f
+(class)h(attribute)g(from)f(HTML.)g(Extracts)h(sp)s(eci\014ed)390
+5230 y(elemen)m(ts)h(from)e(curren)m(t)g(WWW)h(page)g(and)f(displa)m
+(ys)h(it)g(in)f(a)g(separate)i(bu\013er.)45 b(In)m(teractiv)m(e)390
+5340 y(use)30 b(pro)m(vides)g(list)h(of)g(class)g(v)-5
+b(alues)31 b(as)f(completion.)p eop end
+%%Page: 100 103
+TeXDict begin 100 102 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(100)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-we-extract-b)q(y-c)q(lass)q(-li)q
+(st)52 b Fg(\()p Fk(CLASSES)28 b(URL)565 408 y Ff(&optional)j
+Fk(SPEAK)p Ft(\))390 518 y(Extract)g(elemen)m(ts)h(ha)m(ving)f(class)g
+(sp)s(eci\014ed)f(in)g(list)h(`classes')h(from)e(HTML.)g(Extracts)h(sp)
+s(eci-)390 628 y(\014ed)f(elemen)m(ts)h(from)f(curren)m(t)g(WWW)i(page)
+f(and)f(displa)m(ys)g(it)h(in)f(a)h(separate)g(bu\013er.)45
+b(In)m(terac-)390 737 y(tiv)m(e)32 b(use)e(pro)m(vides)g(list)h(of)g
+(class)g(v)-5 b(alues)31 b(as)f(completion.)2836 908
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-we-extract-b)q
+(y-i)q(d)51 b Fg(\()p Fk(ID)31 b(URL)f Ff(&optional)565
+1017 y Fk(SPEAK)p Ft(\))390 1127 y(Extract)h(elemen)m(ts)h(ha)m(ving)f
+(sp)s(eci\014ed)f(id)g(attribute)h(from)f(HTML.)g(Extracts)h(sp)s
+(eci\014ed)f(ele-)390 1236 y(men)m(ts)h(from)f(curren)m(t)g(WWW)h(page)
+g(and)f(displa)m(ys)h(it)g(in)f(a)g(separate)i(bu\013er.)44
+b(In)m(teractiv)m(e)33 b(use)390 1346 y(pro)m(vides)d(list)h(of)g(id)f
+(v)-5 b(alues)31 b(as)f(completion.)2836 1517 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-we-extract-b)q(y-i)q(d-li)q(st)52
+b Fg(\()p Fk(IDS)30 b(URL)565 1626 y Ff(&optional)h Fk(SPEAK)p
+Ft(\))390 1736 y(Extract)g(elemen)m(ts)h(ha)m(ving)f(id)f(sp)s
+(eci\014ed)g(in)g(list)h(`ids')f(from)g(HTML.)h(Extracts)g(sp)s
+(eci\014ed)e(ele-)390 1845 y(men)m(ts)i(from)f(curren)m(t)g(WWW)h(page)
+g(and)f(displa)m(ys)h(it)g(in)f(a)g(separate)i(bu\013er.)44
+b(In)m(teractiv)m(e)33 b(use)390 1955 y(pro)m(vides)d(list)h(of)g(id)f
+(v)-5 b(alues)31 b(as)f(completion.)2836 2125 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-we-extract-m)q(atc)q(hing)q(-ur)q(ls)52
+b Fg(\()p Fk(P)-8 b(A)g(TTERN)31 b(URL)565 2235 y Ff(&optional)g
+Fk(SPEAK)p Ft(\))390 2345 y(Extracts)g(links)f(whose)h(URL)f(matc)m
+(hes)h(pattern.)2836 2515 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-we-extract-m)q(edi)q(a-st)q(rea)q(ms)52
+b Fg(\()p Fk(URL)30 b Ff(&optional)565 2625 y Fk(SPEAK)p
+Ft(\))390 2734 y(Extract)h(links)f(to)i(media)e(streams.)46
+b(op)s(erate)31 b(on)g(curren)m(t)f(w)m(eb)g(page)h(when)f(in)g(a)g
+(bro)m(wser)390 2844 y(bu\013er;)g(otherwise)g(prompt)g(for)g(url.)45
+b(Optional)31 b(arg)g(`sp)s(eak')f(sp)s(eci\014es)g(if)h(the)f(result)g
+(should)390 2953 y(b)s(e)g(sp)s(ok)m(en)g(automatically)-8
+b(.)2836 3124 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-we-extract-m)q(edi)q(a-st)q(rea)q(ms-)q(und)q(er-p)q
+(oin)q(t)51 b Fg(\(\))390 3233 y Ft(In)30 b(bro)m(wser)f(bu\013ers,)h
+(extract)i(media)e(streams)h(from)f(url)g(under)e(p)s(oin)m(t.)2836
+3404 y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh
+(emacspeak-we-extract-n)q(est)q(ed-t)q(abl)q(e)51 b Fg(\()p
+Fk(INDEX)32 b(URL)565 3513 y Ff(&optional)f Fk(SPEAK)p
+Ft(\))390 3623 y(Extract)g(nested)g(table)g(sp)s(eci\014ed)f(b)m(y)g
+(`table-index'.)47 b(Default)31 b(is)g(to)g(op)s(erate)g(on)f(curren)m
+(t)g(w)m(eb)390 3733 y(page)h(when)e(in)i(a)f(bro)m(wser)g(bu\013er;)g
+(otherwise)h(prompt)e(for)h(URL.)h(Optional)f(arg)h(`sp)s(eak')390
+3842 y(sp)s(eci\014es)f(if)g(the)h(result)f(should)g(b)s(e)f(sp)s(ok)m
+(en)h(automatically)-8 b(.)2836 4013 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-we-extract-n)q(est)q(ed-t)q(abl)q(e-l)q
+(ist)52 b Fg(\()p Fk(T)-8 b(ABLES)565 4122 y(URL)30 b
+Ff(&optional)h Fk(SPEAK)p Ft(\))390 4232 y(Extract)g(sp)s(eci\014ed)f
+(list)h(of)g(tables)g(from)f(a)g(W)-8 b(eb)31 b(page.)2836
+4402 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-we-extract-p)
+q(rin)q(t-st)q(rea)q(ms)52 b Fg(\()p Fk(URL)30 b Ff(&optional)565
+4512 y Fk(SPEAK)p Ft(\))390 4622 y(Extract)h(links)f(to)i(prin)m(table)
+e(streams.)46 b(op)s(erate)31 b(on)f(curren)m(t)h(w)m(eb)f(page)h(when)
+e(in)h(a)h(bro)m(wser)390 4731 y(bu\013er;)f(otherwise)g(prompt)g(for)g
+(url.)45 b(Optional)31 b(arg)g(`sp)s(eak')f(sp)s(eci\014es)g(if)h(the)f
+(result)g(should)390 4841 y(b)s(e)g(sp)s(ok)m(en)g(automatically)-8
+b(.)2836 5011 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-we-extract-t)q(abl)q(e-by)q(-ma)q(tch)52
+b Fg(\()p Fk(MA)-8 b(TCH)31 b(URL)565 5121 y Ff(&optional)g
+Fk(SPEAK)p Ft(\))390 5230 y(Extract)g(table)h(con)m(taining)g(sp)s
+(eci\014ed)d(matc)m(h.)47 b(Optional)31 b(arg)f(url)g(sp)s(eci\014es)g
+(the)h(page)g(to)g(ex-)390 5340 y(tract)g(con)m(ten)m(t)i(from.)p
+eop end
+%%Page: 101 104
+TeXDict begin 101 103 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(101)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-we-extract-t)q(abl)q(e-by)q(-po)q
+(sit)q(ion)52 b Fg(\()p Fk(POSITION)565 408 y(URL)30
+b Ff(&optional)h Fk(SPEAK)p Ft(\))390 518 y(Extract)g(table)h(at)f(sp)s
+(eci\014ed)e(p)s(osition.)46 b(Default)32 b(is)e(to)h(extract)h(from)e
+(curren)m(t)g(page.)2836 751 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-we-extract-t)q(abl)q(es-b)q(y-m)q(atc)q(h-l)q(ist)565
+861 y Fg(\()p Fk(MA)-8 b(TCH-LIST)30 b(URL)h Ff(&optional)f
+Fk(SPEAK)p Ft(\))390 970 y(Extract)h(sp)s(eci\014ed)f(tables)h(from)f
+(a)h(WWW)g(page.)47 b(T)-8 b(ables)31 b(are)g(sp)s(eci\014ed)e(b)m(y)h
+(con)m(taining)390 1080 y(matc)m(h)h(pattern)g(found)e(in)h(the)g(matc)
+m(h)i(list.)2836 1313 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-we-extract-t)q(abl)q(es-b)q(y-p)q(osi)q(tio)q(n-li)q(st)
+565 1422 y Fg(\()p Fk(POSITIONS)29 b(URL)h Ff(&optional)h
+Fk(SPEAK)p Ft(\))390 1532 y(Extract)g(sp)s(eci\014ed)f(list)h(of)g
+(nested)f(tables)h(from)f(a)h(WWW)g(page.)47 b(T)-8 b(ables)31
+b(are)f(sp)s(eci\014ed)g(b)m(y)390 1641 y(their)g(p)s(osition)h(in)f
+(the)g(list)i(of)e(nested)g(tables)i(found)d(in)h(the)g(page.)2836
+1874 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-we-follow-an)
+q(d-f)q(ilte)q(r-b)q(y-i)q(d)51 b Fg(\()p Fk(ID)p Fg(\))390
+1984 y Ft(F)-8 b(ollo)m(w)33 b(url)c(and)h(p)s(oin)m(t,)h(and)e
+(\014lter)i(the)f(result)h(b)m(y)f(sp)s(eci\014ed)g(id.)45
+b(Id)30 b(can)g(b)s(e)g(set)h(lo)s(cally)h(for)e(a)390
+2093 y(bu\013er,)g(and)f(o)m(v)m(erridden)i(with)f(an)g(in)m(teractiv)m
+(e)j(pre\014x)d(arg.)46 b(If)30 b(there)g(is)h(a)g(kno)m(wn)e(rewrite)i
+(url)390 2203 y(rule,)f(that)h(is)g(used)e(as)i(w)m(ell.)2836
+2436 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-we-junk-by-c)
+q(las)q(s-li)q(st)52 b Fg(\()p Fk(CLASSES)29 b(URL)565
+2545 y Ff(&optional)i Fk(SPEAK)p Ft(\))390 2655 y(Junk)e(elemen)m(ts)j
+(ha)m(ving)f(class)g(sp)s(eci\014ed)e(in)h(list)i(`classes')f(from)f
+(HTML.)h(Extracts)g(sp)s(eci\014ed)390 2765 y(elemen)m(ts)h(from)e
+(curren)m(t)g(WWW)h(page)g(and)f(displa)m(ys)h(it)g(in)f(a)g(separate)i
+(bu\013er.)45 b(In)m(teractiv)m(e)390 2874 y(use)30 b(pro)m(vides)g
+(list)h(of)g(class)g(v)-5 b(alues)31 b(as)f(completion.)2836
+3107 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-we-style-fil)
+q(ter)52 b Fg(\()p Fk(STYLE)30 b(URL)g Ff(&optional)565
+3217 y Fk(SPEAK)p Ft(\))390 3326 y(Extract)h(elemen)m(ts)h(matc)m(hing)
+f(sp)s(eci\014ed)f(st)m(yle)i(from)e(HTML.)g(Extracts)h(sp)s(eci\014ed)
+f(elemen)m(ts)390 3436 y(from)g(curren)m(t)g(WWW)i(page)f(and)f(displa)
+m(ys)g(it)h(in)f(a)h(separate)g(bu\013er.)45 b(Optional)31
+b(arg)f(url)390 3545 y(sp)s(eci\014es)g(the)h(page)g(to)g(extract)h
+(con)m(ten)m(ts)g(from.)2836 3778 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-we-toggle-xs)q(l-k)q(eep-)q(res)q(ult)52
+b Fg(\(\))390 3888 y Ft(T)-8 b(oggle)32 b(xsl)f(k)m(eep)g(result)f
+(\015ag.)2836 4121 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-we-url-expan)q(d-a)q(nd-e)q(xec)q(ute)52
+b Fg(\(\))390 4230 y Ft(Applies)30 b(bu\013er-sp)s(eci\014c)g(URL)g
+(expander/executor)h(function.)2836 4463 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-we-url-rewri)q(te-)q(and-)q(fol)q(low)52
+b Fg(\()p Ff(&optional)565 4573 y Fk(PR)m(OMPT)p Ft(\))390
+4682 y(Apply)30 b(a)g(url)g(rewrite)h(rule)f(as)g(sp)s(eci\014ed)g(in)g
+(the)h(curren)m(t)f(bu\013er)f(b)s(efore)h(follo)m(wing)i(link)e(un-)
+390 4792 y(der)g(p)s(oin)m(t.)46 b(If)29 b(no)i(rewrite)f(rule)g(is)h
+(de\014ned,)e(\014rst)h(prompt)f(for)h(one.)47 b(Rewrite)30
+b(rules)g(are)h(of)390 4902 y(the)g(form)e(`\(from)i(to\)')h(where)e
+(from)f(and)h(to)h(are)g(strings.)46 b(T)m(ypically)-8
+b(,)32 b(the)e(rewrite)h(rule)f(is)390 5011 y(automatically)j(set)e(up)
+e(b)m(y)i(Emacsp)s(eak)f(to)s(ols)h(lik)m(e)h(w)m(ebsearc)m(h)f(where)f
+(a)h(rewrite)f(rule)g(is)390 5121 y(kno)m(wn.)45 b(Rewrite)31
+b(rules)f(are)h(useful)e(in)i(jumping)e(directly)i(to)g(the)f(prin)m
+(ter)g(friendly)g(v)m(ersion)390 5230 y(of)h(an)f(article)i(for)e
+(example.)46 b(Optional)31 b(in)m(teractiv)m(e)i(pre\014x)d(arg)h
+(prompts)e(for)h(a)h(rewrite)f(rule)390 5340 y(ev)m(en)h(if)f(one)h(is)
+f(already)h(de\014ned.)p eop end
+%%Page: 102 105
+TeXDict begin 102 104 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(102)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-we-xpath-fil)q(ter)q(-and)q(-fo)q
+(llo)q(w)51 b Fg(\()p Ff(&optional)565 408 y Fk(PR)m(OMPT)p
+Ft(\))390 518 y(F)-8 b(ollo)m(w)33 b(url)c(and)h(p)s(oin)m(t,)h(and)e
+(\014lter)i(the)f(result)h(b)m(y)f(sp)s(eci\014ed)g(xpath.)45
+b(XP)m(ath)31 b(can)g(b)s(e)f(set)h(lo-)390 628 y(cally)h(for)e(a)h
+(bu\013er,)e(and)h(o)m(v)m(erridden)g(with)g(an)h(in)m(teractiv)m(e)i
+(pre\014x)c(arg.)46 b(If)30 b(there)h(is)f(a)h(kno)m(wn)390
+737 y(rewrite)g(url)e(rule,)i(that)g(is)f(used)g(as)g(w)m(ell.)2836
+928 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-we-xpath-jun)q
+(k-a)q(nd-f)q(oll)q(ow)52 b Fg(\()p Ff(&optional)565
+1037 y Fk(PR)m(OMPT)p Ft(\))390 1147 y(F)-8 b(ollo)m(w)33
+b(url)c(and)h(p)s(oin)m(t,)h(and)e(\014lter)i(the)f(result)h(b)m(y)f
+(junking)f(elemen)m(ts)j(sp)s(eci\014ed)e(b)m(y)g(xpath.)390
+1257 y(XP)m(ath)h(can)g(b)s(e)f(set)g(lo)s(cally)i(for)e(a)h(bu\013er,)
+f(and)g(o)m(v)m(erridden)g(with)g(an)g(in)m(teractiv)m(e)k(pre\014x)29
+b(arg.)390 1366 y(If)h(there)g(is)h(a)g(kno)m(wn)f(rewrite)g(url)g
+(rule,)g(that)h(is)f(used)g(as)h(w)m(ell.)2836 1557 y([In)m(teractiv)m
+(e)i(Command])-3601 b Fh(emacspeak-we-xsl-toggl)q(e)51
+b Fg(\(\))390 1666 y Ft(T)-8 b(oggle)32 b(application)g(of)f(XSL)e
+(transformations.)2836 1857 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-we-xslt-appl)q(y)51 b Fg(\()p Fk(XSL)p
+Fg(\))390 1966 y Ft(Apply)30 b(sp)s(eci\014ed)f(transformation)i(to)g
+(curren)m(t)f(W)-8 b(eb)31 b(page.)2836 2157 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-we-xslt-filt)q(er)52 b
+Fg(\()p Fk(P)-8 b(A)g(TH)31 b(URL)f Ff(&optional)565
+2267 y Fk(SPEAK)p Ft(\))390 2376 y(Extract)h(elemen)m(ts)h(matc)m(hing)
+f(sp)s(eci\014ed)f(XP)m(ath)h(path)f(lo)s(cator)i(from)e(W)-8
+b(eb)31 b(page)g({)g(default)g(is)390 2486 y(the)g(curren)m(t)f(page)h
+(b)s(eing)f(view)m(ed.)2836 2676 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-we-xslt-junk)52 b Fg(\()p Fk(P)-8 b(A)g(TH)32
+b(URL)e Ff(&optional)565 2786 y Fk(SPEAK)p Ft(\))390
+2895 y(Junk)f(elemen)m(ts)j(matc)m(hing)f(sp)s(eci\014ed)f(lo)s(cator.)
+2836 3086 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-we-xslt-sele)q(ct)52 b Fg(\()p Fk(XSL)p Fg(\))390
+3196 y Ft(Select)32 b(XSL)d(transformation)i(applied)f(to)h(W)-8
+b(eb)31 b(pages)g(b)s(efore)f(they)h(are)g(displa)m(y)m(ed)g(.)150
+3433 y Fr(11.64)69 b(emacsp)t(eak-w)l(ebsearc)l(h)150
+3592 y Ft(Commen)m(tary:)46 b(This)30 b(mo)s(dule)f(pro)m(vides)i
+(utilit)m(y)g(functions)f(for)h(searc)m(hing)g(the)f(WWW)275
+3730 y(Automatically)i(generated)g(do)s(cumen)m(tation)f(for)f
+(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150
+3839 y(w)m(ebsearc)m(h.)2836 4030 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-websearch-ac)q(ces)q(sibl)q(e-g)q(oog)q(le)52
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 4139 y Ft(Go)s(ogle)32
+b(Accessible)g(Searc)m(h)f({)f(see)h(h)m(ttp://labs.go)s(ogle.com/acc)q
+(essible)2836 4330 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-websearch-al)q(lth)q(eweb)q(-se)q(arc)q(h)51
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 4440 y Ft(P)m(erform)30
+b(an)h(AllTheW)-8 b(eb)31 b(searc)m(h.)2836 4630 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-websearch-al)q(tav)q(ista)q(-se)q(arc)q
+(h)51 b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 4740 y Ft(P)m(erform)30
+b(an)h(Alta)m(vista)h(searc)m(h)2836 4930 y([In)m(teractiv)m(e)h
+(Command])-3601 b Fh(emacspeak-websearch-am)q(azo)q(n-se)q(arc)q(h)51
+b Fg(\(\))390 5040 y Ft(Amazon)31 b(searc)m(h.)2836 5230
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-websearch-as)q
+(k-j)q(eeve)q(s)52 b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390
+5340 y Ft(Ask)30 b(Jeev)m(es)i(for)e(the)h(answ)m(er.)p
+eop end
+%%Page: 103 106
+TeXDict begin 103 105 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(103)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-websearch-bb)q(c-s)q(earc)q(h)52
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 408 y Ft(Searc)m(h)31
+b(BBC)f(arc)m(hiv)m(es.)2836 584 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-websearch-bi)q(bli)q(o-se)q(arc)q(h)51
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 693 y Ft(Searc)m(h)31
+b(Computer)e(Science)i(Bibliographies.)2836 869 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-websearch-bl)q(ink)q(x-se)q(arc)q(h)51
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 978 y Ft(BlinkX)31
+b(RSS)e(Generator.)2836 1154 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-websearch-br)q(ita)q(nnic)q(a-s)q(ear)q(ch)52
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 1263 y Ft(Searc)m(h)31
+b(Encyclop)s(edia)f(Britannica.)2836 1439 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-websearch-ci)q(tes)q(eer-)q(sea)q(rch)52
+b Fg(\()p Fk(TERM)p Fg(\))390 1548 y Ft(P)m(erform)30
+b(a)h(CiteSeer)g(searc)m(h.)2836 1724 y([In)m(teractiv)m(e)i(Command])
+-3601 b Fh(emacspeak-websearch-co)q(mpa)q(ny-n)q(ews)52
+b Fg(\()p Fk(TICKER)565 1833 y Ff(&optional)31 b Fk(PREFIX)p
+Ft(\))390 1943 y(P)m(erform)f(an)h(compan)m(y)f(news)g(lo)s(okup.)45
+b(Retriev)m(es)32 b(compan)m(y)f(news,)f(researc)m(h,)h(pro\014le,)g
+(in-)390 2052 y(sider)f(trades,)h(or)f(upgrades/do)m(wngrades.)2836
+2228 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-websearch-cp)
+q(an-)q(sear)q(ch)52 b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390
+2337 y Ft(Searc)m(h)31 b(CP)-8 b(AN)30 b(Comprehensiv)m(e)g(P)m(erl)h
+(Arc)m(hiv)m(e)h(Net)m(w)m(ork)g(Site.)2836 2513 y([In)m(teractiv)m(e)h
+(Command])-3601 b Fh(emacspeak-websearch-ct)q(an-)q(sear)q(ch)52
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 2622 y Ft(Searc)m(h)31
+b(CT)-8 b(AN)30 b(Comprehensiv)m(e)g(T)-8 b(eX)31 b(Arc)m(hiv)m(e)h
+(Net)m(w)m(ork)g(Site.)2836 2798 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-websearch-di)q(cti)q(onar)q(y-h)q(ype)q(rte)q(xt-)565
+2907 y(webster-search)565 3017 y Fg(\()p Fk(QUER)-8 b(Y)p
+Fg(\))390 3126 y Ft(Searc)m(h)31 b(the)f(W)-8 b(ebster)32
+b(Dictionary)-8 b(.)2836 3302 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-websearch-di)q(spa)q(tch)52
+b Fg(\()p Ff(&optional)31 b Fk(PREFIX)p Ft(\))390 3411
+y Fj(control)d(e)i(?)390 3543 y Ft(Launc)m(hes)g(sp)s(eci\014c)g(w)m
+(ebsearc)m(h)h(queries.)46 b(Press)30 b(`?')46 b(to)31
+b(list)g(a)m(v)-5 b(ailable)33 b(searc)m(h)e(engines.)46
+b(Once)390 3652 y(selected,)32 b(the)f(selected)h(searc)m(her)f
+(prompts)e(for)h(additional)h(information)g(as)g(appropriate.)390
+3762 y(When)f(using)g(supp)s(orted)f(bro)m(wsers,)h(this)g(in)m
+(terface)i(attempts)f(to)g(sp)s(eak)f(the)h(most)f(relev)-5
+b(an)m(t)390 3871 y(information)31 b(on)f(the)g(result)h(page.)2836
+4047 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-websearch-di)
+q(spl)q(ay-f)q(orm)52 b Fg(\()p Fk(F)m(ORM-MARKUP)p Fg(\))390
+4156 y Ft(Displa)m(y)32 b(form)d(sp)s(eci\014ed)h(b)m(y)g(form-markup.)
+2836 4332 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-websearch-eb)q(ay-)q(sear)q(ch)52 b Fg(\(\))390
+4441 y Ft(Eba)m(y)31 b(searc)m(h.)2836 4617 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-websearch-em)q(aps)q(-sea)q(rch)52
+b Fg(\()p Fk(QUER)-8 b(Y)565 4726 y Ff(&optional)31 b
+Fk(USE-NEAR)p Ft(\))390 4836 y(P)m(erform)f(EmapSp)s(eak)g(searc)m(h.)
+46 b(Query)29 b(is)i(a)g(Go)s(ogle)h(Maps)e(query)g(in)g(plain)g
+(English.)46 b(In)m(ter-)390 4945 y(activ)m(e)33 b(pre\014x)c(arg)i
+(`use-near')g(searc)m(hes)g(near)f(our)g(previously)g(cac)m(hed)i(lo)s
+(cation.)2836 5121 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-websearch-em)q(aps)q(peak)q(-ne)q(ar-)q(my-)q(loca)q
+(tio)q(n)565 5230 y Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390
+5340 y Ft(P)m(erform)30 b(searc)m(h)h(relativ)m(e)i(to)e(`m)m(y-lo)s
+(cation'.)p eop end
+%%Page: 104 107
+TeXDict begin 104 106 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(104)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-websearch-ex)q(cha)q(nge-)q(rat)q
+(e-c)q(onv)q(erto)q(r)565 408 y Fg(\()p Fk(CONVERSION-SPEC)p
+Fg(\))390 518 y Ft(Currency)29 b(con)m(v)m(ertor.)2836
+712 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-websearch-fo)q
+(ldo)q(c-se)q(arc)q(h)51 b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390
+822 y Ft(P)m(erform)30 b(a)h(F)-8 b(olDo)s(c)33 b(searc)m(h.)2836
+1015 y([In)m(teractiv)m(e)g(Command])-3601 b Fh(emacspeak-websearch-fr)
+q(esh)q(meat)q(-se)q(arc)q(h)51 b Fg(\()p Fk(QUER)-8
+b(Y)p Fg(\))390 1125 y Ft(Searc)m(h)31 b(F)-8 b(reshmeat)31
+b(Site.)2836 1319 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-websearch-fr)q(oog)q(le)52 b Fg(\()p Fk(QUER)-8
+b(Y)31 b Ff(&optional)565 1428 y Fk(LOCAL-FLA)m(G)p Ft(\))390
+1538 y(P)m(erform)f(a)h(F)-8 b(ro)s(ogle)32 b(searc)m(h.)47
+b(Optional)30 b(in)m(teractiv)m(e)k(pre\014x)29 b(arg)i(lo)s
+(cal-\015ag)h(prompts)d(for)i(lo-)390 1648 y(cal)g(area)h(in)e(whic)m
+(h)g(to)h(searc)m(h.)2836 1842 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-websearch-go)q(ogl)q(e)51 b Fg(\()p Fk(QUER)-8
+b(Y)31 b Ff(&optional)565 1951 y Fk(LUCKY)p Ft(\))390
+2061 y(P)m(erform)f(a)h(Go)s(ogle)h(searc)m(h.)47 b(Optional)30
+b(in)m(teractiv)m(e)k(pre\014x)29 b(arg)i(`luc)m(ky')g(is)g(equiv)-5
+b(alen)m(t)31 b(to)390 2170 y(hitting)g(the)g(I'm)f(F)-8
+b(eeling)32 b(Luc)m(ky)e(button)g(on)h(Go)s(ogle.)2836
+2364 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-websearch-go)
+q(ogl)q(e-ad)q(van)q(ced)52 b Fg(\(\))390 2474 y Ft(Presen)m(t)31
+b(Go)s(ogle)h(adv)-5 b(anced)30 b(searc)m(h)h(form)f(simpli\014ed)g
+(for)g(sp)s(eec)m(h)g(in)m(teraction.)2836 2668 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-websearch-go)q(ogl)q(e-fe)q(eli)q(ng-)q
+(luc)q(ky)565 2777 y Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390
+2887 y Ft(Do)31 b(a)g(I'm)f(F)-8 b(eeling)32 b(Luc)m(ky)f(Go)s(ogle)h
+(searc)m(h.)2836 3081 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-websearch-go)q(ogl)q(e-mo)q(bil)q(e)51
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 3190 y Ft(Go)s(ogle)32
+b(mobile)f(searc)m(h.)2836 3384 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-websearch-go)q(ogl)q(e-ne)q(ws)52 b Fg(\(\))390
+3494 y Ft(In)m(v)m(ok)m(e)32 b(Go)s(ogle)g(News)e(url)g(template.)2836
+3688 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-websearch-go)
+q(ogl)q(e-sa)q(k)52 b Fg(\()p Fk(ENGINE)30 b(QUER)-8
+b(Y)p Fg(\))390 3797 y Ft(P)m(erform)30 b(a)h(Go)s(ogle)h(query)e
+(against)i(a)e(sp)s(eci\014c)h(index.)2836 3991 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-websearch-go)q(ogl)q(e-se)q(arc)q(h-i)q
+(n-d)q(ate-)q(ran)q(ge)565 4101 y Fg(\(\))390 4210 y
+Ft(Use)31 b(this)f(from)g(inside)g(the)h(calendar)f(to)i(do)e(Go)s
+(ogle)i(date-range)g(searc)m(hes.)2836 4404 y([In)m(teractiv)m(e)h
+(Command])-3601 b Fh(emacspeak-websearch-go)q(ogl)q(e-sp)q(eci)q(ali)q
+(ze)565 4514 y Fg(\()p Fk(SPECIALIZE)29 b(QUER)-8 b(Y)p
+Fg(\))390 4623 y Ft(P)m(erform)30 b(a)h(sp)s(ecialized)h(Go)s(ogle)g
+(searc)m(h.)46 b(See)31 b(the)f(Go)s(ogle)i(site)g(for)e(what)g(is)g(p)
+s(ossible)g(here:)390 4733 y(h)m(ttp://www.go)s(ogle.com/options/sp)s
+(ecialsearc)n(hes.h)m(tml)2836 4927 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-websearch-go)q(ogl)q(e-us)q(ene)q(t-a)q(dva)q
+(nced)52 b Fg(\(\))390 5036 y Ft(Presen)m(t)31 b(Go)s(ogle)h(Usenet)f
+(adv)-5 b(anced)30 b(searc)m(h)h(form)f(simpli\014ed)g(for)g(sp)s(eec)m
+(h)g(in)m(teraction.)2836 5230 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-websearch-gu)q(ten)q(berg)52 b Fg(\()p
+Fk(TYPE)30 b(QUER)-8 b(Y)p Fg(\))390 5340 y Ft(P)m(erform)30
+b(an)h(Guten)m(b)s(erg)f(searc)m(h)p eop end
+%%Page: 105 108
+TeXDict begin 105 107 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(105)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-websearch-he)q(lp)52
+b Fg(\(\))390 408 y Ft(Displa)m(ys)31 b(k)m(ey)h(mapping)d(used)h(b)m
+(y)g(Emacsp)s(eak)h(W)-8 b(ebsearc)m(h.)2836 585 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-websearch-ko)q(der)q(s-se)q(arc)q(h)
+51 b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 695 y Ft(P)m(erform)30
+b(a)h(k)m(o)s(ders.com)g(searc)m(h)2836 872 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-websearch-ma)q(p-y)q(ahoo)q(-di)q(rec)q
+(tio)q(ns-s)q(ear)q(ch)565 982 y Fg(\()p Fk(QUER)-8 b(Y)31
+b Ff(&optional)g Fk(MAP)p Ft(\))390 1091 y(Get)g(driving)f(directions)h
+(from)f(Y)-8 b(aho)s(o.)47 b(With)31 b(optional)g(in)m(teractiv)m(e)i
+(pre\014x)d(arg)g(MAP)390 1201 y(sho)m(ws)g(the)h(lo)s(cation)h(map)e
+(instead.)2836 1378 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-websearch-me)q(rri)q(am-w)q(ebs)q(ter)q(-se)q(arch)565
+1487 y Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 1597 y Ft(Searc)m(h)31
+b(the)f(Merriam)h(W)-8 b(ebster)31 b(Dictionary)-8 b(.)2836
+1774 y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh
+(emacspeak-websearch-my)q(-rs)q(s-se)q(arc)q(h)51 b Fg(\()p
+Fk(QUER)-8 b(Y)p Fg(\))390 1884 y Ft(My)31 b(RSS)e(searc)m(h.)2836
+2061 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-websearch-ne)
+q(ws-)q(yaho)q(o)52 b Fg(\()p Fk(QUER)-8 b(Y)30 b Ff(&optional)565
+2170 y Fk(NO-RSS)p Ft(\))390 2280 y(P)m(erform)g(an)h(Y)-8
+b(aho)s(o)31 b(News)f(searc)m(h.)47 b(Optional)30 b(pre\014x)g(arg)h
+(no-rss)e(scrap)s(es)h(information)390 2390 y(from)g(HTML.)2836
+2567 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-websearch-op)
+q(en-)q(dire)q(cto)q(ry-)q(sea)q(rch)565 2676 y Fg(\()p
+Fk(QUER)-8 b(Y)p Fg(\))390 2786 y Ft(P)m(erform)30 b(an)h(Op)s(en)d
+(Directory)k(searc)m(h)2836 2963 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-websearch-pe)q(opl)q(e-ya)q(hoo)52 b Fg(\(\))390
+3072 y Ft(P)m(erform)30 b(an)h(Y)-8 b(aho)s(o)31 b(p)s(eople)f(searc)m
+(h)2836 3249 y([In)m(teractiv)m(e)j(Command])-3601 b
+Fh(emacspeak-websearch-po)q(dsc)q(ope)52 b Fg(\(\))390
+3359 y Ft(P)m(erform)30 b(a)h(P)m(o)s(dScop)s(e)f(searc)m(h)h(to)g(lo)s
+(cate)h(p)s(o)s(dcasts.)2836 3536 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-websearch-po)q(dzi)q(nger)q(-se)q(arc)q(h)51
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 3646 y Ft(P)m(o)s(dzinger)31
+b(RSS)e(Generator.)2836 3823 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-websearch-qu)q(ote)q(s-ya)q(hoo)q(-se)q(arc)q(h)51
+b Fg(\()p Fk(QUER)-8 b(Y)565 3932 y Ff(&optional)31 b
+Fk(PREFIX)p Ft(\))390 4042 y(P)m(erform)f(a)h(Quotes)g(Y)-8
+b(aho)s(o)31 b(.)46 b(Default)31 b(tic)m(k)m(ers)h(to)f(lo)s(ok)g(up)f
+(is)g(tak)m(en)h(from)f(v)-5 b(ariable)390 4151 y(emacsp)s(eak-w)m
+(ebsearc)m(h-p)s(ersonal-p)s(ortfolio.)48 b(Default)32
+b(is)e(to)h(presen)m(t)g(the)f(data)h(in)390 4261 y(emacsp)s(eak's)g
+(table)g(bro)m(wsing)f(mo)s(de)g({optional)i(in)m(teractiv)m(e)i
+(pre\014x)29 b(arg)i(causes)g(data)g(to)390 4371 y(b)s(e)f(displa)m(y)m
+(ed)h(as)f(a)h(W)-8 b(eb)31 b(page.)47 b(Y)-8 b(ou)31
+b(can)f(customize)i(the)e(defaults)h(b)m(y)f(setting)i(v)-5
+b(ariable)390 4480 y(emacsp)s(eak-w)m(ebsearc)m(h-quotes-y)m(aho)s
+(o-options)35 b(to)c(an)f(appropriate)h(string.)2836
+4657 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-websearch-re)
+q(cor)q(ded-)q(boo)q(ks-)q(sea)q(rch)52 b Fg(\(\))390
+4767 y Ft(Presen)m(t)31 b(adv)-5 b(anced)30 b(searc)m(h)h(form)f(for)g
+(recorded)g(b)s(o)s(oks.)2836 4944 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-websearch-rp)q(m-f)q(ind)52 b Fg(\()p
+Fk(QUER)-8 b(Y)p Fg(\))390 5053 y Ft(Searc)m(h)31 b(RPM)f(catalog)j
+(site.)2836 5230 y([In)m(teractiv)m(e)g(Command])-3601
+b Fh(emacspeak-websearch-sh)q(out)q(cast)q(-se)q(arc)q(h)51
+b Fg(\(\))390 5340 y Ft(Shoutcast)31 b(searc)m(h.)p eop
+end
+%%Page: 106 109
+TeXDict begin 106 108 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(106)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-websearch-so)q(ftw)q(are-)q(sea)q
+(rch)52 b Fg(\(\))390 408 y Ft(Searc)m(h)31 b(SourceF)-8
+b(orge,)32 b(F)-8 b(reshmeat)31 b(and)f(other)h(sites.)2836
+659 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-websearch-so)q
+(urc)q(efor)q(ge-)q(sea)q(rch)52 b Fg(\()p Fk(QUER)-8
+b(Y)p Fg(\))390 769 y Ft(Searc)m(h)31 b(SourceF)-8 b(orge)32
+b(Site.)2836 1020 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-websearch-sw)q(ik-)q(sear)q(ch)52 b Fg(\()p
+Fk(QUER)-8 b(Y)p Fg(\))390 1129 y Ft(Searc)m(h)31 b(swik)f(soft)m(w)m
+(are)i(comm)m(unit)m(y)f(site.)2836 1380 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-websearch-te)q(chn)q(orat)q(i)52
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 1490 y Ft(P)m(erform)30
+b(a)h(T)-8 b(ec)m(hnorati)32 b(tag)f(searc)m(h.)2836
+1741 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-websearch-te)
+q(oma)52 b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 1850 y
+Ft(P)m(erform)30 b(an)h(T)-8 b(eoma)31 b(searc)m(h.)2836
+2101 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-websearch-us)
+q(ene)q(t)51 b Fg(\()p Fk(GR)m(OUP)31 b Ff(&optional)565
+2211 y Fk(PREFIX)p Ft(\))390 2320 y Fj(control)d(e)i(cap)g(U)390
+2488 y Ft(Prompt)g(and)g(bro)m(wse)g(a)h(Usenet)g(newsgroup.)44
+b(Optional)31 b(in)m(teractiv)m(e)i(pre\014x)d(arg)g(results)h(in)390
+2598 y(prompting)f(for)g(a)h(searc)m(h)g(term.)2836 2849
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-websearch-us)q
+(ene)q(t-se)q(arc)q(h)51 b Fg(\()p Fk(GR)m(OUP)p Fg(\))390
+2958 y Ft(Searc)m(h)31 b(a)f(Usenet)h(newsgroup.)2836
+3209 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-websearch-w3)
+q(c-s)q(earc)q(h)52 b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390
+3319 y Ft(Searc)m(h)31 b(the)f(W3C)h(Site.)2836 3569
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-websearch-we)q
+(ath)q(er)52 b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 3679
+y Ft(Get)31 b(w)m(eather)h(forecast)f(for)f(sp)s(eci\014ed)g(zip)g(co)s
+(de.)2836 3930 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-websearch-wi)q(kip)q(edia)q(-se)q(arc)q(h)51
+b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 4039 y Ft(Searc)m(h)31
+b(Wikip)s(edia)2836 4290 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-websearch-ya)q(hoo)52 b Fg(\()p Fk(QUER)-8
+b(Y)p Fg(\))390 4400 y Ft(P)m(erform)30 b(an)h(Y)-8 b(aho)s(o)31
+b(searc)m(h)2836 4651 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-websearch-ya)q(hoo)q(-his)q(tor)q(ica)q(l-c)q(hart)565
+4760 y Fg(\()p Fk(TICKER)29 b Ff(&optional)i Fk(AS-HTML)p
+Ft(\))390 4870 y(Lo)s(ok)g(up)e(historical)j(sto)s(c)m(k)f(data.)46
+b(Optional)31 b(second)g(arg)f(as-h)m(tml)i(pro)s(cesses)e(the)g
+(results)h(as)390 4980 y(HTML)f(rather)h(than)f(data.)2836
+5230 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-websearch-yo)
+q(utu)q(be)52 b Fg(\()p Fk(QUER)-8 b(Y)p Fg(\))390 5340
+y Ft(Searc)m(h)31 b(Y)-8 b(ouT)g(ub)s(e)p eop end
+%%Page: 107 110
+TeXDict begin 107 109 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(107)150 299 y Fr(11.65)69
+b(emacsp)t(eak-w)l(ebutils)150 458 y Ft(Commen)m(tary:)46
+b(This)30 b(mo)s(dule)f(pro)m(vides)i(common)f(W)-8 b(eb)31
+b(utilities)h(for)e(emacsp)s(eak.)47 b(This)29 b(is)i(to)150
+568 y(a)m(v)m(oid)h(duplication)f(of)f(co)s(de)h(b)s(et)m(w)m(een)g
+(emacsp)s(eak-w3.el)h(and)e(emacsp)s(eak-w3m.el)275 706
+y(Automatically)i(generated)g(do)s(cumen)m(tation)f(for)f(commands)g
+(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150 816 y(w)m(ebutils.)2836
+1008 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-atom-browse)
+52 b Fg(\()p Fk(FEED)p Fg(\))390 1117 y Ft(Bro)m(wse)31
+b(sp)s(eci\014ed)f(A)-8 b(TOM)30 b(feed.)2836 1309 y([In)m(teractiv)m
+(e)j(Command])-3601 b Fh(emacspeak-opml-display)52 b
+Fg(\()p Fk(OPML-URL)31 b Ff(&optional)565 1419 y Fk(SPEAK)p
+Ft(\))390 1528 y(Retriev)m(e)h(and)e(displa)m(y)g(OPML)g(URL.)2836
+1720 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-rss-browse)52
+b Fg(\()p Fk(FEED)p Fg(\))390 1830 y Fj(control)28 b(e)i(control)f(u)
+390 1968 y Ft(Bro)m(wse)i(sp)s(eci\014ed)f(RSS)f(feed.)2836
+2160 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-webutils-ato)
+q(m-d)q(ispl)q(ay)52 b Fg(\()p Fk(FEED-URL)p Fg(\))390
+2270 y Ft(Displa)m(y)32 b(A)-8 b(TOM)30 b(feed.)2836
+2462 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-webutils-fv)
+52 b Fg(\()p Fk(FEED-URL)p Fg(\))390 2572 y Ft(Displa)m(y)32
+b(RSS)d(or)h(A)-8 b(TOM)31 b(feed.)2836 2763 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-webutils-goo)q(gle)q(-ext)q(rac)q(t-f)q
+(rom)q(-cac)q(he)565 2873 y Fg(\()p Ff(&optional)31 b
+Fk(PREFIX)p Ft(\))390 2983 y(Extract)g(curren)m(t)f(page)i(from)d(the)i
+(Go)s(ogle)h(cac)m(he.)48 b(With)30 b(a)h(pre\014x)e(argumen)m(t,)j
+(extracts)f(url)390 3092 y(under)e(p)s(oin)m(t.)2836
+3284 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-webutils-goo)
+q(gle)q(-on-)q(thi)q(s-s)q(ite)52 b Fg(\(\))390 3394
+y Ft(P)m(erform)30 b(a)h(go)s(ogle)h(searc)m(h)f(restricted)g(to)g(the)
+g(curren)m(t)f(WWW)i(site.)2836 3586 y([In)m(teractiv)m(e)h(Command])
+-3601 b Fh(emacspeak-webutils-goo)q(gle)q(-sim)q(ila)q(r-t)q(o-t)q
+(his-)q(pag)q(e)565 3695 y Fg(\()p Fk(URL)p Fg(\))390
+3805 y Ft(Ask)30 b(Go)s(ogle)j(to)e(\014nd)d(do)s(cumen)m(ts)i(similar)
+h(to)g(this)g(one.)2836 3997 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-webutils-goo)q(gle)q(-who)q(-li)q(nks)q(-to)q(-thi)q
+(s-p)q(age)565 4107 y Fg(\(\))390 4216 y Ft(P)m(erform)30
+b(a)h(go)s(ogle)h(searc)m(h)f(to)g(lo)s(cate)i(do)s(cumen)m(ts)d(that)h
+(link)f(to)h(the)g(curren)m(t)f(page.)2836 4408 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-webutils-jum)q(p-t)q(o-ti)q(tle)q(-in)q
+(-co)q(nten)q(t)51 b Fg(\(\))390 4518 y Ft(Jumps)29 b(to)i(the)f(title)
+i(in)e(w)m(eb)h(do)s(cumen)m(t.)45 b(The)30 b(\014rst)g(time)h(it)g(is)
+f(called,)i(it)f(jumps)e(to)i(the)f(\014rst)390 4627
+y(instance)h(of)g(the)f(title.)47 b(Rep)s(eated)31 b(calls)h(jump)d(to)
+i(further)e(instances.)2836 4819 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-webutils-ope)q(n-i)q(n-ot)q(her)q(-br)q(ows)q(er)52
+b Fg(\(\))390 4929 y Ft(Op)s(ens)29 b(link)h(in)g(alternate)i(bro)m
+(wser.)46 b(If)29 b(using)h(default)h(bro)m(wser)f(is)g(w3,)h(uses)f
+(w3m)g(and)g(vice-)390 5038 y(v)m(ersa)2836 5230 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-webutils-pla)q(y-m)q(edia)q(-at)q(-po)q
+(int)52 b Fg(\(\))390 5340 y Ft(Pla)m(y)31 b(media)g(url)f(under)e(p)s
+(oin)m(t)p eop end
+%%Page: 108 111
+TeXDict begin 108 110 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(108)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-webutils-rss)q(-di)q(spla)q(y)52
+b Fg(\()p Fk(FEED-URL)p Fg(\))390 408 y Ft(Displa)m(y)32
+b(RSS)d(feed.)2836 575 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-webutils-tra)q(nsc)q(ode-)q(cur)q(ren)q(t-u)q(rl-v)q
+(ia-)565 685 y(google)47 b Fg(\()p Ff(&optional)565 795
+y Fk(UNTRANSCODE)p Ft(\))390 904 y(T)-8 b(ransco)s(de)30
+b(curren)m(t)g(URL)g(via)h(Go)s(ogle.)48 b(Rev)m(erse)31
+b(e\013ect)h(with)e(pre\014x)g(arg.)2836 1071 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-webutils-tra)q(nsc)q(ode-)q(via)q(-go)q
+(ogl)q(e)565 1181 y Fg(\()p Ff(&optional)31 b Fk(UNTRANSCODE)p
+Ft(\))390 1290 y(T)-8 b(ransco)s(de)30 b(URL)g(under)f(p)s(oin)m(t)i
+(via)f(Go)s(ogle.)48 b(Rev)m(erse)31 b(e\013ect)h(with)e(pre\014x)g
+(arg)h(for)f(links)g(on)390 1400 y(a)h(transco)s(ded)f(page.)2836
+1567 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-webutils-vie)
+q(w-f)q(eed-)q(via)q(-go)q(ogl)q(e-re)q(ade)q(r)51 b
+Fg(\(\))390 1676 y Ft(Pulls)30 b(feed)g(under)f(p)s(oin)m(t)i(via)g(Go)
+s(ogle)h(Reader.)150 1897 y Fr(11.66)69 b(emacsp)t(eak-widget)150
+2057 y Ft(Commen)m(tary:)46 b(This)30 b(mo)s(dule)f(implemen)m(ts)i
+(the)g(necessary)g(extensions)f(to)i(pro)m(vide)e(talking)i(wid-)150
+2166 y(gets.)275 2295 y(Automatically)g(generated)g(do)s(cumen)m
+(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)
+150 2405 y(widget.)2836 2572 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-widget-brows)q(e-w)q(idge)q(t-i)q(nte)q(rac)q(tive)q(ly)
+52 b Fg(\(\))390 2681 y Ft(Allo)m(ws)31 b(y)m(ou)g(to)g(bro)m(wse)g(a)f
+(widget)2836 2848 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-widget-help)52 b Fg(\(\))390 2958 y Ft(Sp)s(eak)30
+b(help)g(for)g(widget)h(under)e(p)s(oin)m(t.)2836 3125
+y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-widget-summa)q
+(riz)q(e-pa)q(ren)q(t)51 b Fg(\(\))390 3234 y Ft(Summarize)30
+b(paren)m(t)h(of)f(widget)h(at)g(p)s(oin)m(t.)2836 3401
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-widget-summa)q
+(riz)q(e-wi)q(dge)q(t-u)q(nde)q(r-po)q(int)565 3511 y
+Fg(\()p Ff(&optional)31 b Fk(LEVEL)p Ft(\))390 3620 y(Summarize)f(a)h
+(widget)g(if)f(an)m(y)h(under)d(p)s(oin)m(t.)46 b(Optional)31
+b(in)m(teractiv)m(e)i(pre\014x)d(sp)s(eci\014es)g(ho)m(w)390
+3730 y(man)m(y)g(lev)m(els)i(to)g(go)f(up)e(from)h(curren)m(t)g(widget)
+h(b)s(efore)f(summarizing.)2836 3897 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-widget-updat)q(e-f)q(rom-)q(min)q(ibu)q(ffe)q(r)51
+b Fg(\()p Fk(POINT)p Fg(\))390 4006 y Ft(Sets)30 b(widget)h(at)g(p)s
+(oin)m(t)g(b)m(y)f(in)m(v)m(oking)i(its)e(prompter.)150
+4227 y Fr(11.67)69 b(emacsp)t(eak-wizards)150 4387 y
+Ft(Commen)m(tary:)46 b(Con)m(tains)31 b(v)-5 b(arious)30
+b(wizards)g(for)g(the)h(Emacsp)s(eak)g(desktop.)275 4515
+y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(commands)g
+(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150 4625
+y(wizards.)2836 4792 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-annotate-add)q(-an)q(nota)q(tio)q(n)51
+b Fg(\()p Ff(&optional)565 4902 y Fk(RESET)p Ft(\))390
+5011 y(Add)29 b(annotation)j(to)f(the)g(annotation)g(w)m(orking)g
+(bu\013er.)45 b(Prompt)30 b(for)g(annotation)h(bu\013er)f(if)390
+5121 y(not)h(already)g(set.)46 b(In)m(teractiv)m(e)33
+b(pre\014x)c(arg)i(`reset')g(prompts)f(for)g(the)g(annotation)i
+(bu\013er)d(ev)m(en)390 5230 y(if)h(one)h(is)f(already)h(set.)47
+b(Annotation)31 b(is)f(en)m(tered)h(in)f(a)h(temp)s(orary)f(bu\013er)f
+(and)h(the)h(annota-)390 5340 y(tion)g(is)f(inserted)g(in)m(to)i(the)e
+(w)m(orking)h(bu\013er)e(when)h(complete.)p eop end
+%%Page: 109 112
+TeXDict begin 109 111 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(109)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-clipboard-co)q(py)52
+b Fg(\()p Fk(ST)-8 b(AR)g(T)30 b(END)h Ff(&optional)565
+408 y Fk(PR)m(OMPT)p Ft(\))390 518 y Fj(control)d(e)i(control)f(c)390
+667 y Ft(Cop)m(y)h(con)m(ten)m(ts)i(of)f(the)g(region)g(to)g(the)f
+(emacsp)s(eak)h(clipb)s(oard.)45 b(Previous)31 b(con)m(ten)m(ts)h(of)e
+(the)390 776 y(clipb)s(oard)g(will)g(b)s(e)g(o)m(v)m(erwritten.)47
+b(The)30 b(Emacsp)s(eak)h(clipb)s(oard)f(is)g(a)h(con)m(v)m(enien)m(t)h
+(w)m(a)m(y)g(of)390 886 y(sharing)e(information)h(b)s(et)m(w)m(een)g
+(indep)s(enden)m(t)e(Emacsp)s(eak)h(sessions)h(running)d(on)j(the)f
+(same)390 995 y(or)g(di\013eren)m(t)h(mac)m(hines.)47
+b(Do)31 b(not)f(use)g(this)h(for)f(sharing)g(information)g(within)g(an)
+g(Emacs)h(ses-)390 1105 y(sion)f({Emacs')i(register)f(commands)f(are)h
+(far)f(more)g(e\016cien)m(t)i(and)e(ligh)m(t-w)m(eigh)m(t.)49
+b(Optional)390 1215 y(in)m(teractiv)m(e)33 b(pre\014x)d(arg)g(results)g
+(in)h(Emacsp)s(eak)f(prompting)g(for)g(the)g(clipb)s(oard)g(\014le)h
+(to)g(use.)390 1324 y(Argumen)m(t)g(ST)-8 b(AR)g(T)30
+b(and)f(END)i(sp)s(eci\014es)f(region.)47 b(Optional)30
+b(argumen)m(t)h(PR)m(OMPT)f(sp)s(eci-)390 1434 y(\014es)g(whether)g(w)m
+(e)h(prompt)e(for)h(the)h(name)f(of)h(a)g(clipb)s(oard)e(\014le.)2836
+1646 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-clipboard-pa)
+q(ste)52 b Fg(\()p Ff(&optional)31 b Fk(P)-8 b(ASTE-T)g(ABLE)p
+Ft(\))390 1756 y Fj(control)28 b(e)i(control)f(y)390
+1905 y Ft(Y)-8 b(ank)31 b(con)m(ten)m(ts)h(of)e(the)h(Emacsp)s(eak)g
+(clipb)s(oard)e(at)i(p)s(oin)m(t.)46 b(The)30 b(Emacsp)s(eak)h(clipb)s
+(oard)e(is)390 2014 y(a)i(con)m(v)m(enien)m(t)h(w)m(a)m(y)g(of)e
+(sharing)g(information)h(b)s(et)m(w)m(een)g(indep)s(enden)m(t)e(Emacsp)
+s(eak)h(sessions)390 2124 y(running)f(on)h(the)g(same)h(or)g
+(di\013eren)m(t)f(mac)m(hines.)47 b(Do)31 b(not)g(use)f(this)g(for)g
+(sharing)g(informa-)390 2233 y(tion)h(within)f(an)g(Emacs)h(session)f
+({Emacs')h(register)h(commands)e(are)g(far)h(more)f(e\016cien)m(t)i
+(and)390 2343 y(ligh)m(t-w)m(eigh)m(t.)49 b(Optional)31
+b(in)m(teractiv)m(e)i(pre\014x)c(arg)i(pastes)g(from)f(the)g(emacsp)s
+(eak)h(table)h(clip-)390 2452 y(b)s(oard)d(instead.)2836
+2665 y([In)m(teractiv)m(e)k(Command])-3601 b Fh(emacspeak-copy-current)
+q(-fi)q(le)52 b Fg(\(\))390 2775 y Fj(control)28 b(e)i(meta)g(c)390
+2923 y Ft(Cop)m(y)g(\014le)h(visited)g(in)f(curren)m(t)g(bu\013er)f(to)
+i(new)f(lo)s(cation.)48 b(Prompts)29 b(for)h(the)h(new)f(lo)s(cation)
+390 3033 y(and)g(preserv)m(es)g(mo)s(di\014cation)h(time)g(when)e(cop)m
+(ying.)47 b(If)30 b(lo)s(cation)i(is)e(a)h(directory)-8
+b(,)32 b(the)e(\014le)390 3142 y(is)g(copied)h(to)g(that)g(directory)g
+(under)e(its)i(curren)m(t)f(name)g(;)h(if)f(lo)s(cation)i(names)e(a)h
+(\014le)g(in)f(an)390 3252 y(existing)h(directory)-8
+b(,)32 b(the)e(sp)s(eci\014ed)g(name)h(is)f(used.)45
+b(Asks)30 b(for)g(con\014rmation)h(if)f(the)h(cop)m(y)g(will)390
+3362 y(result)f(in)g(an)h(existing)g(\014le)f(b)s(eing)g(o)m(v)m
+(erwritten.)2836 3574 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-curl)50 b Fg(\()p Fk(URL)p Fg(\))390 3684
+y Ft(Grab)30 b(URL)g(using)g(Curl,)g(and)g(preview)g(it)h(with)f(a)g
+(bro)m(wser)g(.)2836 3896 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-customize)51 b Fg(\(\))390 4006 y Fj(control)28
+b(e)i(cap)g(C)390 4154 y Ft(Customize)h(Emacsp)s(eak.)2836
+4367 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-customize-pe)
+q(rso)q(nal-)q(set)q(tin)q(gs)52 b Fg(\()p Fk(FILE)p
+Fg(\))390 4477 y Ft(Create)31 b(a)g(customization)h(bu\013er)e(for)g
+(bro)m(wsing)g(and)g(up)s(dating)f(p)s(ersonal)h(customizations.)2836
+4689 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-cvs-berlios-)
+q(get)q(-pro)q(jec)q(t-s)q(nap)q(shot)565 4799 y Fg(\()p
+Fk(PR)m(OJECT)30 b Ff(&optional)g Fk(MODULE)p Ft(\))390
+4908 y(Grab)g(CVS)g(snapshot)g(of)g(sp)s(eci\014ed)g(pro)5
+b(ject)31 b(from)f(b)s(erlios.de.)45 b(Ask)31 b(for)f(mo)s(dule)f(name)
+i(if)390 5018 y(pre\014x)e(argumen)m(t)i(is)g(giv)m(en)2836
+5230 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-cvs-get-anon)
+q(ymo)q(us)52 b Fg(\(\))390 5340 y Ft(Get)31 b(latest)h(cvs)f(snapshot)
+f(of)g(emacsp)s(eak.)p eop end
+%%Page: 110 113
+TeXDict begin 110 112 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(110)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-cvs-gnu-get-)q(pro)q(ject)q(-sn)q
+(aps)q(hot)52 b Fg(\()p Fk(PR)m(OJECT)565 408 y Ff(&optional)31
+b Fk(MODULE)p Ft(\))390 518 y(Grab)f(CVS)g(snapshot)g(of)g(sp)s
+(eci\014ed)g(pro)5 b(ject)31 b(from)f(gn)m(u.)45 b(Ask)31
+b(for)f(mo)s(dule)f(name)i(if)f(pre\014x)390 628 y(argumen)m(t)h(is)f
+(giv)m(en)2836 805 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-cvs-sf-get-p)q(roj)q(ect-)q(sna)q(psh)q(ot)52
+b Fg(\()p Fk(PR)m(OJECT)565 915 y Ff(&optional)31 b Fk(MODULE)p
+Ft(\))390 1024 y(Grab)f(CVS)g(snapshot)g(of)g(sp)s(eci\014ed)g(pro)5
+b(ject)31 b(from)f(sf.)45 b(Ask)30 b(for)g(mo)s(dule)g(name)h(if)f
+(pre\014x)f(ar-)390 1134 y(gumen)m(t)i(is)f(giv)m(en)2836
+1311 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-emergency-tt)
+q(s-r)q(esta)q(rt)52 b Fg(\(\))390 1421 y Fj(control)28
+b(e)i Fp(<)p Fj(insert)p Fp(>)390 1553 y Ft(F)-8 b(or)31
+b(use)f(in)g(an)h(emergency)-8 b(.)47 b(Will)31 b(start)g(TTS)e(engine)
+i(sp)s(eci\014ed)f(b)m(y)g(emacsp)s(eak-emergency-)390
+1662 y(tts-serv)m(er.)2836 1840 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-frame-label-)q(or-)q(swit)q(ch-)q(to-)q(lab)q(elle)q(d-)
+565 1949 y(frame)47 b Fg(\()p Ff(&optional)565 2059 y
+Fk(PREFIX)p Ft(\))390 2168 y Fj(control)28 b(e)i(meta)g(f)390
+2300 y Ft(Switc)m(h)g(to)i(lab)s(elled)e(frame.)46 b(With)31
+b(optional)g(PREFIX)g(argumen)m(t,)g(lab)s(el)g(curren)m(t)f(frame.)
+2836 2478 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-frame-read-f)q(ram)q(e-la)q(bel)52 b Fg(\(\))390
+2587 y Ft(Read)31 b(a)f(frame)h(lab)s(el)f(with)g(completion.)2836
+2765 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-generate-doc)
+q(ume)q(ntat)q(ion)52 b Fg(\()p Fk(FILENAME)p Fg(\))390
+2874 y Ft(Generate)32 b(do)s(cs)e(for)g(all)h(emacsp)s(eak)g(commands.)
+46 b(Prompts)29 b(for)i(FILENAME)f(in)g(whic)m(h)g(to)390
+2984 y(sa)m(v)m(e)i(the)f(do)s(cumen)m(tation.)46 b(W)-8
+b(arning!)46 b(Con)m(ten)m(ts)32 b(of)e(\014le)h(\014lename)f(will)h(b)
+s(e)f(o)m(v)m(erwritten.)2836 3161 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-generate-tex)q(inf)q(o-co)q(mma)q(nd-)q(doc)q
+(umen)q(tat)q(ion)565 3271 y Fg(\()p Fk(FILENAME)p Fg(\))390
+3380 y Ft(Generate)32 b(texinfo)f(do)s(cumen)m(tation)g(for)f(all)h
+(emacsp)s(eak)g(commands)f(in)m(to)i(\014le)390 3490
+y(commands.texi.)47 b(W)-8 b(arning!)46 b(Con)m(ten)m(ts)31
+b(of)g(\014le)f(commands.texi)i(will)e(b)s(e)g(o)m(v)m(erwritten.)2836
+3667 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-generate-tex)
+q(inf)q(o-op)q(tio)q(n-d)q(ocu)q(ment)q(ati)q(on)565
+3777 y Fg(\()p Fk(FILENAME)p Fg(\))390 3886 y Ft(Generate)32
+b(texinfo)f(do)s(cumen)m(tation)g(for)f(all)h(emacsp)s(eak)g(options)g
+(in)m(to)g(\014le)g(\014lename.)46 b(W)-8 b(arn-)390
+3996 y(ing!)46 b(Con)m(ten)m(ts)31 b(of)g(\014le)f(\014lename)h(will)g
+(b)s(e)e(o)m(v)m(erwritten.)2836 4173 y([In)m(teractiv)m(e)k(Command])
+-3601 b Fh(emacspeak-kill-buffer-)q(qui)q(etly)52 b Fg(\(\))390
+4283 y Ft(Kill)31 b(curren)m(t)f(bu\013er)f(without)i(asking)f(for)h
+(con\014rmation.)2836 4460 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-learn-emacs-)q(mod)q(e)51 b Fg(\(\))390
+4570 y Fj(control)28 b(e)i Fp(<)p Fj(f1)p Fp(>)g Fj(control)e(h)i
+(control)e(l)i Fp(<)p Fj(f1)p Fp(>)g Fj(control)e(l)i
+Fp(<)p Fj(help)p Fp(>)f Fj(control)f(l)390 4702 y Ft(Helps)i(y)m(ou)h
+(learn)g(the)f(k)m(eys.)47 b(Y)-8 b(ou)31 b(can)f(press)g(k)m(eys)h
+(and)f(hear)g(what)g(they)h(do.)45 b(T)-8 b(o)31 b(lea)m(v)m(e,)390
+4811 y(press)f(C-g.)2836 4989 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-link-current)q(-fi)q(le)52 b Fg(\(\))390
+5098 y Fj(control)28 b(e)i(meta)g(l)390 5230 y Ft(Link)g(\(hard)g
+(link\))g(\014le)h(visited)g(in)f(curren)m(t)g(bu\013er)f(to)i(new)f
+(lo)s(cation.)47 b(Prompts)30 b(for)g(the)h(new)390 5340
+y(lo)s(cation)h(and)e(preserv)m(es)g(mo)s(di\014cation)h(time)g(when)e
+(linking.)46 b(If)30 b(lo)s(cation)i(is)e(a)h(directory)-8
+b(,)32 b(the)p eop end
+%%Page: 111 114
+TeXDict begin 111 113 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(111)390 299 y(\014le)30
+b(is)h(copied)g(to)g(that)g(directory)g(under)d(its)j(curren)m(t)f
+(name)h(;)f(if)h(lo)s(cation)h(names)e(a)h(\014le)f(in)390
+408 y(an)g(existing)i(directory)-8 b(,)31 b(the)g(sp)s(eci\014ed)e
+(name)i(is)f(used.)45 b(Signals)31 b(an)f(error)g(if)g(target)i
+(already)390 518 y(exists.)2836 707 y([In)m(teractiv)m(e)h(Command])
+-3601 b Fh(emacspeak-links)50 b Fg(\()p Fk(URL)p Fg(\))390
+816 y Ft(Launc)m(h)30 b(links)g(on)g(sp)s(eci\014ed)g(URL)g(in)g(a)h
+(new)f(terminal.)2836 1005 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-lynx)50 b Fg(\()p Fk(URL)p Fg(\))390 1114
+y Ft(Launc)m(h)30 b(lynx)g(on)g(sp)s(eci\014ed)g(URL)g(in)g(a)h(new)f
+(terminal.)2836 1303 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-next-frame-o)q(r-b)q(uffe)q(r)52 b Fg(\()p
+Ff(&optional)31 b Fk(FRAME)p Ft(\))390 1413 y Fp(<)p
+Fj(control)d(right)p Fp(>)390 1549 y Ft(Mo)m(v)m(e)k(to)g(next)e
+(bu\013er.)45 b(With)31 b(optional)g(in)m(teractiv)m(e)i(pre\014x)d
+(arg)h(`frame',)g(mo)m(v)m(e)g(to)h(next)390 1659 y(frame)e(instead.)
+2836 1847 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-previous-fra)q(me-)q(or-b)q(uff)q(er)52 b
+Fg(\()p Ff(&optional)565 1957 y Fk(FRAME)p Ft(\))390
+2067 y Fp(<)p Fj(control)28 b(left)p Fp(>)390 2203 y
+Ft(Mo)m(v)m(e)k(to)g(previous)d(bu\013er.)45 b(With)31
+b(optional)h(in)m(teractiv)m(e)h(pre\014x)c(arg)i(`frame',)g(mo)m(v)m
+(e)h(to)f(pre-)390 2313 y(vious)f(frame)h(instead.)2836
+2501 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-root)50
+b Fg(\()p Ff(&optional)31 b Fk(CD)p Ft(\))390 2611 y
+Fj(control)d(e)i(control)f(r)390 2748 y Ft(Start)i(a)f(ro)s(ot)h(shell)
+g(or)f(switc)m(h)h(to)g(one)g(that)f(already)h(exists.)47
+b(Optional)31 b(in)m(teractiv)m(e)i(pre\014x)390 2857
+y(arg)e(`cd')g(executes)g(cd)f(default-directory)i(after)f(switc)m
+(hing.)2836 3046 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-select-this-)q(buf)q(fer-)q(nex)q(t-d)q(isp)q(lay)52
+b Fg(\(\))390 3155 y Fj(control)28 b(e)i Fp(<)p Fj(control)f(right)p
+Fp(>)390 3292 y Ft(Select)j(this)e(bu\013er)f(as)i(displa)m(y)m(ed)g
+(in)f(a)h(`next')g(frame.)45 b(See)31 b(do)s(cumen)m(tation)g(for)f
+(command)390 3402 y(`emacsp)s(eak-select-this-bu\013er-other-windo)m
+(w-displa)m(y')k(for)c(the)h(meaning)g(of)f(`next'.)2836
+3590 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-select-this-)
+q(buf)q(fer-)q(oth)q(er-)q(win)q(dow-)565 3700 y(display)48
+b Fg(\()p Ff(&optional)565 3809 y Fk(AR)m(G)p Ft(\))390
+3919 y(Switc)m(h)30 b(to)i(this)e(bu\013er)f(as)i(displa)m(y)m(ed)g(in)
+f(a)h(di\013eren)m(t)f(frame.)46 b(Emacs)31 b(allo)m(ws)g(y)m(ou)g(to)g
+(displa)m(y)390 4028 y(the)g(same)f(bu\013er)g(in)g(m)m(ultiple)h
+(windo)m(ws)e(or)i(frames.)45 b(These)31 b(di\013eren)m(t)f(windo)m(ws)
+g(can)h(displa)m(y)390 4138 y(di\013eren)m(t)g(p)s(ortions)f(of)g(the)h
+(bu\013er.)45 b(This)29 b(is)h(equiv)-5 b(alen)m(t)32
+b(to)f(lea)m(ving)h(a)f(b)s(o)s(ok)f(op)s(en)g(at)h(places)390
+4248 y(at)g(once.)47 b(This)29 b(command)h(allo)m(ws)i(y)m(ou)f(to)g
+(mo)m(v)m(e)h(to)f(the)f(places)i(where)d(y)m(ou)i(ha)m(v)m(e)h(left)f
+(the)390 4357 y(b)s(o)s(ok)f(op)s(en.)45 b(The)30 b(n)m(um)m(b)s(er)f
+(used)g(to)i(in)m(v)m(ok)m(e)i(this)d(command)g(sp)s(eci\014es)g(whic)m
+(h)g(of)h(the)f(dis-)390 4467 y(pla)m(ys)h(y)m(ou)g(wish)e(to)i
+(select.)48 b(T)m(ypically)31 b(y)m(ou)g(will)g(ha)m(v)m(e)g(t)m(w)m(o)
+h(or)e(at)h(most)g(three)g(suc)m(h)f(displa)m(ys)390
+4576 y(op)s(en.)45 b(The)30 b(curren)m(t)g(displa)m(y)h(is)f(0,)h(the)g
+(next)f(is)h(1,)g(and)e(so)i(on.)46 b(Optional)30 b(argumen)m(t)h(AR)m
+(G)390 4686 y(sp)s(eci\014es)f(the)h(displa)m(y)f(to)h(select.)2836
+4875 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-select-this-)
+q(buf)q(fer-)q(pre)q(vio)q(us-)q(disp)q(lay)52 b Fg(\(\))390
+4984 y Fj(control)28 b(e)i Fp(<)p Fj(control)f(left)p
+Fp(>)390 5121 y Ft(Select)j(this)e(bu\013er)f(as)i(displa)m(y)m(ed)g
+(in)f(a)h(`previous')f(windo)m(w.)45 b(See)31 b(do)s(cumen)m(tation)g
+(for)f(com-)390 5230 y(mand)g(`emacsp)s
+(eak-select-this-bu\013er-other-windo)m(w-displa)m(y')k(for)c(the)g
+(meaning)h(of)g(`previ-)390 5340 y(ous'.)p eop end
+%%Page: 112 115
+TeXDict begin 112 114 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(112)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-show-persona)q(lit)q(y-at)q(-po)q
+(int)52 b Fg(\(\))390 408 y Fj(control)28 b(e)i(meta)g(v)390
+543 y Ft(Sho)m(w)g(v)-5 b(alue)31 b(of)f(prop)s(ert)m(y)g(p)s
+(ersonalit)m(y)h(\(and)f(p)s(ossibly)g(face\))h(at)g(p)s(oin)m(t.)2836
+727 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-show-propert)q
+(y-a)q(t-po)q(int)52 b Fg(\()p Ff(&optional)565 836 y
+Fk(PR)m(OPER)-8 b(TY)p Ft(\))390 946 y(Sho)m(w)30 b(v)-5
+b(alue)31 b(of)f(PR)m(OPER)-8 b(TY)30 b(at)i(p)s(oin)m(t.)45
+b(If)30 b(optional)i(arg)f(prop)s(ert)m(y)e(is)i(not)f(supplied,)g
+(read)390 1055 y(it)h(in)m(teractiv)m(ely)-8 b(.)49 b(Pro)m(vides)31
+b(completion)h(based)e(on)g(prop)s(erties)g(that)h(are)f(of)h(in)m
+(terest.)47 b(If)30 b(no)390 1165 y(prop)s(ert)m(y)g(is)g(set,)h(sho)m
+(w)g(a)f(message)i(and)e(exit.)2836 1349 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-skip-blank-l)q(ine)q(s-ba)q(ckw)q(ard)52
+b Fg(\(\))390 1458 y Fp(<)p Fj(shift)p Fp(>)28 b(<)p
+Fj(up)p Fp(>)390 1593 y Ft(Mo)m(v)m(e)k(bac)m(kw)m(ard)f(across)g
+(blank)f(lines.)46 b(The)30 b(line)h(under)e(p)s(oin)m(t)h(is)g(then)g
+(sp)s(ok)m(en.)46 b(Signals)390 1702 y(b)s(eginning)30
+b(of)g(bu\013er.)2836 1886 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-skip-blank-l)q(ine)q(s-fo)q(rwa)q(rd)52
+b Fg(\(\))390 1996 y Fp(<)p Fj(shift)p Fp(>)28 b(<)p
+Fj(down)p Fp(>)390 2130 y Ft(Mo)m(v)m(e)k(forw)m(ard)e(across)h(blank)f
+(lines.)46 b(The)30 b(line)h(under)e(p)s(oin)m(t)h(is)g(then)g(sp)s(ok)
+m(en.)46 b(Signals)30 b(end)390 2240 y(of)h(bu\013er.)2836
+2423 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-browse)
+q(-li)q(nux-)q(how)q(to)52 b Fg(\()p Fk(HO)m(WTO)p Fg(\))390
+2533 y Fj(control)28 b(e)i(cap)g(H)390 2667 y Ft(Bro)m(wse)h(a)g(Lin)m
+(ux)f(Ho)m(wto)i(\014le.)45 b(W)-8 b(e)32 b(clean)m(up)f(underlining,)e
+(and)h(set)h(up)e(outline)i(mo)s(de)f(cor-)390 2777 y(rectly)-8
+b(.)2836 2961 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-speak-hostna)q(me)52 b Fg(\(\))390 3070
+y Fj(control)28 b(e)i(meta)g(h)390 3205 y Ft(Sp)s(eak)g(host)g(name.)
+2836 3389 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-speak-popup-)q(mes)q(sage)q(s)52 b Fg(\(\))390
+3498 y Fj(control)28 b(h)i(cap)g(M)g Fp(<)p Fj(f1)p Fp(>)f
+Fj(cap)h(M)g Fp(<)p Fj(help)p Fp(>)e Fj(cap)i(M)390 3633
+y Ft(P)m(op)h(up)e(messages)i(bu\013er.)45 b(If)30 b(it)h(is)f(already)
+h(selected)h(then)e(hide)g(it)h(and)f(try)g(to)h(restore)g(pre-)390
+3742 y(vious)f(windo)m(w)g(con\014guration.)2836 3926
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-speak-run-sh)q
+(ell)q(-com)q(man)q(d)51 b Fg(\()p Fk(COMMAND)565 4036
+y Ff(&optional)31 b Fk(AS-R)m(OOT)p Ft(\))390 4145 y
+Fj(control)d(e)i(!)390 4279 y Ft(In)m(v)m(ok)m(e)i(shell)e(COMMAND)i
+(and)d(displa)m(y)i(its)g(output)f(as)g(a)h(table.)47
+b(The)30 b(results)g(are)g(placed)390 4389 y(in)g(a)h(bu\013er)e(in)h
+(Emacsp)s(eak's)h(table)g(bro)m(wsing)f(mo)s(de.)46 b(Optional)30
+b(in)m(teractiv)m(e)k(pre\014x)29 b(arg)i(as-)390 4499
+y(ro)s(ot)g(runs)d(the)j(command)f(as)h(ro)s(ot.)46 b(Use)31
+b(this)f(for)g(running)f(shell)h(commands)g(that)h(pro)s(duce)390
+4608 y(tabulated)g(output.)45 b(This)30 b(command)g(should)g(b)s(e)f
+(used)h(for)g(shell)h(commands)f(that)h(pro)s(duce)390
+4718 y(tabulated)g(output)f(that)h(w)m(orks)f(with)g(Emacsp)s(eak's)h
+(table)g(recognizer.)48 b(V)-8 b(erify)30 b(this)h(\014rst)e(b)m(y)390
+4827 y(running)g(the)h(command)g(in)g(a)h(shell)g(and)e(executing)j
+(command)e(`emacsp)s(eak-table-displa)m(y-)390 4937 y(table-in-region')
+j(normally)d(b)s(ound)e(to)k(C-e)e(T)-8 b(AB.)2836 5121
+y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh(emacspeak-speak-show-a)q
+(cti)q(ve-n)q(etw)q(ork)q(-in)q(terf)q(ace)q(s)565 5230
+y Fg(\()p Ff(&optional)31 b Fk(ADDRESS)p Ft(\))390 5340
+y Fj(control)d(e)i(cap)g(I)p eop end
+%%Page: 113 116
+TeXDict begin 113 115 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(113)390 299 y(Sho)m(ws)30
+b(all)h(activ)m(e)i(net)m(w)m(ork)e(in)m(terfaces)h(in)e(the)g(ec)m(ho)
+i(area.)46 b(With)31 b(in)m(teractiv)m(e)i(pre\014x)d(argu-)390
+408 y(men)m(t)h(ADDRESS)f(it)h(prompts)e(for)h(a)h(sp)s(eci\014c)f(in)m
+(terface)i(and)e(sho)m(ws)g(its)h(address.)45 b(The)30
+b(ad-)390 518 y(dress)g(is)g(also)h(copied)g(to)g(the)g(kill)g(ring)f
+(for)g(con)m(v)m(enien)m(t)j(y)m(anking.)2836 712 y([In)m(teractiv)m(e)
+g(Command])-3601 b Fh(emacspeak-speak-show-m)q(emo)q(ry-u)q(sed)52
+b Fg(\(\))390 821 y Ft(Con)m(v)m(enience)32 b(command)e(to)h(view)g
+(state)g(of)g(memory)f(used)g(in)g(this)g(session)g(so)h(far.)2836
+1015 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-teleph)
+q(one)q(-dir)q(ect)q(ory)52 b Fg(\()p Ff(&optional)565
+1125 y Fk(EDIT)p Ft(\))390 1234 y(Lo)s(okup)30 b(and)f(displa)m(y)i(a)g
+(phone)e(n)m(um)m(b)s(er.)45 b(With)31 b(pre\014x)e(arg,)i(op)s(ens)f
+(the)g(phone)g(b)s(o)s(ok)g(for)390 1344 y(editting.)2836
+1538 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-speak-this-b)
+q(uff)q(er-n)q(ext)q(-di)q(spl)q(ay)52 b Fg(\(\))390
+1647 y Fj(control)28 b(e)i Fp(<)p Fj(right)p Fp(>)390
+1787 y Ft(Sp)s(eak)g(this)g(bu\013er)f(as)i(displa)m(y)m(ed)g(in)f(a)h
+(`previous')f(windo)m(w.)45 b(See)31 b(do)s(cumen)m(tation)g(for)f
+(com-)390 1896 y(mand)g(`emacsp)s(eak-sp)s
+(eak-this-bu\013er-other-windo)m(w-displa)m(y')i(for)e(the)g(meaning)h
+(of)g(`next'.)2836 2090 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-speak-this-b)q(uff)q(er-o)q(the)q(r-w)q(ind)q(ow-d)q
+(isp)q(lay)565 2200 y Fg(\()p Ff(&optional)31 b Fk(AR)m(G)p
+Ft(\))390 2309 y Fj(control)d(e)i(/)390 2449 y Ft(Sp)s(eak)g(this)g
+(bu\013er)f(as)i(displa)m(y)m(ed)g(in)f(a)h(di\013eren)m(t)g(frame.)45
+b(Emacs)31 b(allo)m(ws)h(y)m(ou)e(to)h(displa)m(y)g(the)390
+2558 y(same)g(bu\013er)e(in)h(m)m(ultiple)h(windo)m(ws)f(or)g(frames.)
+46 b(These)30 b(di\013eren)m(t)h(windo)m(ws)e(can)i(displa)m(y)g(dif-)
+390 2668 y(feren)m(t)g(p)s(ortions)f(of)g(the)h(bu\013er.)44
+b(This)30 b(is)g(equiv)-5 b(alen)m(t)32 b(to)f(lea)m(ving)h(a)f(b)s(o)s
+(ok)f(op)s(en)g(at)h(places)g(at)390 2777 y(once.)46
+b(This)30 b(command)g(allo)m(ws)i(y)m(ou)f(to)g(listen)g(to)g(the)f
+(places)h(where)f(y)m(ou)h(ha)m(v)m(e)h(left)f(the)f(b)s(o)s(ok)390
+2887 y(op)s(en.)45 b(The)30 b(n)m(um)m(b)s(er)f(used)h(to)h(in)m(v)m
+(ok)m(e)h(this)e(command)g(sp)s(eci\014es)g(whic)m(h)h(of)f(the)h
+(displa)m(ys)f(y)m(ou)390 2996 y(wish)g(to)h(sp)s(eak.)45
+b(T)m(ypically)32 b(y)m(ou)e(will)h(ha)m(v)m(e)h(t)m(w)m(o)f(or)g(at)g
+(most)g(three)f(suc)m(h)g(displa)m(ys)h(op)s(en.)390
+3106 y(The)f(curren)m(t)g(displa)m(y)h(is)f(0,)h(the)g(next)f(is)h(1,)g
+(and)e(so)i(on.)46 b(Optional)30 b(argumen)m(t)h(AR)m(G)g(sp)s
+(eci\014es)390 3216 y(the)g(displa)m(y)f(to)h(sp)s(eak.)2836
+3409 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-speak-this-b)
+q(uff)q(er-p)q(rev)q(iou)q(s-d)q(ispl)q(ay)52 b Fg(\(\))390
+3519 y Fj(control)28 b(e)i Fp(<)p Fj(aleft)p Fp(>)390
+3658 y Ft(Sp)s(eak)g(this)g(bu\013er)f(as)i(displa)m(y)m(ed)g(in)f(a)h
+(`previous')f(windo)m(w.)45 b(See)31 b(do)s(cumen)m(tation)g(for)f
+(com-)390 3768 y(mand)g(`emacsp)s(eak-sp)s
+(eak-this-bu\013er-other-windo)m(w-displa)m(y')i(for)e(the)g(meaning)h
+(of)g(`previ-)390 3878 y(ous'.)2836 4071 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-ssh-tts-rest)q(art)52
+b Fg(\(\))390 4181 y Fj(control)28 b(e)i Fp(<)p Fj(delete)p
+Fp(>)390 4320 y Ft(Restart)h(sp)s(eci\014ed)f(ssh)f(tts)i(serv)m(er.)
+2836 4514 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-sudo)50
+b Fg(\()p Fk(COMMAND)p Fg(\))390 4624 y Ft(SUDo)31 b(command)f({run)f
+(command)i(as)f(sup)s(er)f(user.)2836 4817 y([In)m(teractiv)m(e)k
+(Command])-3601 b Fh(emacspeak-switch-to-pr)q(evi)q(ous-)q(buf)q(fer)52
+b Fg(\(\))390 4927 y Ft(Switc)m(h)30 b(to)i(most)e(recen)m(tly)i(used)e
+(in)m(teresting)h(bu\013er.)45 b(Obsoleted)31 b(b)m(y)f
+(`previous-bu\013er')g(in)390 5037 y(Emacs)h(22)2836
+5230 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-symlink-curr)
+q(ent)q(-fil)q(e)52 b Fg(\(\))390 5340 y Fj(control)28
+b(e)i(meta)g(s)p eop end
+%%Page: 114 117
+TeXDict begin 114 116 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(114)390 299 y(Link)30
+b(\(sym)m(b)s(olic)h(link\))g(\014le)f(visited)h(in)f(curren)m(t)g
+(bu\013er)g(to)h(new)f(lo)s(cation.)47 b(Prompts)30 b(for)g(the)390
+408 y(new)g(lo)s(cation)i(and)e(preserv)m(es)g(mo)s(di\014cation)h
+(time)g(when)e(linking.)46 b(If)30 b(lo)s(cation)i(is)e(a)h(direc-)390
+518 y(tory)-8 b(,)31 b(the)g(\014le)f(is)h(copied)g(to)g(that)g
+(directory)g(under)d(its)j(curren)m(t)f(name)h(;)f(if)h(lo)s(cation)h
+(names)390 628 y(a)f(\014le)f(in)g(an)h(existing)g(directory)-8
+b(,)31 b(the)g(sp)s(eci\014ed)f(name)g(is)g(used.)45
+b(Signals)31 b(an)f(error)g(if)h(target)390 737 y(already)g(exists.)
+2836 923 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-view-emacspe)q(ak-)q(doc)52 b Fg(\(\))390
+1032 y Ft(Displa)m(y)32 b(a)e(summary)f(of)i(all)g(Emacsp)s(eak)g
+(commands.)2836 1218 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-view-emacspe)q(ak-)q(faq)52 b Fg(\(\))390
+1327 y Fj(control)28 b(e)i(cap)g(F)390 1462 y Ft(Bro)m(wse)h(the)g
+(Emacsp)s(eak)f(F)-10 b(A)m(Q.)2836 1648 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-view-emacspe)q(ak-)q(news)52
+b Fg(\(\))390 1757 y Fj(control)28 b(e)i(cap)g(N)390
+1892 y Ft(Displa)m(y)i(info)e(on)g(recen)m(t)i(c)m(hange)f(to)g(Emacsp)
+s(eak.)2836 2078 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-view-emacspe)q(ak-)q(tips)52 b Fg(\(\))390
+2187 y Fj(control)28 b(e)i(cap)g(T)390 2322 y Ft(Bro)m(wse)h(Emacsp)s
+(eak)g(pro)s(ductivit)m(y)f(tips.)2836 2508 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-wizards-add-)q(aut)q(oloa)q(d-c)q(ook)q
+(ies)52 b Fg(\()p Ff(&optional)565 2617 y Fk(F)p Ft(\))390
+2727 y(Add)29 b(autoload)j(co)s(okies)g(to)f(\014le)f(f.)46
+b(Default)31 b(is)g(to)g(add)f(autoload)h(co)s(okies)h(to)f(curren)m(t)
+f(\014le.)2836 2912 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-wizards-coun)q(t-s)q(lide)q(s-i)q(n-r)q(egi)q(on)52
+b Fg(\()p Fk(ST)-8 b(AR)g(T)565 3022 y(END)p Fg(\))390
+3131 y Ft(Coun)m(t)30 b(slides)h(starting)g(from)f(p)s(oin)m(t.)2836
+3317 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-wizards-dvi-)
+q(dis)q(play)52 b Fg(\(\))390 3426 y Ft(Called)31 b(to)g(set)g(up)e
+(preview)h(of)h(an)f(D)m(VI)h(\014le.)46 b(Assumes)30
+b(w)m(e)h(are)f(in)h(a)f(bu\013er)g(visiting)h(a)g(.D)m(VI)390
+3536 y(\014le.)46 b(Previews)30 b(those)h(con)m(ten)m(ts)h(as)f(text)g
+(and)f(n)m(uk)m(es)g(the)h(bu\013er)e(visiting)j(the)e(D)m(VI)h
+(\014le.)2836 3721 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-wizards-dvi-)q(mod)q(e)51 b Fg(\(\))390
+3831 y Ft(Ma)5 b(jor)31 b(mo)s(de)f(for)g(bro)m(wsing)g(D)m(VI)h
+(\014les.)390 3966 y(D)m(VI)g(\014les)g(are)f(con)m(v)m(erted)i(to)f
+(text)h(and)d(preview)m(ed)i(using)f(text)h(mo)s(de.)390
+4101 y(This)f(mo)s(de)g(runs)e(the)j(ho)s(ok)f(`emacsp)s
+(eak-wizards-dvi-mo)s(de-ho)s(ok',)i(as)f(the)f(\014nal)g(step)h(dur-)
+390 4210 y(ing)g(initialization.)390 4345 y(k)m(ey)g(binding)e(|)i(||-)
+2836 4531 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-wizards-edit)q(-fi)q(le-a)q(s-r)q(oot)52 b
+Fg(\()p Fk(FILENAME)p Fg(\))390 4640 y Ft(Edit)30 b(\014le)h(as)f(ro)s
+(ot)h(using)f(sudo)g(vi.)45 b(See)31 b(/etc/sudo)s(ers)g(for)f(ho)m(w)h
+(to)g(set)g(up)e(sudo.)2836 4826 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-wizards-find)q(-em)q(acsp)q(eak)q(-so)q(urc)q(e)51
+b Fg(\(\))390 4935 y Ft(Lik)m(e)31 b(\014nd-\014le,)f(but)f(binds)g
+(default-directory)j(to)f(emacsp)s(eak-directory)-8 b(.)2836
+5121 y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh
+(emacspeak-wizards-find)q(-gr)q(ep)52 b Fg(\()p Fk(GLOB)31
+b(P)-8 b(A)g(TTERN)p Fg(\))390 5230 y Ft(Run)29 b(compile)j(using)d
+(\014nd)g(and)h(grep.)46 b(In)m(teractiv)m(e)32 b(argumen)m(ts)f(sp)s
+(ecify)f(\014lename)h(pattern)390 5340 y(and)f(searc)m(h)h(pattern.)p
+eop end
+%%Page: 115 118
+TeXDict begin 115 117 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(115)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-wizards-find)q(-lo)q(nges)q(t-l)q
+(ine)q(-in)q(-reg)q(ion)565 408 y Fg(\()p Fk(ST)-8 b(AR)g(T)31
+b(END)p Fg(\))390 518 y Ft(Find)f(longest)h(line)g(in)f(region.)47
+b(Mo)m(v)m(es)32 b(to)f(the)g(longest)g(line)g(when)e(called)j(in)m
+(teractiv)m(ely)-8 b(.)2836 693 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-wizards-find)q(-lo)q(nges)q(t-p)q(ara)q
+(gra)q(ph-i)q(n-)565 803 y(region)47 b Fg(\()p Fk(ST)-8
+b(AR)g(T)565 913 y(END)p Fg(\))390 1022 y Ft(Find)30
+b(longest)h(paragraph)f(in)g(region.)47 b(Mo)m(v)m(es)32
+b(to)f(the)g(longest)g(paragraph)f(when)g(called)h(in-)390
+1132 y(teractiv)m(ely)-8 b(.)2836 1307 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-wizards-find)q(-sh)q(orte)q(st-)q(lin)q
+(e-i)q(n-re)q(gio)q(n)565 1417 y Fg(\()p Fk(ST)-8 b(AR)g(T)31
+b(END)p Fg(\))390 1526 y Ft(Find)f(shortest)h(line)f(in)g(region.)47
+b(Mo)m(v)m(es)32 b(to)f(the)g(shortest)f(line)h(when)e(called)j(in)m
+(teractiv)m(ely)-8 b(.)2836 1702 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-wizards-find)q(er-)q(find)52
+b Fg(\()p Fk(DIRECTOR)-8 b(Y)p Fg(\))390 1811 y Ft(Run)29
+b(\014nd-dired)g(on)h(sp)s(eci\014ed)g(switc)m(hes)h(after)g(prompting)
+e(for)h(the)h(directory)g(to)g(where)f(\014nd)390 1921
+y(is)g(to)i(b)s(e)d(launc)m(hed.)2836 2096 y([In)m(teractiv)m(e)k
+(Command])-3601 b Fh(emacspeak-wizards-find)q(er-)q(mode)52
+b Fg(\(\))390 2206 y Ft(Emacsp)s(eak)31 b(Finder)390
+2337 y(This)f(mo)s(de)g(runs)e(the)j(ho)s(ok)f(`emacsp)s
+(eak-wizards-\014nder-mo)s(de-ho)s(ok',)h(as)g(the)f(\014nal)g(step)390
+2447 y(during)f(initialization.)390 2578 y(k)m(ey)i(binding)e(|)i(||-)
+2836 2754 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-wizards-fix-)q(rea)q(d-on)q(ly-)q(tex)q(t)51
+b Fg(\()p Fk(ST)-8 b(AR)g(T)31 b(END)p Fg(\))390 2863
+y Ft(Nuk)m(e)g(read-only)g(prop)s(ert)m(y)e(on)i(text)g(range.)2836
+3039 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-wizards-fix-)
+q(typ)q(o)51 b Fg(\()p Fk(EXT)31 b(W)m(ORD)565 3148 y(CORRECTION)p
+Fg(\))390 3258 y Ft(Searc)m(h)g(and)e(replace)j(recursiv)m(ely)f(in)f
+(all)h(\014les)f(with)g(extension)h(`ext')h(for)e(`w)m(ord')h(and)e
+(replace)390 3367 y(it)i(with)f(correction.)47 b(Use)31
+b(with)f(caution.)2836 3543 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-wizards-gene)q(rat)q(e-fi)q(nde)q(r)51
+b Fg(\(\))390 3652 y Ft(Generate)32 b(a)f(widget-enabled)g(\014nder)e
+(wizard.)2836 3828 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-wizards-gene)q(rat)q(e-vo)q(ice)q(-sa)q(mpl)q(er)52
+b Fg(\()p Fk(STEP)p Fg(\))390 3937 y Ft(Generate)32 b(a)f(bu\013er)e
+(that)i(sho)m(ws)f(a)h(sample)f(line)h(in)f(all)h(the)g(A)m(CSS)e
+(settings)j(for)e(the)g(curren)m(t)390 4047 y(v)m(oice)i(family)-8
+b(.)2836 4222 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-wizards-get-)q(tab)q(le-c)q(ont)q(ent)q(-fr)q(om-f)q
+(ile)565 4332 y Fg(\()p Fk(T)-8 b(ASK)30 b(FILE)g(DEPTH)h(COUNT)p
+Fg(\))390 4441 y Ft(Extract)g(table)h(sp)s(eci\014ed)d(b)m(y)i(depth)e
+(and)h(coun)m(t)h(from)f(HTML)g(con)m(ten)m(t)i(at)f(\014le.)46
+b(Extracted)390 4551 y(con)m(ten)m(t)32 b(is)f(placed)f(as)h(a)g(csv)f
+(\014le)h(in)f(task.csv.)2836 4726 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-wizards-get-)q(tab)q(le-c)q(ont)q(ent)q(-fr)q
+(om-u)q(rl)565 4836 y Fg(\()p Fk(T)-8 b(ASK)30 b(URL)g(DEPTH)h(COUNT)p
+Fg(\))390 4945 y Ft(Extract)g(table)h(sp)s(eci\014ed)d(b)m(y)i(depth)e
+(and)h(coun)m(t)h(from)f(HTML)g(con)m(ten)m(t)i(at)f(URL.)g(Extracted)
+390 5055 y(con)m(ten)m(t)h(is)f(placed)f(as)h(a)g(csv)f(\014le)h(in)f
+(task.csv.)2836 5230 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-wizards-goog)q(le-)q(hits)52 b Fg(\(\))390
+5340 y Ft(Filter)32 b(Go)s(ogle)g(results)e(after)h(p)s(erforming)e
+(searc)m(h)i(to)g(sho)m(w)f(just)g(the)h(hits.)p eop
+end
+%%Page: 116 119
+TeXDict begin 116 118 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(116)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-wizards-goog)q(le-)q(tran)q(sco)q
+(de)52 b Fg(\(\))390 408 y Ft(View)31 b(W)-8 b(eb)31
+b(through)f(Go)s(ogle)i(T)-8 b(ransco)s(der.)2836 588
+y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh(emacspeak-wizards-how-)q
+(man)q(y-ma)q(tch)q(es)52 b Fg(\()p Fk(ST)-8 b(AR)g(T)30
+b(END)565 697 y Ff(&optional)h Fk(PREFIX)p Ft(\))390
+807 y(If)f(y)m(ou)h(de\014ne)e(a)i(\014le)f(lo)s(cal)i(v)-5
+b(ariable)31 b(called)h(`emacsp)s(eak-o)s(ccur-pattern')g(that)f(holds)
+f(a)h(reg-)390 917 y(ular)f(expression)g(that)h(matc)m(hes)h(lines)e
+(of)h(in)m(terest,)h(y)m(ou)e(can)h(use)f(this)g(command)g(to)i(con)m
+(v)m(e-)390 1026 y(nien)m(tly)f(run)e(`ho)m(w-man)m(y')i(to)g(coun)m(t)
+g(matc)m(hing)h(header)e(lines.)46 b(With)31 b(in)m(teractiv)m(e)i
+(pre\014x)c(arg,)390 1136 y(prompts)g(for)h(and)g(remem)m(b)s(ers)g
+(the)g(\014le)h(lo)s(cal)h(pattern.)2836 1315 y([In)m(teractiv)m(e)h
+(Command])-3601 b Fh(emacspeak-wizards-i810)q(-di)q(spla)q(y-s)q(tat)q
+(us)52 b Fg(\(\))390 1425 y Ft(Sho)m(w)30 b(displa)m(y)g(status)h(on)f
+(thinkpads)g(using)g(i810switc)m(h.)2836 1604 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-wizards-move)q(-an)q(d-sp)q(eak)52
+b Fg(\()p Fk(COMMAND)565 1714 y(COUNT)p Fg(\))390 1823
+y Ft(Sp)s(eaks)30 b(a)g(c)m(h)m(unk)g(of)h(text)g(b)s(ounded)e(b)m(y)h
+(p)s(oin)m(t)g(and)g(a)h(target)h(p)s(osition.)46 b(T)-8
+b(arget)31 b(p)s(osition)g(is)390 1933 y(sp)s(eci\014ed)f(using)g(a)g
+(na)m(vigation)j(command)d(and)g(a)g(coun)m(t)h(that)g(sp)s(eci\014es)f
+(ho)m(w)h(man)m(y)f(times)390 2042 y(to)h(execute)h(that)f(command)f
+(\014rst.)45 b(P)m(oin)m(t)32 b(is)e(left)h(at)g(the)g(target)h(p)s
+(osition.)46 b(In)m(teractiv)m(ely)-8 b(,)390 2152 y(command)30
+b(is)h(sp)s(eci\014ed)e(b)m(y)h(pressing)g(the)h(k)m(ey)g(that)g(in)m
+(v)m(ok)m(es)h(the)f(command.)2836 2331 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-wizards-occu)q(r-h)q(eade)q(r-l)q(ine)q
+(s)51 b Fg(\()p Fk(PREFIX)p Fg(\))390 2441 y Ft(If)30
+b(y)m(ou)h(de\014ne)e(a)i(\014le)f(lo)s(cal)i(v)-5 b(ariable)31
+b(called)h(`emacsp)s(eak-o)s(ccur-pattern')g(that)f(holds)f(a)h(regu-)
+390 2550 y(lar)g(expression)f(that)h(matc)m(hes)g(header)f(lines,)h(y)m
+(ou)g(can)g(use)f(this)g(command)g(to)h(con)m(v)m(enien)m(tly)390
+2660 y(run)e(`o)s(ccur')i(to)g(\014nd)e(matc)m(hing)i(header)f(lines.)
+46 b(With)31 b(pre\014x)e(arg,)i(prompts)f(for)g(and)g(sets)390
+2770 y(v)-5 b(alue)31 b(of)f(the)h(\014le)f(lo)s(cal)i(pattern.)2836
+2949 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-wizards-pdf-)
+q(ope)q(n)51 b Fg(\()p Fk(FILENAME)p Fg(\))390 3059 y
+Ft(Op)s(en)29 b(p)s(df)g(\014le)h(as)h(text.)2836 3238
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-wizards-popu)q
+(p-i)q(nput)q(-bu)q(ffe)q(r)51 b Fg(\()p Fk(MODE)p Fg(\))390
+3347 y Ft(Pro)m(vide)31 b(an)f(input)g(bu\013er)f(in)h(a)h(sp)s
+(eci\014ed)e(mo)s(de.)2836 3527 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-wizards-port)q(fol)q(io-q)q(uot)q(es)52
+b Fg(\(\))390 3636 y Ft(Bring)31 b(up)e(detailed)i(sto)s(c)m(k)h
+(quotes)e(for)h(p)s(ortfolio)g(sp)s(eci\014ed)e(b)m(y)h(emacsp)s
+(eak-wizards-)390 3746 y(p)s(ersonal-p)s(ortfolio.)2836
+3925 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-wizards-ppp-)
+q(tog)q(gle)52 b Fg(\(\))390 4035 y Ft(Bring)31 b(up)e(or)h(bring)g(do)
+m(wn)g(ppp.)2836 4214 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-wizards-ppt-)q(dis)q(play)52 b Fg(\(\))390
+4324 y Ft(Called)31 b(to)g(set)g(up)e(preview)h(of)h(an)f(PPT)g
+(\014le.)46 b(Assumes)29 b(w)m(e)i(are)g(in)f(a)h(bu\013er)e(visiting)i
+(a)g(.ppt)390 4433 y(\014le.)46 b(Previews)30 b(those)h(con)m(ten)m(ts)
+h(as)f(HTML)f(and)g(n)m(uk)m(es)g(the)h(bu\013er)e(visiting)i(the)g
+(ppt)f(\014le.)2836 4613 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-wizards-ppt-)q(mod)q(e)51 b Fg(\(\))390
+4722 y Ft(Ma)5 b(jor)31 b(mo)s(de)f(for)g(bro)m(wsing)g(PPT)g(slides.)
+390 4855 y(PPT)g(\014les)g(are)h(con)m(v)m(erted)h(to)f(HTML)f(and)g
+(preview)m(ed)g(using)g(a)h(bro)m(wser.)390 4988 y(In)f(addition)g(to)h
+(an)m(y)g(ho)s(oks)f(its)h(paren)m(t)f(mo)s(de)g(`text-mo)s(de')i(migh)
+m(t)f(ha)m(v)m(e)h(run,)d(this)h(mo)s(de)390 5098 y(runs)f(the)h(ho)s
+(ok)h(`emacsp)s(eak-wizards-ppt-mo)s(de-ho)s(ok',)g(as)g(the)f(\014nal)
+g(step)h(during)e(initial-)390 5207 y(ization.)390 5340
+y(k)m(ey)i(binding)e(|)i(||-)p eop end
+%%Page: 117 120
+TeXDict begin 117 119 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(117)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-wizards-refr)q(esh)q(-she)q(ll-)q
+(his)q(tor)q(y)51 b Fg(\(\))390 408 y Ft(Refresh)30 b(shell)g(history)h
+(from)f(disk.)45 b(This)29 b(is)i(for)f(use)g(in)g(conjunction)h(with)f
+(bash)f(to)i(allo)m(w)390 518 y(m)m(ultiple)g(emacs)g(shell)g
+(bu\013ers)e(to)i(share)f(history)h(information.)2836
+700 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-wizards-rivo)
+52 b Fg(\()p Fk(WHEN)31 b(CHANNEL)565 809 y(STOP-TIME)e(OUTPUT)h
+(DIRECTOR)-8 b(Y)p Fg(\))390 919 y Ft(Riv)m(o)31 b(wizard.)46
+b(Prompts)30 b(for)g(relev)-5 b(an)m(t)31 b(information)g(and)f(sc)m
+(hedules)g(a)h(riv)m(o)g(job)f(using)g(UNIX)390 1029
+y(A)-8 b(T)31 b(sc)m(heduling)f(facilit)m(y)-8 b(.)48
+b(RIV)m(O)31 b(is)f(implemen)m(ted)h(b)m(y)f(riv)m(o.pl)h(|)g(a)f(P)m
+(erl)h(script)f(that)h(can)g(b)s(e)390 1138 y(used)f(to)h(launc)m(h)f
+(streaming)h(media)g(and)e(record)i(streaming)g(media)f(for)h(a)f(sp)s
+(eci\014ed)g(dura-)390 1248 y(tion.)2836 1430 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-wizards-rpm-)q(que)q(ry-i)q(n-d)q(ire)q
+(d)51 b Fg(\(\))390 1539 y Ft(Run)29 b(rpm)g(-qi)i(on)f(curren)m(t)h
+(dired)e(en)m(try)-8 b(.)2836 1721 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-wizards-shel)q(l-t)q(oggl)q(e)52
+b Fg(\(\))390 1830 y Fj(control)28 b(e)i Fp(<)p Fj(f11)p
+Fp(>)390 1964 y Ft(Switc)m(h)g(to)i(the)e(shell)h(bu\013er)e(and)h(cd)g
+(to)h(the)g(directory)g(of)f(the)h(curren)m(t)f(bu\013er.)2836
+2146 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-wizards-show)
+q(-co)q(mmen)q(tar)q(y)51 b Fg(\()p Ff(&optional)32 b
+Fk(FILE)p Ft(\))390 2255 y(Displa)m(y)g(commen)m(tary)-8
+b(.)47 b(Default)31 b(is)g(to)g(displa)m(y)f(commen)m(tary)i(from)e
+(curren)m(t)g(bu\013er.)2836 2437 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-wizards-show)q(-en)q(viro)q(nme)q(nt-)q(var)q(iabl)q(e)
+51 b Fg(\()p Fk(V)p Fg(\))390 2547 y Ft(Displa)m(y)32
+b(v)-5 b(alue)30 b(of)h(sp)s(eci\014ed)f(en)m(vironmen)m(t)h(v)-5
+b(ariable.)2836 2729 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-wizards-show)q(-ev)q(al-r)q(esu)q(lt)52
+b Fg(\()p Fk(F)m(ORM)p Fg(\))390 2838 y Fj(control)28
+b(e)i(&)390 2972 y Ft(Con)m(v)m(enience)i(command)e(to)h(prett)m
+(y-prin)m(t)g(and)f(view)g(Lisp)g(ev)-5 b(aluation)32
+b(results.)2836 3154 y([In)m(teractiv)m(e)h(Command])-3601
+b Fh(emacspeak-wizards-show)q(-fa)q(ce)52 b Fg(\()p Fk(F)-10
+b(A)m(CE)p Fg(\))390 3263 y Ft(Sho)m(w)30 b(salien)m(t)i(prop)s(erties)
+e(of)g(sp)s(eci\014ed)g(face.)2836 3445 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-wizards-spea)q(k-i)q(so-d)q(ate)q(tim)q
+(e)51 b Fg(\()p Fk(ISO)p Fg(\))390 3554 y Ft(Mak)m(e)32
+b(ISO)d(date-time)j(sp)s(eec)m(h)f(friendly)-8 b(.)2836
+3736 y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh
+(emacspeak-wizards-spot)q(-wo)q(rds)52 b Fg(\()p Fk(EXT)30
+b(W)m(ORD)p Fg(\))390 3846 y Ft(Searc)m(hes)h(recursiv)m(ely)g(in)f
+(all)h(\014les)g(with)f(extension)h(`ext')g(for)f(`w)m(ord')h(and)f
+(displa)m(ys)g(hits)g(in)g(a)390 3955 y(compilation)i(bu\013er.)2836
+4137 y([In)m(teractiv)m(e)h(Command])-3601 b Fh(emacspeak-wizards-sque)
+q(eze)q(-bla)q(nks)52 b Fg(\()p Fk(ST)-8 b(AR)g(T)31
+b(END)p Fg(\))390 4247 y Ft(Squeeze)g(m)m(ultiple)g(blank)f(lines)h(in)
+f(curren)m(t)g(bu\013er.)2836 4429 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-wizards-term)q(ina)q(l)51 b Fg(\()p
+Fk(PR)m(OGRAM)p Fg(\))390 4538 y Ft(Launc)m(h)30 b(terminal)h(and)f
+(rename)g(bu\013er)f(appropriately)-8 b(.)2836 4720 y([In)m(teractiv)m
+(e)33 b(Command])-3601 b Fh(emacspeak-wizards-togg)q(le-)q(mm-d)q(d-y)q
+(yyy)q(-da)q(te-)565 4829 y(pronouncer)565 4939 y Fg(\(\))390
+5049 y Ft(T)-8 b(oggle)32 b(pron)m(unciation)f(of)f(mm-dd-yyyy)g
+(dates.)2836 5230 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-wizards-tpct)q(l-d)q(ispl)q(ay-)q(sta)q(tus)52
+b Fg(\(\))390 5340 y Ft(Sho)m(w)30 b(displa)m(y)g(status)h(on)f
+(thinkpads)g(using)g(tp)s(ctl.)p eop end
+%%Page: 118 121
+TeXDict begin 118 120 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(118)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-wizards-tram)q(p-o)q(pen-)q(loc)q
+(ati)q(on)52 b Fg(\()p Fk(NAME)p Fg(\))390 408 y Ft(Op)s(en)29
+b(sp)s(eci\014ed)h(tramp)g(lo)s(cation.)47 b(Lo)s(cation)31
+b(is)g(sp)s(eci\014ed)f(b)m(y)g(name.)2836 602 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-wizards-unhe)q(x-u)q(ri)52
+b Fg(\()p Fk(URI)p Fg(\))390 712 y Ft(UnEscap)s(e)30
+b(URI)2836 906 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-wizards-unit)q(s)51 b Fg(\(\))390 1015
+y Ft(Run)29 b(units)h(in)g(a)h(comin)m(t)g(sub-pro)s(cess.)2836
+1209 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-wizards-use-)
+q(w3-)q(or-w)q(3m)52 b Fg(\(\))390 1319 y Ft(Alternates)32
+b(b)s(et)m(w)m(een)f(using)f(W3)h(and)f(W3M)h(for)f(bro)m(wse-url.)2836
+1512 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-wizards-vc-n)
+52 b Fg(\(\))390 1622 y Ft(Accelerator)33 b(for)d(V)m(C)h(view)m(er.)
+2836 1816 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-wizards-vc-v)q(iew)q(er)52 b Fg(\()p Fk(CONSOLE)p
+Fg(\))390 1925 y Ft(View)31 b(con)m(ten)m(ts)h(of)e(sp)s(eci\014ed)g
+(virtual)h(console.)2836 2119 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-wizards-vc-v)q(iew)q(er-m)q(ode)52 b Fg(\(\))390
+2229 y Ft(Ma)5 b(jor)31 b(mo)s(de)f(for)g(in)m(teractiv)m(ely)k
+(viewing)c(virtual)h(console)h(con)m(ten)m(ts.)390 2368
+y(k)m(ey)f(binding)e(|)i(||-)390 2507 y(C-l)g(emacsp)s(eak-wizards-v)m
+(c-view)m(er-refresh)390 2646 y(This)f(mo)s(de)g(runs)e(the)j(ho)s(ok)f
+(`emacsp)s(eak-wizards-v)m(c-view)m(er-mo)s(de-ho)s(ok',)k(as)d(the)g
+(\014nal)390 2756 y(step)f(during)g(initialization.)2836
+2950 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-wizards-vc-v)
+q(iew)q(er-r)q(efr)q(esh)52 b Fg(\(\))390 3059 y Ft(Refresh)30
+b(view)g(of)h(V)m(C)g(w)m(e're)g(viewing.)2836 3253 y([In)m(teractiv)m
+(e)i(Command])-3601 b Fh(emacspeak-wizards-vi-a)q(s-s)q(u-fi)q(le)52
+b Fg(\()p Fk(FILE)p Fg(\))390 3362 y Ft(Launc)m(h)30
+b(sudo)g(vi)g(on)g(sp)s(eci\014ed)g(\014le)h(in)f(a)g(terminal.)2836
+3556 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-wizards-voic)
+q(e-s)q(ampl)q(er)52 b Fg(\()p Fk(PERSONALITY)p Fg(\))390
+3666 y Ft(Read)31 b(a)f(p)s(ersonalit)m(y)h(and)f(apply)g(it)h(to)g
+(the)g(curren)m(t)f(line.)2836 3860 y([In)m(teractiv)m(e)j(Command])
+-3601 b Fh(emacspeak-wizards-vpn-)q(tog)q(gle)52 b Fg(\(\))390
+3969 y Ft(Bring)31 b(up)e(or)h(bring)g(do)m(wn)g(vpn.)2836
+4163 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-wizards-xl-d)
+q(isp)q(lay)52 b Fg(\(\))390 4273 y Ft(Called)31 b(to)g(set)g(up)e
+(preview)h(of)h(an)f(XL)g(\014le.)46 b(Assumes)30 b(w)m(e)h(are)g(in)f
+(a)g(bu\013er)g(visiting)h(a)g(.xls)390 4382 y(\014le.)46
+b(Previews)30 b(those)h(con)m(ten)m(ts)h(as)f(HTML)f(and)g(n)m(uk)m(es)
+g(the)h(bu\013er)e(visiting)i(the)g(xls)f(\014le.)2836
+4576 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-wizards-xl-m)
+q(ode)52 b Fg(\(\))390 4685 y Ft(Ma)5 b(jor)31 b(mo)s(de)f(for)g(bro)m
+(wsing)g(XL)g(spreadsheets.)390 4825 y(XL)g(Sheets)h(are)f(con)m(v)m
+(erted)i(to)f(HTML)g(and)e(preview)m(ed)i(using)f(a)h(bro)m(wser.)390
+4964 y(In)f(addition)g(to)h(an)m(y)g(ho)s(oks)f(its)h(paren)m(t)f(mo)s
+(de)g(`text-mo)s(de')i(migh)m(t)f(ha)m(v)m(e)h(run,)d(this)h(mo)s(de)
+390 5073 y(runs)f(the)h(ho)s(ok)h(`emacsp)s(eak-wizards-xl-mo)s(de-ho)s
+(ok',)h(as)f(the)f(\014nal)g(step)h(during)e(initializa-)390
+5183 y(tion.)390 5322 y(k)m(ey)i(binding)e(|)i(||-)p
+eop end
+%%Page: 119 122
+TeXDict begin 119 121 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(119)150 299 y Fr(11.68)69
+b(emacsp)t(eak-xml-shell)150 458 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-xml-)150 568 y(shell.)2836
+739 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-xml-shell)51
+b Fg(\()p Fk(SYSTEM-ID)p Fg(\))390 848 y Ft(Start)31
+b(Xml-Shell)f(on)h(con)m(ten)m(ts)h(of)e(system-id.)2836
+1019 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-xml-shell-br)
+q(ows)q(e-cu)q(rre)q(nt)52 b Fg(\(\))390 1129 y Ft(Displa)m(y)32
+b(curren)m(t)e(no)s(de.)2836 1299 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-xml-shell-br)q(ows)q(e-re)q(sul)q(t)51
+b Fg(\()p Fk(XP)-8 b(A)g(TH)p Fg(\))390 1409 y Ft(Displa)m(y)32
+b(XP)m(ath)f(and)e(displa)m(y)i(its)g(result)f(using)g(W3.)2836
+1580 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-xml-shell-go)
+q(to-)q(chil)q(dre)q(n)51 b Fg(\(\))390 1689 y Ft(Na)m(vigate)33
+b(do)m(wn)d(to)h(the)g(c)m(hildren)f(of)h(curren)m(t)f(no)s(de.)2836
+1860 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-xml-shell-go)
+q(to-)q(next)q(-ch)q(ild)52 b Fg(\(\))390 1970 y Ft(Na)m(vigate)33
+b(forw)m(ard)d(to)h(the)g(next)f(c)m(hild)h(of)g(curren)m(t)f(no)s(de.)
+2836 2141 y([In)m(teractiv)m(e)j(Command])-3601 b Fh
+(emacspeak-xml-shell-go)q(to-)q(pare)q(nt)52 b Fg(\(\))390
+2250 y Ft(Na)m(vigate)33 b(up)d(to)h(the)f(paren)m(t)h(of)f(curren)m(t)
+h(no)s(de.)2836 2421 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-xml-shell-go)q(to-)q(prev)q(iou)q(s-c)q(hil)q(d)51
+b Fg(\(\))390 2531 y Ft(Na)m(vigate)33 b(bac)m(kw)m(ard)e(to)g(the)g
+(previous)f(c)m(hild)g(of)h(curren)m(t)f(no)s(de.)2836
+2702 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-xml-shell-mo)
+q(de)52 b Fg(\(\))390 2811 y Ft(XML)31 b(Shell)390 2941
+y(In)m(teractiv)m(e)i(XML)d(bro)m(wser.)46 b(k)m(ey)31
+b(binding)e(|)h(||-)390 3071 y(C-c)h(Pre\014x)e(Command)h
+Fp(<)p Ft(do)m(wn)p Fp(>)f Ft(emacsp)s(eak-xml-shell-goto-c)m(hildren)
+34 b Fp(<)p Ft(left)p Fp(>)d Ft(emacsp)s(eak-)390 3181
+y(xml-shell-goto-previous-c)m(hild)i Fp(<)p Ft(righ)m(t)p
+Fp(>)e Ft(emacsp)s(eak-xml-shell-goto-next-c)m(hild)k
+Fp(<)p Ft(up)p Fp(>)390 3290 y Ft(emacsp)s(eak-xml-shell-goto-paren)m
+(t)390 3420 y(C-c)c(C-v)f(emacsp)s(eak-xml-shell-bro)m(wse-result)i
+(C-c)f(v)f(emacsp)s(eak-xml-shell-bro)m(wse-)390 3530
+y(curren)m(t)390 3660 y(In)g(addition)g(to)h(an)m(y)g(ho)s(oks)f(its)h
+(paren)m(t)f(mo)s(de)g(`comin)m(t-mo)s(de')i(migh)m(t)f(ha)m(v)m(e)h
+(run,)d(this)i(mo)s(de)390 3769 y(runs)e(the)h(ho)s(ok)h(`emacsp)s
+(eak-xml-shell-mo)s(de-ho)s(ok',)h(as)f(the)g(\014nal)f(step)g(during)f
+(initializa-)390 3879 y(tion.)150 4103 y Fr(11.69)69
+b(emacsp)t(eak-xslt)150 4262 y Ft(Automatically)33 b(generated)e(do)s
+(cumen)m(tation)h(for)e(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)
+s(eak-xslt.)2836 4433 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-xslt-view)51 b Fg(\()p Fk(STYLE)30 b(URL)p
+Fg(\))390 4542 y Ft(Bro)m(wse)h(URL)f(with)g(sp)s(eci\014ed)g(XSL)g(st)
+m(yle.)2836 4713 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-xslt-view-re)q(gio)q(n)51 b Fg(\()p Fk(STYLE)30
+b(ST)-8 b(AR)g(T)30 b(END)565 4823 y Ff(&optional)h Fk
+(UNESCAPE-CHARENT)p Ft(\))390 4932 y(Bro)m(wse)g(XML)g(region)g(with)f
+(sp)s(eci\014ed)f(XSL)h(st)m(yle.)2836 5103 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-xslt-view-xm)q(l)51 b
+Fg(\()p Fk(STYLE)30 b(URL)g Ff(&optional)565 5213 y Fk
+(UNESCAPE-CHARENT)p Ft(\))390 5322 y(Bro)m(wse)h(XML)g(URL)f(with)g(sp)
+s(eci\014ed)g(XSL)g(st)m(yle.)p eop end
+%%Page: 120 123
+TeXDict begin 120 122 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(120)150 299 y Fr(11.70)69
+b(emacsp)t(eak-zinf)150 458 y Ft(Commen)m(tary:)46 b(De\014nes)31
+b(a)f(simple)h(deriv)m(ed)f(mo)s(de)g(for)g(in)m(teracting)i(with)f
+(zinf.)45 b(zinf)30 b(==)g(zinf)g(is)h(not)150 568 y(freeamp)f(zinf)g
+(na)m(vigation)j(commands)d(then)g(w)m(ork)g(via)h(single)g(k)m
+(eystrok)m(es.)275 717 y(Automatically)h(generated)g(do)s(cumen)m
+(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)
+150 827 y(zinf.)2836 1041 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-zinf)50 b Fg(\()p Fk(RESOUR)m(CE)p Fg(\))390
+1150 y Ft(Pla)m(y)31 b(sp)s(eci\014ed)f(resource)h(using)e(zinf.)46
+b(Resource)31 b(is)f(an)h(MP3)g(\014le)f(or)g(m3u)g(pla)m(ylist.)47
+b(The)390 1260 y(pla)m(y)m(er)31 b(is)g(placed)g(in)f(a)g(bu\013er)g
+(in)g(emacsp)s(eak-zinf-mo)s(de.)2836 1474 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-zinf-mode)51 b Fg(\(\))390
+1583 y Ft(Ma)5 b(jor)31 b(mo)s(de)f(for)g(zinf)g(in)m(teraction.)390
+1733 y(k)m(ey)h(binding)e(|)i(||-)390 1882 y Fp(+)f Ft(emacsp)s
+(eak-zinf-zinf-call-command)j(-)e(emacsp)s(eak-zinf-zinf-call-command)
+390 1991 y(=)f(emacsp)s(eak-zinf-zinf-call-command)j(?)46
+b(emacsp)s(eak-zinf-zinf-call-command)390 2101 y(B)31
+b(emacsp)s(eak-zinf-zinf-call-command)i(F)e(emacsp)s
+(eak-zinf-zinf-call-command)390 2211 y(J)f(emacsp)s
+(eak-zinf-zinf-call-command)j(b)d(emacsp)s(eak-zinf-zinf-call-command)k
+(f)390 2320 y(emacsp)s(eak-zinf-zinf-call-command)f(j)d(emacsp)s
+(eak-zinf-zinf-call-command)k(p)c(..)390 2430 y(q)g(emacsp)s
+(eak-zinf-zinf-call-command)k(s)c(emacsp)s(eak-zinf-zinf-call-command)j
+(z)390 2539 y(emacsp)s(eak-zinf)e Fp(<)p Ft(left)p Fp(>)g
+Ft(emacsp)s(eak-aumix-w)m(a)m(v)m(e-decrease)k Fp(<)p
+Ft(righ)m(t)p Fp(>)30 b Ft(emacsp)s(eak-aumix-)390 2649
+y(w)m(a)m(v)m(e-increase)390 2798 y(This)g(mo)s(de)g(runs)e(the)j(ho)s
+(ok)f(`emacsp)s(eak-zinf-mo)s(de-ho)s(ok',)i(as)f(the)f(\014nal)g(step)
+h(during)e(ini-)390 2908 y(tialization.)2836 3122 y([In)m(teractiv)m(e)
+k(Command])-3601 b Fh(emacspeak-zinf-zinf-ca)q(ll-)q(comm)q(and)52
+b Fg(\(\))390 3231 y Ft(Call)31 b(appropriate)f(zinf)h(command.)2836
+3445 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-zinf-zinf-co)
+q(mma)q(nd)52 b Fg(\()p Fk(CHAR)p Fg(\))390 3555 y Ft(Execute)31
+b(Zinf)f(command.)150 3809 y Fr(11.71)69 b(emacsp)t(eak)150
+3969 y Ft(Commen)m(tary:)46 b(The)30 b(complete)i(audio)e(desktop.)275
+4118 y(Emacsp)s(eak)g(extends)g(Emacs)h(to)g(b)s(e)f(a)h(fully)f
+(functional)g(audio)h(desktop.)46 b(This)29 b(is)i(the)f(main)150
+4228 y(emacsp)s(eak)h(mo)s(dule.)45 b(It)31 b(actually)h(do)s(es)e(v)m
+(ery)g(little:)48 b(It)30 b(loads)h(the)g(v)-5 b(arious)30
+b(parts)g(of)h(the)f(system.)275 4377 y(Automatically)i(generated)g(do)
+s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h(mo)s(dule)g
+(emacsp)s(eak.)2836 4591 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-describe-ema)q(csp)q(eak)52 b Fg(\(\))390
+4700 y Fj(control)28 b(h)i(control)f(e)h Fp(<)p Fj(f1)p
+Fp(>)f Fj(control)f(e)i Fp(<)p Fj(help)p Fp(>)f Fj(control)g(e)390
+4850 y Ft(Giv)m(e)j(a)f(brief)e(o)m(v)m(erview)j(of)f(emacsp)s(eak.)
+2836 5063 y([In)m(teractiv)m(e)i(Command])-3601 b Fh
+(emacspeak-submit-bug)52 b Fg(\(\))390 5173 y Fj(control)28
+b(e)i(CONTROL)f(meta)g(b)390 5322 y Ft(F)-8 b(unction)31
+b(to)g(submit)f(a)g(bug)g(to)h(the)g(programs)f(main)m(tainer.)p
+eop end
+%%Page: 121 124
+TeXDict begin 121 123 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(121)150 299 y Fr(11.72)69
+b(v)l(oice-setup)150 458 y Ft(Commen)m(tary:)46 b(A)31
+b(v)m(oice)h(is)e(to)h(audio)g(as)f(a)h(fon)m(t)g(is)f(to)i(a)e(visual)
+h(displa)m(y)-8 b(.)46 b(A)31 b(p)s(ersonalit)m(y)g(is)f(to)h(au-)150
+568 y(dio)g(as)f(a)h(face)g(is)g(to)g(a)f(visual)h(displa)m(y)-8
+b(.)275 701 y(V)g(oice-lo)s(c)m(k-mo)s(de)33 b(is)e(a)f(minor)g(mo)s
+(de)g(that)h(causes)g(y)m(our)f(commen)m(ts)i(to)f(b)s(e)e(sp)s(ok)m
+(en)h(in)h(one)f(p)s(er-)150 811 y(sonalit)m(y)-8 b(,)33
+b(strings)d(in)g(another,)h(reserv)m(ed)f(w)m(ords)g(in)g(another,)h
+(do)s(cumen)m(tation)g(strings)f(in)g(another,)150 920
+y(and)g(so)g(on.)275 1053 y(Commen)m(ts)g(will)h(b)s(e)f(sp)s(ok)m(en)g
+(in)g(`emacsp)s(eak-v)m(oice-lo)s(c)m(k-commen)m(t-p)s(ersonalit)n(y'.)
+52 b(Strings)150 1163 y(will)31 b(b)s(e)e(sp)s(ok)m(en)h(in)h(`emacsp)s
+(eak-v)m(oice-lo)s(c)m(k-string-p)s(ersonalit)m(y'.)51
+b(Do)s(c)32 b(strings)e(will)g(b)s(e)g(sp)s(ok)m(en)150
+1272 y(in)g(`emacsp)s(eak-v)m(oice-lo)s(c)m(k-do)s(c-string-p)s
+(ersonalit)m(y'.)52 b(F)-8 b(unction)31 b(and)f(v)-5
+b(ariable)31 b(names)f(\(in)h(their)150 1382 y(de\014ning)e(forms\))i
+(will)f(b)s(e)g(sp)s(ok)m(en)g(in)g(`emacsp)s(eak-v)m(oice-lo)s(c)m
+(k-function-name-p)s(ersonalit)m(y'.)52 b(Re-)150 1491
+y(serv)m(ed)31 b(w)m(ords)e(will)i(b)s(e)f(sp)s(ok)m(en)g(in)g(`emacsp)
+s(eak-v)m(oice-lo)s(c)m(k-k)m(eyw)m(ord-p)s(ersonalit)m(y')q(.)275
+1625 y(T)-8 b(o)30 b(mak)m(e)i(the)e(text)i(y)m(ou)e(t)m(yp)s(e)h(b)s
+(e)f(v)m(oicei\014ed,)i(use)e(M-x)h(v)m(oice-lo)s(c)m(k-mo)s(de.)49
+b(When)30 b(this)g(minor)150 1734 y(mo)s(de)g(is)g(on,)h(the)f(v)m
+(oices)j(of)d(the)h(curren)m(t)f(line)h(are)f(up)s(dated)f(with)h(ev)m
+(ery)i(insertion)e(or)g(deletion.)275 1867 y(Ho)m(w)h(faces)g(map)f(to)
+h(v)m(oices:)47 b(TTS)30 b(engine)g(sp)s(eci\014c)h(mo)s(dules)e(e.g.,)
+j(dectalk-v)m(oices.el)150 1977 y(and)e(outloud-v)m(oices.el)j
+(de\014ne)d(a)h(standard)e(set)i(of)g(v)m(oice)h(names.)45
+b(This)30 b(mo)s(dule)g(maps)150 2086 y(standard)g Fp(")p
+Ft(p)s(ersonalit)m(y)p Fp(")g Ft(names)g(to)h(these)g(pre-de\014ned)e
+(v)m(oices.)48 b(It)30 b(do)s(es)g(this)g(via)h(sp)s(ecial)g(form)150
+2196 y(def-v)m(oice-fon)m(t)i(whic)m(h)d(tak)m(es)i(a)f(p)s(ersonalit)m
+(y)g(name,)f(a)h(v)m(oice)h(name)f(and)f(a)g(face)i(name)e(to)h(set)g
+(up)150 2306 y(the)g(mapping)e(b)s(et)m(w)m(een)i(face)h(and)d(p)s
+(ersonalit)m(y)-8 b(,)32 b(and)e(p)s(ersonalit)m(y)h(and)e(v)m(oice.)48
+b(New)m(er)31 b(Emacsp)s(eak)150 2415 y(mo)s(dules)f(should)f(use)h(v)m
+(oice-setup-add-map)i(when)d(de\014ning)h(face-)p Fp(>)p
+Ft(p)s(ersonalit)m(y)i(mappings.)150 2525 y(Older)e(co)s(de)g(calls)i
+(def-v)m(oice-fon)m(t)h(directly)-8 b(,)32 b(but)d(o)m(v)m(er)j(time)f
+(those)g(calls)h(will)e(b)s(e)g(c)m(hanged)h(to)g(the)150
+2634 y(more)g(succinct)g(form)e(pro)m(vided)h(b)m(y)h(v)m
+(oice-setup-add-map.)47 b(F)-8 b(or)31 b(use)f(from)g(other)h(mo)s
+(duels,)f(also)150 2744 y(see)h(function)f(v)m(oice-setup-map-face)k
+(whic)m(h)c(is)g(useful)g(when)f(mapping)h(a)h(single)g(face.)46
+b(Both)150 2853 y(v)m(oice-setup-add-map)32 b(and)e(v)m
+(oice-setup-map-face)j(call)f(sp)s(ecial)f(form)f(def-v)m(oice-fon)m
+(t.)275 2987 y(Sp)s(ecial)g(form)g(def-v)m(oice-fon)m(t)j(sets)e(up)e
+(the)i(p)s(ersonalit)m(y)g(name)f(to)h(b)s(e)f(a)m(v)-5
+b(ailable)33 b(via)e(custom.)150 3096 y(new)f(v)m(oices)i(can)f(b)s(e)e
+(de\014ned)h(using)f(CSS)g(st)m(yle)j(sp)s(eci\014cations)f(see)g(sp)s
+(ecial)g(form)f(defv)m(oice)i(V)-8 b(oices)150 3206 y(de\014ned)29
+b(via)i(defv)m(oice)h(can)f(b)s(e)e(customized)j(via)f(custom)f(see)h
+(the)g(do)s(cumen)m(tation)g(for)f(defv)m(oice.)275 3339
+y(Automatically)i(generated)g(do)s(cumen)m(tation)f(for)f(commands)g
+(de\014ned)f(in)h(mo)s(dule)g(v)m(oice-setup.)2836 3519
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(voice-setup-list-voice)q(s)
+51 b Fg(\()p Fk(P)-8 b(A)g(TTERN)p Fg(\))390 3628 y Ft(Sho)m(w)30
+b(all)h(de\014ned)e(v)m(oice-face)34 b(mappings)29 b(in)i(a)f(help)g
+(bu\013er.)45 b(Sample)30 b(text)i(to)f(use)f(comes)390
+3738 y(from)g(v)-5 b(ariable)31 b(`v)m(oice-setup-sample-text'.)2836
+3918 y([In)m(teractiv)m(e)i(Command])-3601 b Fh(voice-setup-toggle-sil)
+q(enc)q(e-pe)q(rso)q(nal)q(ity)52 b Fg(\(\))390 4027
+y Fj(control)28 b(e)i(meta)g(q)390 4160 y Ft(T)-8 b(oggle)32
+b(audibilit)m(y)f(of)g(p)s(ersonalit)m(y)g(under)e(p)s(oin)m(t)h(.)46
+b(If)30 b(p)s(ersonalit)m(y)h(at)g(p)s(oin)m(t)f(is)h(curren)m(tly)390
+4270 y(audible,)f(its)h(face-)p Fp(>)p Ft(p)s(ersonalit)m(y)h(map)e(is)
+h(cac)m(hed)g(in)f(a)h(bu\013er)e(lo)s(cal)j(v)-5 b(ariable,)31
+b(and)f(its)h(face-)390 4380 y Fp(>)p Ft(p)s(ersonalit)m(y)g(map)f(is)g
+(replaced)h(b)m(y)f(face-)p Fp(>)p Ft(inaudible.)47 b(If)29
+b(p)s(ersonalit)m(y)i(at)h(p)s(oin)m(t)e(is)g(inaudible,)390
+4489 y(and)g(there)g(is)h(a)f(cac)m(hed)i(v)-5 b(alue,)31
+b(then)f(the)h(original)g(face-)p Fp(>)p Ft(p)s(ersonalit)m(y)h
+(mapping)e(is)g(restored.)390 4599 y(In)g(either)g(case,)i(the)f
+(bu\013er)e(is)h(refon)m(ti\014ed)h(to)g(ha)m(v)m(e)h(the)e(new)g
+(mapping)g(tak)m(e)i(e\013ect.)150 4828 y Fr(11.73)69
+b(emacsp)t(eak-moz)150 4988 y Ft(Commen)m(tary:)46 b(MozRepl)32
+b(pro)m(vides)e(a)h(read-ev)-5 b(al-prin)m(t)31 b(lo)s(op)g(in)m(to)g
+(Firefo)m(x)h(This)d(mo)s(dule)h(pro)m(vides)150 5097
+y(con)m(v)m(enien)m(t)i(functions)e(for)h(driving)e(MozRepl)j(See)f(h)m
+(ttp://rep)s(o.h)m(yp)s(erstruct.net/mozlab)275 5230
+y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(commands)g
+(de\014ned)f(in)h(mo)s(dule)g(emacsp)s(eak-)150 5340
+y(moz.)p eop end
+%%Page: 122 125
+TeXDict begin 122 124 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(122)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-moz-browse-c)q(urr)q(ent)52
+b Fg(\(\))390 408 y Ft(Bro)m(wse)31 b(curren)m(t)f(no)s(de.)390
+545 y(\(fn\))2836 735 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-moz-browser-)q(bac)q(k)51 b Fg(\(\))390
+844 y Ft(Mo)m(v)m(e)32 b(bac)m(k)g(in)e(history)-8 b(.)390
+981 y(\(fn\))2836 1171 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-moz-browser-)q(for)q(ward)52 b Fg(\(\))390
+1280 y Ft(Mo)m(v)m(e)32 b(forw)m(ard)e(in)g(history)-8
+b(.)390 1417 y(\(fn\))2836 1606 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-moz-close-ta)q(b-o)q(r-br)q(ows)q(er)52
+b Fg(\(\))390 1716 y Ft(Close)31 b(tab,)g(or)f(bro)m(wser)g(when)f(one)
+i(tab)g(left.)390 1853 y(\(fn\))2836 2042 y([In)m(teractiv)m(e)i
+(Command])-3601 b Fh(emacspeak-moz-down)51 b Fg(\(\))390
+2152 y Ft(Go)31 b(Do)m(wn)g(a)g(lev)m(el)h(and)e(bro)m(wse.)390
+2289 y(\(fn\))2836 2478 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-moz-eval-exp)q(res)q(sion)q(-an)q(d-b)q(row)q(se)52
+b Fg(\(\))390 2588 y Ft(Send)29 b(expression)h(to)h(Moz,)h(get)g
+(output,)e(and)g(bro)m(wse)g(it)h(in)f(Emacs.)390 2725
+y(\(fn)g(EXP\))2836 2914 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-moz-eval-exp)q(res)q(sion)q(-an)q(d-g)q(o)51
+b Fg(\(\))390 3024 y Ft(Send)29 b(expression)h(to)h(Moz)h(and)e(switc)m
+(h)h(to)g(it.)390 3161 y(\(fn)f(EXP\))2836 3350 y([In)m(teractiv)m(e)j
+(Command])-3601 b Fh(emacspeak-moz-filter-a)q(nd-)q(brow)q(se)52
+b Fg(\(\))390 3460 y Ft(Bro)m(wse)31 b(do)s(cumen)m(t)f(\014ltered)h(b)
+m(y)f(XP)m(ath)h(\014lter.)390 3597 y(\(fn)f(XP)-8 b(A)g(TH\))2836
+3786 y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh
+(emacspeak-moz-goto-url)52 b Fg(\(\))390 3895 y Ft(Mak)m(e)32
+b(Firefo)m(x)g(used)d(b)m(y)h(our)g(repl)g(Go)h(to)h(the)e(sp)s
+(eci\014ed)g(URL.)390 4032 y(\(fn)g(URL\))2836 4222 y([In)m(teractiv)m
+(e)j(Command])-3601 b Fh(emacspeak-moz-goto-url)q(-at)q(-poi)q(nt)52
+b Fg(\(\))390 4331 y Ft(Mak)m(e)32 b(Firefo)m(x)g(used)d(b)m(y)h(our)g
+(repl)g(Go)h(to)h(url)d(under)g(p)s(oin)m(t.)390 4468
+y(\(fn\))2836 4658 y([In)m(teractiv)m(e)k(Command])-3601
+b Fh(emacspeak-moz-inspect)52 b Fg(\(\))390 4767 y Ft(Insp)s(ect)30
+b(sp)s(eci\014ed)f(ob)5 b(ject.)390 4904 y(\(fn)30 b(WHA)-8
+b(T\))2836 5093 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-moz-jump)51 b Fg(\(\))390 5203 y Ft(Jump)29
+b(to)i(sp)s(eci\014ed)f(index)f(in)i(history)-8 b(.)390
+5340 y(\(fn)30 b(INDEX\))p eop end
+%%Page: 123 126
+TeXDict begin 123 125 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(123)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-moz-left)51 b Fg(\(\))390
+408 y Ft(Go)31 b(left)g(and)f(bro)m(wse.)390 539 y(\(fn\))2836
+712 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-moz-refresh)52
+b Fg(\(\))390 822 y Ft(Reload)31 b(do)s(cumen)m(t.)390
+953 y(\(fn\))2836 1126 y([In)m(teractiv)m(e)i(Command])-3601
+b Fh(emacspeak-moz-right)51 b Fg(\(\))390 1235 y Ft(Go)31
+b(righ)m(t)g(and)f(bro)m(wse.)390 1366 y(\(fn\))2836
+1539 y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-moz-search)52
+b Fg(\(\))390 1649 y Ft(Searc)m(h)31 b(for)f(pattern)g(in)g(curren)m(t)
+g(con)m(text.)390 1779 y(\(fn)g(P)-8 b(A)g(TTERN\))2836
+1952 y([In)m(teractiv)m(e)33 b(Command])-3601 b Fh(emacspeak-moz-up)50
+b Fg(\(\))390 2062 y Ft(Go)31 b(Up)f(a)h(lev)m(el)h(and)e(bro)m(wse.)
+390 2193 y(\(fn\))2836 2366 y([In)m(teractiv)m(e)j(Command])-3601
+b Fh(emacspeak-moz-visit-ne)q(xt-)q(and-)q(bro)q(wse)52
+b Fg(\(\))390 2475 y Ft(Asks)30 b(visitor)h(to)g(go)h(forw)m(ard)d(and)
+h(bro)m(wses)g(the)h(result.)390 2606 y(\(fn\))2836 2779
+y([In)m(teractiv)m(e)i(Command])-3601 b Fh(emacspeak-moz-visit-pr)q
+(evi)q(ous-)q(and)q(-br)q(ows)q(e)51 b Fg(\(\))390 2889
+y Ft(Asks)30 b(visitor)h(to)g(go)h(bac)m(kw)m(ard)e(and)g(bro)m(wses)g
+(the)h(result.)390 3020 y(\(fn\))150 3245 y Fr(11.74)69
+b(emacsp)t(eak-org)150 3404 y Ft(Commen)m(tary:)46 b(Sp)s(eec)m
+(h-enable)31 b(org)g(|)f(Org)g(allo)m(ws)i(y)m(ou)e(to)i(k)m(eep)f
+(organized)g(notes)g(and)f(to)s(do)150 3514 y(lists.)46
+b(Homepage:)i(h)m(ttp://www.astro.uv)-5 b(a.nl/)p Fp(~)p
+Ft(dominik/T)d(o)s(ols/org/)275 3644 y(Automatically)32
+b(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 3754 y(org.)2836 3927
+y([In)m(teractiv)m(e)j(Command])-3601 b Fh(emacspeak-org-popup-in)q
+(put)52 b Fg(\(\))390 4037 y Ft(P)m(ops)30 b(up)g(an)g(org)h(input)e
+(area.)390 4167 y(\(fn\))150 4392 y Fr(11.75)69 b(emacsp)t(eak-w)l
+(ebmarks)150 4552 y Ft(Commen)m(tary:)46 b(h)m(ttp://www.go)s
+(ogle.com/b)s(o)s(okmarks)33 b(pro)m(vides)e(a)g(simple)f(b)s(o)s
+(okmark)f(facilit)m(y)150 4661 y(emacsp)s(eak-w)m(ebmarks)i(pro)m
+(vides)f(direct)h(minibu\013er-lev)m(el)g(access)h(to)f(these)g(in)f
+(the)h(spirit)f(of)g(the)150 4771 y(Emacsp)s(eak)h(W)-8
+b(eb)31 b(Command)e(Line.)46 b(F)-8 b(or)31 b(no)m(w,)f(the)h(emacsp)s
+(eak-w)m(ebmarks-k)m(ey)h(needs)e(to)h(b)s(e)150 4880
+y(set)g(b)m(y)f(hand)f(after)i(doing)g(the)f(follo)m(wing:)48
+b(0\))31 b(sign)f(in)g(to)h(go)s(ogle)i(using)c(xml-forms/glogin.xml)
+150 4990 y(1\))i(searc)m(h)g(for)f(a)h(b)s(o)s(okmark)f(using)f
+(xml-forms/b)s(o)s(okmark-\014nd.xml)g(will)i(w)m(ork)f(around)g(this)g
+(ev)m(en-)150 5100 y(tually)-8 b(.)275 5230 y(Automatically)32
+b(generated)g(do)s(cumen)m(tation)f(for)f(commands)g(de\014ned)f(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 5340 y(w)m(ebmarks.)p
+eop end
+%%Page: 124 127
+TeXDict begin 124 126 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(124)2836 299 y([In)m(teractiv)m(e)
+33 b(Command])-3601 b Fh(emacspeak-webmarks-add)52 b
+Fg(\(\))390 408 y Ft(Add)29 b(W)-8 b(ebMark.)390 544
+y(\(fn)30 b(URL)g(TITLE)f(NOTES\))2836 732 y([In)m(teractiv)m(e)k
+(Command])-3601 b Fh(emacspeak-webmarks-his)q(tor)q(y)51
+b Fg(\(\))390 841 y Ft(Searc)m(h)31 b(searc)m(h)g(history)-8
+b(.)390 977 y(\(fn)30 b(QUER)-8 b(Y\))2836 1165 y([In)m(teractiv)m(e)33
+b(Command])-3601 b Fh(emacspeak-webmarks-lis)q(t)51 b
+Fg(\(\))390 1274 y Ft(List)31 b(W)-8 b(ebMarks.)390 1410
+y(\(fn\))2836 1597 y([In)m(teractiv)m(e)33 b(Command])-3601
+b Fh(emacspeak-webmarks-sea)q(rch)52 b Fg(\(\))390 1707
+y Ft(Searc)m(h)31 b(W)-8 b(ebMarks.)390 1843 y(\(fn)30
+b(QUER)-8 b(Y\))150 2078 y Fr(11.76)69 b(URL)45 b(T)-11
+b(emplates)150 2237 y Ft(This)30 b(section)h(is)g(generated)g
+(automatically)i(from)d(the)h(source-lev)m(el)h(do)s(cumen)m(tation.)47
+b(An)m(y)30 b(errors)150 2347 y(or)g(corrections)i(should)d(b)s(e)h
+(made)h(to)g(the)f(source-lev)m(el)j(do)s(cumen)m(tation.)46
+b(This)30 b(section)h(do)s(cumen)m(ts)150 2456 y(a)g(total)h(of)e(130)i
+(URL)e(T)-8 b(emplates.)275 2592 y(All)31 b(of)f(these)h(URL)f
+(templates)i(can)e(b)s(e)g(in)m(v)m(ok)m(ed)i(via)f(command)f
+Fj(M-x)g(emacspeak-url-)150 2702 y(template-fetch)c Ft(normally)31
+b(b)s(ound)d(to)62 b Fj(control)28 b(e)i(u)g Ft(.)46
+b(This)29 b(command)i(prompts)e(for)h(the)h(name)150
+2811 y(of)g(the)f(template,)i(and)e(completion)i(is)e(a)m(v)-5
+b(ailable)33 b(via)e(Emacs')g(minibu\013er)e(completion.)47
+b(Eac)m(h)31 b(URL)150 2921 y(template)h(carries)f(out)f(the)h(follo)m
+(wing)h(steps:)225 3057 y Fq(\017)60 b Ft(Prompt)30 b(for)g(the)h
+(relev)-5 b(an)m(t)31 b(information.)225 3192 y Fq(\017)60
+b Ft(F)-8 b(etc)m(h)32 b(the)f(resulting)f(URL)g(using)g(an)h
+(appropriate)f(fetc)m(her.)225 3327 y Fq(\017)60 b Ft(Set)31
+b(up)e(the)h(resulting)h(resource)f(with)h(appropriate)f
+(customizations.)275 3489 y(As)g(an)g(example,)h(the)g(URL)f(templates)
+i(that)f(enable)g(access)g(to)g(NPR)g(media)f(streams)h(prompt)150
+3599 y(for)f(a)h(program)f(id)g(and)g(date,)h(and)f(automatically)j
+(launc)m(h)e(the)f(realmedia)h(pla)m(y)m(er)h(after)f(fetc)m(hing)150
+3708 y(the)g(resource.)275 3844 y Fj(Airport)d(conditions)275
+3980 y Ft(Displa)m(y)j(airp)s(ort)f(conditions)h(from)f(the)g(F)-10
+b(AA.)275 4116 y Fj(All)29 b(Things)g(Considered)e(Stream)i(from)g(NPR)
+275 4252 y Ft(Pla)m(y)i(NPR)f(All)h(Things)f(Considered)f(stream.)275
+4388 y Fj(All)g(Things)g(Considered)e(from)i(NPR)275
+4524 y Ft(Pla)m(y)i(All)g(Things)e(Considered)h(segmen)m(t.)275
+4660 y Fj(Amazon)e(Product)h(Details)f(By)i(ASIN)275
+4796 y Ft(Retriev)m(e)i(pro)s(duct)d(details)i(from)f(Amazon)h(b)m(y)f
+(either)h(ISBN)f(or)h(ASIN.)275 4932 y Fj(American)d(Life)h(On)h
+(Demand.)275 5068 y Ft(Pla)m(y)h(This)e(American)i(Life)g(sho)m(ws)f
+(on)g(demand.)275 5204 y Fj(Anonymize)d(Google)i(Search)275
+5340 y Ft(Logout)i(from)f(Go)s(ogle)i(to)f(do)f(an)h(anon)m(ymous)f
+(searc)m(h.)p eop end
+%%Page: 125 128
+TeXDict begin 125 127 bop 150 -116 a Ft(Chapter)30 b(11:)h(Emacsp)s
+(eak)g(Commands)2041 b(125)275 299 y Fj(Answers.com)275
+433 y Ft(Searc)m(h)30 b(answ)m(ers.com)275 567 y Fj(Archive)e(News)h
+(Search)275 701 y Ft(Searc)m(h)h(Go)s(ogle)i(Arc)m(hiv)m(e)g(News.)275
+835 y Fj(Ask)d(Local)g(Search)275 969 y Ft(Ask)h(Lo)s(cal)h(Searc)m(h.)
+275 1103 y Fj(Ask)e(Walking)f(Directions)275 1236 y Ft(W)-8
+b(alking)32 b(directions)e(from)g(Ask.com)275 1370 y
+Fj(BBC)f(7)h(Schedule)275 1504 y Ft(Retriev)m(e)i(BBC7)f(sc)m(hedule)f
+(for)h(sp)s(eci\014ed)e(da)m(y)-8 b(.)275 1638 y Fj(BBC)29
+b(Channel)f(On)i(Demand)275 1772 y Ft(Displa)m(y)h(BBC)g(Channel)e(on)i
+(demand.)275 1906 y Fj(BBC)e(Genres)g(On)g(Demand)275
+2040 y Ft(Displa)m(y)i(BBC)g(Channel)e(on)i(demand.)275
+2174 y Fj(BBC)e(Listen)g(Again)275 2308 y Ft(BBC)h(Listen)h(Again)g
+(Listings)275 2442 y Fj(BBC)e(News)275 2576 y Ft(BBC)h(News)h(text)g(v)
+m(ersion.)275 2710 y Fj(BBC)e(Programs)f(On)i(Demand)275
+2844 y Ft(Pla)m(y)h(BBC)g(programs)f(on)g(demand.)275
+2978 y Fj(BBC)f(Radio4)g(On)g(Demand)275 3112 y Ft(Sp)s(ecify)g(a)i(w)m
+(eek)g(da)m(y)g(\(three)g(letters)g({)g(lo)m(w)m(er)h(case)f({)g(and)f
+(a)g(time)h(sp)s(ec)f({)h(e.g.)47 b(1230)32 b({)f(to)g(pla)m(y)g(a)150
+3221 y(BBC)g(Radio4)g(program)f(on)g(demand.)275 3355
+y Fj(BBC)f(Radio7)g(On)g(Demand)275 3489 y Ft(Sp)s(ecify)g(a)i(w)m(eek)
+g(da)m(y)g(\(three)g(letters)g({)g(lo)m(w)m(er)h(case)f({)g(and)f(a)g
+(time)h(sp)s(ec)f({)h(e.g.)47 b(1230)32 b({)f(to)g(pla)m(y)g(a)150
+3599 y(BBC)g(Radio7)g(program)f(on)g(demand.)275 3733
+y Fj(BBC)f(Sports)275 3867 y Ft(BBC)h(News)h(text)g(v)m(ersion.)275
+4001 y Fj(Baseball)d(Game)h(Index)275 4134 y Ft(Displa)m(y)i(baseball)g
+(Pla)m(y)g(By)g(Pla)m(y)-8 b(.)275 4268 y Fj(Baseball)28
+b(Play)h(By)h(Play)275 4402 y Ft(Displa)m(y)h(baseball)g(Pla)m(y)g(By)g
+(Pla)m(y)-8 b(.)275 4536 y Fj(Baseball)28 b(scores)275
+4670 y Ft(Displa)m(y)j(baseball)g(scores.)275 4804 y
+Fj(Baseball)d(standings)275 4938 y Ft(Displa)m(y)j(MLB)g(standings.)275
+5072 y Fj(BlogSearch)c(Google)275 5206 y Ft(Go)s(ogle)32
+b(Blog)g(Searc)m(h)275 5340 y Fj(BookShare)p eop end
+%%Page: 126 129
+TeXDict begin 126 128 bop 150 -116 a Ft(Chapter)30 b(11:)h(Emacsp)s
+(eak)g(Commands)2041 b(126)275 299 y(Bo)s(okshare)30
+b(Login)275 435 y Fj(CNN)f(Content)275 571 y Ft(CNN)h(Con)m(ten)m(t)275
+708 y Fj(CNN)f(Market)g(Data)275 844 y Ft(CNN)h(Money)275
+980 y Fj(CNN)f(Market)g(News)275 1116 y Ft(CNN)h(Money)275
+1253 y Fj(CNN)f(Tecnology)275 1389 y Ft(CNN)h(T)-8 b(ec)m(hnology)32
+b(news.)275 1525 y Fj(CNN)d(headlines)275 1661 y Ft(Retriev)m(e)j(and)d
+(sp)s(eak)h(headline)h(news)f(from)g(CNN.)275 1798 y
+Fj(CNNContent)275 1934 y Ft(Filter)h(do)m(wn)f(to)h(CNN)f(con)m(ten)m
+(t)j(area.)275 2070 y Fj(CNNFn)28 b(Content)275 2206
+y Ft(Extract)j(con)m(ten)m(t)h(links)e(from)g(Money)-8
+b(.)275 2343 y Fj(CNNPodCasts)275 2479 y Ft(List)30 b(CNN)g(P)m(o)s
+(dcast)i(media)e(links.)275 2615 y Fj(Cartoon)e(You)h(Said)h(It)f(By)h
+(Laxman)275 2751 y Ft(Retriev)m(e)i(Carto)s(on)e(Times)g(Of)g(India.)
+275 2888 y Fj(Code)f(Search)f(From)i(Google)275 3024
+y Ft(Searc)m(h)g(using)g(Go)s(ogle)i(Co)s(de)e(Searc)m(h.)275
+3160 y Fj(DDJ)f(TechNetCast)e(Play)275 3296 y Ft(Pla)m(y)k(T)-8
+b(ec)m(hnetcast)32 b(stream)f(from)f(DDJ.)275 3433 y
+Fj(DDJ)f(TechNetCast)e(Save)275 3569 y Ft(Bro)m(wse)k(to)g(a)g(sp)s
+(eci\014ed)e(DDJ)i(T)-8 b(ec)m(hnetcast)33 b(stream)d(and)g(sa)m(v)m(e)
+i(it.)275 3705 y Fj(Dictionary)27 b(Lookup)275 3841 y
+Ft(Dictionary)32 b(Lo)s(okup)275 3978 y Fj(Digg)275 4114
+y Ft(Displa)m(y)f(Digg)h(F)-8 b(eed.)275 4250 y Fj(EmacsWiki)27
+b(Search)275 4386 y Ft(EmacsWiki)k(Searc)m(h)275 4523
+y Fj(EmapSpeak)c(Via)j(Google)275 4659 y Ft(EmapSp)s(eak)f(Via)i(Go)s
+(ogle.)275 4795 y(Sp)s(ecify)e(the)i(query)f(using)f(English)h(and)g
+(addresses)g(as)h(complete)g(as)g(p)s(ossible.)275 4931
+y(Here)f(are)h(some)g(examples:)275 5067 y(0\))g(T)-8
+b(o)30 b(\014nd)f(a)i(lo)s(cation)h(b)m(y)e(address)g(sp)s(ecify:)275
+5204 y(650)h(Harry)f(Road)h(San)f(Jose)g(CA)h(95120)275
+5340 y(1\))g(T)-8 b(o)30 b(get)i(directions,)f(sp)s(ecify:)p
+eop end
+%%Page: 127 130
+TeXDict begin 127 129 bop 150 -116 a Ft(Chapter)30 b(11:)h(Emacsp)s
+(eak)g(Commands)2041 b(127)275 299 y Fp(<)p Ft(source)30
+b(address)p Fp(>)f Ft(to)i Fp(<)p Ft(destination)g(address)p
+Fp(>)275 435 y Ft(2\))g(T)-8 b(o)30 b(\014nd)f(businesses)h(etc.,)i
+(near)e(a)h(lo)s(cation,)h(sp)s(ecify:)275 571 y Fp(<)p
+Ft(what)p Fp(>)d Ft(near)i Fp(<)p Ft(lo)s(cation)g(address)p
+Fp(>)275 708 y Fj(Finance)d(Google)h(Search)275 844 y
+Ft(Displa)m(y)i(con)m(ten)m(t)h(from)e(Go)s(ogle)i(Finance.)275
+980 y Fj(Flight)c(Tracker)275 1116 y Ft(Displa)m(y)j(\015igh)m(t)g
+(arriv)-5 b(al)31 b(and)f(departure)f(information.)275
+1253 y Fj(GCalendar)e(Mobile)275 1389 y Ft(Go)s(ogle)32
+b(Calendar)e(XHTML)g(v)m(ersion.)275 1525 y Fj(GMail)e(Mobile)275
+1661 y Ft(GMail)j(Mobile)h(XHTML)e(v)m(ersion)h(|)f(ligh)m(t-w)m(eigh)m
+(t,)k(fast!)275 1798 y Fj(Geek)29 b(Linux)g(Daily)275
+1934 y Ft(Pla)m(y)i(sp)s(eci\014ed)f(edition)h(of)f(Geek)i(Lin)m(ux)d
+(DailySho)m(w)275 2070 y Fj(Google)f(Atom)h(News)275
+2206 y Ft(Displa)m(y)i(sp)s(eci\014ed)f(news)f(feed.)275
+2343 y Fj(Google)f(Books)275 2479 y Ft(Go)s(ogle)k(Bo)s(oks)f(Searc)m
+(h)f(with)g(text)i(when)d(a)m(v)-5 b(ailable)275 2615
+y Fj(Google)28 b(Feeds)275 2751 y Ft(List)i(Go)s(ogle)i(news)e(F)-8
+b(eeds.)275 2888 y Fj(Google)28 b(Glossary)275 3024 y
+Ft(Go)s(ogle)k(Glossary)f(lo)s(okup.)275 3160 y Fj(Google)d(Hits)275
+3296 y Ft(Only)h(sho)m(w)i(Go)s(ogle)h(hits.)275 3433
+y Fj(Google)c(Image)h(Search)275 3569 y Ft(Go)s(ogle)j(Image)f(Searc)m
+(h)275 3705 y Fj(Google)d(Local)275 3841 y Ft(Go)s(ogle)k(Lo)s(cal)f
+(Searc)m(h.)275 3978 y Fj(Google)d(Mobile)h(Search)275
+4114 y Ft(Go)s(ogle)j(Mobile)f(Searc)m(h)275 4250 y Fj(Google)d(News)h
+(Search)275 4386 y Ft(Searc)m(h)h(Go)s(ogle)i(news.)275
+4523 y Fj(Google)c(Print)275 4659 y Ft(Go)s(ogle)k(Prin)m(t)e(Searc)m
+(h)275 4795 y Fj(Google)e(RSS)i(News)275 4931 y Ft(Searc)m(h)g(Go)s
+(ogle)i(news.)275 5067 y Fj(Google)c(Reader)275 5204
+y Ft(View)i(feed)h(via)g(Go)s(ogle)h(Reader.)275 5340
+y Fj(Google)c(Recent)h(News)g(Search)p eop end
+%%Page: 128 131
+TeXDict begin 128 130 bop 150 -116 a Ft(Chapter)30 b(11:)h(Emacsp)s
+(eak)g(Commands)2041 b(128)275 299 y(Searc)m(h)30 b(Go)s(ogle)i(news.)
+275 435 y Fj(Google)c(Scholar)275 571 y Ft(Go)s(ogle)k(Sc)m(holar)f
+(Searc)m(h)275 708 y Fj(Google)d(Soccer)h(Results)275
+844 y Ft(Displa)m(y)i(W)-8 b(orld)31 b(Cup)e(So)s(ccer)i(Results)f(for)
+g(sp)s(eci\014ed)g(coun)m(tries.)275 980 y Fj(Google)e(Text)h(News)275
+1116 y Ft(Retriev)m(e)j(and)d(sp)s(eak)h(Go)s(ogle)j(News)d(Ov)m
+(erview.)275 1253 y Fj(Google)e(TimeLine)g(View)275 1389
+y Ft(Do)j(a)f(Go)s(ogle)j(searc)m(h)e(and)e(get)j(a)f(timeline)g(view)g
+(of)f(results.)275 1525 y Fj(Google)e(Transcoder)275
+1661 y Ft(T)-8 b(ransco)s(de)30 b(site)h(via)g(Go)s(ogle.)275
+1798 y Fj(Google)d(Video)275 1934 y Ft(Retriev)m(e)k(Go)s(ogle)g(Video)
+f(searc)m(h)g(results)f(as)h(an)f(atom)h(feed.)275 2070
+y Fj(Google)d(WebQuotes)275 2206 y Ft(Go)s(ogle)k(W)-8
+b(ebQuotes.)275 2343 y Fj(InfoWorld)27 b(RSS)j(Feeds)275
+2479 y Ft(Pro)s(duce)f(a)i(set)g(of)f(RSS)g(links)g(published)e(b)m(y)j
+(InfoW)-8 b(orld.)275 2615 y Fj(Linux)28 b(Today)h(News)275
+2751 y Ft(Get)i(news)f(column)g(from)g(Lin)m(ux)g(T)-8
+b(o)s(da)m(y)g(.)275 2888 y Fj(MDC)29 b(Search)275 3024
+y Ft(Searc)m(h)h(MDC)h(Wiki.)275 3160 y Fj(MLB)e(Scorecard)275
+3296 y Ft(Sho)m(w)g(MLB)i(Scorecard.)275 3433 y Fj(MapQuest)d
+(Directions)275 3569 y Ft(Retriev)m(e)k(and)d(sp)s(eak)h(directions)h
+(from)f(MapQuest.)275 3705 y Fj(Meerkat)e(Profile)275
+3841 y Ft(Meerk)-5 b(at)31 b(Pro\014le)275 3978 y Fj(Meerkat)d(Recipe)
+275 4114 y Ft(Meerk)-5 b(at)31 b(to)s(ol)275 4250 y Fj(Morning)d
+(Edition)g(Stream)h(from)g(NPR)275 4386 y Ft(Pla)m(y)i(NPR)f(Morning)h
+(Edition)f(stream.)275 4523 y Fj(Morning)e(Edition)g(from)i(NPR)275
+4659 y Ft(Pla)m(y)h(Morning)f(Edition)h(segmen)m(t.)275
+4795 y Fj(Motley)d(Fool)h(Radio)g(from)h(NPR)275 4931
+y Ft(Pla)m(y)h(NPR)f(Motley)i(F)-8 b(o)s(ol)32 b(stream.)275
+5067 y Fj(Mozilla)c(Developers)f(Corner)275 5204 y Ft(Pull)j(sp)s
+(eci\014ed)f(resource)i(from)f(MDC.)275 5340 y Fj(Multilingual)d
+(dictionary)g(via)j(Google.)p eop end
+%%Page: 129 132
+TeXDict begin 129 131 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(129)275 299 y(T)-8
+b(ranslate)31 b(w)m(ord)f(using)g(Go)s(ogle.)47 b(Source)30
+b(and)g(target)i(languages)g(are)f(sp)s(eci\014ed)e(as)i(t)m(w)m
+(o-letter)150 408 y(language)h(co)s(des,)e(e.g.)47 b(en)p
+Fp(|)p Ft(de)30 b(translates)i(from)d(English)h(to)i(German)275
+544 y Fj(Music)c(Search)275 679 y Ft(Music)i(searc)m(h)h(on)f(Go)s
+(ogle.)275 815 y Fj(NPR)f(On)h(Demand)275 950 y Ft(Pla)m(y)h(NPR)f(sho)
+m(ws)g(on)h(demand.)44 b(Program)31 b(is)f(sp)s(eci\014ed)g(as)h(a)f
+(program)g(co)s(de:)275 1085 y(ME)g(Morning)g(Edition)h(A)-8
+b(TC)30 b(All)h(Things)f(Considered)f(da)m(y)i(Da)m(y)g(T)-8
+b(o)31 b(Da)m(y)h(newsnotes)e(News)150 1195 y(And)f(Notes)j(totn)f(T)-8
+b(alk)31 b(Of)f(The)g(Nation)h(fa)g(F)-8 b(resh)30 b(Air)h(w)m(esat)g
+(W)-8 b(eek)m(end)32 b(Edition)e(Saturda)m(y)h(w)m(esun)150
+1305 y(W)-8 b(eek)m(end)32 b(Edition)e(Sunda)m(y)g(fo)s(ol)g(The)g
+(Motley)i(F)-8 b(o)s(ol)275 1440 y(Segmen)m(t)31 b(is)f(sp)s(eci\014ed)
+g(as)g(a)h(t)m(w)m(o)h(digit)f(n)m(um)m(b)s(er)e({sp)s(ecifying)i(a)f
+(blank)g(v)-5 b(alue)31 b(pla)m(ys)g(en)m(tire)g(pro-)150
+1549 y(gram.)275 1685 y Fj(NY)e(Times)g(RSS)h(Feeds)275
+1820 y Ft(Displa)m(y)h(bro)m(wsable)g(list)g(of)f(NY)h(Times)f(RSS)f(F)
+-8 b(eeds.)275 1956 y Fj(Netcraft)28 b(Site)h(Report)275
+2091 y Ft(Analyze)i(WWW)h(site)f(using)f(Netcraft.)275
+2226 y Fj(Netcraft)e(Web)h(Analysis)275 2362 y Ft(Analyze)i(WWW)h(site)
+f(using)f(Netcraft.)275 2497 y Fj(Official)e(GoogleBlog)f(Search)275
+2632 y Ft(Searc)m(h)j(within)g(all)h(o\016cial)h(Go)s(ogle)g(blogs.)275
+2768 y Fj(Old)d(Time)g(Radio)275 2903 y Ft(This)g(mon)m(ths)h(Old)g
+(Time)g(Radio)h(Programing)275 3039 y Fj(On)e(The)h(Fly)f(CSE)275
+3174 y Ft(Build)h(a)g(CSE)g(on)g(the)h(\015y)e(and)h(use)g(it)h(to)g
+(searc)m(h.)275 3309 y Fj(Patent)d(Search)h(From)g(Google)275
+3445 y Ft(P)m(erform)h(paten)m(t)h(searc)m(h)g(via)g(Go)s(ogle)275
+3580 y Fj(Periodicals)c(from)i(Bookshare)275 3715 y Ft(F)-8
+b(etc)m(h)32 b(p)s(erio)s(dical)e(from)g(Bo)s(okshare.)275
+3851 y Fj(Pulpit)e(---)i(I)g(Cringely)275 3986 y Ft(Read)g(pulpit)g
+(from)g(PBS.)g(Published)f(on)h(the)h(Th)m(ursda)m(y)e(of)i(the)f(w)m
+(eek.)275 4122 y Fj(Reader)e(Subscription)f(Search)275
+4257 y Ft(Searc)m(h)j(within)g(feeds)g(subscrib)s(ed)e(to)k(in)e(Go)s
+(ogle)i(Reader.)275 4392 y Fj(Redhat)c(Linux)h(Show)275
+4528 y Ft(Pla)m(y)i(sp)s(eci\014ed)f(edition)h(of)f(Redhat)h(Lin)m(ux)e
+(Sho)m(w)275 4663 y Fj(Reuters)f(Finance)275 4798 y Ft(Reuters)i
+(Finance)h(Lo)s(okup)275 4934 y Fj(Shoutcast)c(Search)275
+5069 y Ft(Lo)s(cate)k(and)f(displa)m(y)h(Shoutcast)f(streams.)275
+5205 y Fj(Talk)f(Of)g(The)h(Nation)f(Stream)f(from)i(NPR)275
+5340 y Ft(Pla)m(y)h(NPR)f(T)-8 b(alk)31 b(Of)f(The)g(Nation)h(stream.)p
+eop end
+%%Page: 130 133
+TeXDict begin 130 132 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(130)275 299 y Fj(Talk)29
+b(Of)g(The)h(Nation)f(from)g(NPR)275 432 y Ft(Pla)m(y)i(NPR)f(T)-8
+b(alk)31 b(Of)f(The)g(Nation)h(segmen)m(t.)275 565 y
+Fj(Tech)e(News)g(From)g(CNet)275 699 y Ft(Displa)m(y)i(tec)m(h)g(news)f
+(from)g(CNET)275 832 y Fj(Times)e(Of)i(India)275 965
+y Ft(Retriev)m(e)i(Times)e(Of)g(India.)45 b(Set)30 b(up)g(URL)g
+(rewrite)h(rule)f(to)h(get)g(prin)m(t)f(page.)275 1099
+y Fj(Translation)d(Via)i(Google)275 1232 y Ft(T)-8 b(ranslate)31
+b(a)g(W)-8 b(eb)31 b(page)g(using)f(go)s(ogle.)47 b(Source)31
+b(and)e(target)j(languages)g(are)f(sp)s(eci\014ed)e(as)i(t)m(w)m(o-)150
+1341 y(letter)h(language)f(co)s(des,)g(e.g.)47 b(en)p
+Fp(|)p Ft(de)30 b(translates)h(from)f(English)g(to)h(German.)275
+1475 y Fj(Travelocity)c(Lookup)275 1608 y Ft(Sho)m(w)i(arriv)-5
+b(al/departure)31 b(information)g(from)f(T)-8 b(ra)m(v)m(elo)s(cit)m(y)
+g(.)275 1741 y Fj(UPS)29 b(Packages)275 1875 y Ft(Displa)m(y)i(pac)m(k)
+-5 b(age)32 b(trac)m(king)g(information)f(from)f(UPS.)275
+2008 y Fj(Wait)f(Wait,)g(Dont)g(Tell)g(Me)h(\(NPR\))275
+2141 y Ft(Pla)m(y)h(W)-8 b(ait,)32 b(W)-8 b(ait)33 b(Don)m(t)e(T)-8
+b(ell)31 b(Me)g(from)f(NPR.)275 2274 y Fj(Weather)e(forecast)g(from)h
+(Weather)g(Underground)275 2408 y Ft(W)-8 b(eather)31
+b(forecast)h(from)e(w)m(eather)h(underground)d(mobile.)275
+2541 y Fj(WordNet)g(Search)275 2674 y Ft(Lo)s(ok)i(up)f(term)i(in)f(W)
+-8 b(ordNet.)275 2808 y Fj(Yahoo)28 b(Business)h(News)275
+2941 y Ft(Retriev)m(e)j(and)d(sp)s(eak)h(business)f(section)j(from)e(Y)
+-8 b(aho)s(o)31 b(Daily)h(News.)275 3074 y Fj(Yahoo)c(Content)h(By)h
+(Content)e(ID)275 3207 y Ft(Retriev)m(e)k(and)d(sp)s(eak)h(news)g
+(section)i(from)e(Y)-8 b(aho)s(o)31 b(Daily)h(News.)275
+3341 y Fj(Yahoo)c(DailyNews)275 3474 y Ft(Retriev)m(e)k(and)d(sp)s(eak)
+h(DailyNewspage)j(from)d(Y)-8 b(aho)s(o)31 b(Daily)h(News.)275
+3607 y Fj(Yahoo)c(Entertainment)275 3741 y Ft(Retriev)m(e)k(and)d(sp)s
+(eak)h(En)m(tertainmen)m(t)i(section)g(from)d(Y)-8 b(aho)s(o)32
+b(Daily)f(News.)275 3874 y Fj(Yahoo)d(Health)275 4007
+y Ft(Retriev)m(e)k(and)d(sp)s(eak)h(Health)i(section)f(from)f(Y)-8
+b(aho)s(o)32 b(Daily)f(News.)275 4140 y Fj(Yahoo)d(Lifestyle)275
+4274 y Ft(Y)-8 b(aho)s(o)31 b(Lifest)m(yle)h(News.)275
+4407 y Fj(Yahoo)c(Oddly)275 4540 y Ft(Retriev)m(e)k(and)d(sp)s(eak)h
+(Oddit)m(y)h(section)g(from)f(Y)-8 b(aho)s(o)31 b(Daily)h(News.)275
+4674 y Fj(Yahoo)c(Politics)275 4807 y Ft(Retriev)m(e)k(and)d(sp)s(eak)h
+(P)m(olitics)j(section)e(from)f(Y)-8 b(aho)s(o)32 b(Daily)f(News.)275
+4940 y Fj(Yahoo)d(RSS)i(Feeds)275 5073 y Ft(List)g(Y)-8
+b(aho)s(o)31 b(RSS)f(F)-8 b(eeds.)275 5207 y Fj(Yahoo)28
+b(SF)i(Local)275 5340 y Ft(Retriev)m(e)i(and)d(sp)s(eak)h(Lo)s(cal)i
+(section)f(from)f(Y)-8 b(aho)s(o)31 b(Daily)h(News.)p
+eop end
+%%Page: 131 134
+TeXDict begin 131 133 bop 150 -116 a Ft(Chapter)30 b(11:)46
+b(Emacsp)s(eak)31 b(Commands)2026 b(131)275 299 y Fj(Yahoo)28
+b(Science)275 433 y Ft(Retriev)m(e)k(and)d(sp)s(eak)h(Science)i
+(section)f(from)f(Y)-8 b(aho)s(o)31 b(Daily)h(News.)275
+568 y Fj(Yahoo)c(Sports)275 702 y Ft(En)m(tertainmen)m(t)j(news)f(from)
+g(Y)-8 b(aho)s(o.)275 837 y Fj(Yahoo)28 b(Technology)g(News)275
+971 y Ft(Y)-8 b(aho)s(o)31 b(T)-8 b(ec)m(hnology)32 b(News.)275
+1106 y Fj(Yahoo)c(Top)i(Stories)275 1240 y Ft(Retriev)m(e)i(and)d(sp)s
+(eak)h(T)-8 b(op)31 b(Stories)f(section)i(from)e(Y)-8
+b(aho)s(o)31 b(Daily)h(News.)275 1375 y Fj(Yahoo)c(World)h(News)275
+1509 y Ft(Y)-8 b(aho)s(o)31 b(W)-8 b(orld)31 b(News.)275
+1644 y Fj(YubNub)d(Web)i(Command)e(Line)275 1778 y Ft(Y)-8
+b(ubNub)29 b(Command)g(Line)275 1913 y Fj(ask)g(search)g(mobile)275
+2047 y Ft(Mobile)i(searc)m(h)g(using)f(Ask.com)275 2182
+y Fj(fedex)e(packages)275 2316 y Ft(Displa)m(y)j(pac)m(k)-5
+b(age)32 b(trac)m(king)g(information)f(from)f(F)-8 b(edex.)275
+2451 y Fj(mlb)29 b(standings)275 2585 y Ft(Get)i(XML)g(feed)f(con)m
+(taining)i(team)f(standings.)275 2720 y Fj(pdf2html)275
+2854 y Ft(Use)f(access.adob)s(e.com)j(to)e(con)m(v)m(ert)h(a)f(remote)g
+(PDF)g(do)s(cumen)m(t)f(to)h(plain)g(text.)46 b(The)30
+b(PDF)150 2964 y(do)s(cumen)m(t)g(needs)g(to)h(b)s(e)f(a)m(v)-5
+b(ailable)33 b(on)d(the)h(public)e(In)m(ternet.)275 3098
+y Fj(pdf2txt)275 3233 y Ft(Use)h(access.adob)s(e.com)j(to)e(con)m(v)m
+(ert)h(a)f(remote)g(PDF)g(do)s(cumen)m(t)f(to)h(plain)g(text.)46
+b(The)30 b(PDF)150 3342 y(do)s(cumen)m(t)g(needs)g(to)h(b)s(e)f(a)m(v)
+-5 b(ailable)33 b(on)d(the)h(public)e(In)m(ternet.)275
+3477 y Fj(rss)g(weather)f(from)i(wunderground)275 3611
+y Ft(Pull)g(RSS)f(w)m(eather)i(feed)f(for)h(sp)s(eci\014ed)e(state/cit)
+m(y)-8 b(.)275 3746 y Fj(sourceforge)27 b(Download)275
+3880 y Ft(Do)m(wnload)k(sp)s(eci\014ed)f(\014le.)275
+4015 y Fj(sourceforge)d(browse)h(mirrors)275 4149 y Ft(Retriev)m(e)k
+(do)m(wnload)e(page)h(at)g(Sourceforge)g(for)f(sp)s(eci\014ed)g(pro)5
+b(ject.)275 4284 y Fj(sourceforge)27 b(project)275 4418
+y Ft(Op)s(en)h(sp)s(eci\014ed)i(pro)5 b(ject)31 b(page)g(at)g(SourceF)
+-8 b(orge.)275 4553 y Fj(w3c)29 b(IRC)g(Logs)275 4687
+y Ft(Use)h(this)h(to)g(pull)e(up)h(the)g(arc)m(hiv)m(ed)i(logs)f(from)f
+(the)g(W3C)h(IR)m(C.)g(Y)-8 b(ou)31 b(need)f(to)h(kno)m(w)f(the)h
+(exact)150 4797 y(name)f(of)h(the)g(c)m(hannel.)275 4932
+y Fj(w3c)e(Lists)275 5066 y Ft(Use)h(this)h(to)g(pull)e(up)h(the)g(arc)
+m(hiv)m(ed)i(mail)f(from)f(the)g(W3C)h(list.)46 b(Y)-8
+b(ou)31 b(need)f(to)i(kno)m(w)e(the)g(exact)150 5176
+y(name)g(of)h(the)g(list.)p eop end
+%%Page: 132 135
+TeXDict begin 132 134 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(132)150 299
+y Fu(12)80 b(Emacsp)t(eak)55 b(Customizations)150 548
+y Ft(This)30 b(c)m(hapter)h(is)f(generated)h(automatically)j(from)c
+(the)g(source-lev)m(el)j(do)s(cumen)m(tation.)46 b(An)m(y)31
+b(errors)150 657 y(or)f(corrections)i(should)d(b)s(e)h(made)h(to)g(the)
+f(source-lev)m(el)j(do)s(cumen)m(tation.)46 b(This)30
+b(c)m(hapter)h(do)s(cumen)m(ts)150 767 y(a)g(total)h(of)e(639)i(user)e
+(customizable)i(options.)150 1007 y Fr(12.1)68 b(cd-to)t(ol)45
+b(Options)150 1166 y Ft(Commen)m(tary:)h(Pro)m(vide)31
+b(an)f(emacs)h(fron)m(t-end)g(to)g(cdto)s(ol.)46 b(cdto)s(ol)32
+b(can)e(b)s(e)g(obtained)150 1276 y(as)h(an)f(rpm)f(c)m(hec)m(k)j
+(using)e(rpm\014nd)e(or)i(from)g(its)h(home)f(site)h(at)g
+(sunsite.unc.edu)150 1385 y(/pub/Lin)m(ux/apps/sound/cdrom/cli)f(This)f
+(mo)s(dule)h(also)h(pro)m(vides)g(the)f(abilit)m(y)i(to)f(pla)m(y)150
+1495 y(or)f(sa)m(v)m(e)i(clips)f(from)f(a)h(CD)f(if)g(y)m(ou)h(ha)m(v)m
+(e)h(cdda2w)m(a)m(v)f(installed.)47 b(cdda2w)m(a)m(v)31
+b(is)g(a)g(cd)f(to)h(w)m(a)m(v)150 1604 y(con)m(v)m(ertor.)275
+1744 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(options)
+h(de\014ned)e(in)h(mo)s(dule)g(cd-to)s(ol.)47 b(These)150
+1853 y(options)31 b(are)f(customizable)i(via)f(Emacs')g(Custom)f(in)m
+(terface.)3371 2048 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(cd-to)s(ol-start-command)390 2157 y
+Ft(*Name)32 b(of)e(cdstart)h(command;)f(most)h(lik)m(ely)h(either)f
+Fp(")p Ft(cdstart)p Fp(")f Ft(or)g Fp(")p Ft(cdpla)m(y)p
+Fp(")p Ft(.)150 2397 y Fr(12.2)68 b(dtk-sp)t(eak)45 b(Options)150
+2556 y Ft(Commen)m(tary:)h(De\014nes)31 b(the)f(TTS)f(in)m(terface.)275
+2696 y(Automatically)j(generated)g(do)s(cumen)m(tation)f(for)f(options)
+h(de\014ned)e(in)h(mo)s(dule)g(dtk-sp)s(eak.)150 2805
+y(These)g(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f(in)m
+(terface.)3371 2999 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(dtk-clean)m(up-patterns)390 3109 y Ft(List)31
+b(of)f(rep)s(eating)h(patterns)f(to)h(clean)h(up.)44
+b(Y)-8 b(ou)31 b(can)g(use)f(command)g(`dtk-add-clean)m(up-)390
+3219 y(pattern')h(b)s(ound)d(to)j(C-e)g(d)f(a)g(to)h(add)f(more)h
+(patterns.)46 b(Sp)s(ecify)29 b(patterns)h(that)h(p)s(eople)g(use)390
+3328 y(to)g(decorate)h(their)e(ASCI)s(I)f(\014les,)i(and)f(cause)h(un)m
+(told)f(pain)g(to)h(the)g(sp)s(eec)m(h)f(syn)m(thesizer.)390
+3468 y(If)g(more)g(than)h(3)f(consecutiv)m(e)j(o)s(ccurrences)d(of)h(a)
+f(sp)s(eci\014ed)g(pattern)g(is)h(found,)e(the)i(TTS)e(en-)390
+3577 y(gine)i(replaces)g(it)g(with)f(a)h(rep)s(eat)f(coun)m(t.)3371
+3771 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(dtk-resume-should-toggle)390 3881 y Ft(*T)30 b(means)h
+(`dtk-resume')f(acts)i(as)e(a)h(toggle.)3371 4075 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(dtk-sp)s(eak-nonprin)m
+(ting-c)m(hars)390 4185 y Ft(*Option)31 b(that)f(sp)s(eci\014es)h
+(handling)e(of)i(non-prin)m(ting)f(c)m(hars.)46 b(Non)30
+b(nil)h(v)-5 b(alue)30 b(means)h(non)390 4294 y(prin)m(ting)f(c)m
+(haracters)i(should)d(b)s(e)h(sp)s(ok)m(en)g(as)h(their)f(o)s(ctal)i(v)
+-5 b(alue.)46 b(Set)31 b(this)f(to)h(t)g(to)g(a)m(v)m(oid)h(a)390
+4404 y(dectalk)g(bug)d(that)i(mak)m(es)h(the)e(sp)s(eec)m(h)h(b)s(o)m
+(x)f(die)g(if)h(it)f(seems)h(some)g(accen)m(ted)h(c)m(haracters)g(in)
+390 4513 y(certain)f(con)m(texts.)3371 4708 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(dtk-sp)s(eec)m(h-rate-base)390
+4817 y Ft(*V)-8 b(alue)32 b(of)f(lo)m(w)m(est)h(tolerable)g(sp)s(eec)m
+(h)e(rate.)3371 5011 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(dtk-sp)s(eec)m(h-rate-step)390 5121
+y Ft(*V)-8 b(alue)32 b(of)f(sp)s(eec)m(h)f(rate)h(incremen)m(t.)46
+b(This)30 b(determines)g(step)h(size)g(used)f(when)f(setting)390
+5230 y(sp)s(eec)m(h)h(rate)h(via)g(command)g(`dtk-set-prede\014ned-sp)s
+(eec)m(h-rate'.)47 b(F)-8 b(orm)m(ula)31 b(used)f(is)390
+5340 y(dtk-sp)s(eec)m(h-rate-base)i Fp(+)e Ft(dtk-sp)s(eec)m
+(h-rate-step*lev)m(el.)p eop end
+%%Page: 133 136
+TeXDict begin 133 135 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(133)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(dtk-startup-ho)s
+(ok)390 408 y Ft(List)31 b(of)f(ho)s(oks)g(to)h(b)s(e)f(run)f(after)i
+(starting)g(up)e(the)i(sp)s(eec)m(h)f(serv)m(er.)46 b(Set)31
+b(things)f(lik)m(e)i(sp)s(eec)m(h)390 518 y(rate,)f(punctuation)f(mo)s
+(de)g(etc)i(in)e(this)g(ho)s(ok.)3371 715 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(dtk-stop-immediately-while-t)m(yping)390
+825 y Ft(*Set)31 b(it)g(to)g(nil)f(if)h(y)m(ou)f(don)m(t)h(w)m(an)m(t)g
+(sp)s(eec)m(h)g(to)g(\015ush)d(as)j(y)m(ou)g(t)m(yp)s(e.)46
+b(Y)-8 b(ou)30 b(can)h(use)f(command)390 935 y
+(`dtk-toggle-stop-immediately-while-t)m(yping')37 b(b)s(ound)28
+b(to)j(C-e)g(d)f(I)g(to)h(toggle)h(this)f(setting.)3371
+1132 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(dtk-use-tones)390 1242 y Ft(Allo)m(w)32 b(tones)e(to)i(b)s(e)d
+(turned)g(o\013.)3371 1439 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(tts-strip-o)s(ctals)390 1549
+y Ft(Set)31 b(to)g(T)f(to)h(strip)f(all)h(o)s(ctal)h(c)m(hars)e(b)s
+(efore)g(sp)s(eaking.)46 b(P)m(articularly)32 b(useful)d(for)h(w)m(eb)h
+(bro)m(ws-)390 1658 y(ing.)150 1901 y Fr(12.3)68 b(emacsp)t
+(eak-add-log)46 b(Options)150 2060 y Ft(Commen)m(tary:)g(sp)s(eec)m
+(h-enables)31 b(c)m(hange-log-mo)s(de)i(Co)s(de:)275
+2201 y(\(require)d('cl\))i(\(declaim)f(\(optimize)h(\(safet)m(y)g(0\))f
+(\(sp)s(eed)f(3\)\)\))i(\(require)e('custom\))i(\(require)150
+2311 y('emacsp)s(eak-pream)m(ble\))275 2452 y(\(defgroup)d(emacsp)s
+(eak-add-log)k(nil)d Fp(")p Ft(Customize)h(Emacsp)s(eak)f(for)g(c)m
+(hange-log-mo)s(de)j(and)150 2561 y(friends.)p Fp(")c
+Ft(:group)h('emacsp)s(eak\))275 2702 y(\(v)m(oice-setup-add-map)i('\()f
+(\(c)m(hange-log-ac)m(kno)m(wledgemen)m(t)36 b(v)m(oice-smo)s(othen\))d
+(\(c)m(hange-log-)150 2812 y(conditionals)f(v)m(oice-animate\))i(\(c)m
+(hange-log-email)g(v)m(oice-w)m(omanize-1\))h(\(c)m(hange-log-function)
+150 2922 y(v)m(oice-b)s(olden-extra\))e(\(c)m(hange-log-\014le)h(v)m
+(oice-b)s(olden\))e(\(c)m(hange-log-email)j(v)m(oice-w)m(omanize-1\))
+150 3031 y(\(c)m(hange-log-list)f(v)m(oice-ligh)m(ten\))g(\(c)m
+(hange-log-name)g(v)m(oice-ligh)m(ten-extra\))h(\)\))275
+3172 y(\(pro)m(vide)30 b('emacsp)s(eak-add-log\))275
+3313 y(lo)s(cal)h(v)-5 b(ariables:)47 b(folded-\014le:)f(t)30
+b(b)m(yte-compile-dynamic:)48 b(t)275 3454 y(Automatically)32
+b(generated)g(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h
+(mo)s(dule)g(emacsp)s(eak-add-)150 3564 y(log.)47 b(These)30
+b(options)h(are)f(customizable)i(via)f(Emacs')g(Custom)f(in)m(terface.)
+3371 3761 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-c)m(hange-log-ac)m(kno)m(wledgemen)m(t)q(-v)m(o)q(ic)
+q(e)390 3871 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(c)m(hange-log-ac)
+m(kno)m(wledgemen)m(t)36 b(This)30 b(p)s(ersonalit)m(y)h(uses)390
+3981 y(v)m(oice-smo)s(othen)h(whose)f(e\013ect)g(can)g(b)s(e)f(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)390 4090 y(v)m(oice-smo)s
+(othen-settings.)3371 4288 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-c)m(hange-log-conditionals-v)m
+(oi)q(ce)390 4397 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(c)m
+(hange-log-conditionals)k(This)c(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-animate)390 4507 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-animate-settings.)3371
+4704 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-c)m(hange-log-email-v)m(oic)q(e)390
+4814 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(c)m(hange-log-email)k
+(This)c(p)s(ersonalit)m(y)h(uses)f(v)m(oice-w)m(omanize-1)k(whose)390
+4923 y(e\013ect)e(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-w)m(omanize-1-settings.)3371
+5121 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-c)m(hange-log-\014le-v)m(oice)390 5230
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(c)m(hange-log-\014le)j(This)d
+(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)390
+5340 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-b)s(olden-settings.)p eop end
+%%Page: 134 137
+TeXDict begin 134 136 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(134)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-c)m
+(hange-log-function-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(c)m(hange-log-function)j(This)d(p)s(ersonalit)m(y)g
+(uses)g(v)m(oice-b)s(olden-extra)390 518 y(whose)g(e\013ect)i(can)f(b)s
+(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-extra-settings.)3371 727 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-c)m(hange-log-list-v)m(oice)
+390 836 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(c)m(hange-log-list)k
+(This)c(p)s(ersonalit)m(y)g(uses)g(v)m(oice-ligh)m(ten)k(whose)c
+(e\013ect)390 946 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-ligh)m(ten-settings.)3371 1155
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-c)m
+(hange-log-name-v)m(oice)390 1264 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(c)m(hange-log-name)j(This)d(p)s(ersonalit)m(y)h(uses)f
+(v)m(oice-ligh)m(ten-extra)390 1374 y(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m
+(ten-extra-settings.)150 1625 y Fr(12.4)68 b(emacsp)t(eak-advice)46
+b(Options)150 1784 y Ft(Commen)m(tary:)g(This)30 b(mo)s(dule)f
+(de\014nes)h(the)g(advice)i(forms)d(for)i(making)f(the)h(core)g(of)g
+(Emacs)f(sp)s(eak)150 1894 y(Advice)h(forms)f(that)h(are)g(sp)s
+(eci\014c)f(to)h(Emacs)f(subsystems)g(do)g(not)h(b)s(elong)f(here!)46
+b(I)30 b(violate)i(this)e(at)150 2003 y(presen)m(t)g(b)m(y)h(advicing)g
+(completion)g(comin)m(t)h(and)e(shell)g(here.)275 2150
+y(Note)h(that)g(w)m(e)g(needed)f(to)h(advice)g(a)g(lot)h(more)e(for)g
+(Emacs)h(19)g(and)f(Emacs)h(20)g(than)f(w)m(e)h(do)f(for)150
+2260 y(Emacs)h(21)g(and)f(Emacs)g(22.)47 b(As)30 b(of)h(August)f(2007,)
+i(this)f(\014le)f(is)g(b)s(eing)g(purged)g(of)g(advice)h(forms)f(not)
+150 2369 y(needed)g(in)g(Emacs)h(22.)46 b(This)30 b(also)h(means)g
+(that)f(this)h(and)f(subsequen)m(t)f(v)m(ersions)i(of)f(Emacsp)s(eak)
+150 2479 y(should)f(not)i(b)s(e)f(run)f(on)h(v)m(ersions)h(of)f(Emacs)h
+(older)f(than)g(Emacs)h(21,)h(And)d(preferably)h(only)g(run)f(on)150
+2588 y(Emacs)i(22.)46 b(This)30 b(v)m(ersion)h(of)f(Emacsp)s(eak)h(is)f
+(only)h(tested)g(on)f(Emacs)h(22.)275 2735 y(Automatically)h(generated)
+g(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g
+(emacsp)s(eak-)150 2845 y(advice.)47 b(These)30 b(options)h(are)f
+(customizable)i(via)f(Emacs')g(Custom)f(in)m(terface.)3371
+3054 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-sp)s(eak-cue-errors)390 3163 y Ft(Sp)s(eci\014es)30
+b(if)g(error)g(messages)h(are)g(cued.)3371 3372 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s
+(eak-messages-pause)390 3481 y Ft(*)31 b(Option)f(to)h(mak)m(e)g
+(messages)h(pause)e(sp)s(eec)m(h.)45 b(If)30 b(t)h(then)f(all)h
+(messages)h(will)e(pause)g(ongoing)390 3591 y(sp)s(eec)m(h)g(if)h(an)m
+(y)f(b)s(efore)g(the)h(message)g(is)g(sp)s(ok)m(en.)150
+3842 y Fr(12.5)68 b(emacsp)t(eak-alsapla)l(y)l(er)48
+b(Options)150 4001 y Ft(Commen)m(tary:)e(De\014nes)31
+b(a)f(simple)h(deriv)m(ed)f(mo)s(de)g(for)g(in)m(teracting)i(with)f
+(alsapla)m(y)m(er.)47 b(alsapla)m(y)m(er)150 4111 y(na)m(vigation)32
+b(commands)e(w)m(ork)h(via)g(single)g(k)m(eystrok)m(es.)275
+4258 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(options)
+h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150 4367
+y(alsapla)m(y)m(er.)48 b(These)30 b(options)h(are)f(customizable)i(via)
+f(Emacs')g(Custom)f(in)m(terface.)3371 4576 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-alsapla)m(y)m
+(er-auditory-feedbac)m(k)390 4686 y Ft(T)-8 b(urn)29
+b(this)h(on)h(if)f(y)m(ou)h(w)m(an)m(t)g(sp)s(ok)m(en)f(feedbac)m(k)h
+(and)f(auditory)g(icons)h(from)f(alsapla)m(y)m(er.)3371
+4894 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-alsapla)m(y)m(er-media-directory)390
+5004 y Ft(Directory)32 b(to)f(lo)s(ok)g(for)f(media)h(\014les.)3371
+5213 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-alsapla)m(y)m(er-program)390 5322 y
+Ft(Alsapla)m(y)m(er)32 b(executable.)p eop end
+%%Page: 135 138
+TeXDict begin 135 137 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(135)150 299
+y Fr(12.6)68 b(emacsp)t(eak-amphetadesk)47 b(Options)150
+458 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-)150
+568 y(amphetadesk.)46 b(These)30 b(options)h(are)f(customizable)i(via)f
+(Emacs')g(Custom)f(in)m(terface.)3371 763 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-amphetadesk-p)s(ort)390
+873 y Ft(P)m(ort)31 b(where)f(AmphetaDesk)h(listens.)3371
+1068 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-amphetadesk-program)390 1178 y Ft(Script)30
+b(that)h(launc)m(hes)g(amphetadesk.)3371 1373 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-amphetadesk-uri)390 1483 y Ft(URI)30 b(for)g(Amphetadesk)h(home.)
+150 1723 y Fr(12.7)68 b(emacsp)t(eak-aumix)46 b(Options)150
+1883 y Ft(Commen)m(tary:)g(Pro)m(vides)31 b(an)f(A)m(UI)h(to)g(setting)
+h(up)d(the)i(auditory)f(displa)m(y)g(via)h(A)m(UMIX)h(This)e(mo)s(d-)
+150 1992 y(ule)g(is)h(presen)m(tly)g(Lin)m(ux)e(sp)s(eci\014c)275
+2132 y(Automatically)j(generated)g(do)s(cumen)m(tation)f(for)f(options)
+h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150 2242
+y(aumix.)46 b(These)30 b(options)g(are)h(customizable)h(via)f(Emacs')g
+(Custom)f(in)m(terface.)3371 2437 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-alsactl-program)390
+2547 y Ft(ALSA)30 b(sound)f(con)m(troller)j(used)e(to)h(restore)g
+(settings.)3371 2742 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-aumix-full-duplex-p)390
+2852 y Ft(*Set)31 b(to)g(T)f(if)g(the)h(sound)e(card)h(is)h(truly)f
+(full)g(duplex.)3371 3047 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-aumix-m)m(ultic)m
+(hannel-capable-p)390 3156 y Ft(*Set)31 b(to)g(T)f(if)g(the)h(sound)e
+(card)h(is)h(capable)g(of)g(mixing)f(m)m(ultiple)h(c)m(hannels)g(of)f
+(audio.)3371 3352 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-aumix-reset-options)390
+3461 y Ft(*Option)31 b(to)g(pass)f(to)h(aumix)f(for)g(resetting)i(to)f
+(default)f(v)-5 b(alues.)3371 3657 y([V)d(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-aumix-settings-\014le)390
+3766 y Ft(*Name)32 b(of)e(\014le)h(con)m(taining)g(p)s(ersonal)f(aumix)
+h(settings.)150 4007 y Fr(12.8)68 b(emacsp)t(eak-calendar)46
+b(Options)150 4166 y Ft(Automatically)33 b(generated)e(do)s(cumen)m
+(tation)h(for)e(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-)
+150 4276 y(calendar.)46 b(These)30 b(options)h(are)g(customizable)h
+(via)f(Emacs')g(Custom)f(in)m(terface.)3371 4471 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-calendar-mark-p)s(ersonalit)m(y)390 4581 y Ft(P)m(ersonalit)m(y)32
+b(to)f(use)f(when)g(sho)m(wing)g(mark)m(ed)h(calendar)g(en)m(tries.)150
+4821 y Fr(12.9)68 b(emacsp)t(eak-compile)47 b(Options)150
+4981 y Ft(Commen)m(tary:)f(This)30 b(mo)s(dule)f(mak)m(es)j(compiling)f
+(co)s(de)f(from)g(inside)g(Emacs)h(sp)s(eec)m(h)f(friendly)-8
+b(.)46 b(It)30 b(is)150 5090 y(an)g(example)h(of)g(ho)m(w)f(a)h(little)
+h(amoun)m(t)f(of)g(co)s(de)f(can)h(mak)m(e)g(Emacsp)s(eak)g(ev)m(en)g
+(b)s(etter.)275 5230 y(Automatically)h(generated)g(do)s(cumen)m(tation)
+f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150
+5340 y(compile.)47 b(These)30 b(options)h(are)f(customizable)i(via)f
+(Emacs')g(Custom)f(in)m(terface.)p eop end
+%%Page: 136 139
+TeXDict begin 136 138 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(136)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-compilation-column-n)m(um)m(b)s(er-v)m(oice)390
+408 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(compilation-column-n)m(um)
+m(b)s(er)h(This)f(p)s(ersonalit)m(y)h(uses)390 518 y(v)m(oice-smo)s
+(othen)h(whose)f(e\013ect)g(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m
+(y)e(customizing)390 628 y(v)m(oice-smo)s(othen-settings.)3371
+878 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-compilation-error-v)m(oice)390 987
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(compilation-error)i(This)d(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-animate-extra)390 1097
+y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-animate-extra-settings.)3371
+1347 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-compilation-info-v)m(oice)390 1457
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(compilation-info)i(This)e(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-ligh)m(ten)j(whose)e(ef-)390
+1566 y(fect)g(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)h(v)m(oice-ligh)m(ten-settings.)3371 1816
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-compilation-line-n)m(um)m(b)s(er-v)m(oice)390 1926
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(compilation-line-n)m(um)m(b)s
+(er)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-smo)s(othen)390
+2036 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-smo)s(othen-settings.)3371 2286
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-compilation-w)m(arning-v)m(oice)390 2395 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(compilation-w)m(arning)i(This)e(p)s(ersonalit)m(y)h
+(uses)f(v)m(oice-animate)j(whose)390 2505 y(e\013ect)f(can)f(b)s(e)e(c)
+m(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-animate-settings.)
+150 2787 y Fr(12.10)69 b(emacsp)t(eak-custom)45 b(Options)150
+2946 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-custom.)150
+3056 y(These)h(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f
+(in)m(terface.)3371 3306 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-custom-group-regexp)390
+3415 y Ft(P)m(attern)31 b(iden)m(tifying)g(start)g(of)g(custom)f
+(group.)3371 3665 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-custom-to)s(olbar-regexp)390
+3775 y Ft(P)m(attern)31 b(that)g(iden)m(ti\014es)g(to)s(olbar)g
+(section.)150 4057 y Fr(12.11)69 b(emacsp)t(eak-daisy)46
+b(Options)150 4216 y Ft(Commen)m(tary:)g(Daisy)31 b(Digital)i(T)-8
+b(alking)31 b(Bo)s(ok)h(Reader)275 4384 y(Automatically)g(generated)g
+(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g
+(emacsp)s(eak-)150 4493 y(daisy)-8 b(.)46 b(These)30
+b(options)h(are)g(customizable)h(via)f(Emacs')g(Custom)e(in)m(terface.)
+3371 4743 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-daisy-b)s(o)s(oks-directory)390 4853
+y Ft(Customize)31 b(this)f(to)h(the)g(ro)s(ot)g(of)f(where)g(b)s(o)s
+(oks)g(are)g(organized.)3371 5103 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-daisy-completion-extensions-to-ignore)390 5213 y
+Ft(These)30 b(\014le)h(name)f(extensions)h(are)g(ignored)f(when)g(lo)s
+(cating)h(the)g(na)m(vigation)h(\014le)f(for)f(a)h(b)s(o)s(ok.)390
+5322 y(Include)f(all)h(extensions)g(except)g(`.ncx')g(for)f(optimal)i
+(p)s(erformance.)p eop end
+%%Page: 137 140
+TeXDict begin 137 139 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(137)150 299
+y Fr(12.12)69 b(emacsp)t(eak-dired)45 b(Options)150 458
+y Ft(Commen)m(tary:)h(This)30 b(mo)s(dule)f(sp)s(eec)m(h)i(enables)f
+(dired.)45 b(It)31 b(reduces)f(the)g(amoun)m(t)h(of)g(sp)s(eec)m(h)f(y)
+m(ou)150 568 y(hear:)46 b(T)m(ypically)31 b(y)m(ou)g(hear)f(the)h
+(\014le)f(names)g(as)h(y)m(ou)g(mo)m(v)m(e)h(through)d(the)i(dired)e
+(bu\013er)h(V)-8 b(oici\014ca-)150 677 y(tion)31 b(is)f(used)g(to)h
+(indicate)g(directories,)h(mark)m(ed)f(\014les)f(etc.)275
+821 y(Automatically)i(generated)g(do)s(cumen)m(tation)f(for)f(options)h
+(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150 931 y(dired.)45
+b(These)30 b(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f(in)
+m(terface.)3371 1134 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-dired-\014le-cmd-options)390
+1243 y Ft(Options)30 b(passed)g(to)h(Unix)f(builtin)g(`\014le')h
+(command.)150 1490 y Fr(12.13)69 b(emacsp)t(eak-dismal)46
+b(Options)150 1649 y Ft(Automatically)33 b(generated)e(do)s(cumen)m
+(tation)h(for)e(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s
+(eak-dismal.)150 1759 y(These)h(options)h(are)g(customizable)g(via)g
+(Emacs')g(Custom)f(in)m(terface.)3371 1962 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-dismal-v)-5
+b(alue-p)s(ersonalit)m(y)390 2071 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(sp)s(eaking)g(cell)i(v)-5 b(alues)31 b(in)f(summaries.)
+150 2318 y Fr(12.14)69 b(emacsp)t(eak-edi\013)46 b(Options)150
+2477 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-edi\013.)150
+2587 y(These)h(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f
+(in)m(terface.)3371 2790 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-edi\013-A-p)s(ersonalit)m(y)390
+2899 y Ft(P)m(ersonalit)m(y)32 b(used)e(to)h(v)m(oiceify)h
+(di\013erence)f(c)m(h)m(unk)f(A)3371 3102 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-edi\013-B-p)s(ersonalit)m(y)
+390 3212 y Ft(P)m(ersonalit)m(y)32 b(used)e(to)h(v)m(oiceify)h
+(di\013erence)f(c)m(h)m(unk)f(B)3371 3415 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-edi\013-alw)m(a)m
+(ys-autore\014ne-di\013s)390 3524 y Ft(Sa)m(ys)31 b(if)f(emacsp)s(eak)h
+(should)e(try)i(computing)f(\014ne)g(di\013erences)g(eac)m(h)i(time.)46
+b(Set)31 b(this)f(to)h(nil)g(if)390 3634 y(things)f(get)i(to)s(o)f(slo)
+m(w.)3371 3837 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-edi\013-\014ne-A-p)s(ersonalit)m(y)390
+3946 y Ft(P)m(ersonalit)m(y)32 b(used)e(to)h(v)m(oiceify)h
+(di\013erence)f(c)m(h)m(unk)f(A)3371 4149 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-edi\013-\014ne-B-p)s
+(ersonalit)m(y)390 4259 y Ft(P)m(ersonalit)m(y)32 b(used)e(to)h(v)m
+(oiceify)h(di\013erence)f(c)m(h)m(unk)f(B)150 4505 y
+Fr(12.15)69 b(emacsp)t(eak-en)l(tertain)47 b(Options)150
+4665 y Ft(Commen)m(tary:)f(Auditory)30 b(in)m(terface)i(to)f(misc)g
+(games)275 4808 y(Automatically)h(generated)g(do)s(cumen)m(tation)f
+(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150
+4918 y(en)m(tertain.)47 b(These)30 b(options)h(are)g(customizable)h
+(via)e(Emacs')h(Custom)f(in)m(terface.)3371 5121 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-mpuz-solv)m
+(ed-p)s(ersonalit)m(y)390 5230 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(mpuz-solv)m(ed-face)i(This)e(p)s(ersonalit)m(y)g(uses)g
+(v)m(oice-animate)k(whose)390 5340 y(e\013ect)e(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-animate-settings.)p
+eop end
+%%Page: 138 141
+TeXDict begin 138 140 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(138)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-mpuz-trivial-p)s(ersonalit)m(y)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(mpuz-trivial-face)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)
+m(oice-monotone)j(whose)390 518 y(e\013ect)f(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-monotone-settings.)3371
+696 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-mpuz-unsolv)m(ed-p)s(ersonalit)m(y)390
+806 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(mpuz-unsolv)m(ed-face)h
+(This)f(p)s(ersonalit)m(y)h(uses)e(v)m(oice-b)s(olden)j(whose)390
+915 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-settings.)150 1144
+y Fr(12.16)69 b(emacsp)t(eak-ep)t(erio)t(dic)45 b(Options)150
+1303 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-)150
+1413 y(ep)s(erio)s(dic.)46 b(These)30 b(options)g(are)h(customizable)h
+(via)f(Emacs')g(Custom)f(in)m(terface.)3371 1591 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-ep)s(erio)s
+(dic-media-lo)s(cation)390 1701 y Ft(Lo)s(cation)32 b(of)e(streaming)h
+(media)g(describing)f(elemen)m(ts.)150 1929 y Fr(12.17)69
+b(emacsp)t(eak-erc)45 b(Options)150 2088 y Ft(Commen)m(tary:)h(erc.el)
+32 b(is)e(a)h(mo)s(dern)e(Emacs)i(clien)m(t)h(for)e(IR)m(C)g(including)
+g(color)h(and)150 2198 y(fon)m(t)g(lo)s(c)m(king)g(supp)s(ort.)44
+b(erc.el)32 b(-)f(an)f(Emacs)h(IR)m(C)f(clien)m(t)i(\(b)m(y)e
+(Alexander)h(L.)f(Belik)m(o\013)7 b(\))150 2308 y(h)m(ttp://www.cs.cm)m
+(u.edu/)p Fp(~)p Ft(b)s(erez/irc/erc.el)275 2440 y(Automatically)32
+b(generated)g(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h
+(mo)s(dule)g(emacsp)s(eak-erc.)150 2550 y(These)g(options)h(are)g
+(customizable)g(via)g(Emacs')g(Custom)f(in)m(terface.)3371
+2728 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-erc-ignore-notices)390 2838 y Ft(Set)31
+b(to)g(T)f(if)g(y)m(ou)h(don)m(t)f(w)m(an)m(t)h(to)h(see)f
+(noti\014cation)g(messages)h(from)e(the)g(serv)m(er.)3371
+3016 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-erc-m)m(y-nic)m(k)390 3125 y Ft(My)31
+b(IR)m(C)f(nic)m(k.)3371 3304 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-erc-sp)s(eak-all-participan)
+m(ts)390 3413 y Ft(Sp)s(eak)30 b(all)h(things)f(said)h(if)f(t.)150
+3642 y Fr(12.18)69 b(emacsp)t(eak-eshell)46 b(Options)150
+3801 y Ft(Commen)m(tary:)g(EShell)30 b(is)h(a)f(shell)h(implemen)m(ted)
+g(en)m(tirely)g(in)f(Emacs)h(Lisp.)45 b(It)31 b(is)f(part)g(of)h(emacs)
+g(21)150 3911 y({and)f(can)h(also)g(b)s(e)f(used)g(under)e(Emacs)j(20.)
+47 b(This)29 b(mo)s(dule)h(sp)s(eec)m(h-enables)h(EShell)275
+4043 y(Pla)m(y)g(an)f(auditory)h(icon)f(as)h(y)m(ou)g(displa)m(y)f(the)
+h(prompt)e(\(defun)h(emacsp)s(eak-eshell-prompt-)150
+4153 y(function)g(\(\))h Fp(")p Ft(Pla)m(y)g(auditory)g(icon)f(for)h
+(prompt.)p Fp(")e Ft(\(declare)j(\(sp)s(ecial)f(eshell-last-command-)
+150 4262 y(status\)\))g(\(cond)g(\(\(=)g(0)f
+(eshell-last-command-status\))k(\(emacsp)s(eak-serv)m(e-auditory-icon)g
+('item\)\))150 4372 y(\(t)d(\(emacsp)s(eak-auditory-icon)i('w)m
+(arn-user\)\)\)\))275 4504 y(\(add-ho)s(ok)d('eshell-after-prompt-ho)s
+(ok)i('emacsp)s(eak-eshell-prompt-function\))275 4637
+y(Sp)s(eak)d(command)h(output)g(\(add-ho)s(ok)h('eshell-p)s
+(ost-command-ho)s(ok)g(\(function)g(\(lam)m(b)s(da)f(nil)150
+4746 y(\(declare)i(\(sp)s(ecial)f(eshell-last-input-end)g
+(eshell-last-output-end)h(eshell-last-output-start\)\))150
+4856 y(\(emacsp)s(eak-sp)s(eak-region)g(eshell-last-input-end)g
+(eshell-last-output-end\)\)\))h(t\))275 4988 y(\(defadvice)e(p)s
+(complete-list)h(\(after)f(emacsp)s(eak)g(pre)f(act)h(\))g
+Fp(")p Ft(Pro)m(vide)g(auditory)f(feedbac)m(k.)p Fp(")150
+5098 y Ft(\(when)g(\(in)m(teractiv)m(e-p\))j(\(emacsp)s
+(eak-auditory-icon)g('help\))e(\(emacsp)s(eak-auditory-icon)i
+('help\)\)\))275 5230 y(\(defadvice)e(p)s(complete-sho)m(w-completions)
+h(\(around)e(emacsp)s(eak)h(pre)f(act)i(comp\))e(\(let)150
+5340 y(\(\(emacsp)s(eak-sp)s(eak-messages)j(nil\)\))e(ad-do-it\)\))p
+eop end
+%%Page: 139 142
+TeXDict begin 139 141 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(139)275 299
+y(\(defadvice)31 b(eshell)g(\(after)g(emacsp)s(eak)g(pre)f(act)h(\))g
+Fp(")p Ft(Announce)f(switc)m(hing)h(to)g(shell)f(mo)s(de.)46
+b(Pro-)150 408 y(vide)30 b(an)h(auditory)f(icon)h(if)f(p)s(ossible.)p
+Fp(")g Ft(\(when)g(\(in)m(teractiv)m(e-p\))k(\(emacsp)s
+(eak-auditory-icon)e('select-)150 518 y(ob)5 b(ject)31
+b(\))g(\(emacsp)s(eak-setup-programming-mo)s(de\))h(\(emacsp)s
+(eak-dtk-sync\))g(\(emacsp)s(eak-sp)s(eak-)150 628 y(line\)\)\))275
+762 y(\(lo)s(op)e(for)h(f)f(in)g('\(eshell-next-input)h
+(eshell-previous-input)f(eshell-next-matc)m(hing-input)150
+871 y(eshell-previous-matc)m(hing-input)i(eshell-next-matc)m
+(hing-input-from-input)f(eshell-previous-)150 981 y(matc)m
+(hing-input-from-input\))g(do)f(\(ev)-5 b(al)32 b(\(`)e(\(defadvice)i
+(\(,)f(f)7 b(\))30 b(\(after)h(emacsp)s(eak)g(pre)f(act)i(comp\))150
+1090 y Fp(")p Ft(Sp)s(eak)d(selected)j(command.)p Fp(")e
+Ft(\(when)g(\(in)m(teractiv)m(e-p\))k(\(emacsp)s(eak-auditory-icon)f
+('select-)150 1200 y(ob)5 b(ject\))32 b(\(sa)m(v)m(e-excursion)g(\(b)s
+(eginning-of-line\))g(\(eshell-skip-prompt\))f(\(emacsp)s(eak-sp)s
+(eak-line)150 1310 y(1\)\)\)\)\)\)\))275 1443 y(\(defgroup)e(emacsp)s
+(eak-eshell)j(nil)f Fp(")p Ft(EShell)f(on)g(the)g(Emacsp)s(eak)h(Audio)
+f(Desktop.)p Fp(")h Ft(:group)150 1553 y('emacsp)s(eak)g(:group)f
+('eshell)i(:pre\014x)d Fp(")p Ft(emacsp)s(eak-eshell-)p
+Fp(")p Ft(\))275 1687 y(\(defcustom)h(emacsp)s(eak-eshell-ls-use-p)s
+(ersonalities)k(t)c Fp(")p Ft(Indicates)h(if)f(ls)h(in)f(eshell)h(uses)
+f(di\013er-)150 1797 y(en)m(t)h(v)m(oice)h(p)s(ersonalities.)p
+Fp(")f Ft(:t)m(yp)s(e)g('b)s(o)s(olean)g(:group)f('emacsp)s
+(eak-eshell\))275 1931 y(\(v)m(oice-setup-add-map)i('\()f
+(\(eshell-ls-arc)m(hiv)m(e)i(v)m(oice-ligh)m(ten-extra\))j
+(\(eshell-ls-arc)m(hiv)m(e-face)150 2040 y(v)m(oice-ligh)m(ten-extra\))
+f(\(eshell-ls-bac)m(kup)d(v)m(oice-monotone-medium\))h(\(eshell-ls-bac)
+m(kup-face)150 2150 y(v)m(oice-monotone-medium\))g(\(eshell-ls-clutter)
+g(v)m(oice-smo)s(othen-extra\))h(\(eshell-ls-clutter-face)150
+2259 y(v)m(oice-smo)s(othen-extra\))g(\(eshell-ls-directory)e(v)m
+(oice-b)s(olden\))h(\(eshell-ls-directory-face)150 2369
+y(v)m(oice-b)s(olden\))f(\(eshell-ls-executable)i(v)m
+(oice-animate-extra\))h(\(eshell-ls-executable-face)g(v)m(oice-)150
+2478 y(animate-extra\))e(\(eshell-ls-missing)f(v)m(oice-brigh)m(ten\))h
+(\(eshell-ls-missing-face)g(v)m(oice-brigh)m(ten\))150
+2588 y(\(eshell-ls-pro)s(duct)e(v)m(oice-ligh)m(ten-medium\))j
+(\(eshell-ls-pro)s(duct-face)e(v)m(oice-ligh)m(ten-medium\))150
+2698 y(\(eshell-ls-readonly)g(v)m(oice-monotone\))i
+(\(eshell-ls-readonly-face)g(v)m(oice-monotone\))f(\(eshell-ls-)150
+2807 y(sp)s(ecial)e(v)m(oice-ligh)m(ten-extra\))k(\(eshell-ls-sp)s
+(ecial-face)f(v)m(oice-ligh)m(ten-extra\))h(\(eshell-ls-symlink)150
+2917 y(v)m(oice-smo)s(othen\))e(\(eshell-ls-symlink-face)g(v)m
+(oice-smo)s(othen\))f(\(eshell-ls-unreadable)g(v)m(oice-)150
+3026 y(monotone-medium\))f(\(eshell-ls-unreadable-face)i(v)m
+(oice-monotone-medium\))g(\(eshell-prompt)150 3136 y(v)m
+(oice-animate\))h(\(eshell-prompt-face)e(v)m(oice-animate\))i(\)\))275
+3270 y(\(lo)s(op)c(for)h(f)f(in)g('\(eshell-next-prompt)h
+(eshell-previous-prompt)g(eshell-forw)m(ard-matc)m(hing-)150
+3380 y(input)e(eshell-bac)m(kw)m(ard-matc)m(hing-input\))k(do)e(\(ev)-5
+b(al)31 b(\(`)g(\(defadvice)h(\(,)f(f)7 b(\))30 b(\(after)h(emacsp)s
+(eak)g(pre)150 3489 y(act)h(comp\))e Fp(")p Ft(Sp)s(eak)g(selected)i
+(command.)p Fp(")e Ft(\(when)f(\(in)m(teractiv)m(e-p\))34
+b(\(let)e(\(\(emacsp)s(eak-sp)s(eak-)150 3599 y(messages)f(nil\)\))g
+(\(emacsp)s(eak-auditory-icon)i('select-ob)5 b(ject\))34
+b(\(emacsp)s(eak-sp)s(eak-line)e(1\)\)\)\)\)\)\))275
+3733 y(\(lo)s(op)e(for)h(f)f(in)g('\(eshell-insert-bu\013er-name)h
+(eshell-insert-pro)s(cess)g(eshell-insert-en)m(vv)-5
+b(ar\))150 3842 y(do)30 b(\(ev)-5 b(al)32 b(\(`)f(\(defadvice)g(\(,)g
+(f)7 b(\))31 b(\(after)g(emacsp)s(eak)g(pre)f(act)h(comp\))g
+Fp(")p Ft(Sp)s(eak)e(output.)p Fp(")h Ft(\(when)150 3952
+y(\(in)m(teractiv)m(e-p\))k(\(emacsp)s(eak-auditory-icon)e('select-ob)5
+b(ject\))34 b(\(emacsp)s(eak-sp)s(eak-line\)\)\)\)\)\))275
+4086 y(\(defadvice)d(eshell-insert-pro)s(cess)g(\(after)g(emacsp)s(eak)
+g(pre)f(act)i(comp\))e Fp(")p Ft(Sp)s(eak)g(output.)p
+Fp(")g Ft(\(when)150 4195 y(\(in)m(teractiv)m(e-p\))k(\(emacsp)s
+(eak-auditory-icon)e('select-ob)5 b(ject\))34 b(\(emacsp)s(eak-sp)s
+(eak-line\)\)\))g(\(de-)150 4305 y(fadvice)d(eshell-delc)m(har-or-ma)m
+(yb)s(e-eof)j(\(around)29 b(emacsp)s(eak)i(pre)f(act\))i
+Fp(")p Ft(Sp)s(eak)d(c)m(haracter)j(y)m(ou're)150 4415
+y(deleting.)p Fp(")f Ft(\(cond)g(\(\(in)m(teractiv)m(e-p)j(\))c(\(cond)
+h(\(\(=)g(\(p)s(oin)m(t\))g(\(p)s(oin)m(t-max\)\))h(\(message)f
+Fp(")p Ft(Sending)f(EOF)150 4524 y(to)h(comin)m(t)h(pro)s(cess)p
+Fp(")p Ft(\)\))e(\(t)h(\(dtk-tone)g(500)h(30)f('force\))h(\(emacsp)s
+(eak-sp)s(eak-c)m(har)g(t\)\)\))g(ad-do-it\))g(\(t)150
+4634 y(ad-do-it\)\))g(ad-return-v)-5 b(alue\))275 4768
+y(\(defadvice)31 b(eshell-delete-bac)m(kw)m(ard-c)m(har)j(\(around)c
+(emacsp)s(eak)h(pre)f(act\))h Fp(")p Ft(Sp)s(eak)f(c)m(haracter)150
+4877 y(y)m(ou're)h(deleting.)p Fp(")g Ft(\(cond)g(\(\(in)m(teractiv)m
+(e-p)j(\))c(\(dtk-tone)i(500)f(30)h('force\))f(\(emacsp)s(eak-sp)s
+(eak-this-)150 4987 y(c)m(har)g(\(preceding-c)m(har)g(\)\))g
+(ad-do-it\))h(\(t)f(ad-do-it\)\))h(ad-return-v)-5 b(alue\))275
+5121 y(\(defadvice)31 b(eshell-sho)m(w-output)g(\(after)g(emacsp)s(eak)
+g(pre)f(act)i(comp\))e Fp(")p Ft(Sp)s(eak)g(output.)p
+Fp(")150 5230 y Ft(\(when)g(\(in)m(teractiv)m(e-p\))j(\(let)f
+(\(\(emacsp)s(eak-sho)m(w-p)s(oin)m(t)h(t\))e(\(v)m(oice-lo)s(c)m(k-mo)
+s(de)i(t\)\))f(\(emacsp)s(eak-)150 5340 y(auditory-icon)f('large-mo)m
+(v)m(emen)m(t\))k(\(emacsp)s(eak-sp)s(eak-region)d(\(p)s(oin)m(t\))f
+(\(mark\)\)\)\)\))h(\(defadvice)p eop end
+%%Page: 140 143
+TeXDict begin 140 142 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(140)150 299
+y(eshell-mark-output)31 b(\(after)g(emacsp)s(eak)g(pre)f(act)i(comp\))e
+Fp(")p Ft(Sp)s(eak)g(output.)p Fp(")g Ft(\(when)g(\(in)m(teractiv)m
+(e-p\))150 408 y(\(let)i(\(\(emacsp)s(eak-sho)m(w-p)s(oin)m(t)g(t\))f
+(\(v)m(oice-lo)s(c)m(k-mo)s(de)j(t\)\))d(\(emacsp)s(eak-auditory-icon)
+150 518 y('mark-ob)5 b(ject\))32 b(\(emacsp)s(eak-sp)s
+(eak-line\)\)\)\))i(\(defadvice)d(eshell-kill-output)h(\(after)f
+(emacsp)s(eak)g(pre)150 628 y(act)h(comp\))e Fp(")p Ft(Pro)s(duce)g
+(auditory)g(feedbac)m(k.)p Fp(")h Ft(\(when)f(\(in)m(teractiv)m(e-p\))k
+(\(emacsp)s(eak-auditory-icon)150 737 y('delete-ob)5
+b(ject\))33 b(\(message)f Fp(")p Ft(Flushed)e(output)p
+Fp(")p Ft(\)\)\))275 882 y(\(defadvice)h(eshell-kill-input)g(\(b)s
+(efore)g(emacsp)s(eak)g(pre)f(act)h(\))g Fp(")p Ft(Pro)m(vide)f(sp)s
+(ok)m(en)g(feedbac)m(k.)p Fp(")150 991 y Ft(\(when)g(\(in)m(teractiv)m
+(e-p\))j(\(emacsp)s(eak-auditory-icon)g('delete-ob)5
+b(ject)33 b(\))e(\(emacsp)s(eak-sp)s(eak-line\)\)\))275
+1136 y(\(defadvice)g(eshell-toggle)j(\(after)d(emacsp)s(eak)g(pre)f
+(act)h(comp\))g Fp(")p Ft(Pro)m(vide)f(sp)s(ok)m(en)h(con)m(text)150
+1246 y(feedbac)m(k.)p Fp(")g Ft(\(when)f(\(in)m(teractiv)m(e-p\))k
+(\(cond)c(\(\(eq)i(ma)5 b(jor-mo)s(de)30 b('eshell-mo)s(de\))h
+(\(emacsp)s(eak-)150 1355 y(setup-programming-mo)s(de\))f(\(emacsp)s
+(eak-sp)s(eak-line\)\))j(\(t)e(\(emacsp)s(eak-sp)s(eak-mo)s
+(de-line\)\)\))150 1465 y(\(emacsp)s(eak-auditory-icon)i('select-ob)5
+b(ject\)\)\))34 b(\(defadvice)e(eshell-toggle-cd)h(\(after)f(emacsp)s
+(eak)150 1574 y(pre)e(act)h(comp\))g Fp(")p Ft(Pro)m(vide)g(sp)s(ok)m
+(en)f(con)m(text)i(feedbac)m(k.)p Fp(")f Ft(\(when)f(\(in)m(teractiv)m
+(e-p\))k(\(cond)c(\(\(eq)150 1684 y(ma)5 b(jor-mo)s(de)30
+b('eshell-mo)s(de\))i(\(emacsp)s(eak-sp)s(eak-line\)\))h(\(t)e
+(\(emacsp)s(eak-sp)s(eak-mo)s(de-line\)\)\))150 1794
+y(\(emacsp)s(eak-auditory-icon)i('select-ob)5 b(ject\)\)\))275
+1938 y(\(pro)m(vide)30 b('emacsp)s(eak-eshell\))275 2083
+y(lo)s(cal)h(v)-5 b(ariables:)47 b(folded-\014le:)f(t)30
+b(b)m(yte-compile-dynamic:)48 b(t)275 2228 y(Automatically)32
+b(generated)g(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 2337 y(eshell.)46 b(These)31
+b(options)f(are)h(customizable)h(via)f(Emacs')g(Custom)f(in)m(terface.)
+3371 2542 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-eshell-ls-use-p)s(ersonalities)390
+2651 y Ft(Indicates)31 b(if)f(ls)h(in)f(eshell)h(uses)f(di\013eren)m(t)
+g(v)m(oice)j(p)s(ersonalities.)150 2899 y Fr(12.19)69
+b(emacsp)t(eak-eterm)46 b(Options)150 3059 y Ft(Commen)m(tary:)g(This)
+30 b(mo)s(dule)f(mak)m(es)j(eterm)e(talk.)47 b(Eterm)30
+b(is)h(the)f(new)g(terminal)h(em)m(ulator)h(for)150 3168
+y(Emacs.)46 b(Use)31 b(of)f(emacsp)s(eak)h(with)f(eterm)h(really)h
+(needs)d(an)i(info)f(page.)47 b(A)m(t)31 b(presen)m(t,)g(the)f(only)h
+(do)s(c-)150 3278 y(umen)m(tation)g(is)g(the)f(source)h(lev)m(el)h(do)s
+(cumen)m(tation.)47 b(This)29 b(mo)s(dule)h(uses)g(Con)m(trol-t)h(as)g
+(an)f(addi-)150 3387 y(tional)i(pre\014x)d(k)m(ey)i(to)g(allo)m(w)h
+(the)f(user)e(T)-8 b(o)31 b(mo)m(v)m(e)h(around)d(the)i(terminal)g(and)
+e(ha)m(v)m(e)j(di\013eren)m(t)f(parts)150 3497 y(sp)s(ok)m(en.)275
+3642 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(options)
+h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150 3751
+y(eterm.)46 b(These)30 b(options)h(are)g(customizable)h(via)f(Emacs')g
+(Custom)e(in)m(terface.)3371 3956 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-eterm-b)s(old-p)s(ersonalit)
+m(y)390 4065 y Ft(P)m(ersonalit)m(y)32 b(to)f(indicate)h(terminal)f(b)s
+(old.)3371 4270 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-eterm-default-p)s(ersonalit)m(y)390
+4380 y Ft(Default)31 b(p)s(ersonalit)m(y)g(for)g(terminal.)3371
+4584 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-eterm-highligh)m(t-p)s(ersonalit)m(y)390
+4694 y Ft(P)m(ersonalit)m(y)32 b(to)f(sho)m(w)g(terminal)f(highligh)m
+(ting.)3371 4898 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-eterm-remote-hosts-cac)m(he)390
+5008 y Ft(File)32 b(where)d(list)i(of)g(kno)m(wn)f(remote)h(hosts)f(is)
+h(cac)m(hed)3371 5213 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-eterm-underline-p)s(ersonalit)m(y)390
+5322 y Ft(P)m(ersonalit)m(y)32 b(to)f(indicate)h(terminal)f
+(underlining.)p eop end
+%%Page: 141 144
+TeXDict begin 141 143 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(141)150 299
+y Fr(12.20)69 b(emacsp)t(eak-forms)46 b(Options)150 458
+y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-forms.)150
+568 y(These)h(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f
+(in)m(terface.)3371 736 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-forms-ro-v)m(oice)390 846
+y Ft(P)m(ersonalit)m(y)32 b(for)e(read-only)h(\014elds.)3371
+1014 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-forms-rw-v)m(oice)390 1124 y Ft(P)m(ersonalit)m(y)32
+b(for)e(read-write)h(\014elds.)150 1346 y Fr(12.21)69
+b(emacsp)t(eak-gn)l(us)45 b(Options)150 1505 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(options)g(de\014ned)g(in)g
+(mo)s(dule)f(emacsp)s(eak-gn)m(us.)150 1615 y(These)h(options)h(are)g
+(customizable)g(via)g(Emacs')g(Custom)f(in)m(terface.)3371
+1783 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-punctuation-mo)s(de)390 1892
+y Ft(Pron)m(unciation)31 b(mo)s(de)f(to)h(use)f(for)g(gn)m(us)g
+(bu\013ers.)150 2114 y Fr(12.22)69 b(emacsp)t(eak-hide)45
+b(Options)150 2274 y Ft(Commen)m(tary:)h(Flexible)32
+b(hide)e(and)g(sho)m(w)g(for)g(emacsp)s(eak.)46 b(This)30
+b(mo)s(dule)g(allo)m(ws)h(one)g(to)g(easily)150 2383
+y(hide)f(or)g(exp)s(ose)h(blo)s(c)m(ks)g(of)f(lines)h(starting)g(with)f
+(a)h(common)f(pre\014x.)45 b(It)30 b(is)h(motiv)-5 b(ated)32
+b(b)m(y)e(the)g(need)150 2493 y(to)h(\015exibly)f(hide)g(quoted)h(text)
+g(in)f(email)i(but)d(is)i(designed)f(to)h(b)s(e)f(more)g(general.)47
+b(the)31 b(pre\014x)e(pars-)150 2602 y(ing)i(is)f(inspired)f(b)m(y)h
+(\014lladapt.el)275 2732 y(Automatically)i(generated)g(do)s(cumen)m
+(tation)f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)
+150 2841 y(hide.)45 b(These)31 b(options)f(are)h(customizable)h(via)f
+(Emacs')g(Custom)f(in)m(terface.)3371 3010 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-hidden-header-line-p)s
+(ersonalit)m(y)390 3119 y Ft(P)m(ersonalit)m(y)32 b(used)e(to)h(iden)m
+(tify)g(header)f(lines)g(of)h(blo)s(c)m(ks.)150 3341
+y Fr(12.23)69 b(emacsp)t(eak-ido)45 b(Options)150 3500
+y Ft(Commen)m(tary:)h(sp)s(eec)m(h-enable)31 b(ido.el)h(This)d(is)i(an)
+f(in)m(teresting)i(task)f(since)f(most)h(of)g(the)f(v)-5
+b(alue-add)150 3610 y(pro)m(vided)30 b(b)m(y)g(pac)m(k)-5
+b(age)33 b(ido.el)e(is)f(visual)h(feedbac)m(k.)47 b(Sp)s(eec)m(h)30
+b(UI)g(Challenge:)47 b(What)31 b(is)f(the)h(most)150
+3720 y(e\016cien)m(t)h(means)e(of)h(con)m(v)m(eying)h(a)f(dynamically)g
+(up)s(dating)e(set)i(of)g(c)m(hoices?)47 b(curren)m(t)30
+b(strategy)i(is)e(to)150 3829 y(w)m(alk)h(the)g(list)g(using)f(c-s)g
+(and)g(c-r)h(as)f(pro)m(vided)g(b)m(y)h(ido)f(Set)h(n)m(um)m(b)s(er)e
+(matc)m(hes)i(sho)m(wn)f(to)h(3)g(using)150 3939 y(Custom)f(so)g(y)m
+(ou)h(don)m(t)g(hear)f(the)h(en)m(tire)g(list.)275 4068
+y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(options)h
+(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-ido.)150 4177
+y(These)g(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f(in)m
+(terface.)3371 4346 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-ido-\014rst-matc)m(h-v)m(oice)390
+4455 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ido-\014rst-matc)m(h)h
+(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-brigh)m(ten-extra)390
+4565 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-brigh)m(ten-extra-settings.)3371
+4733 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-ido-incomplete-regexp-v)m(oice)390
+4843 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ido-incomplete-regexp)j
+(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-monotone)390
+4952 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-monotone-settings.)3371 5121
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-ido-indicator-v)m(oice)390 5230 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(ido-indicator)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-smo)s(othen)i(whose)f(e\013ect)390 5340 y(can)g(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-settings.)p eop end
+%%Page: 142 145
+TeXDict begin 142 144 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(142)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-ido-only-matc)m(h-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(ido-only-matc)m(h)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)
+m(oice-b)s(olden)h(whose)g(e\013ect)390 518 y(can)g(b)s(e)e(c)m(hanged)
+i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+718 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-ido-sub)s(dir-v)m(oice)390 828 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(ido-sub)s(dir)f(This)g(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-ligh)m(ten-extra)35 b(whose)30 b(ef-)390 937
+y(fect)h(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)
+m(oice-ligh)m(ten-extra-settings.)150 1182 y Fr(12.24)69
+b(emacsp)t(eak-imen)l(u)46 b(Options)150 1341 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(options)g(de\014ned)g(in)g
+(mo)s(dule)f(emacsp)s(eak-imen)m(u.)150 1451 y(These)h(options)h(are)g
+(customizable)g(via)g(Emacs')g(Custom)f(in)m(terface.)3371
+1651 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-imen)m(u-autosp)s(eak)390 1761 y Ft(Sp)s(eak)30
+b(con)m(ten)m(ts)i(of)e(sections)i(automatically)h(if)d(set.)150
+2005 y Fr(12.25)69 b(emacsp)t(eak-info)46 b(Options)150
+2164 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-info.)150
+2274 y(These)h(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f
+(in)m(terface.)3371 2474 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-info-select-no)s(de-sp)s(eak-c)m(h)m(unk)
+390 2584 y Ft(*Sp)s(eci\014es)30 b(ho)m(w)h(m)m(uc)m(h)f(of)g(the)h
+(selected)h(no)s(de)e(gets)h(sp)s(ok)m(en.)45 b(P)m(ossible)32
+b(v)-5 b(alues)30 b(are:)46 b(screen-)390 2693 y(full)30
+b({)h(sp)s(eak)f(the)g(displa)m(y)m(ed)h(screen)g(no)s(de)f({)g(sp)s
+(eak)g(the)h(en)m(tire)g(no)s(de.)150 2938 y Fr(12.26)69
+b(emacsp)t(eak-isp)t(ell)46 b(Options)150 3097 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(options)g(de\014ned)g(in)g
+(mo)s(dule)f(emacsp)s(eak-isp)s(ell.)150 3207 y(These)h(options)h(are)g
+(customizable)g(via)g(Emacs')g(Custom)f(in)m(terface.)3371
+3407 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-isp)s(ell-max-c)m(hoices)390 3517 y
+Ft(Emacsp)s(eak)31 b(will)f(not)h(sp)s(eak)f(the)g(c)m(hoices)i(if)f
+(there)f(are)h(more)g(than)f(this)g(man)m(y)h(a)m(v)-5
+b(ailable)390 3626 y(corrections.)150 3871 y Fr(12.27)69
+b(emacsp)t(eak-jabb)t(er)45 b(Options)150 4030 y Ft(Commen)m(tary:)h
+(emacs-jabb)s(er.el)31 b(implemen)m(ts)g(a)g(jabb)s(er)e(clien)m(t)j
+(for)e(emacs)h(emacs-jabb)s(er)f(is)150 4140 y(hosted)g(at)h
+(sourceforge.)47 b(I)30 b(use)g(emacs-jabb)s(er)h(with)f(m)m(y)g
+(gmail.com)j(accoun)m(t)275 4282 y(Automatically)f(generated)g(do)s
+(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s
+(eak-)150 4392 y(jabb)s(er.)44 b(These)31 b(options)f(are)h
+(customizable)h(via)f(Emacs')g(Custom)f(in)m(terface.)3371
+4592 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-jabb)s(er-activit)m(y-p)s(ersonalit)m(y)390
+4701 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s(er-activit)m
+(y-face)j(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-animate)j(whose)
+390 4811 y(e\013ect)f(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-animate-settings.)3371 5011 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-jabb)s
+(er-c)m(hat-error-v)m(oice)390 5121 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(jabb)s(er-c)m(hat-error)g(This)g(p)s(ersonalit)m(y)h
+(uses)f(v)m(oice-b)s(olden-and-)390 5230 y(animate)h(whose)g(e\013ect)h
+(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m
+(oice-b)s(olden-and-)390 5340 y(animate-settings.)p eop
+end
+%%Page: 143 146
+TeXDict begin 143 145 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(143)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-jabb)s(er-c)m(hat-prompt-foreign-v)m(oice)390 408
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s(er-c)m
+(hat-prompt-foreign)h(This)e(p)s(ersonalit)m(y)i(uses)390
+518 y(v)m(oice-brigh)m(ten-medium)h(whose)e(e\013ect)i(can)f(b)s(e)f(c)
+m(hanged)h(globally)h(b)m(y)e(customizing)390 628 y(v)m(oice-brigh)m
+(ten-medium-settings.)3371 814 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-jabb)s(er-c)m(hat-prompt-lo)
+s(cal-v)m(oice)390 924 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s
+(er-c)m(hat-prompt-lo)s(cal)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-)390 1033 y(smo)s(othen-medium)g(whose)g(e\013ect)i(can)e(b)s(e)g
+(c)m(hanged)h(globally)h(b)m(y)e(customizing)390 1143
+y(v)m(oice-smo)s(othen-medium-settings.)3371 1329 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-jabb)s
+(er-c)m(hat-prompt-system-v)m(oice)390 1439 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(jabb)s(er-c)m(hat-prompt-system)h(This)e(p)s(ersonalit)m
+(y)i(uses)390 1548 y(v)m(oice-brigh)m(ten-extra)j(whose)c(e\013ect)i
+(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)390
+1658 y(v)m(oice-brigh)m(ten-extra-settings.)3371 1844
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-jabb)s(er-c)m(hat-text-foreign-v)m(oice)390 1954
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s(er-c)m
+(hat-text-foreign)j(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m
+(ten)390 2063 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)
+h(b)m(y)f(customizing)g(v)m(oice-brigh)m(ten-settings.)3371
+2250 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-jabb)s(er-c)m(hat-text-lo)s(cal-v)m(oice)390
+2359 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s(er-c)m
+(hat-text-lo)s(cal)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-smo)
+s(othen)390 2469 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s(othen-settings.)3371
+2655 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-jabb)s(er-rare-time-p)s(ersonalit)m(y)390
+2765 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s(er-rare-time-face)
+i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-animate-extra)390
+2874 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-animate-extra-settings.)3371
+3061 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-jabb)s(er-roster-user-a)m(w)m(a)m(y-v)m(oice)390
+3170 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s(er-roster-user-a)m
+(w)m(a)m(y)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-smo)s(othen-)
+390 3280 y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m(hanged)h
+(globally)g(b)m(y)g(customizing)g(v)m(oice-smo)s(othen-extra-)390
+3389 y(settings.)3371 3576 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-jabb)s(er-roster-user-c)m
+(hatt)m(y-v)m(oice)390 3685 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(jabb)s(er-roster-user-c)m(hatt)m(y)i(This)d(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten)390 3795
+y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-brigh)m(ten-settings.)3371 3981
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-jabb)s(er-roster-user-dnd-v)m(oice)390 4091 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(jabb)s(er-roster-user-dnd)e(This)i(p)s(ersonalit)m
+(y)h(uses)f(v)m(oice-ligh)m(ten-)390 4200 y(medium)f(whose)i(e\013ect)h
+(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m
+(oice-ligh)m(ten-medium-)390 4310 y(settings.)3371 4496
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-jabb)s(er-roster-user-error-v)m(oice)390 4606 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s(er-roster-user-error)f
+(This)h(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden-)390
+4715 y(and-animate)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)h(v)m(oice-b)s(olden-and-)390
+4825 y(animate-settings.)3371 5011 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-jabb)s
+(er-roster-user-o\017ine-v)m(oice)390 5121 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(jabb)s(er-roster-user-o\017ine)g(This)g(p)s(ersonalit)m
+(y)g(uses)g(v)m(oice-smo)s(othen-)390 5230 y(extra)h(whose)f(e\013ect)i
+(can)f(b)s(e)f(c)m(hanged)h(globally)g(b)m(y)g(customizing)g(v)m
+(oice-smo)s(othen-extra-)390 5340 y(settings.)p eop end
+%%Page: 144 147
+TeXDict begin 144 146 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(144)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-jabb)s(er-roster-user-online-v)m(oice)390 408 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s(er-roster-user-online)g
+(This)g(p)s(ersonalit)m(y)g(uses)g(v)m(oice-b)s(olden)390
+518 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-settings.)3371 714
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-jabb)s(er-roster-user-xa-v)m(oice)390 823 y Ft(P)m(ersonalit)m(y)
+32 b(used)e(for)g(jabb)s(er-roster-user-xa)g(This)g(p)s(ersonalit)m(y)h
+(uses)e(v)m(oice-ligh)m(ten)34 b(whose)390 933 y(e\013ect)e(can)f(b)s
+(e)e(c)m(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-ligh)m
+(ten-settings.)3371 1129 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-jabb)s(er-sp)s(eak-presence-alerts)390
+1238 y Ft(Set)31 b(to)g(T)f(if)g(y)m(ou)h(w)m(an)m(t)g(to)g(hear)f
+(presence)h(alerts.)3371 1434 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-jabb)s(er-title-large-v)m
+(oice)390 1544 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s
+(er-title-large)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s
+(olden-extra)390 1653 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-extra-settings.)
+3371 1849 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-jabb)s(er-title-medium-v)m(oice)390
+1959 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(jabb)s(er-title-medium)g
+(This)g(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)i(whose)390
+2068 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-settings.)3371 2264
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-jabb)s(er-title-small-v)m(oice)390 2374 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(jabb)s(er-title-small)i(This)d(p)s(ersonalit)m(y)i(uses)
+f(v)m(oice-ligh)m(ten)k(whose)c(ef-)390 2483 y(fect)h(can)g(b)s(e)f(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-ligh)m
+(ten-settings.)150 2724 y Fr(12.28)69 b(emacsp)t(eak-k)l(eymap)46
+b(Options)150 2884 y Ft(Automatically)33 b(generated)e(do)s(cumen)m
+(tation)h(for)e(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-)
+150 2993 y(k)m(eymap.)46 b(These)30 b(options)h(are)g(customizable)h
+(via)f(Emacs')g(Custom)f(in)m(terface.)3371 3189 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-alt-k)m
+(eys)390 3299 y Ft(*Sp)s(eci\014es)30 b(alt)h(k)m(ey)h(bindings)d(for)h
+(the)g(audio)h(desktop.)46 b(Y)-8 b(ou)31 b(can)f(turn)f(the)i(`P)m
+(ause')g(k)m(ey)h(on)390 3408 y(y)m(our)e(Lin)m(ux)g(PC)g(k)m(eyb)s
+(oard)g(in)m(to)i(a)e(`alt')i(k)m(ey)f(on)g(Lin)m(ux)e(b)m(y)i(ha)m
+(ving)g(it)f(emit)i(the)e(sequence)390 3518 y(`C-x)p
+Fp(@)p Ft(a'.)390 3658 y(Bindings)g(sp)s(eci\014ed)g(here)g(are)h(a)m
+(v)-5 b(ailable)32 b(on)f(pre\014x)e(k)m(ey)i(`alt')h(\(not)f(to)g(b)s
+(e)f(confused)f(with)390 3768 y(alt==meta\))j(for)e(example,)i(if)e(y)m
+(ou)h(bind)e(`s')h(to)h(command)g(emacsp)s(eak-emergency-tts-)390
+3877 y(restart)g(then)f(that)h(command)f(will)h(b)s(e)f(a)m(v)-5
+b(ailable)32 b(on)f(k)m(ey)g(`AL)-8 b(T)30 b(s')390 4018
+y(The)g(v)-5 b(alue)31 b(of)f(this)h(v)-5 b(ariable)31
+b(is)f(an)g(asso)s(ciation)i(list.)47 b(The)30 b(car)h(of)f(eac)m(h)i
+(elemen)m(t)f(sp)s(eci\014es)390 4127 y(a)g(k)m(ey)g(sequence.)46
+b(The)30 b(cdr)g(sp)s(eci\014es)g(an)g(in)m(teractiv)m(e)j(command)d
+(that)h(the)g(k)m(ey)g(sequence)390 4237 y(executes.)47
+b(T)-8 b(o)31 b(en)m(ter)g(a)g(k)m(ey)g(with)f(a)h(mo)s(di\014er,)e(t)m
+(yp)s(e)i(C-q)f(follo)m(w)m(ed)i(b)m(y)e(the)h(desired)f(mo)s(di\014ed)
+390 4346 y(k)m(eystrok)m(e.)48 b(F)-8 b(or)31 b(example,)g(to)g(en)m
+(ter)g(C-s)f(\(Con)m(trol)i(s\))e(as)h(the)f(k)m(ey)i(to)f(b)s(e)e(b)s
+(ound,)g(t)m(yp)s(e)i(C-q)390 4456 y(C-s)f(in)g(the)h(k)m(ey)g(\014eld)
+f(in)g(the)g(customization)j(bu\013er.)45 b(Y)-8 b(ou)30
+b(can)h(use)f(the)h(notation)g([f1],)h([f2],)390 4566
+y(etc.,)g(to)f(sp)s(ecify)f(function)g(k)m(eys.)3371
+4761 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-h)m(yp)s(er-k)m(eys)390 4871 y Ft(*Sp)s(eci\014es)30
+b(h)m(yp)s(er)f(k)m(ey)j(bindings)d(for)h(the)g(audio)h(desktop.)46
+b(Emacs)30 b(can)h(use)f(the)h(`h)m(yp)s(er')e(k)m(ey)390
+4981 y(as)i(a)f(mo)s(di\014er)g(k)m(ey)-8 b(.)47 b(Y)-8
+b(ou)31 b(can)f(turn)f(the)i(`windo)m(ws')f(k)m(eys)h(on)f(y)m(our)h
+(Lin)m(ux)f(PC)f(k)m(eyb)s(oard)390 5090 y(in)m(to)i(a)g(`h)m(yp)s(er')
+f(k)m(ey)h(on)f(Lin)m(ux)g(b)m(y)g(ha)m(ving)h(it)g(emit)g(the)g
+(sequence)g(`C-x)p Fp(@)p Ft(h'.)390 5230 y(Bindings)f(sp)s(eci\014ed)g
+(here)g(are)h(a)m(v)-5 b(ailable)32 b(on)f(pre\014x)e(k)m(ey)i(`h)m(yp)
+s(er')f(for)g(example,)h(if)g(y)m(ou)f(bind)390 5340
+y(`b')g(to)h(command)g(`bb)s(db)d(')i(then)g(that)h(command)f(will)h(b)
+s(e)f(a)m(v)-5 b(ailable)33 b(on)d(k)m(ey)h(`h)m(yp)s(er)f(b'.)p
+eop end
+%%Page: 145 148
+TeXDict begin 145 147 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(145)390 299
+y(The)30 b(v)-5 b(alue)31 b(of)f(this)h(v)-5 b(ariable)31
+b(is)f(an)g(asso)s(ciation)i(list.)47 b(The)30 b(car)h(of)f(eac)m(h)i
+(elemen)m(t)f(sp)s(eci\014es)390 408 y(a)g(k)m(ey)g(sequence.)46
+b(The)30 b(cdr)g(sp)s(eci\014es)g(an)g(in)m(teractiv)m(e)j(command)d
+(that)h(the)g(k)m(ey)g(sequence)390 518 y(executes.)47
+b(T)-8 b(o)31 b(en)m(ter)g(a)g(k)m(ey)g(with)f(a)h(mo)s(di\014er,)e(t)m
+(yp)s(e)i(C-q)f(follo)m(w)m(ed)i(b)m(y)e(the)h(desired)f(mo)s(di\014ed)
+390 628 y(k)m(eystrok)m(e.)48 b(F)-8 b(or)31 b(example,)g(to)g(en)m
+(ter)g(C-s)f(\(Con)m(trol)i(s\))e(as)h(the)f(k)m(ey)i(to)f(b)s(e)e(b)s
+(ound,)g(t)m(yp)s(e)i(C-q)390 737 y(C-s)f(in)g(the)h(k)m(ey)g(\014eld)f
+(in)g(the)g(customization)j(bu\013er.)45 b(Y)-8 b(ou)30
+b(can)h(use)f(the)h(notation)g([f1],)h([f2],)390 847
+y(etc.,)g(to)f(sp)s(ecify)f(function)g(k)m(eys.)3371
+1051 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-p)s(ersonal-k)m(eys)390 1161 y Ft(*Sp)s(eci\014es)30
+b(p)s(ersonal)g(k)m(ey)h(bindings)e(for)h(the)h(audio)f(desktop.)46
+b(Bindings)30 b(sp)s(eci\014ed)g(here)g(are)390 1270
+y(a)m(v)-5 b(ailable)33 b(on)d(pre\014x)f(k)m(ey)i(C-e)g(x)f(for)h
+(example,)g(if)f(y)m(ou)h(bind)e(`s')i(to)g(command)f(emacsp)s(eak-)390
+1380 y(emergency-tts-restart)j(then)d(that)h(command)f(will)h(b)s(e)f
+(a)m(v)-5 b(ailable)32 b(on)f(k)m(ey)g(C-e)f(x)h(s)390
+1525 y(The)f(v)-5 b(alue)31 b(of)f(this)h(v)-5 b(ariable)31
+b(is)f(an)g(asso)s(ciation)i(list.)47 b(The)30 b(car)h(of)f(eac)m(h)i
+(elemen)m(t)f(sp)s(eci\014es)390 1634 y(a)g(k)m(ey)g(sequence.)46
+b(The)30 b(cdr)g(sp)s(eci\014es)g(an)g(in)m(teractiv)m(e)j(command)d
+(that)h(the)g(k)m(ey)g(sequence)390 1744 y(executes.)47
+b(T)-8 b(o)31 b(en)m(ter)g(a)g(k)m(ey)g(with)f(a)h(mo)s(di\014er,)e(t)m
+(yp)s(e)i(C-q)f(follo)m(w)m(ed)i(b)m(y)e(the)h(desired)f(mo)s(di\014ed)
+390 1853 y(k)m(eystrok)m(e.)48 b(F)-8 b(or)31 b(example,)g(to)g(en)m
+(ter)g(C-s)f(\(Con)m(trol)i(s\))e(as)h(the)f(k)m(ey)i(to)f(b)s(e)e(b)s
+(ound,)g(t)m(yp)s(e)i(C-q)390 1963 y(C-s)f(in)g(the)h(k)m(ey)g(\014eld)
+f(in)g(the)g(customization)j(bu\013er.)45 b(Y)-8 b(ou)30
+b(can)h(use)f(the)h(notation)g([f1],)h([f2],)390 2073
+y(etc.,)g(to)f(sp)s(ecify)f(function)g(k)m(eys.)3371
+2277 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-sup)s(er-k)m(eys)390 2387 y Ft(*Sp)s(eci\014es)30
+b(sup)s(er)f(k)m(ey)i(bindings)e(for)h(the)h(audio)f(desktop.)46
+b(Y)-8 b(ou)31 b(can)g(turn)e(the)h(righ)m(t)h(`win-)390
+2496 y(do)m(ws)f(men)m(u')g(k)m(eys)h(on)g(y)m(our)f(Lin)m(ux)g(PC)g(k)
+m(eyb)s(oard)g(in)m(to)h(a)g(`sup)s(er')e(k)m(ey)i(on)g(Lin)m(ux)e(b)m
+(y)i(ha)m(ving)390 2606 y(it)g(emit)g(the)g(sequence)f(`C-x)p
+Fp(@)p Ft(s'.)390 2750 y(Bindings)g(sp)s(eci\014ed)g(here)g(are)h(a)m
+(v)-5 b(ailable)32 b(on)f(pre\014x)e(k)m(ey)i(`sup)s(er')e(for)h
+(example,)i(if)e(y)m(ou)h(bind)390 2860 y(`s')g(to)g(command)f(emacsp)s
+(eak-emergency-tts-restart)k(then)c(that)h(command)f(will)h(b)s(e)f(a)m
+(v)-5 b(ail-)390 2970 y(able)31 b(on)f(k)m(ey)h(`sup)s(er)e(s')390
+3114 y(The)h(v)-5 b(alue)31 b(of)f(this)h(v)-5 b(ariable)31
+b(is)f(an)g(asso)s(ciation)i(list.)47 b(The)30 b(car)h(of)f(eac)m(h)i
+(elemen)m(t)f(sp)s(eci\014es)390 3224 y(a)g(k)m(ey)g(sequence.)46
+b(The)30 b(cdr)g(sp)s(eci\014es)g(an)g(in)m(teractiv)m(e)j(command)d
+(that)h(the)g(k)m(ey)g(sequence)390 3333 y(executes.)47
+b(T)-8 b(o)31 b(en)m(ter)g(a)g(k)m(ey)g(with)f(a)h(mo)s(di\014er,)e(t)m
+(yp)s(e)i(C-q)f(follo)m(w)m(ed)i(b)m(y)e(the)h(desired)f(mo)s(di\014ed)
+390 3443 y(k)m(eystrok)m(e.)48 b(F)-8 b(or)31 b(example,)g(to)g(en)m
+(ter)g(C-s)f(\(Con)m(trol)i(s\))e(as)h(the)f(k)m(ey)i(to)f(b)s(e)e(b)s
+(ound,)g(t)m(yp)s(e)i(C-q)390 3552 y(C-s)f(in)g(the)h(k)m(ey)g(\014eld)
+f(in)g(the)g(customization)j(bu\013er.)45 b(Y)-8 b(ou)30
+b(can)h(use)f(the)h(notation)g([f1],)h([f2],)390 3662
+y(etc.,)g(to)f(sp)s(ecify)f(function)g(k)m(eys.)150 3910
+y Fr(12.29)69 b(emacsp)t(eak-loaddefs)46 b(Options)150
+4069 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-)150
+4179 y(loaddefs.)46 b(These)30 b(options)h(are)f(customizable)i(via)f
+(Emacs')g(Custom)f(in)m(terface.)3371 4383 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-c)m(haracter-ec)m(ho)390
+4493 y Ft(If)30 b(t,)h(then)f(emacsp)s(eak)h(ec)m(ho)s(es)g(c)m
+(haracters)h(as)f(y)m(ou)f(t)m(yp)s(e.)46 b(Y)-8 b(ou)31
+b(can)g(use)f(C-e)h(d)e(k)i(to)g(toggle)390 4602 y(this)f(setting.)3371
+4807 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-line-ec)m(ho)390 4916 y Ft(If)30 b(t,)h(then)f
+(emacsp)s(eak)h(ec)m(ho)s(es)g(lines)g(as)f(y)m(ou)h(t)m(yp)s(e.)46
+b(Y)-8 b(ou)31 b(can)g(use)f(C-e)g(d)g(l)h(to)g(set)g(this)f(op-)390
+5026 y(tion.)3371 5230 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-pla)m(y-program)390 5340
+y Ft(Name)31 b(of)g(executable)h(that)f(pla)m(ys)f(sound)g(\014les.)p
+eop end
+%%Page: 146 149
+TeXDict begin 146 148 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(146)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-sounds-default-theme)390 408 y Ft(Default)31 b(theme)g(for)f
+(auditory)h(icons.)3371 598 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s(eak-em)m(b)s
+(edded-url-pattern)390 708 y Ft(P)m(attern)31 b(to)g(recognize)i(em)m
+(b)s(edded)c(URLs.)3371 898 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w)m(ord-ec)m(ho)390
+1008 y Ft(If)30 b(t,)h(then)f(emacsp)s(eak)h(ec)m(ho)s(es)g(w)m(ords)f
+(as)h(y)m(ou)f(t)m(yp)s(e.)46 b(Y)-8 b(ou)31 b(can)g(use)f(C-e)h(d)e(w)
+h(to)i(toggle)g(this)390 1117 y(option.)150 1354 y Fr(12.30)69
+b(emacsp)t(eak-m-pla)l(y)l(er)46 b(Options)150 1513 y
+Ft(Commen)m(tary:)g(De\014nes)31 b(a)f(simple)h(deriv)m(ed)f(mo)s(de)g
+(for)g(in)m(teracting)i(with)f(mpla)m(y)m(er.)150 1623
+y(mpla)m(y)m(er)g(is)g(a)f(v)m(ersatile)j(media)d(pla)m(y)m(er)i
+(capable)f(of)g(pla)m(ying)g(man)m(y)f(streaming)h(formats)150
+1732 y(and)f(is)g(esp)s(ecially)i(useful)d(for)i(pla)m(ying)g(windo)m
+(ws)e(media)i(\(WMA\))h(and)e(stream-)150 1842 y(ing)h(windo)m(ws)e
+(media)i(\(ASF\))g(\014les.)46 b(mpla)m(y)m(er)31 b(is)f(a)m(v)-5
+b(ailable)33 b(on)d(the)h(WWW:)h(RPM)150 1952 y(pac)m(k)-5
+b(age)32 b(h)m(ttp://mirrors.sctp)s(c.com/dominik/lin)m(ux/pkgs/mpla)m
+(y)m(er/i586/)q(mpla)m(y)n(er-)150 2061 y(0.90pre5-2.i586.rpm)i(Y)-8
+b(ou)30 b(ma)m(y)h(need)g(the)f(win32)h(co)s(decs)g(whic)m(h)f(can)g(b)
+s(e)g(do)m(wn-)150 2171 y(loaded)h(from)f(h)m
+(ttp://ftp.lug.udel.edu/MPla)m(y)m(er/releases/w32co)t(dec-0.)q(60.)q
+(ta)q(r.bz2)150 2280 y(Mpla)m(y)m(er)i(F)-10 b(A)m(Q)31
+b(at)g(h)m(ttp://www.mpla)m(y)m(erhq.h)m(u/DOCS/faq.h)m(tml)h(Mpla)m(y)
+m(er)g(do)s(cs)e(at)150 2390 y(h)m(ttp://www.mpla)m(y)m(erhq.h)m
+(u/DOCS/)275 2527 y(Automatically)i(generated)g(do)s(cumen)m(tation)f
+(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-m-)150
+2637 y(pla)m(y)m(er.)47 b(These)30 b(options)h(are)f(customizable)i
+(via)f(Emacs')g(Custom)f(in)m(terface.)3371 2827 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-m-pla)m(y)m
+(er-options)390 2936 y Ft(Options)30 b(passed)g(to)h(mpla)m(y)m(er.)
+3371 3126 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-m-pla)m(y)m(er-program)390 3236 y Ft(Media)31
+b(pla)m(y)m(er)h(program.)150 3472 y Fr(12.31)69 b(emacsp)t(eak-madpla)
+l(y)46 b(Options)150 3632 y Ft(Commen)m(tary:)g(De\014nes)31
+b(a)f(simple)h(deriv)m(ed)f(mo)s(de)g(for)g(in)m(teracting)i(with)f
+(madpla)m(y)-8 b(.)46 b(madpla)m(y)31 b(na)m(vi-)150
+3741 y(gation)h(commands)e(w)m(ork)g(via)h(single)g(k)m(eystrok)m(es.)
+275 3879 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f
+(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150
+3988 y(madpla)m(y)-8 b(.)47 b(These)30 b(options)g(are)h(customizable)h
+(via)f(Emacs')g(Custom)f(in)m(terface.)3371 4178 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-madpla)m
+(y-media-directory)390 4288 y Ft(Directory)32 b(to)f(lo)s(ok)g(for)f
+(media)h(\014les.)3371 4478 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-madpla)m(y-program)390
+4587 y Ft(Script)30 b(to)h(in)m(v)m(ok)m(e)h(madpla)m(y)-8
+b(.)47 b(Emacsp)s(eak)30 b(comes)i(with)e(a)g(sample)h(amadpla)m(y)g
+(script)f(in)390 4697 y(etc/amadpla)m(y)j(that)e(sets)f(up)g(madpla)m
+(y)g(to)i(pip)s(e)d(output)h(to)h(alsa.)150 4934 y Fr(12.32)69
+b(emacsp)t(eak-mak)l(e-mo)t(de)46 b(Options)150 5093
+y Ft(Commen)m(tary:)g(This)30 b(mo)s(dule)f(sp)s(eec)m(h)i(enables)f
+(mak)m(e-mo)s(de)275 5230 y(Automatically)i(generated)g(do)s(cumen)m
+(tation)f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)
+150 5340 y(mak)m(e-mo)s(de.)47 b(These)30 b(options)h(are)f
+(customizable)i(via)f(Emacs')g(Custom)f(in)m(terface.)p
+eop end
+%%Page: 147 150
+TeXDict begin 147 149 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(147)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-mak)m(e\014le-mak)m(epp-p)s(erl-v)m(oice)390 408
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(mak)m(e\014le-mak)m(epp-p)s
+(erl)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-smo)s(othen)390
+518 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-smo)s(othen-settings.)3371 707
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-mak)m(e\014le-shell-v)m(oice)390 817 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(mak)m(e\014le-shell)i(This)e(p)s(ersonalit)m(y)h(uses)e
+(v)m(oice-animate)34 b(whose)c(e\013ect)390 926 y(can)h(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-animate-settings.)
+3371 1116 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-mak)m(e\014le-space-v)m(oice)390 1225
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(mak)m(e\014le-space)i(This)e
+(p)s(ersonalit)m(y)h(uses)f(v)m(oice-monotone)j(whose)d(ef-)390
+1335 y(fect)h(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)h(v)m(oice-monotone-settings.)3371 1524
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-mak)m(e\014le-targets-v)m(oice)390 1633 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(mak)m(e\014le-targets)j(This)d(p)s(ersonalit)m(y)h(uses)
+f(v)m(oice-b)s(olden)h(whose)g(e\013ect)390 1743 y(can)g(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-settings.)150 1979 y Fr(12.33)69 b(emacsp)t(eak-message)47
+b(Options)150 2138 y Ft(Automatically)33 b(generated)e(do)s(cumen)m
+(tation)h(for)e(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-)
+150 2248 y(message.)47 b(These)30 b(options)h(are)f(customizable)i(via)
+f(Emacs')g(Custom)f(in)m(terface.)3371 2437 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-message-punctuation-mo)s(de)
+390 2547 y Ft(Pron)m(unciation)31 b(mo)s(de)f(to)h(use)f(for)g(message)
+i(bu\013ers.)150 2783 y Fr(12.34)69 b(emacsp)t(eak-m)l(use)46
+b(Options)150 2942 y Ft(Commen)m(tary:)g(Sp)s(eec)m(h)30
+b(enable)h(Muse)275 3079 y(Automatically)h(generated)g(do)s(cumen)m
+(tation)f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)
+150 3189 y(m)m(use.)46 b(These)30 b(options)h(are)f(customizable)i(via)
+f(Emacs')g(Custom)f(in)m(terface.)3371 3378 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-m)m(use-bad-link-p)s
+(ersonalit)m(y)390 3488 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(m)m
+(use-bad-link-face)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s
+(olden-and-)390 3597 y(animate)h(whose)g(e\013ect)h(can)e(b)s(e)g(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-and-)390
+3707 y(animate-settings.)3371 3896 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-m)m(use-emphasis-1-v)m(oice)
+390 4005 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(m)m(use-emphasis-1)h
+(This)e(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten)k(whose)c(ef-)
+390 4115 y(fect)h(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)h(v)m(oice-ligh)m(ten-settings.)3371 4304
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-m)m
+(use-emphasis-2-v)m(oice)390 4414 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(m)m(use-emphasis-2)h(This)e(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-ligh)m(ten-medium)390 4523 y(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m
+(ten-medium-settings.)3371 4712 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-m)m(use-emphasis-3-v)m(oice)
+390 4822 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(m)m(use-emphasis-3)h
+(This)e(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten-extra)390
+4932 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-ligh)m(ten-extra-settings.)3371
+5121 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-m)m(use-header-1-v)m(oice)390 5230
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(m)m(use-header-1)h(This)f(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)h(whose)g(e\013ect)390
+5340 y(can)g(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-b)s(olden-settings.)p eop end
+%%Page: 148 151
+TeXDict begin 148 150 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(148)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-m)m
+(use-header-2-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(m)m(use-header-2)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-b)s(olden-medium)390 518 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-medium-settings.)3371 700 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-m)m(use-header-3-v)m(oice)
+390 809 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(m)m(use-header-3)h
+(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden-extra)i(whose)390
+919 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-extra-settings.)3371
+1100 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-m)m(use-header-4-v)m(oice)390 1210
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(m)m(use-header-4)h(This)f(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden-extra)i(whose)390
+1319 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-extra-settings.)3371
+1501 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-m)m(use-header-5-v)m(oice)390 1611
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(m)m(use-header-5)h(This)f(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden-extra)i(whose)390
+1720 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-extra-settings.)3371
+1902 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-m)m(use-link-p)s(ersonalit)m(y)390
+2011 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(m)m(use-link-face)i(This)
+d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten)j(whose)d(e\013ect)
+390 2121 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g
+(v)m(oice-brigh)m(ten-settings.)3371 2302 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-m)m(use-v)m(erbatim-p)s
+(ersonalit)m(y)390 2412 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(m)m
+(use-v)m(erbatim-face)j(This)c(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-monotone)390 2522 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-monotone-settings.)150
+2752 y Fr(12.35)69 b(emacsp)t(eak-o)t(cr)45 b(Options)150
+2912 y Ft(Commen)m(tary:)h(This)30 b(mo)s(dule)f(de\014nes)h(Emacsp)s
+(eak)g(fron)m(t-end)h(to)g(OCR.)f(This)f(mo)s(dule)h(assumes)150
+3021 y(that)h(sane)f(is)h(installed)g(and)f(w)m(orking)g(for)h(image)g
+(acquisition,)h(and)e(that)h(there)f(is)h(an)f(OCR)g(engine)150
+3131 y(that)h(can)g(tak)m(e)h(acquired)e(images)h(and)f(pro)s(duce)f
+(text.)47 b(Prerequisites:)f(Sane)30 b(installed)i(and)d(w)m(ork-)150
+3240 y(ing.)46 b(scanimage)32 b(to)f(generate)h(ti\013)f(\014les)f
+(from)g(scanner.)45 b(ti\013cp)31 b(to)g(compress)f(the)h(ti\013)g
+(\014le.)46 b(w)m(orking)150 3350 y(o)s(cr)30 b(executable)i(b)m(y)f
+(default)f(this)g(mo)s(dule)g(assumes)g(that)h(the)g(OCR)e(executable)j
+(is)f(named)e Fp(")p Ft(o)s(cr)p Fp(")275 3484 y Ft(Automatically)j
+(generated)g(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h(mo)
+s(dule)g(emacsp)s(eak-o)s(cr.)150 3593 y(These)g(options)h(are)g
+(customizable)g(via)g(Emacs')g(Custom)f(in)m(terface.)3371
+3775 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-o)s(cr-compress-image)390 3884 y Ft(Command)29
+b(used)h(to)h(compress)f(the)h(scanned)f(ti\013)h(\014le.)3371
+4066 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-o)s(cr-compress-image-options)390 4175
+y Ft(Options)30 b(used)g(for)g(compressing)g(ti\013)h(image.)3371
+4357 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-o)s(cr-compress-photo-options)390 4467
+y Ft(Options)30 b(used)g(when)f(created)i(JPEG)f(from)g(scanned)g
+(photographs.)3371 4648 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-o)s(cr-engine)390 4758
+y Ft(OCR)30 b(engine)g(to)i(pro)s(cess)d(acquired)i(image.)3371
+4939 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-o)s(cr-engine-options)390 5049 y Ft(Command)29
+b(line)i(options)g(to)g(pass)f(to)h(OCR)f(engine.)3371
+5230 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-o)s(cr-image-extension)390 5340 y Ft(Filename)32
+b(extension)f(used)e(for)h(acquired)h(image.)p eop end
+%%Page: 149 152
+TeXDict begin 149 151 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(149)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-o)s
+(cr-jp)s(eg-metadata-writer)390 408 y Ft(Program)30 b(to)i(add)d
+(metadata)j(to)g(JPEG)e(\014les.)3371 615 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-o)s(cr-k)m
+(eep-uncompressed-image)390 725 y Ft(If)30 b(set)h(to)g(T,)f
+(uncompressed)f(image)j(is)e(not)h(remo)m(v)m(ed.)3371
+932 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-o)s(cr-photo-compress)390 1041 y Ft(Program)30
+b(to)i(create)g(JPEG)e(compressed)g(images.)3371 1248
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-o)s
+(cr-scan-image)390 1358 y Ft(Name)31 b(of)g(image)g(acquisition)h
+(program.)3371 1565 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-o)s(cr-scan-image-options)390
+1674 y Ft(Command)29 b(line)i(options)g(to)g(pass)f(to)h(image)h
+(acquisition)f(program.)3371 1881 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-o)s(cr-scan-photo-options)
+390 1991 y Ft(Options)30 b(used)g(when)f(scanning)h(in)g(photographs.)
+3371 2198 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-o)s(cr-w)m(orking-directory)390 2307
+y Ft(Directory)32 b(where)e(images)h(and)f(OCR)g(results)g(will)g(b)s
+(e)g(placed.)150 2557 y Fr(12.36)69 b(emacsp)t(eak-outline)46
+b(Options)150 2716 y Ft(Commen)m(tary:)g(Pro)m(vide)31
+b(additional)g(advice)h(to)f(outline-mo)s(de)275 2862
+y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(options)h
+(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150 2972
+y(outline.)46 b(These)31 b(options)f(are)h(customizable)h(via)f(Emacs')
+g(Custom)f(in)m(terface.)3371 3178 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-outline-don)m(t-query-b)s
+(efore-sp)s(eaking)390 3288 y Ft(*Option)31 b(to)g(con)m(trol)g
+(prompts)f(when)f(sp)s(eaking)h(outline)h(sections.)150
+3537 y Fr(12.37)69 b(emacsp)t(eak-p)t(cl-cvs)44 b(Options)150
+3697 y Ft(Commen)m(tary:)i(Sp)s(eec)m(h-enabled)30 b(CVS)g(access)i
+(via)f(pac)m(k)-5 b(age)32 b(p)s(cl-cvs.el)275 3843 y(Automatically)g
+(generated)g(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h(mo)
+s(dule)g(emacsp)s(eak-p)s(cl-)150 3952 y(cvs.)46 b(These)30
+b(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f(in)m(terface.)
+3371 4159 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-cvs-\014lename-p)s(ersonalit)m(y)390
+4269 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(cvs-\014lename-face)i
+(This)e(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)i(whose)e(ef-)390
+4378 y(fect)h(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)h(v)m(oice-b)s(olden-settings.)3371 4585
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-cvs-handled-p)s(ersonalit)m(y)390 4695 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(cvs-handled-face)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-monotone-medium)390 4804 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-monotone-medium-)
+390 4914 y(settings.)3371 5121 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-cvs-header-p)s(ersonalit)m
+(y)390 5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(cvs-header-face)i
+(This)e(p)s(ersonalit)m(y)h(uses)e(v)m(oice-b)s(olden)j(whose)e
+(e\013ect)390 5340 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-settings.)p eop end
+%%Page: 150 153
+TeXDict begin 150 152 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(150)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-cvs-mark)m(ed-p)s(ersonalit)m(y)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(cvs-mark)m(ed-face)i(This)e(p)s(ersonalit)m(y)h(uses)f
+(v)m(oice-brigh)m(ten-medium)390 518 y(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-brigh)m
+(ten-medium-)390 628 y(settings.)3371 828 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-cvs-msg-p)s(ersonalit)m(y)
+390 937 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(cvs-msg-face)i(This)e
+(p)s(ersonalit)m(y)h(uses)f(v)m(oice-monotone-medium)390
+1047 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-monotone-medium-)390 1157 y(settings.)3371
+1357 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-cvs-need-action-p)s(ersonalit)m(y)390
+1466 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(cvs-need-action-face)k
+(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten)j(whose)390
+1576 y(e\013ect)f(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-brigh)m(ten-settings.)150 1820
+y Fr(12.38)69 b(emacsp)t(eak-p)t(ersonalit)l(y)47 b(Options)150
+1980 y Ft(Commen)m(tary:)f(This)30 b(mo)s(dule)f(de\014nes)h(a)h(p)s
+(ersonalit)m(y)g(in)m(terface)g(for)g(implemen)m(ting)g(v)m(oice)h(lo)s
+(c)m(k)f(via)150 2089 y(fon)m(t)g(lo)s(c)m(k.)275 2232
+y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(options)h
+(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150 2341
+y(p)s(ersonalit)m(y)-8 b(.)47 b(These)30 b(options)h(are)f
+(customizable)i(via)f(Emacs')g(Custom)f(in)m(terface.)3371
+2541 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-p)s(ersonalit)m(y-sho)m(w-unmapp)s(ed-faces)390
+2651 y Ft(If)30 b(set,)h(faces)g(that)g(don)m(t)g(ha)m(v)m(e)g(a)g
+(corresp)s(onding)f(p)s(ersonalit)m(y)g(are)h(displa)m(y)m(ed)g(in)f
+(the)h(mes-)390 2761 y(sages)g(area.)3371 2961 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-p)s
+(ersonalit)m(y-v)m(oiceify-faces)390 3070 y Ft(Determines)31
+b(ho)m(w)g(and)e(if)i(w)m(e)g(v)m(oiceify)h(faces.)390
+3213 y(None)f(means)f(that)h(faces)g(are)g(not)g(mapp)s(ed)e(to)i(v)m
+(oices.)47 b(Prep)s(end)29 b(means)h(that)h(the)g(corre-)390
+3322 y(sp)s(onding)e(p)s(ersonalit)m(y)i(is)f(prep)s(ended)e(to)j(the)g
+(existing)g(p)s(ersonalities)g(on)g(the)f(text.)390 3465
+y(App)s(end)e(means)j(place)g(corresp)s(onding)e(p)s(ersonalit)m(y)i
+(at)g(the)g(end.)45 b(Simple)30 b(means)g(that)390 3574
+y(v)m(oicei\014cation)j(is)e(not)f(cum)m(ulativ)m(e)j({this)d(is)h(the)
+f(default.)3371 3775 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-p)s(ersonalit)m(y-v)m(oiceify-o)m(v)m
+(erla)n(ys)390 3884 y Ft(Determines)31 b(ho)m(w)g(and)e(if)i(w)m(e)g(v)
+m(oiceify)h(o)m(v)m(erla)m(ys.)390 4027 y(None)f(means)f(that)h(o)m(v)m
+(erla)m(y)i(faces)e(are)g(not)g(mapp)s(ed)d(to)k(v)m(oices.)47
+b(Prep)s(end)29 b(means)h(that)h(the)390 4136 y(corresp)s(onding)e(p)s
+(ersonalit)m(y)i(is)g(prep)s(ended)d(to)j(the)g(existing)g(p)s
+(ersonalities)g(on)f(the)h(text)g(un-)390 4246 y(der)f(o)m(v)m(erla)m
+(y)-8 b(.)390 4388 y(App)s(end)28 b(means)j(place)g(corresp)s(onding)e
+(p)s(ersonalit)m(y)i(at)g(the)g(end.)150 4633 y Fr(12.39)69
+b(emacsp)t(eak-pronounce)45 b(Options)150 4792 y Ft(Commen)m(tary:)h
+(This)30 b(mo)s(dule)f(implemen)m(ts)i(user)f(customizable)i(pron)m
+(unciation)e(dictionaries)i(for)150 4902 y(emacsp)s(eak.)46
+b(Custom)30 b(pron)m(unciations)h(can)f(b)s(e)g(de\014ned)f(p)s(er)h
+(\014le,)g(p)s(er)g(directory)h(and/or)f(p)s(er)f(ma-)150
+5011 y(jor)h(mo)s(de.)45 b(Emacsp)s(eak)31 b(main)m(tains)g(a)g(p)s
+(ersisten)m(t)f(user)g(dictionary)h(up)s(on)e(request)h(and)g(loads)h
+(these)150 5121 y(in)f(new)g(emacsp)s(eak)h(sessions.)46
+b(This)29 b(mo)s(dule)h(implemen)m(ts)h(the)f(user)g(in)m(terface)i(to)
+f(the)g(custom)f(dic-)150 5230 y(tionary)h(as)g(w)m(ell)g(as)f(pro)m
+(viding)h(the)f(in)m(ternal)h(API)g(used)e(b)m(y)h(the)h(rest)g(of)f
+(emacsp)s(eak)h(in)f(using)g(the)150 5340 y(dictionary)-8
+b(.)47 b(Algorithm:)p eop end
+%%Page: 151 154
+TeXDict begin 151 153 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(151)275 299
+y(The)29 b(p)s(ersisten)m(t)i(dictionary)g(is)f(a)h(hash)f(table)h
+(where)f(the)g(hash)g(k)m(eys)h(are)g(\014lenames,)f(directory)150
+408 y(names,)h(or)f(ma)5 b(jor-mo)s(de)30 b(names.)46
+b(The)30 b(hash)f(v)-5 b(alues)31 b(are)g(asso)s(ciation)h(lists)f
+(de\014ning)e(the)i(dictio-)150 518 y(nary)-8 b(.)46
+b(Users)30 b(of)g(this)h(mo)s(dule)e(can)i(retriev)m(e)h(a)f
+(dictionary)g(made)f(up)f(of)i(all)g(applicable)g(asso)s(ciation)150
+628 y(lists)g(for)f(a)h(giv)m(en)g(\014le.)275 776 y(Automatically)h
+(generated)g(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h(mo)
+s(dule)g(emacsp)s(eak-)150 885 y(pronounce.)45 b(These)30
+b(options)h(are)g(customizable)h(via)f(Emacs')f(Custom)g(in)m(terface.)
+3371 1097 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)565
+1206 y Fk(emacsp)s(eak-pronounce-common-xml-namespace-uri-pron)m
+(unciations)390 1316 y Ft(Pron)m(unciations)f(for)f(w)m(ell)h(kno)m(wn)
+f(namespace)h(URIs.)3371 1528 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-pronounce-dictionaries-\014le)390 1637 y Ft(File)32
+b(that)f(holds)e(the)i(p)s(ersisten)m(t)f(emacsp)s(eak)h(pron)m
+(unciation)g(dictionaries.)3371 1849 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-pronounce-in)m
+(ternet-smileys-pron)m(unciations)390 1958 y Ft(Pron)m(unciation)31
+b(dictionary)g(used)f(in)g(all)h(instan)m(t)g(messenger)f(and)g(IR)m(C)
+g(c)m(hat)i(mo)s(des.)45 b(See)390 2068 y(h)m(ttp://oz.uc.edu/)p
+Fp(~)p Ft(solk)m(o)s(de/smileys.h)m(tml)35 b(for)30 b(a)h(full)f(list.)
+3371 2279 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-pronounce-load-pron)m(unciations-on-startup)390
+2389 y Ft(Sa)m(ys)31 b(if)f(user)g(dictionaries)h(loaded)g(on)f(emacsp)
+s(eak)h(startup.)3371 2601 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-pronounce-pron)m(unciation-p)s
+(ersonalit)m(y)390 2710 y Ft(*Pron)m(unciation)31 b(p)s(ersonalit)m(y)
+-8 b(.)47 b(This)30 b(is)g(the)h(p)s(ersonalit)m(y)g(used)e(when)h(sp)s
+(eaking)g(things)g(that)390 2820 y(ha)m(v)m(e)i(a)e(pron)m(unciation)h
+(applied.)150 3073 y Fr(12.40)69 b(emacsp)t(eak-re-builder)45
+b(Options)150 3232 y Ft(Commen)m(tary:)h(Sp)s(eec)m(h-enable)31
+b(re-builder.)45 b(Will)32 b(b)s(e)d(used)h(to)h(adv)-5
+b(an)m(tage)32 b(in)e(e\016cien)m(tly)i(setting)150 3342
+y(up)d(outline)i(regexp)g(wizards)275 3490 y(Automatically)h(generated)
+g(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g
+(emacsp)s(eak-re-)150 3599 y(builder.)45 b(These)30 b(options)h(are)f
+(customizable)i(via)f(Emacs')g(Custom)f(in)m(terface.)3371
+3811 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-reb-matc)m(h-0-v)m(oice)390 3921 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(reb-matc)m(h-0)i(This)d(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-)q(0)36
+b(whose)390 4030 y(e\013ect)c(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)e(customizing)i(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-0)q(-se)q
+(ttings.)3371 4242 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-reb-matc)m(h-1-v)m(oice)390
+4351 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(reb-matc)m(h-1)i(This)d
+(p)s(ersonalit)m(y)i(uses)f(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-)q(1)
+36 b(whose)390 4461 y(e\013ect)c(can)f(b)s(e)e(c)m(hanged)i(globally)h
+(b)m(y)e(customizing)i(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-1)q(-se)q
+(ttings.)3371 4672 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-reb-matc)m(h-2-v)m(oice)390
+4782 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(reb-matc)m(h-2)i(This)d
+(p)s(ersonalit)m(y)i(uses)f(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-)q(2)
+36 b(whose)390 4892 y(e\013ect)c(can)f(b)s(e)e(c)m(hanged)i(globally)h
+(b)m(y)e(customizing)i(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-2)q(-se)q
+(ttings.)3371 5103 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-reb-matc)m(h-3-v)m(oice)390
+5213 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(reb-matc)m(h-3)i(This)d
+(p)s(ersonalit)m(y)i(uses)f(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-)q(3)
+36 b(whose)390 5322 y(e\013ect)c(can)f(b)s(e)e(c)m(hanged)i(globally)h
+(b)m(y)e(customizing)i(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-3)q(-se)q
+(ttings.)p eop end
+%%Page: 152 155
+TeXDict begin 152 154 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(152)150 299
+y Fr(12.41)69 b(emacsp)t(eak-realaudio)47 b(Options)150
+458 y Ft(Commen)m(tary:)f(Assuming)30 b(y)m(ou)h(ha)m(v)m(e)g(a)g
+(correctly)h(con\014gured)d(RealAudio)i(pla)m(y)m(er,)h(this)e(pac)m(k)
+-5 b(age)150 568 y(pro)m(vides)30 b(single)h(clic)m(k)h(access)g(to)f
+(starting)g(and)f(stopping)g(a)h(RealAudio)g(stream)g(from)f(an)m
+(ywhere)150 677 y(on)g(the)h(Emacsp)s(eak)f(desktop.)46
+b(Before)31 b(using)f(this)h(pac)m(k)-5 b(age,)32 b(mak)m(e)g(sure)d
+(that)i(y)m(our)g(realaudio)150 787 y(pla)m(y)m(er)g(w)m(orks)g
+(outside)f(Emacs.)46 b(Then)30 b(set)h(v)-5 b(ariable)31
+b(Emacsp)s(eak-realaudio-pla)m(y)m(er)i(to)e(p)s(oin)m(t)g(to)150
+897 y(the)g(program)f(y)m(ou)g(use)g(to)i(pla)m(y)f(RealAudio)g
+(streams.)275 1032 y(Automatically)h(generated)g(do)s(cumen)m(tation)f
+(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150
+1141 y(realaudio.)47 b(These)30 b(options)g(are)h(customizable)h(via)f
+(Emacs')g(Custom)f(in)m(terface.)3371 1327 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-realaudio-mp3-clipp)s(er)390
+1437 y Ft(Executable)31 b(used)f(to)h(clip)g(MP3)g(\014les.)3371
+1622 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-realaudio-pla)m(y)m(er)390 1732 y Ft(*Executable)32
+b(that)f(pla)m(ys)g(realaudio)3371 1918 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-realaudio-pla)m(y)m
+(er-options)390 2027 y Ft(*Options)30 b(for)h(realpla)m(y)m(er.)3371
+2213 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-realaudio-reset-auditory-displa)m(y)390
+2323 y Ft(Set)31 b(this)f(to)h(T)f(if)g(y)m(ou)h(w)m(an)m(t)g(the)g
+(audio)f(settings)i(reset)e(after)h(a)g(realaudio)g(sream)g(is)f(done)
+390 2432 y(pla)m(ying.)150 2666 y Fr(12.42)69 b(emacsp)t(eak-remote)46
+b(Options)150 2825 y Ft(Automatically)33 b(generated)e(do)s(cumen)m
+(tation)h(for)e(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s
+(eak-remote.)150 2935 y(These)h(options)h(are)g(customizable)g(via)g
+(Emacs')g(Custom)f(in)m(terface.)3371 3120 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-remote-ho)s(oks)390
+3230 y Ft(List)31 b(of)f(ho)s(ok)g(functions)g(that)h(are)g(run)e
+(after)i(emacsp)s(eak)g(is)f(set)h(to)g(run)e(as)i(a)g(remote)g(appli-)
+390 3340 y(cation.)47 b(Use)31 b(this)f(to)h(add)f(actions)i(y)m(ou)e
+(t)m(ypically)j(p)s(erform)28 b(after)j(y)m(ou)g(en)m(ter)g(remote)g
+(mo)s(de.)3371 3525 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-remote-use-ssh)390 3635
+y Ft(Set)31 b(to)g(T)f(to)h(use)f(SSH)f(remote)j(serv)m(ers.)150
+3868 y Fr(12.43)69 b(emacsp)t(eak-replace)46 b(Options)150
+4028 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-replace.)150
+4137 y(These)h(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f
+(in)m(terface.)3371 4323 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-replace-p)s(ersonalit)m(y)390
+4433 y Ft(P)m(ersonalit)m(y)32 b(used)e(in)g(searc)m(h)h(and)f(replace)
+h(to)g(indicate)h(w)m(ord)e(that)g(is)h(b)s(eing)f(replaced.)150
+4666 y Fr(12.44)69 b(emacsp)t(eak-rpm-sp)t(ec)44 b(Options)150
+4826 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-rpm-)150
+4935 y(sp)s(ec.)45 b(These)31 b(options)f(are)h(customizable)h(via)f
+(Emacs')g(Custom)f(in)m(terface.)3371 5121 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-rpm-sp)s(ec-dir-p)s
+(ersonalit)m(y)390 5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(rpm-sp)s(ec-dir-face)g(This)g(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-ligh)m(ten)j(whose)e(ef-)390 5340 y(fect)g(can)g(b)s(e)f(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-ligh)m
+(ten-settings.)p eop end
+%%Page: 153 156
+TeXDict begin 153 155 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(153)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-rpm-sp)s(ec-do)s(c-p)s(ersonalit)m(y)390 408 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(rpm-sp)s(ec-do)s(c-face)h(This)e(p)s(ersonalit)m
+(y)i(uses)f(v)m(oice-smo)s(othen-extra)390 518 y(whose)g(e\013ect)i
+(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-smo)s(othen-extra-settings.)3371 702 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-rpm-sp)s(ec-ghost-p)s
+(ersonalit)m(y)390 812 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(rpm-sp)
+s(ec-ghost-face)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-)390
+921 y(smo)s(othen-medium)g(whose)g(e\013ect)i(can)e(b)s(e)g(c)m(hanged)
+h(globally)h(b)m(y)e(customizing)390 1031 y(v)m(oice-smo)s
+(othen-medium-settings.)3371 1215 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-rpm-sp)s(ec-macro-p)s
+(ersonalit)m(y)390 1325 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(rpm-sp)s(ec-macro-face)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)
+s(olden)i(whose)390 1434 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-settings.)3371
+1618 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-rpm-sp)s(ec-pac)m(k)-5 b(age-p)s(ersonalit)m(y)390
+1728 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(rpm-sp)s(ec-pac)m(k)-5
+b(age-face)33 b(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-animate)390
+1837 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-animate-settings.)3371 2021 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-rpm-sp)s
+(ec-tag-p)s(ersonalit)m(y)390 2131 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(rpm-sp)s(ec-tag-face)i(This)e(p)s(ersonalit)m(y)h(uses)e
+(v)m(oice-smo)s(othen)k(whose)390 2241 y(e\013ect)f(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-smo)s
+(othen-settings.)150 2473 y Fr(12.45)69 b(emacsp)t(eak-sigb)t(egone)46
+b(Options)150 2632 y Ft(Commen)m(tary:)g(Sp)s(eec)m(h-enables)31
+b(pac)m(k)-5 b(age)32 b(sigb)s(egone)f({v)m(oiceify)i(sigs)e(in)f
+(email)h(and)f(news)275 2767 y(Automatically)i(generated)g(do)s(cumen)m
+(tation)f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)
+150 2876 y(sigb)s(egone.)47 b(These)30 b(options)g(are)h(customizable)h
+(via)f(Emacs')g(Custom)f(in)m(terface.)3371 3060 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sigb)s
+(egone-exorcized-p)s(ersonalit)m(y)390 3170 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(sigb)s(egone-exorcized-face)k(This)c(p)s(ersonalit)m(y)h
+(uses)f(v)m(oice-smo)s(othen-)390 3280 y(extra)h(whose)f(e\013ect)i
+(can)f(b)s(e)f(c)m(hanged)h(globally)g(b)m(y)g(customizing)g(v)m
+(oice-smo)s(othen-extra-)390 3389 y(settings.)150 3621
+y Fr(12.46)69 b(emacsp)t(eak-sounds)45 b(Options)150
+3781 y Ft(Commen)m(tary:)h(This)30 b(mo)s(dule)f(pro)m(vides)i(the)f
+(in)m(terface)i(for)e(generating)i(auditory)e(icons)h(in)f(emac-)150
+3890 y(sp)s(eak.)45 b(Design)32 b(goal:)47 b(1\))31 b(Auditory)f(icons)
+h(should)e(b)s(e)h(used)g(to)h(pro)m(vide)f(additional)i(feedbac)m(k,)
+150 4000 y(not)f(as)f(a)h(gimmic)m(k.)47 b(2\))31 b(The)f(in)m(terface)
+i(should)d(b)s(e)h(usable)g(at)h(all)h(times)f(without)f(the)h(icons:)
+46 b(e.g.)150 4110 y(when)29 b(on)i(a)f(mac)m(hine)h(without)g(a)g
+(sound)e(card.)45 b(3\))31 b(General)h(principle)e(for)g(when)f(to)i
+(use)f(an)h(icon:)150 4219 y(Con)m(v)m(ey)g(information)g(ab)s(out)f
+(ev)m(en)m(ts)i(taking)f(place)g(in)f(parallel.)47 b(F)-8
+b(or)31 b(instance,)h(if)e(making)h(a)g(selec-)150 4329
+y(tion)g(automatically)i(mo)m(v)m(es)f(the)e(curren)m(t)h(fo)s(cus)e
+(to)i(the)g(next)g(c)m(hoice,)h(W)-8 b(e)32 b(sp)s(eak)e(the)g(next)h
+(c)m(hoice,)150 4438 y(while)f(indicating)i(the)e(fact)h(that)g
+(something)g(w)m(as)g(selected)h(with)e(a)h(sound)e(cue.)46
+b(This)29 b(in)m(terface)150 4548 y(will)i(assume)f(the)g(a)m(v)-5
+b(ailabilit)m(y)34 b(of)d(a)f(shell)h(command)f Fp(")p
+Ft(pla)m(y)p Fp(")g Ft(that)h(can)g(tak)m(e)h(one)f(or)f(more)h(sound)
+150 4658 y(\014les)f(and)g(pla)m(y)h(them.)46 b(This)29
+b(mo)s(dule)h(will)h(also)g(pro)m(vide)g(a)f(mapping)g(b)s(et)m(w)m
+(een)h(names)f(in)g(the)h(elisp)150 4767 y(w)m(orld)f(and)g(actual)i
+(sound)d(\014les.)46 b(Mo)s(dules)30 b(that)h(wish)e(to)i(use)f
+(auditory)h(icons)g(should)e(use)h(these)150 4877 y(names,)h(instead)f
+(of)h(actual)g(\014le)g(names.)46 b(As)30 b(of)g(Emacsp)s(eak)h(13.0,)h
+(this)e(mo)s(dule)g(de\014nes)g(a)g(themes)150 4986 y(arc)m(hitecture)i
+(for)e(auditory)h(icons.)46 b(Sound)29 b(\014les)h(corresp)s(onding)f
+(to)i(a)g(giv)m(en)g(theme)g(are)g(found)e(in)150 5096
+y(appropriate)h(sub)s(directories)g(of)h(emacsp)s(eak-sounds-directory)
+275 5230 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f
+(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150
+5340 y(sounds.)44 b(These)31 b(options)f(are)h(customizable)h(via)f
+(Emacs')g(Custom)f(in)m(terface.)p eop end
+%%Page: 154 157
+TeXDict begin 154 156 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(154)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-auditory-icon-function)390 408 y Ft(*F)-8 b(unction)31
+b(that)g(pla)m(ys)g(auditory)g(icons.)3371 593 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-pla)m
+(y-args)390 703 y Ft(Set)31 b(this)f(to)h(-i)g(if)f(using)g(the)h(pla)m
+(y)g(program)f(that)h(ships)e(on)h(sunos/solaris.)46
+b(Note:)h(on)390 813 y(sparc20's)31 b(there)g(is)f(a)h(sunos)e(bug)h
+(that)h(causes)g(the)f(mac)m(hine)i(to)f(crash)f(if)g(y)m(ou)h(attempt)
+g(to)390 922 y(pla)m(y)g(sound)e(when)g(/dev/audio)j(is)e(busy)-8
+b(.)45 b(It's)31 b(imp)s(erativ)m(e)g(that)g(y)m(ou)g(use)f(the)g(-i)h
+(\015ag)g(to)g(pla)m(y)390 1032 y(on)f(sparc20's.)3371
+1217 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-sounds-reset-snd-mo)s(dule-command)390
+1326 y Ft(Command)29 b(to)i(reset)g(sound)f(mo)s(dule.)150
+1559 y Fr(12.47)69 b(emacsp)t(eak-sp)t(eak)45 b(Options)150
+1719 y Ft(Commen)m(tary:)h(This)30 b(mo)s(dule)f(de\014nes)h(the)g
+(core)i(sp)s(eec)m(h)e(services)h(used)f(b)m(y)g(emacsp)s(eak.)46
+b(It)31 b(de-)150 1828 y(p)s(ends)e(on)h(the)g(sp)s(eec)m(h)h(serv)m
+(er)f(in)m(terface)i(mo)s(dules)e(It)g(protects)i(other)e(parts)g(of)h
+(emacsp)s(eak)g(from)150 1938 y(b)s(ecoming)g(dep)s(enden)m(t)e(on)h
+(the)h(sp)s(eec)m(h)f(serv)m(er)h(mo)s(dules)275 2073
+y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(options)h
+(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150 2182
+y(sp)s(eak.)45 b(These)31 b(options)f(are)h(customizable)h(via)f
+(Emacs')g(Custom)f(in)m(terface.)3371 2367 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-audio-inden)m(tation)390
+2477 y Ft(Option)30 b(indicating)h(if)g(line)f(inden)m(tation)i(is)e
+(cued.)46 b(If)30 b(non-nil)g(,)g(then)g(sp)s(eaking)g(a)h(line)g
+(indi-)390 2586 y(cates)h(its)f(inden)m(tation.)46 b(Y)-8
+b(ou)31 b(can)g(use)f(command)g(`emacsp)s(eak-toggle-audio-inden)m
+(tation')390 2696 y(b)s(ound)e(to)j(C-e)g(d)f(i)g(to)i(toggle)g(this)e
+(setting..)3371 2881 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-audio-inden)m(tation-metho)s(d)390
+2991 y Ft(*Curren)m(t)30 b(tec)m(hnique)h(used)f(to)h(cue)f(inden)m
+(tation.)47 b(Default)31 b(is)g(`sp)s(eak'.)46 b(Y)-8
+b(ou)31 b(can)f(sp)s(ecify)390 3100 y(`tone')i(for)e(pro)s(ducing)f(a)h
+(b)s(eep)g(indicating)h(the)g(inden)m(tation.)47 b(Automatically)33
+b(b)s(ecomes)d(lo)s(cal)390 3210 y(in)g(an)m(y)h(bu\013er)e(where)h(it)
+h(is)f(set.)3371 3395 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-comin)m(t-autosp)s(eak)390
+3504 y Ft(Sa)m(ys)31 b(if)f(comin)m(t)h(output)f(is)h(automatically)i
+(sp)s(ok)m(en.)45 b(Y)-8 b(ou)31 b(can)g(use)f(`emacsp)s(eak-toggle-)
+390 3614 y(comin)m(t-autosp)s(eak`)j(b)s(ound)28 b(to)j(C-e)g(C-q)f(to)
+h(toggle)i(this)d(setting.)3371 3799 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-decoration-rule)390
+3908 y Ft(*Regular)31 b(expressions)f(to)h(matc)m(h)h(lines)e(that)h
+(are)g(purely)f(decorativ)m(e)i(ascii.)3371 4093 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-horizon)m
+(tal-rule)390 4203 y Ft(*Regular)31 b(expression)f(to)i(matc)m(h)f
+(horizon)m(tal)h(rules)e(in)g(ascii)h(text.)3371 4388
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-mail-alert)390 4497 y Ft(*Option)31 b(to)g(indicate)g(cueing)g(of)
+f(new)g(mail.)47 b(If)30 b(t,)h(emacsp)s(eak)g(will)f(alert)i(y)m(ou)e
+(ab)s(out)g(newly)390 4607 y(arriv)m(ed)h(mail)g(with)f(an)g(auditory)g
+(icon)h(when)f(displa)m(ying)g(the)h(mo)s(de)f(line.)46
+b(Y)-8 b(ou)31 b(can)g(use)390 4717 y(command)f(`emacsp)s
+(eak-toggle-mail-alert')37 b(b)s(ound)28 b(to)j(C-e)g(M-m)g(to)g(set)g
+(this)f(option.)46 b(If)390 4826 y(y)m(ou)31 b(ha)m(v)m(e)g(online)g
+(access)h(to)f(a)g(v)m(oicemail)i(drop,)c(y)m(ou)i(can)g(ha)m(v)m(e)g
+(a)g(v)m(oice-mail)i(alert)f(set)e(up)390 4936 y(b)m(y)g(sp)s(ecifying)
+g(the)h(lo)s(cation)h(of)f(the)f(v)m(oice-mail)j(drop)d(via)h(custom)f
+(option)h(emacsp)s(eak-)390 5045 y(v)m(oicemail-sp)s(o)s(ol-\014le.)
+3371 5230 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-mail-alert-in)m(terv)-5 b(al)390 5340
+y Ft(In)m(terv)g(al)31 b(in)f(seconds)g(b)s(et)m(w)m(een)h(mail)g
+(alerts)h(for)e(the)g(same)h(p)s(ending)e(message.)p
+eop end
+%%Page: 155 158
+TeXDict begin 155 157 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(155)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-mail-sp)s(o)s(ol-\014le)390 408 y Ft(Mail)32 b(sp)s(o)s(ol)d
+(\014le)i(examined)f(to)i(alert)f(y)m(ou)g(ab)s(out)f(newly)g(arriv)m
+(ed)g(mail.)3371 577 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-sp)s(eak-directory-settings)390
+687 y Ft(*Name)32 b(of)e(\014le)h(that)g(holds)e(directory)i(sp)s
+(eci\014c)f(settings.)3371 855 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s(eak-\014lter-p)s
+(ersisten)m(t-store)390 965 y Ft(File)32 b(where)d(emacsp)s(eak)i
+(\014lters)g(are)g(p)s(ersisted.)3371 1133 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s
+(eak-line-column-\014lter)390 1243 y Ft(*List)31 b(that)g(sp)s
+(eci\014es)f(columns)g(to)h(b)s(e)f(\014ltered.)46 b(The)30
+b(list)h(when)e(set)i(holds)f(pairs)g(of)g(start-)390
+1353 y(col.end-col)i(pairs)e(that)h(sp)s(eci\014es)f(the)h(columns)f
+(that)h(should)e(not)i(b)s(e)f(sp)s(ok)m(en.)45 b(Eac)m(h)31
+b(column)390 1462 y(con)m(tains)h(a)e(single)h(c)m(haracter)h({this)f
+(is)f(inspired)g(b)m(y)g(cut)g(-c)h(on)g(UNIX.)3371 1631
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)
+s(eak-line-in)m(v)m(ert-\014lter)390 1740 y Ft(Non-nil)31
+b(means)f(the)h(sense)f(of)g(`\014lter')h(is)g(in)m(v)m(erted)g(when)e
+(\014ltering)i(columns)f(in)g(a)h(line)g({see)390 1850
+y(command)f(emacsp)s(eak-sp)s(eak-line-set-column-\014lter.)3371
+2019 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-sp)s(eak-load-directory-settings-quietly)390
+2128 y Ft(*User)31 b(option)g(that)g(a\013ects)g(loading)h(of)e
+(directory)h(sp)s(eci\014c)f(settings.)47 b(If)30 b(set)h(to)390
+2238 y(T,Emacsp)s(eak)f(will)h(not)g(prompt)e(b)s(efore)h(loading)h
+(directory)g(sp)s(eci\014c)f(settings.)3371 2406 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s
+(eak-maxim)m(um-line-length)390 2516 y Ft(*Threshold)29
+b(for)i(determining)f(`long')h(lines.)46 b(Emacsp)s(eak)31
+b(will)g(ask)f(for)g(con\014rmation)h(b)s(e-)390 2626
+y(fore)g(sp)s(eaking)f(lines)g(that)h(are)g(longer)g(than)f(this)g
+(length.)47 b(This)29 b(is)i(to)g(a)m(v)m(oid)h(acciden)m(tally)390
+2735 y(op)s(ening)e(a)h(binary)e(\014le)i(and)e(torturing)i(the)f(sp)s
+(eec)m(h)h(syn)m(thesizer)g(with)f(a)h(long)g(string)f(of)g(gib-)390
+2845 y(b)s(erish.)3371 3013 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s
+(eak-message-again-should-cop)m(y-to-kill-ring)390 3123
+y Ft(If)30 b(set,)h(asking)g(for)f(last)h(message)h(will)e(cop)m(y)i
+(it)e(to)i(the)e(kill)h(ring.)3371 3292 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s(eak-messages)390
+3401 y Ft(*Option)31 b(indicating)g(if)f(messages)h(are)g(sp)s(ok)m
+(en.)46 b(If)30 b(nil,)g(emacsp)s(eak)h(will)g(not)f(sp)s(eak)g(mes-)
+390 3511 y(sages)h(as)g(they)f(are)h(ec)m(ho)s(ed)g(to)g(the)g(message)
+g(area.)47 b(Y)-8 b(ou)31 b(can)g(use)f(command)g(`emacsp)s(eak-)390
+3620 y(toggle-sp)s(eak-messages')k(b)s(ound)29 b(to)i(C-e)f(q.)3371
+3789 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-sp)s(eak-paragraph-p)s(ersonalit)m(y)390
+3898 y Ft(*P)m(ersonalit)m(y)33 b(used)c(to)i(mark)f(start)h(of)g
+(paragraph.)3371 4067 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-sp)s(eak-space-regexp)390
+4177 y Ft(P)m(attern)31 b(that)g(matc)m(hes)h(white)e(space.)3371
+4345 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-sp)s(eak-time-format-string)390 4455
+y Ft(*F)-8 b(ormat)32 b(string)e(that)h(sp)s(eci\014es)f(ho)m(w)h(the)f
+(time)h(should)f(b)s(e)g(sp)s(ok)m(en.)45 b(See)31 b(the)f(do)s(cumen)m
+(ta-)390 4564 y(tion)h(for)f(function)g(`format-time-string')3371
+4733 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-sp)s(eak-zoneinfo-directory)390 4843
+y Ft(Directory)32 b(con)m(taining)g(timezone)g(data.)3371
+5011 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-unsp)s(eak)-5 b(able-rule)390 5121
+y Ft(*P)m(attern)32 b(to)f(matc)m(h)g(lines)g(of)f(sp)s(ecial)h(c)m
+(hars.)46 b(This)30 b(is)g(a)h(regular)g(expression)f(that)h(matc)m
+(hes)390 5230 y(lines)g(con)m(taining)g(only)g(non-alphan)m(umeric)f(c)
+m(haracters.)47 b(emacsp)s(eak)31 b(will)g(generate)h(a)f(tone)390
+5340 y(instead)g(of)f(sp)s(eaking)g(suc)m(h)g(lines)h(when)e
+(punctuation)h(mo)s(de)g(is)h(set)g(to)g(some.)p eop
+end
+%%Page: 156 159
+TeXDict begin 156 158 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(156)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oicemail-sp)s(o)s(ol-\014le)390 408 y Ft(Mail)32 b(sp)s(o)s(ol)d
+(\014le)i(examined)f(to)i(alert)f(y)m(ou)g(ab)s(out)f(newly)g(arriv)m
+(ed)g(v)m(oicemail.)150 628 y Fr(12.48)69 b(emacsp)t(eak-sp)t(eedbar)45
+b(Options)150 788 y Ft(Commen)m(tary:)h(This)30 b(mo)s(dule)f(advises)i
+(sp)s(eedbar.el)f(for)g(use)g(with)g(Emacs.)46 b(The)30
+b(latest)i(sp)s(eed-)150 897 y(bar)e(can)h(b)s(e)e(obtained)i(from)f
+(ftp://ftp.ultranet.com/pub/zapp)s(o/)i(This)d(mo)s(dule)h(ensures)g
+(that)150 1007 y(sp)s(eedbar)f(w)m(orks)h(smo)s(othly)h(outside)f(a)h
+(windo)m(wing)f(system)h(in)f(addition)g(to)i(sp)s(eec)m(h)e(enabling)h
+(all)150 1117 y(in)m(teractiv)m(e)i(commands.)46 b(Emacsp)s(eak)30
+b(also)h(adds)f(an)g(Emacsp)s(eak)h(en)m(vironmen)m(t)g(sp)s(eci\014c)f
+(en)m(try)150 1226 y(p)s(oin)m(t)g(to)h(sp)s(eedbar)f({emacsp)s(eak-sp)
+s(eedbar-goto-sp)s(eedbar{)i(and)d(binds)g(this)275 1354
+y(Automatically)j(generated)g(do)s(cumen)m(tation)f(for)f(options)h
+(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150 1464
+y(sp)s(eedbar.)44 b(These)31 b(options)f(are)h(customizable)h(via)f
+(Emacs')g(Custom)f(in)m(terface.)3371 1630 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s(eedbar-button-p)s
+(ersonalit)m(y)390 1739 y Ft(p)s(ersonalit)m(y)31 b(used)e(for)i(sp)s
+(eedbar)e(buttons)3371 1905 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s(eedbar-default-p)s
+(ersonalit)m(y)390 2014 y Ft(Default)31 b(p)s(ersonalit)m(y)g(used)f
+(in)g(sp)s(eedbar)f(bu\013ers)3371 2180 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s(eedbar-directory-p)s
+(ersonalit)m(y)390 2290 y Ft(Sp)s(eedbar)29 b(p)s(ersonalit)m(y)i(for)f
+(directory)h(buttons)3371 2455 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s(eedbar-\014le-p)s
+(ersonalit)m(y)390 2565 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(\014le)g(buttons)3371 2730 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s(eedbar-highligh)m(t-p)s
+(ersonalit)m(y)390 2840 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(for)g
+(sp)s(eedbar)f(highligh)m(t.)3371 3006 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s(eedbar-selected-p)s
+(ersonalit)m(y)390 3115 y Ft(P)m(ersonalit)m(y)32 b(used)e(to)h
+(indicate)g(sp)s(eedbar)e(selection)3371 3281 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s
+(eedbar-tag-p)s(ersonalit)m(y)390 3390 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(sp)s(eedbar)f(tags)150 3610 y Fr(12.49)69
+b(emacsp)t(eak-table-ui)46 b(Options)150 3770 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(options)g(de\014ned)g(in)g
+(mo)s(dule)f(emacsp)s(eak-table-)150 3879 y(ui.)45 b(These)31
+b(options)f(are)h(customizable)h(via)f(Emacs')g(Custom)f(in)m(terface.)
+3371 4045 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-table-column-header-p)s(ersonalit)m(y)390
+4155 y Ft(p)s(ersonalit)m(y)31 b(for)f(sp)s(eaking)g(column)g(headers.)
+3371 4320 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-table-ro)m(w-header-p)s(ersonalit)m(y)390
+4430 y Ft(P)m(ersonalit)m(y)32 b(for)e(sp)s(eaking)h(ro)m(w)f(headers)
+150 4650 y Fr(12.50)69 b(emacsp)t(eak-tn)l(t)46 b(Options)150
+4809 y Ft(Commen)m(tary:)g(Sp)s(eec)m(h-enables)31 b(TNT)f({)g(the)h
+(Emacs)g(A)m(OL)f(Instan)m(t)h(Messenger)g(clien)m(t)275
+4938 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(options)
+h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-tn)m(t.)150
+5047 y(These)g(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f
+(in)m(terface.)3371 5213 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-tn)m(t-autosp)s(eak)390
+5322 y Ft(T)-8 b(rue)30 b(means)g(messages)i(in)e(this)g(c)m(hat)h
+(session)g(will)g(b)s(e)e(sp)s(ok)m(en)h(automatically)-8
+b(.)p eop end
+%%Page: 157 160
+TeXDict begin 157 159 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(157)150 299
+y Fr(12.51)69 b(emacsp)t(eak-url-template)47 b(Options)150
+458 y Ft(Commen)m(tary:)f(It)31 b(is)f(often)h(useful)e(to)j(ha)m(v)m
+(e)f(\\parameterized)h(hot)f(list)g(en)m(tries")g(i.e.,)h(hotlist)f(en)
+m(tries)150 568 y(that)g(are)g(\\templates")h(for)e(the)h(actual)h
+(URL.)e(The)g(user)g(pro)m(vides)g(v)-5 b(alues)31 b(for)f(the)g
+(parameterized)150 677 y(p)s(ortions)g(of)g(the)h(URL)f(e.g.)47
+b(the)31 b(date.)46 b(See)31 b(See)f(Section)h(11.76)i([URL)d(T)-8
+b(emplates],)32 b(page)f(124,)h(for)150 787 y(details)f(on)g(the)f(URL)
+g(templates)i(that)f(are)g(presen)m(tly)f(de\014ned.)275
+927 y(Automatically)i(generated)g(do)s(cumen)m(tation)f(for)f(options)h
+(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-url-)150 1037
+y(template.)47 b(These)30 b(options)h(are)g(customizable)h(via)f
+(Emacs')g(Custom)e(in)m(terface.)3371 1232 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-b)s(o)s(okshare-user-id)390
+1342 y Ft(Bo)s(okshare)31 b(user)f(Id.)3371 1537 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-url-template-go)s(ogle-calendar-uri)390 1647 y Ft(URI)30
+b(for)g(accessing)i(mobile)f(v)m(ersion)g(of)g(Go)s(ogle)h(Calendar.)45
+b(Go)s(ogle)32 b(Apps)e(users)f(should)h(set)390 1756
+y(this)g(to)h(h)m(ttp://www.go)s(ogle.com/calendar/a/)p
+Fp(<)p Ft(m)m(y-c)q(orp)p Fp(>)p Ft(/m?output=xh)m(tml)3371
+1952 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-url-template-reading-list-opml)390
+2061 y Ft(OPML)30 b(feed)g(lo)s(cation)i(to)f(use)g(for)f(our)g(Custom)
+f(Searc)m(h.)3371 2257 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-url-template-w)m(eather-cit)m(y-state)390
+2366 y Ft(Default)31 b(cit)m(y/state)j(for)c(w)m(eather)h(forecasts)150
+2607 y Fr(12.52)69 b(emacsp)t(eak-vm)45 b(Options)150
+2767 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-vm.)150
+2876 y(These)h(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f
+(in)m(terface.)3371 3072 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-vm-cal2text)390 3181 y
+Ft(Executable)31 b(that)g(con)m(v)m(erts)h(calendar)f(in)m(vitations)h
+(on)e(standard)g(input)f(to)i(plain)g(text.)3371 3377
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-vm-customize-mime-settings)390 3486 y Ft(Non-nil)31
+b(will)f(cause)h(Emacsp)s(eak)g(to)g(con\014gure)f(VM)h(mime)f
+(settings)i(to)f(matc)m(h)g(what)f(the)390 3596 y(author)g(of)h(Emacsp)
+s(eak)f(uses.)3371 3791 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-vm-do)s(c2text)390 3901
+y Ft(Executable)31 b(that)g(con)m(v)m(erts)h(MSW)-8 b(ord)31
+b(do)s(cumen)m(ts)f(on)g(standard)g(input)f(to)i(plain)f(text)i(using)
+390 4010 y(wvT)-8 b(ext.)3371 4206 y([V)g(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-vm-headers-strip-o)s(ctals)
+390 4315 y Ft(Sp)s(ecify)30 b(whether)f(non-ascii)j(c)m(hars)e(should)g
+(b)s(e)f(stripp)s(ed)g(when)h(sp)s(eaking)g(email)h(headers.)3371
+4511 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-vm-p)s(df2text)390 4620 y Ft(Executable)31
+b(that)g(con)m(v)m(erts)h(PDF)f(on)f(standard)g(input)f(to)i(plain)g
+(text)g(using)f(p)s(dftotext.)3371 4816 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-vm-ppt2h)m(tml)390
+4925 y Ft(Executable)31 b(that)g(con)m(v)m(erts)h(MSPPT)e(do)s(cumen)m
+(ts)g(on)g(standard)g(input)f(to)i(HTML)f(using)390 5035
+y(xlh)m(tml.)3371 5230 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-vm-use-raman-settings)390
+5340 y Ft(Should)29 b(VM)i(use)f(the)g(customizations)j(used)c(b)m(y)h
+(the)h(author)f(of)h(Emacsp)s(eak.)p eop end
+%%Page: 158 161
+TeXDict begin 158 160 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(158)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-vm-v)m(oice-lo)s(c)m(k-messages)390 408 y Ft(Set)31
+b(this)f(to)h(T)f(if)g(y)m(ou)h(w)m(an)m(t)g(messages)h(automatically)h
+(v)m(oice)f(lo)s(c)m(k)m(ed.)47 b(Note)32 b(that)f(some)390
+518 y(badly)f(formed)g(mime)g(messages)i(cause)f(trouble.)3371
+724 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-vm-xls2h)m(tml)390 833 y Ft(Executable)31
+b(that)g(con)m(v)m(erts)h(MSXL)e(do)s(cumen)m(ts)g(on)h(standard)e
+(input)h(to)h(HTML)f(using)g(xl-)390 943 y(h)m(tml.)150
+1191 y Fr(12.53)69 b(emacsp)t(eak-w3)45 b(Options)150
+1350 y Ft(Commen)m(tary:)h(Ensure)29 b(that)i(sp)s(eec)m(h)g(supp)s
+(ort)d(for)i(W3)h(gets)h(installed)f(and)f(loaded)h(correctly)-8
+b(.)150 1460 y(The)30 b(emacs)h(W3)g(bro)m(wser)f(comes)h(with)f
+(builtin)g(supp)s(ort)f(for)h(Emacsp)s(eak)h(and)e(A)m(CSS)275
+1605 y(Automatically)j(generated)g(do)s(cumen)m(tation)f(for)f(options)
+h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-w3.)150 1715
+y(These)g(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f(in)m
+(terface.)3371 1920 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-w3-base-uri-pron)m(unciation)390
+2030 y Ft(Custom)30 b(pron)m(unciation)g(for)h(base)f(URIs)g(in)g(w3)h
+(bu\013ers.)3371 2235 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-w3-create-imen)m(u-index)390
+2345 y Ft(Create)31 b(IMen)m(u)g(index)e(b)m(y)i(default.)3371
+2550 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w3-lwp-request)390 2660 y Ft(L)-10
+b(WP)30 b(Request)h(command)f(from)g(p)s(erl)g(L)-10
+b(WP)i(.)3371 2865 y([V)g(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-w3-lynx-program)390 2975
+y Ft(Name)31 b(of)g(lynx)f(executable)3371 3180 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-w3-punctuation-mo)s(de)390 3290 y Ft(Pron)m(unciation)31
+b(mo)s(de)f(to)h(use)f(for)g(W3)h(bu\013ers.)3371 3496
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-w3-tidy-h)m(tml)390 3605 y Ft(Tidy)30 b(HTML)g(b)s(efore)g
+(rendering.)3371 3811 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-w3-tidy-options)390 3920
+y Ft(Options)30 b(to)h(pass)f(to)h(tidy)g(program)3371
+4126 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w3-tidy-program)390 4235 y Ft(Name)31
+b(of)g(tidy)f(executable)150 4484 y Fr(12.54)69 b(emacsp)t(eak-w3m)46
+b(Options)150 4643 y Ft(Commen)m(tary:)275 4788 y(Automatically)32
+b(generated)g(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h
+(mo)s(dule)g(emacsp)s(eak-)150 4898 y(w3m.)46 b(These)30
+b(options)g(are)h(customizable)h(via)f(Emacs')g(Custom)f(in)m(terface.)
+3371 5103 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w3m-sp)s(eak-titles-on-switc)m(h)390
+5213 y Ft(Sp)s(eak)30 b(the)g(do)s(cumen)m(t)g(title)i(when)e(switc)m
+(hing)h(b)s(et)m(w)m(een)g(w3m)f(bu\013ers.)45 b(If)29
+b(non-nil,)i(switc)m(h-)390 5322 y(ing)g(b)s(et)m(w)m(een)g(w3m)f
+(bu\013ers)f(will)i(sp)s(eak)f(the)g(title)i(instead)f(of)f(the)h(mo)s
+(deline.)p eop end
+%%Page: 159 162
+TeXDict begin 159 161 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(159)150 299
+y Fr(12.55)69 b(emacsp)t(eak-w)l(e)46 b(Options)150 458
+y Ft(Commen)m(tary:)g(w)m(e)31 b(is)f(for)g(w)m(eb)s(edit)h(In)m(v)m
+(ok)m(e)h(XSL)-8 b(T)30 b(to)h(edit/transform)f(W)-8
+b(eb)31 b(pages)g(b)s(efore)f(they)150 568 y(get)i(rendered.)44
+b(w)m(e)31 b(mak)m(es)g(emacsp)s(eak's)g(w)m(eb)s(edit)g(la)m(y)m(er)h
+(indep)s(enden)m(t)d(of)h(a)h(giv)m(en)h(Emacs)e(w)m(eb)150
+677 y(bro)m(wser)g(lik)m(e)i(W3)f(or)f(W3M)i(This)d(mo)s(dule)h(will)h
+(use)f(the)g(abstraction)i(pro)m(vided)e(b)m(y)g(bro)m(wse-url)g(to)150
+787 y(handle)g(W)-8 b(eb)31 b(pages.)46 b(Mo)s(dule)31
+b(emacsp)s(eak-w)m(ebutils)g(pro)m(vides)g(the)f(needed)g(additional)h
+(abstrac-)150 897 y(tions)g(not)f(already)h(co)m(v)m(ered)h(b)m(y)f
+(bro)m(wse-url)275 1028 y(Automatically)h(generated)g(do)s(cumen)m
+(tation)f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-w)m
+(e.)150 1137 y(These)g(options)h(are)g(customizable)g(via)g(Emacs')g
+(Custom)f(in)m(terface.)3371 1312 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w)m(e-clean)m(up-b)s
+(ogus-quotes)390 1422 y Ft(Clean)31 b(up)e(b)s(ogus)g(Unico)s(de)i(c)m
+(hars)g(for)f(magic)h(quotes.)3371 1596 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w)m
+(e-media-stream-su\016xes)390 1706 y Ft(Su\016xes)29
+b(that)i(iden)m(tify)g(URLs)f(to)h(media)g(streams.)3371
+1880 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w)m(e-recen)m(t-xpath-\014lter)390
+1990 y Ft(Cac)m(hes)31 b(most)g(recen)m(tly)g(used)f(xpath)g(\014lter.)
+46 b(Can)30 b(b)s(e)g(customized)h(to)g(set)g(up)e(initial)j(default.)
+3371 2164 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w)m(e-xsl-p)390 2274 y Ft(T)30 b(means)g(w)m(e)h
+(apply)f(XSL)g(b)s(efore)g(displa)m(ying)h(HTML.)3371
+2448 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w)m(e-xsl-transform)390 2558 y Ft(Sp)s(eci\014es)30
+b(transform)f(to)i(use)g(b)s(efore)e(displa)m(ying)i(a)g(page.)47
+b(Nil)31 b(means)f(no)g(transform)g(is)g(used.)150 2784
+y Fr(12.56)69 b(emacsp)t(eak-w)l(ebsearc)l(h)46 b(Options)150
+2943 y Ft(Commen)m(tary:)g(This)30 b(mo)s(dule)f(pro)m(vides)i(utilit)m
+(y)g(functions)f(for)h(searc)m(hing)g(the)f(WWW)275 3074
+y(Automatically)i(generated)g(do)s(cumen)m(tation)f(for)f(options)h
+(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150 3184
+y(w)m(ebsearc)m(h.)46 b(These)31 b(options)f(are)h(customizable)h(via)f
+(Emacs')g(Custom)f(in)m(terface.)3371 3358 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w)m(ebsearc)m(h-emapsp)s
+(eak-m)m(y-lo)s(cation)390 3468 y Ft(Sp)s(eci\014es)30
+b(lo)s(cation)i(near)e(w)m(e)h(lo)s(ok)g(b)m(y)f(default.)3371
+3642 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w)m(ebsearc)m(h-go)s(ogle-n)m(um)m(b)s(er-of-results)
+390 3752 y Ft(Num)m(b)s(er)29 b(of)i(results)f(to)h(return)e(from)h(go)
+s(ogle)j(searc)m(h.)3371 3927 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w)m(ebsearc)m(h-go)s
+(ogle-options)390 4036 y Ft(Additional)31 b(options)g(to)g(pass)f(to)h
+(Go)s(ogle)h(e.g.)47 b(&xx=yy)-8 b(...)3371 4211 y([V)g(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w)m(ebsearc)m(h-p)s
+(ersonal-p)s(ortfolio)390 4320 y Ft(Set)31 b(this)f(to)h(the)f(sto)s(c)
+m(k)i(tic)m(k)m(ers)g(y)m(ou)f(w)m(an)m(t)g(to)g(c)m(hec)m(k)h(b)m(y)e
+(default.)150 4546 y Fr(12.57)69 b(emacsp)t(eak-w)l(ebutils)46
+b(Options)150 4706 y Ft(Commen)m(tary:)g(This)30 b(mo)s(dule)f(pro)m
+(vides)i(common)f(W)-8 b(eb)31 b(utilities)h(for)e(emacsp)s(eak.)47
+b(This)29 b(is)i(to)150 4815 y(a)m(v)m(oid)h(duplication)f(of)f(co)s
+(de)h(b)s(et)m(w)m(een)g(emacsp)s(eak-w3.el)h(and)e(emacsp)s
+(eak-w3m.el)275 4946 y(Automatically)i(generated)g(do)s(cumen)m(tation)
+f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150
+5056 y(w)m(ebutils.)46 b(These)30 b(options)h(are)g(customizable)g(via)
+g(Emacs')g(Custom)f(in)m(terface.)3371 5230 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-atom-feeds)390
+5340 y Ft(T)-8 b(able)31 b(of)g(A)-8 b(TOM)30 b(feeds.)p
+eop end
+%%Page: 160 163
+TeXDict begin 160 162 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(160)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-atom-view-xsl)390 408 y Ft(XSL)30 b(st)m(ylesheet)i(used)e(for)g
+(viewing)g(A)m(tom)i(F)-8 b(eeds.)3371 593 y([V)g(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-rss-feeds)390
+702 y Ft(T)-8 b(able)31 b(of)g(RSS)e(feeds.)3371 887
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-rss-unescap)s(e-h)m(tml)390 997 y Ft(Fix)31 b(malformed)f(XML)h
+(that)g(results)f(from)g(sites)h(attempting)g(to)h(unescap)s(e)d(HTML)i
+(tags.)3371 1181 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-w)m(ebutils-c)m(haren)m(t-alist)390
+1291 y Ft(En)m(tities)32 b(to)f(unescap)s(e)f(when)f(treating)j(badly)e
+(escap)s(ed)g(XML.)150 1523 y Fr(12.58)69 b(emacsp)t(eak-wizards)45
+b(Options)150 1682 y Ft(Commen)m(tary:)h(Con)m(tains)31
+b(v)-5 b(arious)30 b(wizards)g(for)g(the)h(Emacsp)s(eak)g(desktop.)275
+1817 y(Automatically)h(generated)g(do)s(cumen)m(tation)f(for)f(options)
+h(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak-)150 1927
+y(wizards.)45 b(These)31 b(options)f(are)h(customizable)h(via)f(Emacs')
+g(Custom)f(in)m(terface.)3371 2111 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-clipb)s(oard-\014le)390
+2221 y Ft(File)32 b(used)d(to)i(sa)m(v)m(e)h(Emacsp)s(eak)f(clipb)s
+(oard.)45 b(The)30 b(emacsp)s(eak)h(clipb)s(oard)f(pro)m(vides)g(a)h
+(con)m(v)m(e-)390 2330 y(nien)m(t)g(mec)m(hanism)f(for)h(exc)m(hanging)
+g(information)g(b)s(et)m(w)m(een)g(di\013eren)m(t)g(Emacs)f(sessions.)
+3371 2515 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-curl-co)s(okie-store)390 2624 y Ft(Co)s(okie)31
+b(store)g(used)f(b)m(y)g(Curl.)3371 2809 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-cvs-lo)s(cal-directory)390
+2918 y Ft(Directory)32 b(where)e(w)m(e)h(do)m(wnload)f(the)h(snapshot.)
+3371 3103 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-cvs-lo)s(cal-directory-pattern)390
+3212 y Ft(P)m(attern)31 b(from)f(whic)m(h)g(name)h(of)f(lo)s(cal)i(do)m
+(wnload)e(directory)h(is)g(build.)44 b(\045s)30 b(is)h(replaced)g(b)m
+(y)390 3322 y(the)g(pro)5 b(ject)30 b(name.)3371 3506
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-emergency-tts-serv)m(er)390 3616 y Ft(TTS)29 b(serv)m(er)i(to)g
+(use)f(in)g(an)g(emergency)-8 b(.)47 b(Set)31 b(this)f(to)h(a)g(TTS)e
+(serv)m(er)i(that)g(is)f(kno)m(wn)g(to)390 3726 y(w)m(ork)g(at)i(all)f
+(times.)46 b(If)30 b(y)m(ou)h(are)g(debugging)f(another)g(sp)s(eec)m(h)
+h(serv)m(er)f(and)g(that)h(serv)m(er)g(gets)390 3835
+y(w)m(edged)g(for)f(some)h(reason,)f(y)m(ou)h(can)g(use)f(command)g
+(emacsp)s(eak-emergency-tts-restart)390 3945 y(to)h(get)h(sp)s(eec)m(h)
+e(bac)m(k)h(using)f(the)h(reliable)g(TTS)e(serv)m(er.)46
+b(It's)31 b(useful)e(to)i(bind)f(the)g(ab)s(o)m(v)m(e)390
+4054 y(command)g(to)h(a)g(con)m(v)m(enien)m(t)h(k)m(ey)-8
+b(.)3371 4239 y([V)g(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-sp)s(eak-sho)m(w-activ)m(e-net)m(w)m(ork-in)m
+(terface)q(s-addresses)390 4348 y Ft(Command)29 b(that)i(displa)m(ys)g
+(address)e(of)i(a)g(sp)s(eci\014c)f(in)m(terface.)3371
+4533 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-sp)s(eak-sho)m(w-activ)m(e-net)m(w)m(ork-in)m
+(terface)q(s-co)q(mmand)390 4642 y Ft(Command)29 b(that)i(displa)m(ys)g
+(names)f(of)h(activ)m(e)h(net)m(w)m(ork)f(in)m(terfaces.)3371
+4827 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-sp)s(eak-telephone-directory)390 4936
+y Ft(File)32 b(holding)e(telephone)h(directory)-8 b(.)47
+b(This)29 b(is)i(just)e(a)i(text)g(\014le,)g(and)f(w)m(e)h(use)f(grep)g
+(to)h(searc)m(h)390 5046 y(it.)3371 5230 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-sp)s
+(eak-telephone-directory-command)390 5340 y Ft(Command)29
+b(used)h(to)h(lo)s(ok)g(up)e(names)i(in)f(the)g(telephone)h(directory)
+-8 b(.)p eop end
+%%Page: 161 164
+TeXDict begin 161 163 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(161)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-ssh-tts-serv)m(er)390 408 y Ft(SSH)29 b(TTS)h(serv)m(er)g(to)h
+(use)f(b)m(y)h(default.)3371 591 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-wizards-curl-program)390
+701 y Ft(Name)31 b(of)g(curl)f(executable.)3371 883 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-wizards-dvi2txt-program)390 993 y Ft(Program)30
+b(for)h(con)m(v)m(erting)h(dvi)e(to)h(txt.)46 b(Set)31
+b(this)f(to)h(nil)g(if)f(y)m(ou)h(do)f(not)h(w)m(an)m(t)g(to)g(use)f
+(the)g(D)m(VI)390 1103 y(wizard.)3371 1285 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-wizards-\014nd-switc)m
+(hes-that-need-quoting)390 1395 y Ft(Find)30 b(switc)m(hes)h(whose)f
+(args)h(need)f(quoting.)3371 1577 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-wizards-\014nd-switc)m
+(hes-widget)390 1687 y Ft(Widget)32 b(to)f(get)g(\014nd)e(switc)m(h.)
+3371 1870 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-wizards-links-program)390 1979 y Ft(Name)31
+b(of)g(links)f(executable.)3371 2162 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-wizards-lin)m(ux-ho)m
+(wto-directory)390 2271 y Ft(Ro)s(ot)31 b(of)g(Lin)m(ux)e(Ho)m(wtos.)
+3371 2454 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-wizards-lynx-program)390 2564 y Ft(Lynx)30
+b(executable.)3371 2746 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-wizards-p)s(df-to-text-options)390
+2856 y Ft(options)31 b(to)g(Command)e(for)h(running)f(p)s(dftotext.)
+3371 3039 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-wizards-p)s(df-to-text-program)390
+3148 y Ft(Command)29 b(for)i(running)d(p)s(dftotext.)3371
+3331 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-wizards-p)s(ersonal-p)s(ortfolio)390
+3440 y Ft(Set)31 b(this)f(to)h(the)f(sto)s(c)m(k)i(tic)m(k)m(ers)g(y)m
+(ou)f(w)m(an)m(t)g(to)g(c)m(hec)m(k)h(b)m(y)e(default.)3371
+3623 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-wizards-ppth)m(tml-program)390 3733
+y Ft(Program)30 b(for)h(con)m(v)m(erting)h(PPT)d(to)j(HTML.)e(Set)h
+(this)f(to)h(nil)f(if)h(y)m(ou)f(do)h(not)f(w)m(an)m(t)i(to)f(use)f
+(the)390 3842 y(PPTHTML)g(wizard.)3371 4025 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-wizards-quote-command)390
+4134 y Ft(Command)29 b(for)i(pulling)f(up)f(detailed)i(sto)s(c)m(k)h
+(quotes.)46 b(this)30 b(requires)g(P)m(erl)h(mo)s(dule)390
+4244 y(Finance::Y)-8 b(aho)s(oQuote.)3371 4427 y([V)g(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-wizards-quote-ro)m
+(w-\014lter)390 4536 y Ft(F)-8 b(ormat)32 b(used)d(to)i(\014lter)g(ro)m
+(ws.)3371 4719 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-wizards-sp)s(ot-w)m(ords-extension)390
+4829 y Ft(Default)31 b(\014le)g(extension)g(used)f(when)f(sp)s(otting)h
+(w)m(ords.)3371 5011 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-wizards-tramp-lo)s(cations)390
+5121 y Ft(T)-8 b(ramp)30 b(lo)s(cations)i(used)d(b)m(y)h(Emacsp)s(eak)h
+(tramp)f(wizard.)45 b(Lo)s(cations)32 b(added)d(here)i(via)g(cus-)390
+5230 y(tom)g(can)g(b)s(e)e(op)s(ened)h(using)g(command)g(emacsp)s
+(eak-wizards-tramp-op)s(en-lo)s(cation)j(b)s(ound)390
+5340 y(to)e(M-x)g(emacsp)s(eak-wizards-tramp-op)s(en-lo)s(cation.)p
+eop end
+%%Page: 162 165
+TeXDict begin 162 164 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(162)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-wizards-v)m(c-view)m(er-command)390 408 y Ft(Command)29
+b(line)i(for)f(dumping)f(out)i(virtual)f(console.)3371
+580 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-wizards-vpn-end-command)390 690 y Ft(Command)29
+b(that)i(brings)f(do)m(wn)g(a)g(VPN)h(connection.)3371
+862 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-wizards-vpn-start-command)390 972 y
+Ft(Command)29 b(that)i(brings)f(up)f(a)i(VPN)f(connection.)3371
+1144 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-wizards-xlh)m(tml-program)390 1253
+y Ft(Program)30 b(for)h(con)m(v)m(erting)h(XL)e(to)h(HTML.)g(Set)f
+(this)h(to)g(nil)f(if)g(y)m(ou)h(do)f(not)h(w)m(an)m(t)g(to)g(use)f
+(the)390 1363 y(XLHTML)g(wizard.)150 1587 y Fr(12.59)69
+b(emacsp)t(eak-xml-shell)46 b(Options)150 1747 y Ft(Automatically)33
+b(generated)e(do)s(cumen)m(tation)h(for)e(options)g(de\014ned)g(in)g
+(mo)s(dule)f(emacsp)s(eak-xml-)150 1856 y(shell.)46 b(These)30
+b(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f(in)m(terface.)
+3371 2028 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-xml-shell-command)390 2138 y Ft(Executable)31
+b(that)g(pro)m(vides)g(the)f(XML)h(bro)m(wser)f(shell.)46
+b(Default)31 b(is)g(xmllin)m(t.)46 b(If)30 b(y)m(ou)h(w)m(an)m(t)g(an)
+390 2247 y(XML)g(Shell)f(on)g(steroids)h(get)g(XSH)f(and)g(use)g(emacs)
+h(custom)g(to)g(customize)h(the)e(default)h(to)390 2357
+y(b)s(e)f(xsh.)3371 2529 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-xml-shell-ho)s(oks)390
+2639 y Ft(Start)31 b(up)e(ho)s(oks)h(run)f(after)i(XML)f(bro)m(wser)g
+(pro)s(cess)g(is)h(started.)3371 2811 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-xml-shell-options)390
+2920 y Ft(Command-line)30 b(options)h(for)f(XML)h(bro)m(wse)f(command.)
+3371 3092 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-xml-shell-xslt)390 3202 y Ft(XSL)30
+b(transform)f(to)j(apply)e(when)f(displa)m(ying)i(curren)m(t)f(no)s
+(de.)150 3426 y Fr(12.60)69 b(emacsp)t(eak-xslt)46 b(Options)150
+3585 y Ft(Automatically)33 b(generated)e(do)s(cumen)m(tation)h(for)e
+(options)g(de\014ned)g(in)g(mo)s(dule)f(emacsp)s(eak-xslt.)150
+3695 y(These)h(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f
+(in)m(terface.)3371 3867 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-xslt-k)m(eep-errors)390
+3977 y Ft(If)30 b(non-nil,)g(xslt)h(errors)f(will)h(b)s(e)e(preserv)m
+(ed)h(in)g(an)h(errors)e(bu\013er.)3371 4149 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-xslt-n)m
+(uk)m(e-n)m(ull-c)m(har)390 4258 y Ft(If)30 b(T)g(n)m(ull)g(c)m(hars)h
+(in)f(the)g(region)h(will)g(b)s(e)f(n)m(uk)m(ed.)45 b(This)30
+b(is)g(useful)g(when)f(handling)h(bad)390 4368 y(HTML.)3371
+4540 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-xslt-options)390 4649 y Ft(Options)30
+b(passed)g(to)h(xsltpro)s(c.)3371 4822 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-xslt-program)390
+4931 y Ft(Name)31 b(of)g(XSL)-8 b(T)30 b(transformation)g(engine.)3371
+5103 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-xslt-use-wget-to-do)m(wnload)390 5213
+y Ft(Set)31 b(to)g(T)f(if)g(y)m(ou)h(w)m(an)m(t)g(to)g(a)m(v)m(oid)h
+(URL)e(do)m(wnloader)h(bugs)e(in)h(lib)m(xml2.)47 b(There)30
+b(is)g(a)h(bug)f(that)390 5322 y(bites)h(when)e(using)h(Y)-8
+b(aho)s(o)31 b(Maps)g(that)g(wget)g(can)f(w)m(ork)h(around.)p
+eop end
+%%Page: 163 166
+TeXDict begin 163 165 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(163)150 299
+y Fr(12.61)69 b(emacsp)t(eak)45 b(Options)150 458 y Ft(Commen)m(tary:)h
+(The)30 b(complete)i(audio)e(desktop.)275 601 y(Emacsp)s(eak)g(extends)
+g(Emacs)h(to)g(b)s(e)f(a)h(fully)f(functional)g(audio)h(desktop.)46
+b(This)29 b(is)i(the)f(main)150 710 y(emacsp)s(eak)h(mo)s(dule.)45
+b(It)31 b(actually)h(do)s(es)e(v)m(ery)g(little:)48 b(It)30
+b(loads)h(the)g(v)-5 b(arious)30 b(parts)g(of)h(the)f(system.)275
+853 y(Automatically)i(generated)g(do)s(cumen)m(tation)f(for)f(options)h
+(de\014ned)e(in)h(mo)s(dule)g(emacsp)s(eak.)150 962 y(These)g(options)h
+(are)g(customizable)g(via)g(Emacs')g(Custom)f(in)m(terface.)3371
+1162 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-media-pla)m(y)m(er)390 1272 y Ft(Default)31
+b(media)g(pla)m(y)m(er)h(to)f(use.)45 b(This)30 b(is)g(a)h(Lisp)f
+(function)g(that)h(tak)m(es)h(a)e(resource)h(lo)s(cator.)3371
+1472 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-pla)m(y-emacsp)s(eak-startup-icon)390
+1581 y Ft(If)30 b(set)h(to)g(T,)f(emacsp)s(eak)h(pla)m(ys)g(its)g(icon)
+g(as)f(it)h(launc)m(hes.)3371 1781 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-startup-ho)s(ok)390
+1891 y Ft(Ho)s(ok)31 b(to)g(run)e(after)i(starting)g(emacsp)s(eak.)150
+2135 y Fr(12.62)69 b(v)l(oice-setup)45 b(Options)150
+2294 y Ft(Commen)m(tary:)h(A)31 b(v)m(oice)h(is)e(to)h(audio)g(as)f(a)h
+(fon)m(t)g(is)f(to)i(a)e(visual)h(displa)m(y)-8 b(.)46
+b(A)31 b(p)s(ersonalit)m(y)g(is)f(to)h(au-)150 2404 y(dio)g(as)f(a)h
+(face)g(is)g(to)g(a)f(visual)h(displa)m(y)-8 b(.)275
+2546 y(V)g(oice-lo)s(c)m(k-mo)s(de)33 b(is)e(a)f(minor)g(mo)s(de)g
+(that)h(causes)g(y)m(our)f(commen)m(ts)i(to)f(b)s(e)e(sp)s(ok)m(en)h
+(in)h(one)f(p)s(er-)150 2656 y(sonalit)m(y)-8 b(,)33
+b(strings)d(in)g(another,)h(reserv)m(ed)f(w)m(ords)g(in)g(another,)h
+(do)s(cumen)m(tation)g(strings)f(in)g(another,)150 2765
+y(and)g(so)g(on.)275 2908 y(Commen)m(ts)g(will)h(b)s(e)f(sp)s(ok)m(en)g
+(in)g(`emacsp)s(eak-v)m(oice-lo)s(c)m(k-commen)m(t-p)s(ersonalit)n(y'.)
+52 b(Strings)150 3017 y(will)31 b(b)s(e)e(sp)s(ok)m(en)h(in)h(`emacsp)s
+(eak-v)m(oice-lo)s(c)m(k-string-p)s(ersonalit)m(y'.)51
+b(Do)s(c)32 b(strings)e(will)g(b)s(e)g(sp)s(ok)m(en)150
+3127 y(in)g(`emacsp)s(eak-v)m(oice-lo)s(c)m(k-do)s(c-string-p)s
+(ersonalit)m(y'.)52 b(F)-8 b(unction)31 b(and)f(v)-5
+b(ariable)31 b(names)f(\(in)h(their)150 3236 y(de\014ning)e(forms\))i
+(will)f(b)s(e)g(sp)s(ok)m(en)g(in)g(`emacsp)s(eak-v)m(oice-lo)s(c)m
+(k-function-name-p)s(ersonalit)m(y'.)52 b(Re-)150 3346
+y(serv)m(ed)31 b(w)m(ords)e(will)i(b)s(e)f(sp)s(ok)m(en)g(in)g(`emacsp)
+s(eak-v)m(oice-lo)s(c)m(k-k)m(eyw)m(ord-p)s(ersonalit)m(y')q(.)275
+3488 y(T)-8 b(o)30 b(mak)m(e)i(the)e(text)i(y)m(ou)e(t)m(yp)s(e)h(b)s
+(e)f(v)m(oicei\014ed,)i(use)e(M-x)h(v)m(oice-lo)s(c)m(k-mo)s(de.)49
+b(When)30 b(this)g(minor)150 3598 y(mo)s(de)g(is)g(on,)h(the)f(v)m
+(oices)j(of)d(the)h(curren)m(t)f(line)h(are)f(up)s(dated)f(with)h(ev)m
+(ery)i(insertion)e(or)g(deletion.)275 3740 y(Ho)m(w)h(faces)g(map)f(to)
+h(v)m(oices:)47 b(TTS)30 b(engine)g(sp)s(eci\014c)h(mo)s(dules)e(e.g.,)
+j(dectalk-v)m(oices.el)150 3850 y(and)e(outloud-v)m(oices.el)j
+(de\014ne)d(a)h(standard)e(set)i(of)g(v)m(oice)h(names.)45
+b(This)30 b(mo)s(dule)g(maps)150 3959 y(standard)g Fp(")p
+Ft(p)s(ersonalit)m(y)p Fp(")g Ft(names)g(to)h(these)g(pre-de\014ned)e
+(v)m(oices.)48 b(It)30 b(do)s(es)g(this)g(via)h(sp)s(ecial)g(form)150
+4069 y(def-v)m(oice-fon)m(t)i(whic)m(h)d(tak)m(es)i(a)f(p)s(ersonalit)m
+(y)g(name,)f(a)h(v)m(oice)h(name)f(and)f(a)g(face)i(name)e(to)h(set)g
+(up)150 4179 y(the)g(mapping)e(b)s(et)m(w)m(een)i(face)h(and)d(p)s
+(ersonalit)m(y)-8 b(,)32 b(and)e(p)s(ersonalit)m(y)h(and)e(v)m(oice.)48
+b(New)m(er)31 b(Emacsp)s(eak)150 4288 y(mo)s(dules)f(should)f(use)h(v)m
+(oice-setup-add-map)i(when)d(de\014ning)h(face-)p Fp(>)p
+Ft(p)s(ersonalit)m(y)i(mappings.)150 4398 y(Older)e(co)s(de)g(calls)i
+(def-v)m(oice-fon)m(t)h(directly)-8 b(,)32 b(but)d(o)m(v)m(er)j(time)f
+(those)g(calls)h(will)e(b)s(e)g(c)m(hanged)h(to)g(the)150
+4507 y(more)g(succinct)g(form)e(pro)m(vided)h(b)m(y)h(v)m
+(oice-setup-add-map.)47 b(F)-8 b(or)31 b(use)f(from)g(other)h(mo)s
+(duels,)f(also)150 4617 y(see)h(function)f(v)m(oice-setup-map-face)k
+(whic)m(h)c(is)g(useful)g(when)f(mapping)h(a)h(single)g(face.)46
+b(Both)150 4727 y(v)m(oice-setup-add-map)32 b(and)e(v)m
+(oice-setup-map-face)j(call)f(sp)s(ecial)f(form)f(def-v)m(oice-fon)m
+(t.)275 4869 y(Sp)s(ecial)g(form)g(def-v)m(oice-fon)m(t)j(sets)e(up)e
+(the)i(p)s(ersonalit)m(y)g(name)f(to)h(b)s(e)f(a)m(v)-5
+b(ailable)33 b(via)e(custom.)150 4978 y(new)f(v)m(oices)i(can)f(b)s(e)e
+(de\014ned)h(using)f(CSS)g(st)m(yle)j(sp)s(eci\014cations)f(see)g(sp)s
+(ecial)g(form)f(defv)m(oice)i(V)-8 b(oices)150 5088 y(de\014ned)29
+b(via)i(defv)m(oice)h(can)f(b)s(e)e(customized)j(via)f(custom)f(see)h
+(the)g(do)s(cumen)m(tation)g(for)f(defv)m(oice.)275 5230
+y(Automatically)i(generated)g(do)s(cumen)m(tation)f(for)f(options)h
+(de\014ned)e(in)h(mo)s(dule)g(v)m(oice-setup.)150 5340
+y(These)g(options)h(are)g(customizable)g(via)g(Emacs')g(Custom)f(in)m
+(terface.)p eop end
+%%Page: 164 167
+TeXDict begin 164 166 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(164)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m
+(oice-animate-extra-settings)390 408 y Ft(Adds)29 b(extra)i(animation)h
+(curren)m(t)e(v)m(oice.)3371 589 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(v)m(oice-animate-medium-settings)390
+699 y Ft(Adds)29 b(medium)h(animation)h(curren)m(t)f(v)m(oice.)3371
+879 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(v)m(oice-animate-settings)390 989 y Ft(Animates)31
+b(curren)m(t)f(v)m(oice.)3371 1169 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(v)m(oice-annotate-settings)390
+1279 y Ft(Indicate)31 b(annotation.)3371 1459 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m(oice-b)s
+(olden-and-animate-settings)390 1569 y Ft(Bolden)31 b(and)f(animate)h
+(curren)m(t)f(v)m(oice.)3371 1749 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(v)m(oice-b)s(olden-extra-settings)390
+1859 y Ft(Extra)31 b(b)s(olden)e(curren)m(t)h(v)m(oice.)3371
+2039 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(v)m(oice-b)s(olden-medium-settings)390 2149 y Ft(Add)29
+b(medium)h(b)s(olden)f(curren)m(t)i(v)m(oice.)3371 2329
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m(oice-b)s
+(olden-settings)390 2439 y Ft(Bolden)31 b(curren)m(t)f(v)m(oice.)3371
+2620 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(v)m(oice-brigh)m(ten-extra-settings)390 2729 y Ft(Extra)31
+b(brigh)m(ten)f(curren)m(t)g(v)m(oice.)3371 2910 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m(oice-brigh)m
+(ten-medium-settings)390 3019 y Ft(Brigh)m(ten)31 b(curren)m(t)f(v)m
+(oice.)3371 3200 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(v)m(oice-brigh)m(ten-settings)390 3309
+y Ft(Brigh)m(ten)31 b(curren)m(t)f(v)m(oice.)3371 3490
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m(oice-inden)m
+(t-settings)390 3599 y Ft(Indicate)31 b(inden)m(tation)g(.)3371
+3780 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(v)m(oice-ligh)m(ten-extra-settings)390 3890 y Ft(Add)29
+b(extra)j(ligh)m(ten)f(curren)m(t)f(v)m(oice.)3371 4070
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m(oice-ligh)m
+(ten-medium-settings)390 4180 y Ft(Add)29 b(medium)h(ligh)m(ten)h
+(curren)m(t)g(v)m(oice.)3371 4360 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(v)m(oice-ligh)m(ten-settings)390
+4470 y Ft(Ligh)m(ten)31 b(curren)m(t)f(v)m(oice.)3371
+4650 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(v)m(oice-lo)s(c)m(k-mo)s(de)390 4760 y Ft(Determines)31
+b(if)g(prop)s(ert)m(y)e(p)s(ersonalit)m(y)i(results)f(in)g(text)i(b)s
+(eing)e(v)m(oici\014ed.)3371 4940 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-0)q
+(-set)q(tings)390 5050 y Ft(Ov)m(erla)m(y)32 b(v)m(oice)g(that)f(sets)g
+(dimension)e(0)i(of)g(A)m(CSS)e(structure)h(to)h(8.)3371
+5230 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-1)q(-set)q(tings)390
+5340 y Ft(Ov)m(erla)m(y)32 b(v)m(oice)g(that)f(sets)g(dimension)e(1)i
+(of)g(A)m(CSS)e(structure)h(to)h(8.)p eop end
+%%Page: 165 168
+TeXDict begin 165 167 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(165)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m(oice-lo)s(c)
+m(k-o)m(v)m(erla)m(y-2)q(-set)q(tings)390 408 y Ft(Ov)m(erla)m(y)32
+b(v)m(oice)g(that)f(sets)g(dimension)e(2)i(of)g(A)m(CSS)e(structure)h
+(to)h(8.)3371 606 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(v)m(oice-lo)s(c)m(k-o)m(v)m(erla)m(y-3)q(-set)q(tings)
+390 715 y Ft(Ov)m(erla)m(y)32 b(v)m(oice)g(that)f(sets)g(dimension)e(3)
+i(of)g(A)m(CSS)e(structure)h(to)h(8.)3371 913 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m
+(oice-monotone-medium-settings)390 1022 y Ft(T)-8 b(urns)29
+b(curren)m(t)h(v)m(oice)i(in)m(to)g(a)e(medium)g(monotone.)3371
+1219 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(v)m(oice-monotone-settings)390 1329 y Ft(T)-8 b(urns)29
+b(curren)m(t)h(v)m(oice)i(in)m(to)g(a)e(monotone)i(and)d(sp)s(eaks)h
+(all)h(punctuations.)3371 1526 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(v)m(oice-punctuations-all-settings)390
+1636 y Ft(T)-8 b(urns)29 b(curren)m(t)h(v)m(oice)i(in)m(to)g(one)e
+(that)h(sp)s(eaks)f(all)h(punctuations.)3371 1833 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m
+(oice-punctuations-none-settings)390 1943 y Ft(T)-8 b(urns)29
+b(curren)m(t)h(v)m(oice)i(in)m(to)g(one)e(that)h(sp)s(eaks)f(no)g
+(punctuations.)3371 2140 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(v)m(oice-punctuations-some-settings)390
+2250 y Ft(T)-8 b(urns)29 b(curren)m(t)h(v)m(oice)i(in)m(to)g(one)e
+(that)h(sp)s(eaks)f(some)h(punctuations.)3371 2447 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m
+(oice-setup-sample-text)390 2556 y Ft(Sample)30 b(text)i(used)d(when)h
+(displa)m(ying)g(a)m(v)-5 b(ailable)33 b(v)m(oices.)3371
+2754 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(v)m(oice-smo)s(othen-extra-settings)390 2863 y Ft(Extra)31
+b(smo)s(othen)f(curren)m(t)g(v)m(oice.)3371 3061 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(v)m(oice-smo)s
+(othen-medium-settings)390 3170 y Ft(Add)29 b(medium)h(smo)s(othen)g
+(curren)m(t)g(v)m(oice.)3371 3367 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(v)m(oice-smo)s(othen-settings)390
+3477 y Ft(Smo)s(othen)30 b(curren)m(t)g(v)m(oice.)3371
+3674 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(v)m(oice-w)m(omanize-1-settings)390 3784 y Ft(Apply)30
+b(\014rst)f(female)j(v)m(oice.)275 3981 y(Automatically)g(generated)g
+(do)s(cumen)m(tation)f(for)f(options)h(de\014ned)e(in)h(mo)s(dule)g
+(nil.)46 b(These)30 b(op-)150 4091 y(tions)h(are)f(customizable)i(via)f
+(Emacs')g(Custom)f(in)m(terface.)3371 4288 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-Bu\013er-men)m(u-bu\013er-v)
+m(oice)390 4398 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(Bu\013er-men)m
+(u-bu\013er)f(This)h(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)i
+(whose)390 4507 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)e(customizing)i(v)m(oice-b)s(olden-settings.)3371
+4704 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-bb)s(db-compan)m(y-v)m(oice)390 4814
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(bb)s(db-compan)m(y)f(This)g(p)
+s(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten)j(whose)d(ef-)390
+4924 y(fect)h(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)h(v)m(oice-brigh)m(ten-settings.)3371 5121
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-bb)
+s(db-\014eld-name-v)m(oice)390 5230 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(bb)s(db-\014eld-name)e(This)i(p)s(ersonalit)m(y)h(uses)f
+(v)m(oice-smo)s(othen)i(whose)390 5340 y(e\013ect)g(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-smo)s
+(othen-settings.)p eop end
+%%Page: 166 169
+TeXDict begin 166 168 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(166)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-bb)
+s(db-\014eld-v)-5 b(alue-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(bb)s(db-\014eld-v)-5 b(alue)29 b(This)g(p)s(ersonalit)m
+(y)i(uses)f(v)m(oice-animate)k(whose)c(ef-)390 518 y(fect)h(can)g(b)s
+(e)f(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-animate-settings.)3371 687 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-bb)s(db-name-v)m(oice)390
+797 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(bb)s(db-name)e(This)i(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)h(whose)g(e\013ect)g(can)390
+907 y(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-b)
+s(olden-settings.)3371 1076 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-b)s(old-italic-v)m(oice)390
+1186 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(b)s(old-italic)i(This)d
+(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden-and-animate)390
+1295 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-and-animate-)390 1405
+y(settings.)3371 1574 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-b)s(old-v)m(oice)390 1684
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(b)s(old)f(This)h(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)i(can)e
+(b)s(e)390 1793 y(c)m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m
+(oice-b)s(olden-settings.)3371 1963 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-button-v)m(oice)390
+2072 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(button)g(This)f(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)i(can)f
+(b)s(e)390 2182 y(c)m(hanged)g(globally)h(b)m(y)e(customizing)i(v)m
+(oice-b)s(olden-settings.)3371 2351 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-c-non)m(break)-5
+b(able-space-p)s(ersonalit)m(y)390 2461 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(c-non)m(break)-5 b(able-space-face)34
+b(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten)390
+2570 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-brigh)m(ten-settings.)3371 2740
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-calendar-to)s(da)m(y-v)m(oice)390 2849 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(calendar-to)s(da)m(y)i(This)d(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-ligh)m(ten)k(whose)c(e\013ect)390 2959 y(can)h(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m
+(ten-settings.)3371 3128 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-comin)m(t-highligh)m(t-input-v)m(oice)390
+3238 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(comin)m(t-highligh)m
+(t-input)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden-)390
+3347 y(medium)f(whose)i(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)
+h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-medium-)390
+3457 y(settings.)3371 3626 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-comin)m(t-highligh)m
+(t-prompt-v)m(oice)390 3736 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(comin)m(t-highligh)m(t-prompt)i(This)e(p)s(ersonalit)m
+(y)h(uses)f(v)m(oice-)390 3846 y(monotone-medium)h(whose)f(e\013ect)i
+(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)390
+3955 y(v)m(oice-monotone-medium-settings.)3371 4125 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-custom-button-mouse-v)m(oice)390 4234 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(custom-button-mouse)h(This)e(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-)390 4344 y(b)s(olden-medium)f(whose)h(e\013ect)i(can)f(b)s
+(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)390
+4453 y(v)m(oice-b)s(olden-medium-settings.)3371 4623
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-custom-button-pressed-unraised-v)m(oice)390 4732
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(custom-button-pressed-unraised)f(This)h(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-)390 4842 y(b)s(olden-extra)h(whose)f(e\013ect)i(can)e(b)s(e)g(c)
+m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-)390
+4951 y(extra-settings.)3371 5121 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-custom-button-pressed-v)m
+(oice)390 5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(custom-button-pressed)g(This)g(p)s(ersonalit)m(y)h(uses)e(v)m(oice-b)s
+(olden-extra)390 5340 y(whose)h(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-extra-settings.)p
+eop end
+%%Page: 167 170
+TeXDict begin 167 169 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(167)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-custom-button-unraised-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(custom-button-unraised)g(This)g(p)s(ersonalit)m(y)g
+(uses)g(v)m(oice-smo)s(othen)390 518 y(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-settings.)3371 717 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-custom-button-v)m(oice)390
+827 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(custom-button)h(This)e(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)390
+936 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-b)s(olden-settings.)3371 1136 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-custom-c)m(hanged-v)m(oice)
+390 1245 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(custom-c)m(hanged)i
+(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-smo)s(othen)i(whose)390
+1355 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-smo)s(othen-settings.)3371 1554
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-custom-commen)m(t-p)s(ersonalit)m(y)390 1664 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(custom-commen)m(t-face)j(This)d(p)s(ersonalit)m(y)
+h(uses)f(v)m(oice-)390 1773 y(monotone-medium)h(whose)f(e\013ect)i(can)
+e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)390
+1883 y(v)m(oice-monotone-medium-settings.)3371 2082 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-custom-commen)m(t-tag-p)s(ersonalit)m(y)390 2192
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(custom-commen)m(t-tag-face)35
+b(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-monotone)390
+2301 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-monotone-settings.)3371 2501
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-custom-commen)m(t-tag-v)m(oice)390 2610 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(custom-commen)m(t-tag)k(This)29 b(p)s(ersonalit)m(y)i
+(uses)f(v)m(oice-monotone)390 2720 y(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-monotone-settings.)3371 2919 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-custom-do)s(cumen)m
+(tation-v)m(oice)390 3029 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(custom-do)s(cumen)m(tation)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-)390 3138 y(brigh)m(ten-medium)g(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)e(customizing)390 3248
+y(v)m(oice-brigh)m(ten-medium-settings.)3371 3447 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-custom-face-tag-v)m(oice)390 3557 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(custom-face-tag)j(This)d(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-ligh)m(ten)k(whose)c(e\013ect)390 3666 y(can)h(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m
+(ten-settings.)3371 3866 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-custom-group-tag-1-v)m(oice)390
+3975 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(custom-group-tag-1)j
+(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten-medium)390
+4085 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-ligh)m(ten-medium-settings.)3371
+4284 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-custom-group-tag-p)s(ersonalit)m(y)390
+4394 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(custom-group-tag-face)j
+(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)390
+4503 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-settings.)3371 4702
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-custom-group-tag-v)m(oice)390 4812 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(custom-group-tag)i(This)e(p)s(ersonalit)m(y)g(uses)g(v)m
+(oice-b)s(olden)i(whose)390 4922 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)
+i(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-settings.)3371
+5121 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-custom-in)m(v)-5 b(alid-v)m(oice)390
+5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(custom-in)m(v)-5
+b(alid)32 b(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-animate-extra)35
+b(whose)390 5340 y(e\013ect)d(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)e(customizing)i(v)m(oice-animate-extra-settings.)p
+eop end
+%%Page: 168 171
+TeXDict begin 168 170 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(168)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-custom-link-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(custom-link)h(This)e(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden)i(whose)e(e\013ect)i(can)390 518 y(b)s(e)e(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)h(v)m(oice-b)s(olden-settings.)3371
+707 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-custom-mo)s(di\014ed-p)s(ersonalit)m(y)390
+817 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(custom-mo)s(di\014ed-face)
+h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-)390 927
+y(ligh)m(ten-medium)h(whose)f(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)390 1036 y(v)m(oice-ligh)m
+(ten-medium-settings.)3371 1225 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-custom-mo)s(di\014ed-v)m
+(oice)390 1335 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(custom-mo)s
+(di\014ed)g(This)f(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m
+(ten-medium)390 1445 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m(ten-medium-settings.)
+3371 1634 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-custom-rogue-v)m(oice)390 1743 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(custom-rogue)h(This)f(p)s(ersonalit)m(y)h(uses)f
+(v)m(oice-b)s(olden-and-animate)390 1853 y(whose)g(e\013ect)i(can)f(b)s
+(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-and-animate-)390 1963 y(settings.)3371 2152 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-custom-sa)m
+(v)m(ed-v)m(oice)390 2262 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(custom-sa)m(v)m(ed)i(This)e(p)s(ersonalit)m(y)h(uses)e(v)m(oice-smo)s
+(othen-extra)390 2371 y(whose)h(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s(othen-extra-settings.)
+3371 2560 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-custom-set-v)m(oice)390 2670 y Ft(P)m(ersonalit)m(y)
+32 b(used)e(for)g(custom-set)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-smo)s(othen-medium)390 2780 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)
+m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-medium-)390 2889 y(settings.)3371 3078 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-custom-state-v)m(oice)390 3188 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(custom-state)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-smo)s(othen)i(whose)e(e\013ect)390 3298 y(can)h(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-settings.)3371 3487 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-custom-v)-5
+b(ariable-button-v)m(oice)390 3597 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(custom-v)-5 b(ariable-button)32 b(This)d(p)s(ersonalit)m
+(y)i(uses)f(v)m(oice-animate)390 3706 y(whose)g(e\013ect)i(can)f(b)s(e)
+e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-animate-settings.)3371 3895 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-custom-v)-5
+b(ariable-tag-v)m(oice)390 4005 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(custom-v)-5 b(ariable-tag)33 b(This)d(p)s(ersonalit)m(y)
+h(uses)f(v)m(oice-b)s(olden-medium)390 4115 y(whose)g(e\013ect)i(can)f
+(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-medium-settings.)3371 4304 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-diary-p)s(ersonalit)m(y)390
+4413 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(diary-face)h(This)f(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)i(can)390
+4523 y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-b)s(olden-settings.)3371 4712 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-dired-directory-v)m(oice)390
+4822 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(dired-directory)g(This)g
+(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden-medium)390
+4932 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-medium-settings.)3371
+5121 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-dired-\015agged-v)m(oice)390 5230 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(dired-\015agged)h(This)e(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-animate-extra)35 b(whose)390
+5340 y(e\013ect)d(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-animate-extra-settings.)p eop
+end
+%%Page: 169 172
+TeXDict begin 169 171 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(169)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-dired-header-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(dired-header)g(This)f(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-smo)s(othen)j(whose)d(e\013ect)390 518 y(can)h(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-settings.)3371 697 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-dired-ignored-v)m(oice)390
+807 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(dired-ignored)g(This)g(p)s
+(ersonalit)m(y)h(uses)e(v)m(oice-ligh)m(ten-extra)35
+b(whose)390 917 y(e\013ect)d(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)e(customizing)i(v)m(oice-ligh)m(ten-extra-settings.)3371
+1096 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-dired-mark-v)m(oice)390 1205 y Ft(P)m(ersonalit)m(y)
+32 b(used)e(for)g(dired-mark)g(This)f(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-ligh)m(ten)k(whose)c(e\013ect)i(can)390 1315 y(b)s(e)e(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-ligh)m
+(ten-settings.)3371 1494 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-dired-mark)m(ed-v)m(oice)390
+1604 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(dired-mark)m(ed)g(This)g
+(p)s(ersonalit)m(y)h(uses)e(v)m(oice-b)s(olden-and-animate)390
+1714 y(whose)h(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-and-animate-)390 1823
+y(settings.)3371 2002 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-dired-symlink-v)m(oice)390
+2112 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(dired-symlink)f(This)h(p)
+s(ersonalit)m(y)h(uses)f(v)m(oice-animate-extra)35 b(whose)390
+2222 y(e\013ect)d(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-animate-extra-settings.)3371
+2401 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-dired-w)m(arning-v)m(oice)390 2511
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(dired-w)m(arning)g(This)f(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-animate-extra)35 b(whose)390
+2620 y(e\013ect)d(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-animate-extra-settings.)3371
+2800 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-ep)s(erio)s(dic-disco)m(v)m(ered-after-p)s(ersonalit)
+m(y)390 2909 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ep)s(erio)s
+(dic-disco)m(v)m(ered-after-face)k(This)c(p)s(ersonalit)m(y)g(uses)g(v)
+m(oice-)390 3019 y(smo)s(othen)g(whose)g(e\013ect)i(can)f(b)s(e)f(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-smo)s(othen-)390
+3128 y(settings.)3371 3308 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-ep)s(erio)s(dic-disco)m(v)m
+(ered-b)s(efore-p)s(ersonalit)m(y)390 3417 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(ep)s(erio)s(dic-disco)m(v)m(ered-b)s(efore-face)j(This)d
+(p)s(ersonalit)m(y)390 3527 y(uses)g(v)m(oice-brigh)m(ten)j(whose)d
+(e\013ect)i(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)
+390 3636 y(v)m(oice-brigh)m(ten-settings.)3371 3816 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-ep)s(erio)s
+(dic-disco)m(v)m(ered-in-p)s(ersonalit)m(y)390 3925 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ep)s(erio)s(dic-disco)m(v)m
+(ered-in-face)j(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-ligh)m(ten)
+390 4035 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)f(customizing)g(v)m(oice-ligh)m(ten-settings.)3371
+4214 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-ep)s(erio)s(dic-f-blo)s(c)m(k-p)s(ersonalit)m(y)390
+4324 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ep)s(erio)s(dic-f-blo)s
+(c)m(k-face)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m(oice-)390
+4433 y(ligh)m(ten-medium)h(whose)f(e\013ect)i(can)f(b)s(e)e(c)m(hanged)
+i(globally)h(b)m(y)f(customizing)390 4543 y(v)m(oice-ligh)m
+(ten-medium-settings.)3371 4722 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-ep)s(erio)s(dic-gas-p)s
+(ersonalit)m(y)390 4832 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ep)s
+(erio)s(dic-gas-face)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m(oice-ligh)
+m(ten-extra)390 4941 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m(ten-extra-settings.)
+3371 5121 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-ep)s(erio)s(dic-group-n)m(um)m(b)s(er-p)s(ersonalit)m
+(y)390 5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ep)s(erio)s
+(dic-group-n)m(um)m(b)s(er-face)g(This)g(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-ligh)m(ten)390 5340 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m
+(ten-settings.)p eop end
+%%Page: 170 173
+TeXDict begin 170 172 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(170)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-ep)
+s(erio)s(dic-header-p)s(ersonalit)m(y)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(ep)s(erio)s(dic-header-face)i(This)d(p)s(ersonalit)m(y)i
+(uses)f(v)m(oice-b)s(olden)i(whose)390 518 y(e\013ect)g(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s
+(olden-settings.)3371 697 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-ep)s(erio)s(dic-liquid-p)s
+(ersonalit)m(y)390 807 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ep)s
+(erio)s(dic-liquid-face)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-smo)s(othen)390 917 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-settings.)3371 1096 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-ep)s(erio)s(dic-p-blo)s(c)m
+(k-p)s(ersonalit)m(y)390 1205 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(ep)s(erio)s(dic-p-blo)s(c)m(k-face)i(This)e(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-monotone)390 1315 y(whose)g(e\013ect)i
+(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-monotone-settings.)3371 1494 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-ep)s(erio)s(dic-p)s(erio)s
+(d-n)m(um)m(b)s(er-p)s(ersonalit)m(y)390 1604 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(ep)s(erio)s(dic-p)s(erio)s(d-n)m(um)m(b)s(er-face)g
+(This)f(p)s(ersonalit)m(y)i(uses)f(v)m(oice-)390 1714
+y(ligh)m(ten)h(whose)g(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h
+(b)m(y)e(customizing)i(v)m(oice-ligh)m(ten-settings.)3371
+1893 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-ep)s(erio)s(dic-s-blo)s(c)m(k-p)s(ersonalit)m(y)390
+2002 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ep)s(erio)s(dic-s-blo)s
+(c)m(k-face)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m(oice-)390
+2112 y(smo)s(othen-medium)g(whose)g(e\013ect)i(can)e(b)s(e)g(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)390 2222 y(v)m(oice-smo)s
+(othen-medium-settings.)3371 2401 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-ep)s(erio)s(dic-solid-p)s
+(ersonalit)m(y)390 2511 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ep)s
+(erio)s(dic-solid-face)i(This)e(p)s(ersonalit)m(y)h(uses)e(v)m(oice-b)s
+(olden-extra)390 2620 y(whose)h(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-extra-settings.)
+3371 2800 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-ep)s(erio)s(dic-unkno)m(wn-p)s(ersonalit)m(y)390
+2909 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(ep)s(erio)s(dic-unkno)m
+(wn-face)g(This)g(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden-)390
+3019 y(and-animate)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)h(v)m(oice-b)s(olden-and-)390
+3128 y(animate-settings.)3371 3308 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-erc-action-p)s(ersonalit)m
+(y)390 3417 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(erc-action-face)k
+(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-monotone)k(whose)c(ef-)
+390 3527 y(fect)h(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)h(v)m(oice-monotone-settings.)3371 3706
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-erc-b)s(old-p)s(ersonalit)m(y)390 3816 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(erc-b)s(old-face)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden)i(whose)e(e\013ect)390 3925 y(can)h(b)s(e)e(c)m(hanged)
+i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+4105 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-erc-dangerous-host-p)s(ersonalit)m(y)390
+4214 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(erc-dangerous-host-face)j
+(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten-)390
+4324 y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m(hanged)h(globally)g
+(b)m(y)g(customizing)g(v)m(oice-brigh)m(ten-extra-)390
+4433 y(settings.)3371 4613 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-erc-direct-msg-p)s(ersonalit)m
+(y)390 4722 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(erc-direct-msg-face)j(This)d(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-animate)j(whose)390 4832 y(e\013ect)f(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-animate-settings.)3371
+5011 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-erc-error-p)s(ersonalit)m(y)390 5121
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(erc-error-face)i(This)e(p)s
+(ersonalit)m(y)g(uses)g(v)m(oice-b)s(olden-and-animate)390
+5230 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-and-animate-)390 5340
+y(settings.)p eop end
+%%Page: 171 174
+TeXDict begin 171 173 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(171)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-erc-input-p)s(ersonalit)m(y)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(erc-input-face)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-smo)s(othen)i(whose)e(ef-)390 518 y(fect)h(can)g(b)s(e)f(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-smo)s
+(othen-settings.)3371 707 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-erc-in)m(v)m(erse-p)s
+(ersonalit)m(y)390 817 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(erc-in)
+m(v)m(erse-face)j(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-ligh)m
+(ten-extra)35 b(whose)390 927 y(e\013ect)d(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-ligh)m(ten-extra-settings.)
+3371 1116 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-erc-k)m(eyw)m(ord-p)s(ersonalit)m(y)390
+1225 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(erc-k)m(eyw)m(ord-face)j
+(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-animate)k(whose)390
+1335 y(e\013ect)e(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-animate-settings.)3371 1524 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-erc-notice-p)s(ersonalit)m(y)390 1634 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(erc-notice-face)k(This)29 b(p)s(ersonalit)m(y)i(uses)f
+(\(quote)h(inaudible\))g(whose)390 1743 y(e\013ect)h(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(\(quote)f
+(inaudible\)-settings.)3371 1933 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-erc-pal-p)s(ersonalit)m(y)
+390 2042 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(erc-pal-face)j(This)c
+(p)s(ersonalit)m(y)i(uses)f(v)m(oice-animate-extra)35
+b(whose)390 2152 y(e\013ect)d(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)e(customizing)i(v)m(oice-animate-extra-settings.)3371
+2341 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-erc-prompt-p)s(ersonalit)m(y)390 2451
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(erc-prompt-face)h(This)f(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)390
+2560 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-b)s(olden-settings.)3371 2750 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-erc-underline-p)s(ersonalit)
+m(y)390 2859 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(erc-underline-face)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-brigh)
+m(ten-medium)390 2969 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-brigh)m(ten-medium-)390
+3078 y(settings.)3371 3268 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-eshell-ls-arc)m(hiv)m(e-p)s
+(ersonalit)m(y)390 3377 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(eshell-ls-arc)m(hiv)m(e-face)35 b(This)29 b(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-ligh)m(ten-extra)390 3487 y(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m
+(ten-extra-settings.)3371 3676 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-eshell-ls-arc)m(hiv)m(e-v)m
+(oice)390 3786 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-arc)m
+(hiv)m(e)j(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-ligh)m(ten-extra)
+k(whose)390 3895 y(e\013ect)e(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)e(customizing)i(v)m(oice-ligh)m(ten-extra-settings.)3371
+4085 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-eshell-ls-bac)m(kup-p)s(ersonalit)m(y)390
+4194 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-bac)m(kup-face)
+j(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-)390 4304
+y(monotone-medium)h(whose)f(e\013ect)i(can)e(b)s(e)g(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)390 4413 y(v)m
+(oice-monotone-medium-settings.)3371 4603 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-eshell-ls-bac)m(kup-v)m
+(oice)390 4712 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-bac)m
+(kup)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-monotone-medium)390
+4822 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-monotone-medium-)390 4932 y(settings.)3371
+5121 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-eshell-ls-clutter-p)s(ersonalit)m(y)390
+5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-clutter-face)k
+(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-smo)s(othen-extra)390
+5340 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-smo)s(othen-extra-settings.)p
+eop end
+%%Page: 172 175
+TeXDict begin 172 174 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(172)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-eshell-ls-clutter-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(eshell-ls-clutter)j(This)c(p)s(ersonalit)m(y)i(uses)f(v)
+m(oice-smo)s(othen-extra)390 518 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-extra-settings.)3371 717 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-eshell-ls-directory-p)s
+(ersonalit)m(y)390 827 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(eshell-ls-directory-face)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden)390 936 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+1136 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-eshell-ls-directory-v)m(oice)390 1245
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-directory)i(This)e
+(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)h(whose)g(ef-)390
+1355 y(fect)g(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)h(v)m(oice-b)s(olden-settings.)3371 1554
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-eshell-ls-executable-p)s(ersonalit)m(y)390 1664
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-executable-face)35
+b(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-animate-)390
+1773 y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m(hanged)h(globally)g
+(b)m(y)g(customizing)g(v)m(oice-animate-extra-)390 1883
+y(settings.)3371 2082 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-eshell-ls-executable-v)m(oice)390
+2192 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-executable)j
+(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-animate-extra)390
+2301 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-animate-extra-settings.)3371
+2501 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-eshell-ls-missing-p)s(ersonalit)m(y)390
+2610 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-missing-face)j
+(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten)390
+2720 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-brigh)m(ten-settings.)3371 2919
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-eshell-ls-missing-v)m(oice)390 3029 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(eshell-ls-missing)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)
+m(oice-brigh)m(ten)j(whose)390 3138 y(e\013ect)f(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-brigh)m
+(ten-settings.)3371 3337 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-eshell-ls-pro)s(duct-p)s(ersonalit)m(y)
+390 3447 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-pro)s
+(duct-face)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-)390
+3557 y(ligh)m(ten-medium)h(whose)f(e\013ect)i(can)f(b)s(e)e(c)m(hanged)
+i(globally)h(b)m(y)f(customizing)390 3666 y(v)m(oice-ligh)m
+(ten-medium-settings.)3371 3866 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-eshell-ls-pro)s(duct-v)m
+(oice)390 3975 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-pro)s
+(duct)g(This)g(p)s(ersonalit)m(y)h(uses)f(v)m(oice-ligh)m(ten-medium)
+390 4085 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)f(customizing)g(v)m(oice-ligh)m(ten-medium-settings.)3371
+4284 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-eshell-ls-readonly-p)s(ersonalit)m(y)390
+4394 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-readonly-face)j
+(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-monotone)390
+4503 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-monotone-settings.)3371 4702
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-eshell-ls-readonly-v)m(oice)390 4812 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(eshell-ls-readonly)i(This)d(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-monotone)k(whose)390 4922 y(e\013ect)e(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-monotone-settings.)
+3371 5121 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-eshell-ls-sp)s(ecial-p)s(ersonalit)m(y)390
+5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-sp)s
+(ecial-face)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m
+(ten-extra)390 5340 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m(ten-extra-settings.)p
+eop end
+%%Page: 173 176
+TeXDict begin 173 175 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(173)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-eshell-ls-sp)s(ecial-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(eshell-ls-sp)s(ecial)i(This)e(p)s(ersonalit)m(y)h(uses)f
+(v)m(oice-ligh)m(ten-extra)35 b(whose)390 518 y(e\013ect)d(can)f(b)s(e)
+e(c)m(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-ligh)m
+(ten-extra-settings.)3371 717 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-eshell-ls-symlink-p)s
+(ersonalit)m(y)390 827 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(eshell-ls-symlink-face)j(This)c(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-smo)s(othen)390 936 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-settings.)3371 1136 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-eshell-ls-symlink-v)m(oice)390
+1245 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-symlink)h(This)
+f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-smo)s(othen)i(whose)390
+1355 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-smo)s(othen-settings.)3371 1554
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-eshell-ls-unreadable-p)s(ersonalit)m(y)390 1664
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(eshell-ls-unreadable-face)j
+(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-)390 1773
+y(monotone-medium)h(whose)f(e\013ect)i(can)e(b)s(e)g(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)390 1883 y(v)m
+(oice-monotone-medium-settings.)3371 2082 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-eshell-ls-unreadable-v)m
+(oice)390 2192 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(eshell-ls-unreadable)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-)390
+2301 y(monotone-medium)h(whose)f(e\013ect)i(can)e(b)s(e)g(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)390 2411 y(v)m
+(oice-monotone-medium-settings.)3371 2610 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-eshell-prompt-p)s(ersonalit)
+m(y)390 2720 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(eshell-prompt-face)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-animate)k(whose)390 2829 y(e\013ect)e(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-animate-settings.)3371
+3029 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-eshell-prompt-v)m(oice)390 3138 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(eshell-prompt)g(This)g(p)s(ersonalit)m(y)h(uses)f
+(v)m(oice-animate)k(whose)c(e\013ect)390 3248 y(can)h(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-animate-settings.)
+3371 3447 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-\014xed-pitc)m(h-v)m(oice)390 3557
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(\014xed-pitc)m(h)g(This)g(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-monotone)j(whose)e(e\013ect)390
+3666 y(can)g(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-monotone-settings.)3371 3866 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-\014xed-v)m(oice)390
+3975 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(\014xed)g(This)f(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-monotone)k(whose)c(e\013ect)i(can)e(b)
+s(e)390 4085 y(c)m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m
+(oice-monotone-settings.)3371 4284 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-\015ysp)s(ell-incorrect-p)s
+(ersonalit)m(y)390 4394 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(\015ysp)s(ell-incorrect-face)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-b)s(olden)h(whose)390 4503 y(e\013ect)h(can)f(b)s(e)e(c)m(hanged)
+i(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-settings.)3371
+4702 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-cite-1-v)m(oice)390 4812 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-1)j(This)c(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden-medium)h(whose)390
+4922 y(e\013ect)h(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-medium-settings.)3371
+5121 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-cite-10-v)m(oice)390 5230 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-10)j(This)d(p)s
+(ersonalit)m(y)g(uses)g(v)m(oice-ligh)m(ten)k(whose)c(e\013ect)390
+5340 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-ligh)m(ten-settings.)p eop end
+%%Page: 174 177
+TeXDict begin 174 176 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(174)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-cite-11-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-cite-11)j(This)d(p)s(ersonalit)m(y)g(uses)g(v)m
+(oice-ligh)m(ten-extra)35 b(whose)390 518 y(e\013ect)d(can)f(b)s(e)e(c)
+m(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-ligh)m
+(ten-extra-settings.)3371 701 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-cite-2-v)m(oice)390
+810 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-2)j(This)c(p)
+s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten)k(whose)c(e\013ect)i(can)
+390 920 y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-ligh)m(ten-settings.)3371 1103 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-cite-3-v)m(oice)390
+1212 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-3)j(This)c
+(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten-extra)35
+b(whose)30 b(ef-)390 1322 y(fect)h(can)g(b)s(e)f(c)m(hanged)h(globally)
+h(b)m(y)e(customizing)h(v)m(oice-ligh)m(ten-extra-settings.)3371
+1504 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-cite-4-v)m(oice)390 1614 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-4)j(This)c(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)i(can)390
+1724 y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-b)s(olden-settings.)3371 1906 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-cite-5-v)m(oice)390
+2016 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-5)j(This)c
+(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden-medium)h(whose)390
+2125 y(e\013ect)h(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-medium-settings.)3371
+2308 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-cite-6-v)m(oice)390 2418 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-6)j(This)c(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten)k(whose)c(e\013ect)i(can)
+390 2527 y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-ligh)m(ten-settings.)3371 2710 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-cite-7-v)m(oice)390
+2819 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-7)j(This)c
+(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten-extra)35
+b(whose)30 b(ef-)390 2929 y(fect)h(can)g(b)s(e)f(c)m(hanged)h(globally)
+h(b)m(y)e(customizing)h(v)m(oice-ligh)m(ten-extra-settings.)3371
+3112 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-cite-8-v)m(oice)390 3221 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-8)j(This)c(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)i(can)390
+3331 y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-b)s(olden-settings.)3371 3513 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-cite-9-v)m(oice)390
+3623 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-9)j(This)c
+(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden-medium)h(whose)390
+3733 y(e\013ect)h(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-medium-settings.)3371
+3915 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-cite-face-1-v)m(oice)390 4025
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-face-1)k(This)29
+b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)390
+4134 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-b)s(olden-settings.)3371 4317 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-cite-face-10-v)m
+(oic)q(e)390 4427 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-cite-face-10)k(This)c(p)s(ersonalit)m(y)h(uses)f(v)m(oice-ligh)m
+(ten)k(whose)c(ef-)390 4536 y(fect)h(can)g(b)s(e)f(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)h(v)m(oice-ligh)m(ten-settings.)3371
+4719 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-cite-face-2-v)m(oice)390 4829
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-face-2)k(This)29
+b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten)k(whose)c(e\013ect)390
+4938 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-ligh)m(ten-settings.)3371 5121 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-cite-face-3-v)m
+(oice)390 5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-cite-face-3)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m
+(ten-extra)35 b(whose)390 5340 y(e\013ect)d(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-ligh)m(ten-extra-settings.)p
+eop end
+%%Page: 175 178
+TeXDict begin 175 177 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(175)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-cite-face-4-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-cite-face-4)k(This)29 b(p)s(ersonalit)m(y)i
+(uses)f(v)m(oice-b)s(olden-medium)390 518 y(whose)g(e\013ect)i(can)f(b)
+s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-medium-settings.)3371 697 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-cite-face-5-v)m
+(oice)390 807 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-cite-face-5)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s
+(olden)i(whose)e(e\013ect)390 917 y(can)h(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+1096 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-cite-face-6-v)m(oice)390 1205
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-face-6)k(This)29
+b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten)k(whose)c(e\013ect)390
+1315 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-ligh)m(ten-settings.)3371 1494 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-cite-face-7-v)m
+(oice)390 1604 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-cite-face-7)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m
+(ten-extra)35 b(whose)390 1714 y(e\013ect)d(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-ligh)m(ten-extra-settings.)
+3371 1893 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-cite-face-8-v)m(oice)390 2002
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-face-8)k(This)29
+b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden-medium)390
+2112 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-medium-settings.)3371
+2291 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-cite-face-9-v)m(oice)390 2401
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-cite-face-9)k(This)29
+b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)390
+2511 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-b)s(olden-settings.)3371 2690 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-emphasis-b)s(old-v)m
+(oice)390 2800 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-emphasis-b)s(old)f(This)h(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s
+(olden-and-)390 2909 y(animate)h(whose)g(e\013ect)h(can)e(b)s(e)g(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-and-)390
+3019 y(animate-settings.)3371 3198 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-emphasis-highligh)m
+(t-w)m(ords-v)m(oice)390 3308 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-emphasis-highligh)m(t-w)m(ords)h(This)f(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-)390 3417 y(ligh)m(ten-extra)j(whose)d
+(e\013ect)i(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i
+(v)m(oice-ligh)m(ten-)390 3527 y(extra-settings.)3371
+3706 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-emphasis-italic-v)m(oice)390
+3816 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-emphasis-italic)i
+(This)e(p)s(ersonalit)m(y)h(uses)f(v)m(oice-ligh)m(ten)j(whose)390
+3925 y(e\013ect)f(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-ligh)m(ten-settings.)3371 4105
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-emphasis-strik)m(ethru-v)m(oice)390 4214 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-emphasis-strik)m(ethru)g(This)g(p)s(ersonalit)m
+(y)h(uses)390 4324 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)
+f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e(customizing)390
+4433 y(v)m(oice-b)s(olden-extra-settings.)3371 4613 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-emphasis-underline-v)m(oice)390 4722 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-emphasis-underline)f(This)h(p)s(ersonalit)m(y)h
+(uses)f(v)m(oice-brigh)m(ten-)390 4832 y(extra)h(whose)f(e\013ect)i
+(can)f(b)s(e)f(c)m(hanged)h(globally)g(b)m(y)g(customizing)g(v)m
+(oice-brigh)m(ten-extra-)390 4941 y(settings.)3371 5121
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-group-mail-1-empt)m(y-p)s(ersonalit)m(y)390 5230
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-group-mail-1-empt)m
+(y-face)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(default)390
+5340 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(default-settings.)p eop end
+%%Page: 176 179
+TeXDict begin 176 178 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(176)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-group-mail-1-empt)m(y-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-mail-1-empt)m(y)i(This)e(p)s(ersonalit)m
+(y)h(uses)390 518 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f
+(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e(customizing)390
+628 y(v)m(oice-b)s(olden-extra-settings.)3371 807 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-group-mail-1-p)s(ersonalit)m(y)390 917 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-mail-1-face)j(This)d(p)s(ersonalit)m(y)g
+(uses)g(default)h(whose)f(ef-)390 1026 y(fect)h(can)g(b)s(e)f(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)h(default-settings.)3371
+1205 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-group-mail-1-v)m(oice)390 1315
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-group-mail-1)i(This)d
+(p)s(ersonalit)m(y)i(uses)f(default)h(whose)f(e\013ect)390
+1425 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g
+(default-settings.)3371 1604 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-mail-2-empt)m
+(y-p)s(ersonalit)m(y)390 1714 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-mail-2-empt)m(y-face)k(This)29
+b(p)s(ersonalit)m(y)i(uses)390 1823 y(v)m(oice-smo)s(othen-extra)i
+(whose)e(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)390 1933 y(v)m(oice-smo)s(othen-extra-settings.)3371
+2112 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-group-mail-2-empt)m(y-v)m(oice)390
+2222 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-mail-2-empt)m(y)i(This)e(p)s(ersonalit)m(y)h(uses)390
+2331 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)390 2441 y(v)m(oice-b)s
+(olden-extra-settings.)3371 2620 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-mail-2-p)s
+(ersonalit)m(y)390 2730 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-mail-2-face)j(This)d(p)s(ersonalit)m(y)g(uses)g(v)m(oice-b)s
+(olden)390 2839 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+3019 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-group-mail-2-v)m(oice)390 3128
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-group-mail-2)i(This)d
+(p)s(ersonalit)m(y)i(uses)f(default)h(whose)f(e\013ect)390
+3238 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g
+(default-settings.)3371 3417 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-mail-3-empt)m
+(y-p)s(ersonalit)m(y)390 3527 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-mail-3-empt)m(y-face)k(This)29
+b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-)390 3636 y(b)s(olden)f(whose)i
+(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i
+(v)m(oice-b)s(olden-settings.)3371 3816 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-mail-3-empt)m
+(y-v)m(oice)390 3925 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-mail-3-empt)m(y)i(This)e(p)s(ersonalit)m(y)h(uses)390
+4035 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)390 4144 y(v)m(oice-b)s
+(olden-extra-settings.)3371 4324 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-mail-3-p)s
+(ersonalit)m(y)390 4433 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-mail-3-face)j(This)d(p)s(ersonalit)m(y)g(uses)g(v)m(oice-b)s
+(olden)390 4543 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+4722 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-group-mail-3-v)m(oice)390 4832
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-group-mail-3)i(This)d
+(p)s(ersonalit)m(y)i(uses)f(default)h(whose)f(e\013ect)390
+4941 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g
+(default-settings.)3371 5121 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-mail-lo)m
+(w-empt)m(y-p)s(ersonalit)m(y)390 5230 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-mail-lo)m(w-empt)m(y-face)k(This)c(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-)390 5340 y(b)s(olden)f(whose)i
+(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i
+(v)m(oice-b)s(olden-settings.)p eop end
+%%Page: 177 180
+TeXDict begin 177 179 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(177)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-group-mail-lo)m(w-empt)m(y-v)m(oice)390 408 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(gn)m(us-group-mail-lo)m(w-empt)m(y)j(This)c(p)s
+(ersonalit)m(y)i(uses)390 518 y(v)m(oice-b)s(olden-extra)i(whose)d
+(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e(customizing)
+390 628 y(v)m(oice-b)s(olden-extra-settings.)3371 807
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-group-mail-lo)m(w-p)s(ersonalit)m(y)390 917 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(gn)m(us-group-mail-lo)m(w-face)j(This)d(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)390 1026 y(whose)g(e\013ect)
+i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-b)s(olden-settings.)3371 1205 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-mail-lo)m(w-v)
+m(oice)390 1315 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-mail-lo)m(w)i(This)e(p)s(ersonalit)m(y)h(uses)e(default)i
+(whose)f(e\013ect)390 1425 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)f(customizing)g(default-settings.)3371 1604 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-group-news-1-empt)m(y-p)s(ersonalit)m(y)390 1714
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-group-news-1-empt)m
+(y-face)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m(oice-)390
+1823 y(b)s(olden)f(whose)i(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-settings.)3371
+2002 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-group-news-1-empt)m(y-v)m(oice)390
+2112 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-news-1-empt)m(y)h(This)f(p)s(ersonalit)m(y)h(uses)390
+2222 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)390 2331 y(v)m(oice-b)s
+(olden-extra-settings.)3371 2511 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-1-p)s
+(ersonalit)m(y)390 2620 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-news-1-face)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s
+(olden)390 2730 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+2909 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-group-news-1-v)m(oice)390 3019
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-group-news-1)g(This)g
+(p)s(ersonalit)m(y)h(uses)f(default)g(whose)h(e\013ect)390
+3128 y(can)g(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g
+(default-settings.)3371 3308 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-2-empt)m
+(y-p)s(ersonalit)m(y)390 3417 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-2-empt)m(y-face)i(This)e(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-)390 3527 y(b)s(olden)f(whose)i
+(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i
+(v)m(oice-b)s(olden-settings.)3371 3706 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-2-empt)m
+(y-v)m(oice)390 3816 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-news-2-empt)m(y)h(This)f(p)s(ersonalit)m(y)h(uses)390
+3925 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)390 4035 y(v)m(oice-b)s
+(olden-extra-settings.)3371 4214 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-2-p)s
+(ersonalit)m(y)390 4324 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-news-2-face)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s
+(olden-)390 4433 y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m(hanged)
+h(globally)g(b)m(y)g(customizing)g(v)m(oice-b)s(olden-extra-)390
+4543 y(settings.)3371 4722 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-2-v)m(oice)
+390 4832 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-group-news-2)
+g(This)g(p)s(ersonalit)m(y)h(uses)f(default)g(whose)h(e\013ect)390
+4941 y(can)g(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g
+(default-settings.)3371 5121 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-3-empt)m
+(y-p)s(ersonalit)m(y)390 5230 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-3-empt)m(y-face)i(This)e(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-)390 5340 y(b)s(olden)f(whose)i
+(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i
+(v)m(oice-b)s(olden-settings.)p eop end
+%%Page: 178 181
+TeXDict begin 178 180 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(178)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-group-news-3-empt)m(y-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-3-empt)m(y)h(This)f(p)s(ersonalit)m
+(y)h(uses)390 518 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f
+(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e(customizing)390
+628 y(v)m(oice-b)s(olden-extra-settings.)3371 817 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-group-news-3-p)s(ersonalit)m(y)390 927 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-3-face)i(This)d(p)s(ersonalit)m(y)i
+(uses)f(v)m(oice-b)s(olden)390 1036 y(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-settings.)3371 1225 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-3-v)m(oice)
+390 1335 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-group-news-3)
+g(This)g(p)s(ersonalit)m(y)h(uses)f(default)g(whose)h(e\013ect)390
+1445 y(can)g(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g
+(default-settings.)3371 1634 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-4-empt)m
+(y-p)s(ersonalit)m(y)390 1743 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-4-empt)m(y-face)i(This)e(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-)390 1853 y(b)s(olden)f(whose)i
+(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i
+(v)m(oice-b)s(olden-settings.)3371 2042 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-4-empt)m
+(y-v)m(oice)390 2152 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-news-4-empt)m(y)h(This)f(p)s(ersonalit)m(y)h(uses)390
+2262 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)390 2371 y(v)m(oice-b)s
+(olden-extra-settings.)3371 2560 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-4-p)s
+(ersonalit)m(y)390 2670 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-news-4-face)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s
+(olden)390 2780 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+2969 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-group-news-4-v)m(oice)390 3078
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-group-news-4)g(This)g
+(p)s(ersonalit)m(y)h(uses)f(default)g(whose)h(e\013ect)390
+3188 y(can)g(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g
+(default-settings.)3371 3377 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-5-empt)m
+(y-p)s(ersonalit)m(y)390 3487 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-5-empt)m(y-face)i(This)e(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-)390 3597 y(b)s(olden)f(whose)i
+(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i
+(v)m(oice-b)s(olden-settings.)3371 3786 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-5-empt)m
+(y-v)m(oice)390 3895 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-news-5-empt)m(y)h(This)f(p)s(ersonalit)m(y)h(uses)390
+4005 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)390 4115 y(v)m(oice-b)s
+(olden-extra-settings.)3371 4304 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-5-p)s
+(ersonalit)m(y)390 4413 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-news-5-face)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s
+(olden)390 4523 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+4712 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-group-news-5-v)m(oice)390 4822
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-group-news-5)g(This)g
+(p)s(ersonalit)m(y)h(uses)f(default)g(whose)h(e\013ect)390
+4932 y(can)g(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g
+(default-settings.)3371 5121 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-6-empt)m
+(y-p)s(ersonalit)m(y)390 5230 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-6-empt)m(y-face)i(This)e(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-)390 5340 y(b)s(olden)f(whose)i
+(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i
+(v)m(oice-b)s(olden-settings.)p eop end
+%%Page: 179 182
+TeXDict begin 179 181 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(179)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-group-news-6-empt)m(y-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-6-empt)m(y)h(This)f(p)s(ersonalit)m
+(y)h(uses)390 518 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f
+(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e(customizing)390
+628 y(v)m(oice-b)s(olden-extra-settings.)3371 797 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-group-news-6-p)s(ersonalit)m(y)390 907 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-6-face)i(This)d(p)s(ersonalit)m(y)i
+(uses)f(v)m(oice-b)s(olden-)390 1016 y(extra)h(whose)f(e\013ect)i(can)f
+(b)s(e)f(c)m(hanged)h(globally)g(b)m(y)g(customizing)g(v)m(oice-b)s
+(olden-extra-)390 1126 y(settings.)3371 1295 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-group-news-6-v)m(oice)390 1405 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-6)g(This)g(p)s(ersonalit)m(y)h(uses)f
+(default)g(whose)h(e\013ect)390 1514 y(can)g(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(default-settings.)3371
+1684 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-group-news-lo)m(w-empt)m(y-p)s(ersonalit)m(y)
+390 1793 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-group-news-lo)m(w-empt)m(y-face)j(This)c(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-)390 1903 y(b)s(olden-extra)h(whose)f(e\013ect)i(can)e(b)s(e)
+g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-)390
+2012 y(extra-settings.)3371 2182 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-group-news-lo)m
+(w-empt)m(y-v)m(oice)390 2291 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-lo)m(w-empt)m(y)i(This)d(p)s
+(ersonalit)m(y)i(uses)390 2401 y(v)m(oice-b)s(olden-extra)i(whose)d
+(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e(customizing)
+390 2511 y(v)m(oice-b)s(olden-extra-settings.)3371 2680
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-group-news-lo)m(w-p)s(ersonalit)m(y)390 2790 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(gn)m(us-group-news-lo)m(w-face)i(This)e(p)s
+(ersonalit)m(y)h(uses)390 2899 y(v)m(oice-b)s(olden-extra)i(whose)d
+(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e(customizing)
+390 3009 y(v)m(oice-b)s(olden-extra-settings.)3371 3178
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-group-news-lo)m(w-v)m(oice)390 3288 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-group-news-lo)m(w)h(This)e(p)s(ersonalit)m(y)i
+(uses)f(default)h(whose)f(e\013ect)390 3397 y(can)h(b)s(e)e(c)m(hanged)
+i(globally)h(b)m(y)f(customizing)g(default-settings.)3371
+3567 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-header-con)m(ten)m(t-p)s(ersonalit)m(y)390
+3676 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-header-con)m(ten)
+m(t-face)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)390
+3786 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-settings.)3371 3955
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-header-con)m(ten)m(t-v)m(oice)390 4065 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-header-con)m(ten)m(t)i(This)e(p)s(ersonalit)m(y)
+h(uses)f(v)m(oice-b)s(olden)i(whose)390 4174 y(e\013ect)g(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s
+(olden-settings.)3371 4344 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-header-from-p)s
+(ersonalit)m(y)390 4453 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-header-from-face)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s
+(olden)i(whose)390 4563 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-settings.)3371
+4732 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-header-from-v)m(oice)390 4842
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-header-from)g(This)g
+(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)h(whose)f(ef-)390
+4951 y(fect)h(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)h(v)m(oice-b)s(olden-settings.)3371 5121
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-header-name-p)s(ersonalit)m(y)390 5230 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-header-name-face)i(This)e(p)s(ersonalit)m(y)g
+(uses)g(v)m(oice-animate)390 5340 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)
+m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-animate-settings.)
+p eop end
+%%Page: 180 183
+TeXDict begin 180 182 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(180)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-header-name-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-header-name)h(This)e(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-animate)k(whose)390 518 y(e\013ect)e(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-animate-settings.)
+3371 717 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-header-newsgroups-p)s(ersonalit)m(y)390
+827 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-header-newsgroups-face)h(This)e(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden)390 936 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+1136 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-header-newsgroups-v)m(oice)390
+1245 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-header-newsgroups)f(This)h(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s
+(olden)390 1355 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+1554 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-header-sub)5 b(ject-p)s(ersonalit)m(y)390
+1664 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-header-sub)5
+b(ject-face)32 b(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)
+390 1773 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+1973 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-header-sub)5 b(ject-v)m(oice)390
+2082 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-header-sub)5
+b(ject)30 b(This)g(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)i
+(whose)390 2192 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)e(customizing)i(v)m(oice-b)s(olden-settings.)3371
+2391 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-serv)m(er-agen)m(t-p)s(ersonalit)m(y)390
+2501 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-serv)m(er-agen)m
+(t-face)k(This)c(p)s(ersonalit)m(y)g(uses)g(v)m(oice-b)s(olden)i(whose)
+390 2610 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-settings.)3371 2809
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-serv)m(er-agen)m(t-v)m(oice)390 2919 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-serv)m(er-agen)m(t)j(This)c(p)s(ersonalit)m(y)i
+(uses)f(v)m(oice-b)s(olden)i(whose)e(ef-)390 3029 y(fect)h(can)g(b)s(e)
+f(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-b)s
+(olden-settings.)3371 3228 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-serv)m(er-closed-p)s
+(ersonalit)m(y)390 3337 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-serv)m(er-closed-face)j(This)d(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-b)s(olden-)390 3447 y(medium)f(whose)i(e\013ect)h(can)e(b)s(e)g
+(c)m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s
+(olden-medium-)390 3557 y(settings.)3371 3756 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-serv)m(er-closed-v)m(oice)390 3866 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-serv)m(er-closed)i(This)d(p)s(ersonalit)m(y)i
+(uses)f(v)m(oice-b)s(olden-medium)390 3975 y(whose)g(e\013ect)i(can)f
+(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-medium-settings.)3371 4174 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-serv)m(er-denied-p)s
+(ersonalit)m(y)390 4284 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-serv)m(er-denied-face)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden-)390 4394 y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)
+m(hanged)h(globally)g(b)m(y)g(customizing)g(v)m(oice-b)s(olden-extra-)
+390 4503 y(settings.)3371 4702 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-serv)m(er-denied-v)m
+(oice)390 4812 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-serv)m
+(er-denied)h(This)e(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s
+(olden-extra)390 4922 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-extra-settings.)
+3371 5121 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-serv)m(er-o\017ine-p)s(ersonalit)m(y)390
+5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-serv)m
+(er-o\017ine-face)j(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-animate)
+390 5340 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)f(customizing)g(v)m(oice-animate-settings.)p eop end
+%%Page: 181 184
+TeXDict begin 181 183 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(181)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-serv)m(er-o\017ine-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-serv)m(er-o\017ine)h(This)f(p)s(ersonalit)m(y)h
+(uses)f(v)m(oice-animate)k(whose)390 518 y(e\013ect)e(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-animate-settings.)
+3371 687 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-serv)m(er-op)s(ened-p)s(ersonalit)m(y)390
+797 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-serv)m(er-op)s
+(ened-face)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten)390
+907 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-ligh)m(ten-settings.)3371 1076
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-serv)m(er-op)s(ened-v)m(oice)390 1186 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-serv)m(er-op)s(ened)g(This)g(p)s(ersonalit)m(y)h
+(uses)f(v)m(oice-ligh)m(ten)j(whose)390 1295 y(e\013ect)f(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-ligh)m
+(ten-settings.)3371 1465 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-gn)m(us-signature-p)s(ersonalit)m(y)390
+1574 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-signature-face)i
+(This)e(p)s(ersonalit)m(y)h(uses)f(v)m(oice-animate)j(whose)390
+1684 y(e\013ect)f(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-animate-settings.)3371 1853 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-signature-v)m(oice)390 1963 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-signature)h(This)e(p)s(ersonalit)m(y)i(uses)f(v)
+m(oice-animate)k(whose)c(e\013ect)390 2072 y(can)h(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-animate-settings.)3371
+2242 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-summary-cancelled-p)s(ersonalit)m(y)390
+2351 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-cancelled-face)j(This)c(p)s(ersonalit)m(y)i(uses)390
+2461 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)390 2570 y(v)m(oice-b)s
+(olden-extra-settings.)3371 2740 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-cancelled-v)
+m(oice)390 2849 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-cancelled)h(This)f(p)s(ersonalit)m(y)h(uses)390
+2959 y(v)m(oice-b)s(olden-extra)i(whose)d(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)390 3068 y(v)m(oice-b)s
+(olden-extra-settings.)3371 3238 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-high-ancien)
+m(t-p)s(ersonalit)m(y)390 3347 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-summary-high-ancien)m(t-face)i(This)e(p)s
+(ersonalit)m(y)h(uses)390 3457 y(v)m(oice-smo)s(othen-extra)i(whose)e
+(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)
+390 3567 y(v)m(oice-smo)s(othen-extra-settings.)3371
+3736 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-summary-high-ancien)m(t-v)m(oice)390
+3846 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-high-ancien)m(t)h(This)f(p)s(ersonalit)m(y)g(uses)390
+3955 y(v)m(oice-smo)s(othen-extra)j(whose)e(e\013ect)h(can)e(b)s(e)g(c)
+m(hanged)h(globally)h(b)m(y)e(customizing)390 4065 y(v)m(oice-smo)s
+(othen-extra-settings.)3371 4234 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-high-read-p)
+s(ersonalit)m(y)390 4344 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-high-read-face)h(This)e(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-)390 4453 y(b)s(olden)f(whose)i(e\013ect)h(can)e(b)s(e)g(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s
+(olden-settings.)3371 4623 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-high-read-v)m
+(oice)390 4732 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-high-read)g(This)f(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s
+(olden)390 4842 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+5011 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-summary-high-tic)m(k)m(ed-p)s(ersonalit)m(y)
+390 5121 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-high-tic)m(k)m(ed-face)j(This)c(p)s(ersonalit)m(y)390
+5230 y(uses)h(v)m(oice-brigh)m(ten)j(whose)d(e\013ect)i(can)e(b)s(e)g
+(c)m(hanged)h(globally)h(b)m(y)e(customizing)390 5340
+y(v)m(oice-brigh)m(ten-settings.)p eop end
+%%Page: 182 185
+TeXDict begin 182 184 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(182)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-summary-high-tic)m(k)m(ed-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)
+32 b(used)e(for)g(gn)m(us-summary-high-tic)m(k)m(ed)h(This)f(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-brigh)m(ten-)390 518
+y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m(hanged)h(globally)g(b)m
+(y)g(customizing)g(v)m(oice-brigh)m(ten-extra-)390 628
+y(settings.)3371 792 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-high-undo)m(wnloaded-p)s
+(ersonalit)m(y)390 902 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-high-undo)m(wnloaded-face)g(This)g(p)s(ersonalit)m(y)h
+(uses)390 1011 y(v)m(oice-b)s(olden-and-animate)i(whose)d(e\013ect)i
+(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)390
+1121 y(v)m(oice-b)s(olden-and-animate-settings.)3371
+1285 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)565
+1395 y Fk(emacsp)s(eak-gn)m(us-summary-high-undo)m(wnloadedv)m(oice-b)s
+(olden-and-animate-v)m(oice)390 1504 y Ft(P)m(ersonalit)m(y)g(used)e
+(for)g(gn)m(us-summary-high-undo)m(wnloadedv)m(oice-b)s
+(olden-and-animate)390 1614 y(This)g(p)s(ersonalit)m(y)g(uses)g(nil)h
+(whose)f(e\013ect)i(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)i(nil-)390 1724 y(settings.)3371 1888 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-summary-high-unread-p)s(ersonalit)m(y)390 1998 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-high-unread-face)g(This)f(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-)390 2107 y(b)s(olden)f(whose)i(e\013ect)h(can)e(b)s(e)g(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s
+(olden-settings.)3371 2271 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-high-unread-v)
+m(oice)390 2381 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-high-unread)f(This)g(p)s(ersonalit)m(y)i(uses)390
+2491 y(v)m(oice-brigh)m(ten-extra)j(whose)c(e\013ect)i(can)e(b)s(e)g(c)
+m(hanged)h(globally)h(b)m(y)e(customizing)390 2600 y(v)m(oice-brigh)m
+(ten-extra-settings.)3371 2765 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-lo)m
+(w-ancien)m(t-p)s(ersonalit)m(y)390 2874 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-summary-lo)m(w-ancien)m(t-face)j(This)d(p)s
+(ersonalit)m(y)h(uses)390 2984 y(v)m(oice-smo)s(othen-extra)i(whose)e
+(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)
+390 3093 y(v)m(oice-smo)s(othen-extra-settings.)3371
+3258 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-summary-lo)m(w-ancien)m(t-v)m(oice)390
+3367 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-summary-lo)m
+(w-ancien)m(t)i(This)e(p)s(ersonalit)m(y)h(uses)390 3477
+y(v)m(oice-smo)s(othen-extra)i(whose)e(e\013ect)h(can)e(b)s(e)g(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)390 3587 y(v)m(oice-smo)s
+(othen-extra-settings.)3371 3751 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-lo)m
+(w-read-p)s(ersonalit)m(y)390 3861 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-summary-lo)m(w-read-face)i(This)e(p)s(ersonalit)
+m(y)h(uses)e(v)m(oice-b)s(olden)390 3970 y(whose)h(e\013ect)i(can)f(b)s
+(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-settings.)3371 4134 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-lo)m(w-read-v)
+m(oice)390 4244 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-lo)m(w-read)h(This)e(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)
+s(olden)390 4354 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+4518 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-summary-lo)m(w-tic)m(k)m(ed-p)s(ersonalit)m
+(y)390 4628 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-lo)m(w-tic)m(k)m(ed-face)k(This)29 b(p)s(ersonalit)m(y)i
+(uses)390 4737 y(v)m(oice-brigh)m(ten)i(whose)d(e\013ect)i(can)e(b)s(e)
+g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-brigh)m(ten-)
+390 4847 y(settings.)3371 5011 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-lo)m(w-tic)m
+(k)m(ed-v)m(oice)390 5121 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-lo)m(w-tic)m(k)m(ed)j(This)c(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-brigh)m(ten-)390 5230 y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f
+(c)m(hanged)h(globally)g(b)m(y)g(customizing)g(v)m(oice-brigh)m
+(ten-extra-)390 5340 y(settings.)p eop end
+%%Page: 183 186
+TeXDict begin 183 185 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(183)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-summary-lo)m(w-undo)m(wnloaded-p)s(ersonalit)m(y)390
+408 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-summary-lo)m
+(w-undo)m(wnloaded-face)h(This)f(p)s(ersonalit)m(y)h(uses)390
+518 y(v)m(oice-b)s(olden)h(whose)e(e\013ect)i(can)e(b)s(e)g(c)m(hanged)
+h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-)390
+628 y(settings.)3371 792 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-lo)m(w-undo)m(wnloaded-v)
+m(oice)390 902 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-lo)m(w-undo)m(wnloaded)g(This)f(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-)390 1011 y(b)s(olden-and-animate)h(whose)f(e\013ect)i(can)e
+(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-)390
+1121 y(b)s(olden-and-animate-settings.)3371 1285 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-summary-lo)m(w-unread-p)s(ersonalit)m(y)390 1395
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-summary-lo)m
+(w-unread-face)h(This)f(p)s(ersonalit)m(y)h(uses)e(v)m(oice-)390
+1504 y(b)s(olden-extra)i(whose)f(e\013ect)i(can)e(b)s(e)g(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-)390
+1614 y(extra-settings.)3371 1778 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-lo)m
+(w-unread-v)m(oice)390 1888 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-summary-lo)m(w-unread)g(This)f(p)s(ersonalit)m
+(y)i(uses)f(v)m(oice-b)s(olden-)390 1998 y(medium)f(whose)i(e\013ect)h
+(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m
+(oice-b)s(olden-medium-)390 2107 y(settings.)3371 2271
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-summary-normal-ancien)m(t-p)s(ersonalit)m(y)390
+2381 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-normal-ancien)m(t-face)j(This)c(p)s(ersonalit)m(y)i(uses)
+390 2491 y(v)m(oice-smo)s(othen-extra)i(whose)e(e\013ect)h(can)e(b)s(e)
+g(c)m(hanged)h(globally)h(b)m(y)e(customizing)390 2600
+y(v)m(oice-smo)s(othen-extra-settings.)3371 2765 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m
+(us-summary-normal-ancien)m(t-v)m(oice)390 2874 y Ft(P)m(ersonalit)m(y)
+32 b(used)e(for)g(gn)m(us-summary-normal-ancien)m(t)h(This)f(p)s
+(ersonalit)m(y)h(uses)390 2984 y(v)m(oice-smo)s(othen-extra)i(whose)e
+(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)
+390 3093 y(v)m(oice-smo)s(othen-extra-settings.)3371
+3258 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-summary-normal-read-p)s(ersonalit)m(y)390
+3367 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-normal-read-face)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-)390 3477 y(b)s(olden)f(whose)i(e\013ect)h(can)e(b)s(e)g(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s
+(olden-settings.)3371 3641 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-normal-read-v)
+m(oice)390 3751 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-normal-read)g(This)f(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)
+s(olden)390 3861 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+4025 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-gn)m(us-summary-normal-tic)m(k)m(ed-p)s(ersonalit)m
+(y)390 4134 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-normal-tic)m(k)m(ed-face)j(This)d(p)s(ersonalit)m(y)390
+4244 y(uses)g(v)m(oice-brigh)m(ten)j(whose)d(e\013ect)i(can)e(b)s(e)g
+(c)m(hanged)h(globally)h(b)m(y)e(customizing)390 4354
+y(v)m(oice-brigh)m(ten-settings.)3371 4518 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-normal-tic)m
+(k)m(ed-v)m(oice)390 4628 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-normal-tic)m(k)m(ed)i(This)d(p)s(ersonalit)m(y)i(uses)390
+4737 y(v)m(oice-brigh)m(ten-extra)j(whose)c(e\013ect)i(can)e(b)s(e)g(c)
+m(hanged)h(globally)h(b)m(y)e(customizing)390 4847 y(v)m(oice-brigh)m
+(ten-extra-settings.)3371 5011 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-normal-undo)
+m(wnloaded-p)s(ersonalit)m(y)390 5121 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(gn)m(us-summary-normal-undo)m(wnloaded-face)g(This)g(p)s
+(ersonalit)m(y)390 5230 y(uses)g(v)m(oice-b)s(olden)i(whose)e(e\013ect)
+i(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)i(v)m
+(oice-b)s(olden-)390 5340 y(settings.)p eop end
+%%Page: 184 187
+TeXDict begin 184 186 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(184)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)
+m(us-summary-normal-undo)m(wnloaded-v)m(oice)390 408
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m(us-summary-normal-undo)m
+(wnloaded)f(This)h(p)s(ersonalit)m(y)h(uses)390 518 y(v)m(oice-b)s
+(olden-and-animate)i(whose)d(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)390 628 y(v)m(oice-b)s
+(olden-and-animate-settings.)3371 817 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-selected-p)s
+(ersonalit)m(y)390 927 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-selected-face)j(This)c(p)s(ersonalit)m(y)i(uses)390
+1036 y(v)m(oice-animate-extra)k(whose)30 b(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)390 1146 y(v)m
+(oice-animate-extra-settings.)3371 1335 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-gn)m(us-summary-selected-v)m
+(oice)390 1445 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(gn)m
+(us-summary-selected)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-animate-)390 1554 y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m
+(hanged)h(globally)g(b)m(y)g(customizing)g(v)m(oice-animate-extra-)390
+1664 y(settings.)3371 1853 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-help-argumen)m(t-name-v)m
+(oice)390 1963 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(help-argumen)m
+(t-name)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-smo)s(othen)390
+2072 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-smo)s(othen-settings.)3371 2262
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-highligh)m(t-v)m(oice)390 2371 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(highligh)m(t)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-animate)j(whose)e(e\013ect)h(can)390 2481 y(b)s(e)e(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)h(v)m(oice-animate-settings.)3371
+2670 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-holida)m(y-p)s(ersonalit)m(y)390 2780
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(holida)m(y-face)i(This)e(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-brigh)m(ten-extra)k(whose)390
+2889 y(e\013ect)e(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-brigh)m(ten-extra-settings.)3371
+3078 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-info-header-no)s(de-v)m(oice)390 3188
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(info-header-no)s(de)g(This)g
+(p)s(ersonalit)m(y)h(uses)f(v)m(oice-smo)s(othen)i(whose)390
+3298 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-smo)s(othen-settings.)3371 3487
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-info-header-xref-v)m(oice)390 3597 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(info-header-xref)g(This)g(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-brigh)m(ten)j(whose)d(ef-)390 3706 y(fect)h(can)g(b)s(e)f(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-brigh)m
+(ten-settings.)3371 3895 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-info-men)m(u-5-v)m(oice)390
+4005 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(info-men)m(u-5)h(This)f
+(p)s(ersonalit)m(y)g(uses)g(v)m(oice-ligh)m(ten)k(whose)c(e\013ect)390
+4115 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-ligh)m(ten-settings.)3371 4304 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-info-men)m(u-header-v)m
+(oice)390 4413 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(info-men)m
+(u-header)g(This)g(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s
+(olden-medium)390 4523 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-medium-settings.)
+3371 4712 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-info-men)m(u-star-v)m(oice)390 4822
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(info-men)m(u-star)h(This)e(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten)j(whose)d(ef-)390
+4932 y(fect)h(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)h(v)m(oice-brigh)m(ten-settings.)3371 5121
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-info-no)s(de-v)m(oice)390 5230 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(info-no)s(de)g(This)g(p)s(ersonalit)m(y)g(uses)g(v)m
+(oice-monotone)k(whose)c(e\013ect)390 5340 y(can)h(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-monotone-settings.)p
+eop end
+%%Page: 185 188
+TeXDict begin 185 187 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(185)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-info-title-1-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(info-title-1)j(This)c(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden-extra)j(whose)d(ef-)390 518 y(fect)h(can)g(b)s(e)f(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-b)s
+(olden-extra-settings.)3371 692 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-info-title-2-v)m(oice)390
+801 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(info-title-2)j(This)c(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden-medium)i(whose)390
+911 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-medium-settings.)3371
+1084 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-info-title-3-v)m(oice)390 1194 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(info-title-3)j(This)c(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-b)s(olden)i(whose)e(e\013ect)i(can)390 1303
+y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-b)s
+(olden-settings.)3371 1477 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-info-title-4-v)m(oice)390
+1587 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(info-title-4)j(This)c(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten)k(whose)c(e\013ect)i(can)
+390 1696 y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-ligh)m(ten-settings.)3371 1870 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-info-xref-visited-v)m(oice)
+390 1979 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(info-xref-visited)h
+(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-animate-medium)390
+2089 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-animate-medium-)390 2198 y(settings.)3371
+2372 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-info-xref-v)m(oice)390 2482 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(info-xref)g(This)g(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-animate-extra)35 b(whose)30 b(e\013ect)390 2591
+y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-animate-extra-settings.)3371 2765 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-isp)s(ell-highligh)m(t-p)s
+(ersonalit)m(y)390 2874 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(isp)s
+(ell-highligh)m(t-face)j(This)d(p)s(ersonalit)m(y)g(uses)g(v)m(oice-b)s
+(olden)i(whose)390 2984 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-settings.)3371
+3157 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-italic-v)m(oice)390 3267 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(italic)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-animate)j(whose)e(e\013ect)g(can)g(b)s(e)390 3377
+y(c)m(hanged)g(globally)h(b)m(y)e(customizing)i(v)m
+(oice-animate-settings.)3371 3550 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-matc)m(h-v)m(oice)390
+3660 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(matc)m(h)h(This)f(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-animate)j(whose)e(e\013ect)g(can)g(b)s
+(e)390 3769 y(c)m(hanged)g(globally)h(b)m(y)e(customizing)i(v)m
+(oice-animate-settings.)3371 3943 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-message-cited-text-p)s
+(ersonalit)m(y)390 4052 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(message-cited-text-face)35 b(This)30 b(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-b)s(olden)390 4162 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)
+i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+4335 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-message-cited-text-v)m(oic)q(e)390
+4445 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-cited-text)k
+(This)c(p)s(ersonalit)m(y)h(uses)e(v)m(oice-b)s(olden)j(whose)390
+4555 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-settings.)3371 4728
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-message-header-cc-p)s(ersonalit)m(y)390 4838 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(message-header-cc-face)k(This)c(p)s(ersonalit)m(y)
+h(uses)f(v)m(oice-b)s(olden)390 4947 y(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-settings.)3371 5121 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-message-header-cc-v)m(oice)390
+5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-header-cc)j(This)
+c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)i(whose)390
+5340 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-settings.)p eop end
+%%Page: 186 189
+TeXDict begin 186 188 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(186)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-message-header-name-p)s(ersonalit)m(y)390 408 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-header-name-face)j(This)
+d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-animate)390 518
+y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-animate-settings.)3371 701 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-message-header-name-v)m(oice)390 810 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(message-header-name)i(This)e(p)s(ersonalit)m(y)h(uses)e
+(v)m(oice-animate)390 920 y(whose)h(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-animate-settings.)
+3371 1103 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-message-header-newsgroups-p)s(ersonalit)m(y)390
+1212 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(message-header-newsgroups-face)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-)390 1322 y(b)s(olden)f(whose)i(e\013ect)h(can)e(b)s(e)g(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s
+(olden-settings.)3371 1504 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-message-header-newsgroups-v)m
+(oice)390 1614 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(message-header-newsgroups)h(This)e(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden)390 1724 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)
+i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+1906 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-message-header-other-p)s(ersonalit)m(y)390
+2016 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(message-header-other-face)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden)390 2125 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)
+i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+2308 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-message-header-other-v)m(oice)390 2418
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-header-other)i(This)e
+(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)h(whose)390
+2527 y(e\013ect)h(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-settings.)3371 2710
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-message-header-sub)5 b(ject-p)s(ersonalit)m(y)390
+2819 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-header-sub)5
+b(ject-face)33 b(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)
+390 2929 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)f(customizing)g(v)m(oice-b)s(olden-settings.)3371
+3112 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-message-header-sub)5 b(ject-v)m(oice)390
+3221 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-header-sub)5
+b(ject)32 b(This)d(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)390
+3331 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-settings.)3371 3513
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-message-header-to-p)s(ersonalit)m(y)390 3623 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(message-header-to-face)k(This)c(p)s(ersonalit)m(y)
+h(uses)f(v)m(oice-b)s(olden)390 3733 y(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-settings.)3371 3915 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-message-header-to-v)m(oice)390
+4025 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-header-to)j(This)
+c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)i(whose)390
+4134 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-settings.)3371 4317
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-message-header-xheader-p)s(ersonalit)m(y)390 4427
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-header-xheader-face)j
+(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)390
+4536 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-settings.)3371 4719
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-message-header-xheader-v)m(oice)390 4829 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(message-header-xheader)i(This)d(p)s(ersonalit)m(y)i
+(uses)f(v)m(oice-b)s(olden)390 4938 y(whose)g(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-settings.)3371 5121 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-message-mml-p)s(ersonalit)m(y)
+390 5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-mml-face)j
+(This)c(p)s(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten)j(whose)390
+5340 y(e\013ect)f(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-brigh)m(ten-settings.)p eop end
+%%Page: 187 190
+TeXDict begin 187 189 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(187)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-message-mml-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(message-mml)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-brigh)m(ten)j(whose)d(e\013ect)390 518 y(can)h(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-brigh)m
+(ten-settings.)3371 692 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-message-separator-p)s(ersonalit)m(y)390
+801 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-separator-face)k
+(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden-extra)390
+911 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-extra-settings.)3371
+1084 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-message-separator-v)m(oice)390 1194
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(message-separator)i(This)e(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden-extra)390
+1303 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-extra-settings.)3371
+1477 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-outline-1-v)m(oice)390 1587 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(outline-1)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden-extra)j(whose)d(e\013ect)390 1696 y(can)h(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-extra-settings.)3371 1870 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-outline-2-v)m(oice)390
+1979 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(outline-2)i(This)d(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden-medium)h(whose)g(ef-)390
+2089 y(fect)g(can)g(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)h(v)m(oice-b)s(olden-medium-settings.)3371
+2262 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-outline-3-v)m(oice)390 2372 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(outline-3)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden)i(whose)e(e\013ect)i(can)f(b)s(e)390
+2482 y(c)m(hanged)g(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s
+(olden-settings.)3371 2655 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-outline-4-v)m(oice)390
+2765 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(outline-4)i(This)d(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten)k(whose)c(e\013ect)i(can)
+390 2874 y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-ligh)m(ten-settings.)3371 3048 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-outline-5-v)m(oice)390
+3157 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(outline-5)i(This)d(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten-medium)j(whose)390
+3267 y(e\013ect)f(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-ligh)m(ten-medium-settings.)3371
+3440 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-outline-6-v)m(oice)390 3550 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(outline-6)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-ligh)m(ten)k(whose)c(e\013ect)i(can)390 3660 y(b)s(e)e(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)h(v)m(oice-ligh)m
+(ten-settings.)3371 3833 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-region-v)m(oice)390 3943
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(region)h(This)e(p)s(ersonalit)
+m(y)i(uses)f(v)m(oice-brigh)m(ten)j(whose)d(e\013ect)i(can)f(b)s(e)390
+4052 y(c)m(hanged)g(globally)h(b)m(y)e(customizing)i(v)m(oice-brigh)m
+(ten-settings.)3371 4226 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-shado)m(w-v)m(oice)390
+4335 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(shado)m(w)g(This)g(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-monotone-medium)j(whose)390
+4445 y(e\013ect)f(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-monotone-medium-settings.)3371
+4619 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-term-underline-v)m(oice)390 4728 y
+Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(term-underline)g(This)f(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten-medium)390
+4838 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-brigh)m(ten-medium-)390 4947
+y(settings.)3371 5121 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-tn)m(t-buddy-list-activ)m(e-p)s
+(ersonalit)m(y)390 5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(tn)m
+(t-buddy-list-activ)m(e-face)k(This)c(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-animate)390 5340 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-animate-settings.)p
+eop end
+%%Page: 188 191
+TeXDict begin 188 190 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(188)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-tn)
+m(t-buddy-list-a)m(w)m(a)m(y-p)s(ersonalit)m(y)390 408
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(tn)m(t-buddy-list-a)m(w)m(a)m
+(y-face)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-monotone)390
+518 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-monotone-settings.)3371 697 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-tn)m
+(t-buddy-list-idle-p)s(ersonalit)m(y)390 807 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(tn)m(t-buddy-list-idle-face)i(This)e(p)s(ersonalit)m(y)h
+(uses)f(v)m(oice-)390 917 y(smo)s(othen-medium)g(whose)g(e\013ect)i
+(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)390
+1026 y(v)m(oice-smo)s(othen-medium-settings.)3371 1205
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-tn)
+m(t-buddy-list-inactiv)m(e-p)s(ersonalit)m(y)390 1315
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(tn)m(t-buddy-list-inactiv)m
+(e-face)k(This)c(p)s(ersonalit)m(y)g(uses)390 1425 y(v)m
+(oice-monotone-medium)j(whose)d(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)390 1534 y(v)m
+(oice-monotone-medium-settings.)3371 1714 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-tn)m(t-buddy-list-p)s
+(ounce-p)s(ersonalit)m(y)390 1823 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(tn)m(t-buddy-list-p)s(ounce-face)h(This)f(p)s(ersonalit)
+m(y)h(uses)f(\(quote)h(ursula\))390 1933 y(whose)f(e\013ect)i(can)f(b)s
+(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(\(quote)g
+(ursula\)-settings.)3371 2112 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-tn)m(t-m)m(y-name-p)s
+(ersonalit)m(y)390 2222 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(tn)m
+(t-m)m(y-name-face)j(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-smo)s
+(othen)i(whose)390 2331 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-smo)s(othen-settings.)3371
+2511 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-underline-v)m(oice)390 2620 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(underline)f(This)h(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-ligh)m(ten-medium)j(whose)390 2730 y(e\013ect)f(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-ligh)m
+(ten-medium-settings.)3371 2909 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-latex-b)s(old-p)s
+(ersonalit)m(y)390 3019 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m
+(t-latex-b)s(old-face)j(This)d(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s
+(olden)i(whose)390 3128 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-settings.)3371
+3308 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-v)m(oice-latex-do)s(ctex-do)s(cumen)m(tati)q(on-p)s
+(ersonalit)n(y)390 3417 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m
+(t-latex-do)s(ctex-do)s(cumen)m(tation-face)36 b(This)30
+b(p)s(ersonalit)m(y)h(uses)390 3527 y(v)m(oice-monotone-medium)i(whose)
+d(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)
+g(v)m(oice-)390 3636 y(monotone-medium-settings.)3371
+3816 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-v)m(oice-latex-do)s(ctex-prepro)s(cessor-p)s
+(ersonalit)m(y)390 3925 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m
+(t-latex-do)s(ctex-prepro)s(cessor-face)k(This)c(p)s(ersonalit)m(y)h
+(uses)390 4035 y(v)m(oice-brigh)m(ten-medium)h(whose)e(e\013ect)i(can)f
+(b)s(e)f(c)m(hanged)h(globally)h(b)m(y)e(customizing)390
+4144 y(v)m(oice-brigh)m(ten-medium-settings.)3371 4324
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oice-latex-italic)q(-p)s(ersonalit)n(y)390 4433 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(fon)m(t-latex-italic-face)36 b(This)30
+b(p)s(ersonalit)m(y)h(uses)f(v)m(oice-animate)j(whose)390
+4543 y(e\013ect)f(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-animate-settings.)3371 4722 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oice-latex-math-p)s(ersonalit)m(y)390 4832 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(fon)m(t-latex-math-face)k(This)c(p)s(ersonalit)m(y)h
+(uses)f(v)m(oice-brigh)m(ten-extra)390 4941 y(whose)g(e\013ect)i(can)f
+(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-brigh)m
+(ten-extra-settings.)3371 5121 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-latex-sedate-p)s
+(ersonalit)n(y)390 5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m
+(t-latex-sedate-face)35 b(This)30 b(p)s(ersonalit)m(y)h(uses)f(v)m
+(oice-smo)s(othen)390 5340 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-settings.)p eop end
+%%Page: 189 192
+TeXDict begin 189 191 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(189)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oice-latex-string-p)s(ersonalit)m(y)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(fon)m(t-latex-string-face)k(This)c(p)s(ersonalit)m(y)h
+(uses)f(v)m(oice-ligh)m(ten)j(whose)390 518 y(e\013ect)f(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-ligh)m
+(ten-settings.)3371 697 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-v)m(oice-latex-subscript-p)s(ersonalit)m
+(y)390 807 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m
+(t-latex-subscript-face)j(This)d(p)s(ersonalit)m(y)h(uses)e(v)m
+(oice-smo)s(othen)390 917 y(whose)h(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-settings.)3371 1096 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-latex-sup)s
+(erscript-p)s(ersonalit)m(y)390 1205 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(fon)m(t-latex-sup)s(erscript-face)j(This)c(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-brigh)m(ten)390 1315
+y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-brigh)m(ten-settings.)3371 1494
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oice-latex-title-)q(1-)q(p)s(ersonalit)m(y)390 1604
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-latex-title-1-face)37
+b(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden-extra)390
+1714 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-extra-settings.)3371
+1893 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-v)m(oice-latex-title-)q(2-)q(p)s(ersonalit)m(y)390
+2002 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m
+(t-latex-title-2-face)37 b(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-)390 2112 y(b)s(olden-medium)f(whose)h(e\013ect)i(can)f(b)s(e)e
+(c)m(hanged)i(globally)h(b)m(y)f(customizing)390 2222
+y(v)m(oice-b)s(olden-medium-settings.)3371 2401 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oice-latex-title-)q(3-)q(p)s(ersonalit)m(y)390 2511
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-latex-title-3-face)37
+b(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden)i(whose)390
+2620 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)e
+(customizing)i(v)m(oice-b)s(olden-settings.)3371 2800
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oice-latex-title-)q(4-)q(p)s(ersonalit)m(y)390 2909
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-latex-title-4-face)37
+b(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-smo)s(othen-)390
+3019 y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m(hanged)h(globally)g
+(b)m(y)g(customizing)g(v)m(oice-smo)s(othen-extra-)390
+3128 y(settings.)3371 3308 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-latex-v)m(erbatim-p)s
+(ersonalit)n(y)390 3417 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m
+(t-latex-v)m(erbatim-face)35 b(This)30 b(p)s(ersonalit)m(y)g(uses)g(v)m
+(oice-monotone)390 3527 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-monotone-settings.)3371
+3706 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-v)m(oice-latex-w)m(arning-p)s(ersonalit)m(y)390
+3816 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-latex-w)m
+(arning-face)k(This)c(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s
+(olden-and-)390 3925 y(animate)h(whose)g(e\013ect)h(can)e(b)s(e)g(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-and-)390
+4035 y(animate-settings.)3371 4214 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m
+(k-builtin-p)s(ersonalit)m(y)390 4324 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(fon)m(t-lo)s(c)m(k-builtin-face)j(This)d(p)s(ersonalit)m
+(y)h(uses)f(v)m(oice-b)s(olden)i(whose)390 4433 y(e\013ect)g(can)f(b)s
+(e)e(c)m(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s
+(olden-settings.)3371 4613 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-commen)m
+(t-delimit)q(er-p)s(ersonalit)n(y)390 4722 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(fon)m(t-lo)s(c)m(k-commen)m(t-delimiter-face)36
+b(This)30 b(p)s(ersonalit)m(y)h(uses)390 4832 y(v)m(oice-smo)s
+(othen-medium)h(whose)e(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)
+h(b)m(y)f(customizing)390 4941 y(v)m(oice-smo)s(othen-medium-settings.)
+3371 5121 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-commen)m(t-p)s(ersonalit)n(y)390
+5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-lo)s(c)m
+(k-commen)m(t-face)35 b(This)30 b(p)s(ersonalit)m(y)g(uses)g(v)m
+(oice-monotone)390 5340 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-monotone-settings.)p
+eop end
+%%Page: 190 193
+TeXDict begin 190 192 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(190)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oice-lo)s(c)m(k-constan)m(t-p)s(ersonalit)n(y)390 408
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-lo)s(c)m(k-constan)m
+(t-face)35 b(This)30 b(p)s(ersonalit)m(y)h(uses)f(v)m(oice-ligh)m(ten)
+390 518 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)f(customizing)g(v)m(oice-ligh)m(ten-settings.)3371
+725 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-do)s(c-p)s(ersonalit)m(y)390
+835 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-lo)s(c)m(k-do)s
+(c-face)k(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-)390
+944 y(monotone-medium)h(whose)f(e\013ect)i(can)e(b)s(e)g(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)390 1054 y(v)m
+(oice-monotone-medium-settings.)3371 1261 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-do)s
+(c-string-p)s(ersonalit)m(y)390 1370 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(fon)m(t-lo)s(c)m(k-do)s(c-string-face)k(This)c(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-smo)s(othen-)390 1480
+y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m(hanged)h(globally)g(b)m
+(y)g(customizing)g(v)m(oice-smo)s(othen-extra-)390 1590
+y(settings.)3371 1797 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-function-name-p)s
+(ersonalit)m(y)390 1906 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m
+(t-lo)s(c)m(k-function-name-face)k(This)c(p)s(ersonalit)m(y)h(uses)390
+2016 y(v)m(oice-b)s(olden-medium)g(whose)f(e\013ect)i(can)f(b)s(e)f(c)m
+(hanged)h(globally)h(b)m(y)e(customizing)390 2125 y(v)m(oice-b)s
+(olden-medium-settings.)3371 2332 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-k)m(eyw)
+m(ord-p)s(ersonalit)m(y)390 2442 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(fon)m(t-lo)s(c)m(k-k)m(eyw)m(ord-face)k(This)c(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-animate-)390 2552 y(extra)h(whose)f
+(e\013ect)i(can)f(b)s(e)f(c)m(hanged)h(globally)g(b)m(y)g(customizing)g
+(v)m(oice-animate-extra-)390 2661 y(settings.)3371 2868
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oice-lo)s(c)m(k-negation-c)n(har-p)s(ersonalit)n(y)390
+2978 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-lo)s(c)m
+(k-negation-c)m(har-face)36 b(This)30 b(p)s(ersonalit)m(y)g(uses)390
+3087 y(v)m(oice-brigh)m(ten-extra)k(whose)c(e\013ect)i(can)e(b)s(e)g(c)
+m(hanged)h(globally)h(b)m(y)e(customizing)390 3197 y(v)m(oice-brigh)m
+(ten-extra-settings.)3371 3404 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-prepro)s
+(cessor-p)s(ersonalit)m(y)390 3513 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(fon)m(t-lo)s(c)m(k-prepro)s(cessor-face)j(This)d(p)s
+(ersonalit)m(y)h(uses)e(v)m(oice-)390 3623 y(monotone-medium)i(whose)f
+(e\013ect)i(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e(customizing)
+390 3733 y(v)m(oice-monotone-medium-settings.)3371 3940
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oice-lo)s(c)m(k-reference-p)s(ersonalit)m(y)390 4049
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-lo)s(c)m
+(k-reference-face)k(This)c(p)s(ersonalit)m(y)h(uses)f(v)m(oice-)390
+4159 y(animate-medium)h(whose)f(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)390 4268 y(v)m
+(oice-animate-medium-settings.)3371 4475 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m
+(k-regexp-grouping-bac)m(ksla)q(sh)390 4585 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(fon)m(t-lo)s(c)m(k-regexp-grouping-bac)m(kslash)k(This)c
+(p)s(ersonalit)m(y)g(uses)390 4695 y(v)m(oice-smo)s(othen-extra)j
+(whose)e(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)390 4804 y(v)m(oice-smo)s(othen-extra-settings.)3371
+5011 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-regexp-grouping-construct)390
+5121 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-lo)s(c)m
+(k-regexp-grouping-construct)k(This)29 b(p)s(ersonalit)m(y)390
+5230 y(uses)h(v)m(oice-smo)s(othen)i(whose)e(e\013ect)i(can)f(b)s(e)f
+(c)m(hanged)h(globally)h(b)m(y)e(customizing)390 5340
+y(v)m(oice-smo)s(othen-settings.)p eop end
+%%Page: 191 194
+TeXDict begin 191 193 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(191)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m
+(oice-lo)s(c)m(k-string-p)s(ersonalit)m(y)390 408 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(fon)m(t-lo)s(c)m(k-string-face)k(This)29
+b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten-extra)390
+518 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-ligh)m(ten-extra-settings.)3371
+717 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-t)m(yp)s(e-p)s(ersonalit)m(y)390
+827 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m(t-lo)s(c)m(k-t)m(yp)
+s(e-face)k(This)c(p)s(ersonalit)m(y)h(uses)f(v)m(oice-smo)s(othen)i
+(whose)390 936 y(e\013ect)g(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m
+(y)e(customizing)i(v)m(oice-smo)s(othen-settings.)3371
+1136 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-v)-5 b(ariable-name-p)s
+(ersonalit)n(y)390 1245 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(fon)m
+(t-lo)s(c)m(k-v)-5 b(ariable-name-face)35 b(This)30 b(p)s(ersonalit)m
+(y)h(uses)f(v)m(oice-b)s(olden)390 1355 y(whose)g(e\013ect)i(can)f(b)s
+(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-settings.)3371 1554 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-v)m(oice-lo)s(c)m(k-w)m
+(arning-p)s(ersonalit)m(y)390 1664 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(fon)m(t-lo)s(c)m(k-w)m(arning-face)k(This)29
+b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-b)s(olden-and-)390
+1773 y(animate)h(whose)g(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-and-)390
+1883 y(animate-settings.)3371 2082 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w3m-anc)m(hor-v)m(oice)390
+2192 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-anc)m(hor)h(This)e(p)
+s(ersonalit)m(y)i(uses)f(v)m(oice-ligh)m(ten)k(whose)c(e\013ect)390
+2301 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-ligh)m(ten-settings.)3371 2501 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w3m-arriv)m(ed-anc)m(hor-v)m
+(oice)390 2610 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-arriv)m
+(ed-anc)m(hor)h(This)f(p)s(ersonalit)m(y)h(uses)f(v)m(oice-ligh)m
+(ten-extra)390 2720 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m(ten-extra-settings.)
+3371 2919 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w3m-b)s(old-v)m(oice)390 3029 y Ft(P)m(ersonalit)m(y)
+32 b(used)e(for)g(w3m-b)s(old)g(This)f(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-b)s(olden-medium)h(whose)390 3138 y(e\013ect)h(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s
+(olden-medium-settings.)3371 3337 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w3m-curren)m(t-anc)m(hor-v)m
+(oice)390 3447 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-curren)m
+(t-anc)m(hor)h(This)f(p)s(ersonalit)m(y)g(uses)g(v)m(oice-b)s
+(olden-extra)390 3557 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s(olden-extra-settings.)
+3371 3756 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w3m-form-button-pressed-v)m(oice)390
+3866 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-form-button-pressed)f
+(This)h(p)s(ersonalit)m(y)h(uses)f(v)m(oice-animate)390
+3975 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-animate-settings.)3371 4174 y([V)-8
+b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-w3m-form-button-v)m(oice)390 4284 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(w3m-form-button)g(This)g(p)s(ersonalit)m(y)g(uses)g(v)m
+(oice-smo)s(othen)j(whose)390 4394 y(e\013ect)f(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)e(customizing)i(v)m(oice-smo)s
+(othen-settings.)3371 4593 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w3m-form-v)m(oice)390
+4702 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-form)g(This)g(p)s
+(ersonalit)m(y)h(uses)e(v)m(oice-brigh)m(ten)k(whose)d(e\013ect)i(can)
+390 4812 y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-brigh)m(ten-settings.)3371 5011 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w3m-header-line-lo)s
+(cation-con)m(ten)m(t-v)n(oic)q(e)390 5121 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(w3m-header-line-lo)s(cation-con)m(ten)m(t)35
+b(This)30 b(p)s(ersonalit)m(y)390 5230 y(uses)g(v)m(oice-animate)k
+(whose)c(e\013ect)i(can)e(b)s(e)g(c)m(hanged)h(globally)h(b)m(y)e
+(customizing)390 5340 y(v)m(oice-animate-settings.)p
+eop end
+%%Page: 192 195
+TeXDict begin 192 194 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(192)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-w3m-header-line-lo)s(cation-title-v)m(o)q(ice)390
+408 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-header-line-lo)s
+(cation-title)35 b(This)29 b(p)s(ersonalit)m(y)i(uses)f(v)m(oice-)390
+518 y(b)s(olden)f(whose)i(e\013ect)h(can)e(b)s(e)g(c)m(hanged)h
+(globally)h(b)m(y)e(customizing)i(v)m(oice-b)s(olden-settings.)3371
+692 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w3m-history-curren)m(t-url-v)m(oice)390
+801 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-history-curren)m
+(t-url)g(This)g(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)390
+911 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-settings.)3371 1084
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-w3m-image-v)m(oice)390 1194 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(w3m-image)i(This)d(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-brigh)m(ten)j(whose)d(e\013ect)390 1303 y(can)h(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-brigh)m
+(ten-settings.)3371 1477 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-w3m-insert-v)m(oice)390
+1587 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-insert)g(This)g(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden)i(whose)e(e\013ect)i(can)390
+1696 y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-b)s(olden-settings.)3371 1870 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w3m-italic-v)m(oice)390
+1979 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-italic)i(This)e(p)s
+(ersonalit)m(y)h(uses)f(v)m(oice-animate)k(whose)c(e\013ect)i(can)390
+2089 y(b)s(e)e(c)m(hanged)h(globally)h(b)m(y)e(customizing)h(v)m
+(oice-animate-settings.)3371 2262 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w3m-strik)m(e-through-v)m
+(oice)390 2372 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-strik)m
+(e-through)h(This)f(p)s(ersonalit)m(y)h(uses)e(v)m(oice-smo)s
+(othen-extra)390 2482 y(whose)h(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i
+(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s(othen-extra-settings.)
+3371 2655 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w3m-tab-selected-v)m(oice)390 2765
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-tab-selected)j(This)c(p)s
+(ersonalit)m(y)i(uses)f(v)m(oice-animate-extra)390 2874
+y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-animate-extra-settings.)3371
+3048 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-w3m-tab-unselected-v)m(oice)390 3157
+y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-tab-unselected)i(This)d(p)
+s(ersonalit)m(y)i(uses)f(v)m(oice-monotone)390 3267 y(whose)g(e\013ect)
+i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-monotone-settings.)3371 3440 y([V)-8 b(ariable])-3598
+b Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-w3m-underline-v)m(oice)390
+3550 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(w3m-underline)f(This)h(p)
+s(ersonalit)m(y)h(uses)f(v)m(oice-brigh)m(ten-extra)390
+3660 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-brigh)m(ten-extra-settings.)3371
+3833 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-widget-button-pressed-v)m(oice)390
+3943 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(widget-button-pressed)g
+(This)g(p)s(ersonalit)m(y)h(uses)f(v)m(oice-b)s(olden-extra)390
+4052 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f
+(customizing)g(v)m(oice-b)s(olden-extra-settings.)3371
+4226 y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47
+b Fk(emacsp)s(eak-widget-button-v)m(oice)390 4335 y Ft(P)m(ersonalit)m
+(y)32 b(used)e(for)g(widget-button)h(This)e(p)s(ersonalit)m(y)i(uses)f
+(v)m(oice-b)s(olden)i(whose)e(e\013ect)390 4445 y(can)h(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-b)s
+(olden-settings.)3371 4619 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-widget-do)s(cumen)m(tation-v)m
+(oice)390 4728 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(widget-do)s
+(cumen)m(tation)i(This)e(p)s(ersonalit)m(y)h(uses)f(v)m(oice-smo)s
+(othen-)390 4838 y(extra)h(whose)f(e\013ect)i(can)f(b)s(e)f(c)m(hanged)
+h(globally)g(b)m(y)g(customizing)g(v)m(oice-smo)s(othen-extra-)390
+4947 y(settings.)3371 5121 y([V)-8 b(ariable])-3598 b
+Fh(User)32 b(Option)47 b Fk(emacsp)s(eak-widget-\014eld-v)m(oice)390
+5230 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g(widget-\014eld)h(This)e
+(p)s(ersonalit)m(y)i(uses)f(v)m(oice-smo)s(othen)j(whose)d(e\013ect)390
+5340 y(can)h(b)s(e)e(c)m(hanged)i(globally)h(b)m(y)f(customizing)g(v)m
+(oice-smo)s(othen-settings.)p eop end
+%%Page: 193 196
+TeXDict begin 193 195 bop 150 -116 a Ft(Chapter)30 b(12:)46
+b(Emacsp)s(eak)31 b(Customizations)1861 b(193)3371 299
+y([V)-8 b(ariable])-3598 b Fh(User)32 b(Option)47 b Fk(emacsp)s
+(eak-widget-inactiv)m(e-v)m(oice)390 408 y Ft(P)m(ersonalit)m(y)32
+b(used)e(for)g(widget-inactiv)m(e)j(This)d(p)s(ersonalit)m(y)h(uses)f
+(v)m(oice-ligh)m(ten)j(whose)e(e\013ect)390 518 y(can)g(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-ligh)m
+(ten-settings.)3371 702 y([V)-8 b(ariable])-3598 b Fh(User)32
+b(Option)47 b Fk(emacsp)s(eak-widget-single-line-\014eld-v)m(oice)390
+812 y Ft(P)m(ersonalit)m(y)32 b(used)e(for)g
+(widget-single-line-\014eld)j(This)c(p)s(ersonalit)m(y)i(uses)f(v)m
+(oice-smo)s(othen)390 922 y(whose)g(e\013ect)i(can)f(b)s(e)e(c)m
+(hanged)i(globally)h(b)m(y)f(customizing)g(v)m(oice-smo)s
+(othen-settings.)p eop end
+%%Page: 194 197
+TeXDict begin 194 196 bop 150 -116 a Ft(Chapter)30 b(13:)46
+b(Emacsp)s(eak)31 b(TTS)e(Serv)m(ers)1976 b(194)150 299
+y Fu(13)80 b(Emacsp)t(eak)55 b(TTS)f(Serv)l(ers)150 572
+y Ft(Emacsp)s(eak)31 b(pro)s(duces)e(sp)s(ok)m(en)h(output)g(b)m(y)g
+(comm)m(unicating)i(with)e(one)g(of)h(man)m(y)f(sp)s(eec)m(h)h(serv)m
+(ers.)150 681 y(This)f(section)h(do)s(cumen)m(ts)f(the)h(comm)m
+(unication)h(proto)s(col)f(b)s(et)m(w)m(een)g(the)f(clien)m(t)i
+(application)g(i.e.)150 791 y(Emacsp)s(eak,)f(and)f(the)g(TTS)f(serv)m
+(er.)46 b(This)30 b(section)h(is)g(primarily)f(in)m(tended)g(for)g(dev)
+m(elop)s(ers)h(wish-)150 900 y(ing)g(to:)225 1048 y Fq(\017)60
+b Ft(Create)31 b(new)f(sp)s(eec)m(h)g(serv)m(ers)h(that)g(comply)g
+(with)f(this)g(comm)m(unication)i(proto)s(col)225 1189
+y Fq(\017)60 b Ft(Dev)m(elop)s(ers)32 b(of)e(other)h(clien)m(t)h
+(applications)f(who)f(wish)g(to)h(use)f(the)g(v)-5 b(arious)31
+b(Emacsp)s(eak)330 1298 y(sp)s(eec)m(h)f(serv)m(ers.)150
+1510 y Fi(13.0.1)63 b(High-lev)m(el)41 b(Ov)m(erview)150
+1657 y Ft(The)30 b(TTS)f(serv)m(er)i(reads)f(commands)g(from)g
+(standard)f(input,)h(and)g(script)g Fo(sp)-5 b(e)g(e)g(ch-server)41
+b Ft(can)31 b(b)s(e)150 1767 y(used)f(to)h(cause)g(a)f(TTS)f(serv)m(er)
+i(to)g(comm)m(unicate)h(via)f(a)g(TCP)e(so)s(c)m(k)m(et.)48
+b(Sp)s(eec)m(h)30 b(serv)m(er)h(commands)150 1876 y(are)g(used)e(b)m(y)
+i(the)f(clien)m(t)i(application)g(to)f(mak)m(e)g(sp)s(eci\014c)f
+(requests)h(of)f(the)h(serv)m(er;)g(the)f(serv)m(er)h(lis-)150
+1986 y(tens)f(for)h(these)f(requests)h(in)f(a)g(non-blo)s(c)m(king)h
+(read)g(lo)s(op)f(and)g(executes)h(requests)g(as)f(they)h(b)s(ecome)150
+2096 y(a)m(v)-5 b(ailable.)48 b(Requests)31 b(can)f(b)s(e)g
+(classi\014ed)h(as)g(follo)m(ws:)225 2243 y Fq(\017)60
+b Ft(Commands)29 b(that)i(send)f(text)h(to)g(b)s(e)f(sp)s(ok)m(en.)225
+2384 y Fq(\017)60 b Ft(Commands)29 b(that)i(set)g Fo(state)38
+b Ft(of)31 b(the)f(TTS)f(serv)m(er.)275 2563 y(All)i(commands)f(are)g
+(of)h(the)f(form)390 2710 y Fp(commandWord)d({arguments})275
+2857 y Ft(The)i(braces)i(are)g(optional)g(if)g(the)f(command)g(argumen)
+m(t)h(con)m(tains)h(no)e(white)g(space.)47 b(The)150
+2967 y(sp)s(eec)m(h)30 b(serv)m(er)h(main)m(tains)g(a)g
+Fo(curr)-5 b(ent)31 b(state)38 b Ft(that)31 b(determines)f(v)-5
+b(arious)31 b(c)m(haracteristics)i(of)150 3076 y(sp)s(ok)m(en)d(output)
+g(suc)m(h)g(as)h(sp)s(eec)m(h)f(rate,)h(punctuations)f(mo)s(de)g(etc.)
+47 b(\(see)31 b(set)g(of)g(commands)f(that)150 3186 y(manipulate)h(sp)s
+(eec)m(h)f(state)i(for)e(complete)i(list\).)47 b(The)29
+b(clien)m(t)j(application)g Fo(queues)37 b Ft(The)30
+b(text)h(and)150 3296 y(non-sp)s(eec)m(h)f(audio)h(output)f(to)h(b)s(e)
+e(pro)s(duced)g(b)s(efore)h(asking)h(the)f(serv)m(er)h(to)g
+Fo(disp)-5 b(atch)40 b Ft(the)30 b(set)h(of)150 3405
+y(queued)f(requests,)g(i.e.)47 b(start)31 b(pro)s(ducing)e(output.)275
+3553 y(Once)h(the)g(serv)m(er)h(has)f(b)s(een)g(ask)m(ed)h(to)g(pro)s
+(duce)e(output,)h(it)h(remo)m(v)m(es)h(items)f(from)f(the)g(fron)m(t)
+150 3662 y(of)h(the)f(queue,)g(sends)g(the)g(requisite)h(commands)f(to)
+h(the)g(underlying)e(TTS)g(engine,)i(and)f(w)m(aits)i(for)150
+3772 y(the)f(engine)f(to)h(ac)m(kno)m(wledge)i(that)e(the)g(request)f
+(has)g(b)s(een)g(completely)i(pro)s(cessed.)45 b(This)30
+b(is)g(a)h(non-)150 3881 y(blo)s(c)m(king)g(op)s(eration,)g(i.e.,)h(if)
+e(the)h(clien)m(t)h(application)f(generates)h(additional)f(requests,)g
+(these)g(are)150 3991 y(pro)s(cessed)f Fo(imme)-5 b(diately)p
+Ft(.)275 4138 y(The)29 b(ab)s(o)m(v)m(e)j(design)e(allo)m(ws)i(the)f
+(Emacsp)s(eak)f(TTS)f(serv)m(er)i(to)g(b)s(e)f Fo(highly)39
+b Ft(resp)s(onsiv)m(e;)30 b(Clein)m(t)i(ap-)150 4248
+y(plications)g(can)e(queue)g(large)i(amoun)m(ts)e(of)h(text)g(\(t)m
+(ypically)i(queued)d(a)g(clause)i(at)f(a)f(time)h(to)h(ac)m(hiev)m(e)
+150 4357 y(the)f(b)s(est)f(proso)s(dy\),)f(ask)i(the)f(TTS)g(serv)m(er)
+g(to)h(start)g(sp)s(eaking,)g(and)f(in)m(terrupt)f(the)i(sp)s(ok)m(en)f
+(output)150 4467 y(at)h(an)m(y)g(time.)150 4679 y Fi(13.0.2)63
+b(Commands)42 b(That)f(Queue)g(Output.)150 4826 y Ft(This)30
+b(section)h(do)s(cumen)m(ts)f(commands)g(that)h(either)g(pro)s(duce)e
+(sp)s(ok)m(en)h(output,)g(or)h(queue)f(output)150 4936
+y(to)h(b)s(e)f(pro)s(duced)f(on)h(demand.)45 b(Commands)29
+b(that)i(place)g(the)g(request)f(on)g(the)h(queue)f(are)h(clearly)150
+5045 y(mark)m(ed.)390 5193 y Fp(version)275 5340 y Ft(Sp)s(eaks)e(the)i
+Fo(version)37 b Ft(of)31 b(the)g(TTS)e(engine.)46 b(Pro)s(duces)29
+b(output)h(immediately)-8 b(.)p eop end
+%%Page: 195 198
+TeXDict begin 195 197 bop 150 -116 a Ft(Chapter)30 b(13:)46
+b(Emacsp)s(eak)31 b(TTS)e(Serv)m(ers)1976 b(195)390 299
+y Fp(tts_say)28 b(text)275 432 y Ft(Sp)s(eaks)h(the)i(sp)s(eci\014ed)e
+Fo(text)40 b Ft(immediately)-8 b(.)47 b(The)30 b(text)h(is)g(not)f
+(pre-pro)s(cessed)g(in)g(an)m(y)h(w)m(a)m(y)-8 b(,)32
+b(con-)150 541 y(trast)f(this)f(with)g(the)h(primary)e(w)m(a)m(y)j(of)e
+(sp)s(eaking)g(text)i(whic)m(h)e(is)g(to)h(queue)g(text)g(b)s(efore)f
+(asking)h(the)150 651 y(serv)m(er)g(to)g(pro)s(cess)f(the)g(queue.)390
+784 y Fp(l)g(c)275 916 y Ft(Sp)s(eak)f Fo(c)35 b Ft(a)c(single)g(c)m
+(haracter,)h(as)f(a)g(letter.)47 b(The)30 b(c)m(haracter)i(is)e(sp)s
+(ok)m(en)g(immediately)-8 b(.)48 b(This)150 1026 y(command)30
+b(uses)g(the)h(TTS)e(engine's)i(capabilit)m(y)h(to)f(sp)s(eak)f(a)h
+(single)g(c)m(haracter)h(with)e(the)g(abilit)m(y)150
+1136 y(to)h(\015ush)e(sp)s(eec)m(h)h Fo(imme)-5 b(diately)p
+Ft(.)48 b(Clien)m(t)31 b(applications)h(wishing)d(to)i(pro)s(duce)f(c)m
+(haracter-at-a-time)150 1245 y(output,)g(e.g.,)i(when)e(pro)m(viding)g
+(c)m(haracter)i(ec)m(ho)f(during)e(k)m(eyb)s(oard)i(input)e(should)g
+(use)i(this)f(com-)150 1355 y(mand.)390 1488 y Fp(d)275
+1620 y Ft(This)f(command)h(is)h(used)e(to)i Fo(disp)-5
+b(atch)40 b Ft(all)31 b(queued)f(requests.)45 b(It)31
+b(w)m(as)g(renamed)f(to)h(a)f(single)150 1730 y(c)m(haracter)i(command)
+e(\(lik)m(e)i(man)m(y)f(of)f(the)h(commonly)g(used)e(TTS)g(serv)m(er)i
+(commands\))f(to)h(w)m(ork)150 1840 y(more)g(e\013ectiv)m(ely)i(o)m(v)m
+(er)e(slo)m(w)g(\(9600\))i(dialup)d(lines.)46 b(The)30
+b(e\013ect)i(of)e(calling)i(this)e(command)h(is)f(for)150
+1949 y(the)h(TTS)e(serv)m(er)h(to)h(start)g(pro)s(cessing)f(items)h
+(that)g(ha)m(v)m(e)h(b)s(een)e(queued)f(via)i(earlier)g(requests.)390
+2082 y Fp(tts_pause)275 2215 y Ft(This)e(pauses)h(sp)s(eec)m(h)g
+Fo(imme)-5 b(diately)p Ft(.)48 b(It)30 b(do)s(es)h(not)f(a\013ect)i
+(queued)e(requests;)g(when)g(command)150 2324 y Fo(tts)p
+254 2324 28 4 v 41 w(r)-5 b(esume)38 b Ft(is)31 b(called,)g(the)g
+(output)f(resumes)g(at)h(the)f(p)s(oin)m(t)h(where)f(it)h(w)m(as)f
+(paused.)45 b(Not)31 b(all)h(TTS)150 2434 y(engines)f(pro)m(vide)f
+(this)g(capabilit)m(y)-8 b(.)390 2567 y Fp(tts_resume)275
+2700 y Ft(Resume)30 b(sp)s(ok)m(en)g(output)g(if)g(it)h(has)f(b)s(een)g
+(paused)f(earlier.)390 2832 y Fp(s)275 2965 y Ft(Stop)h(sp)s(eec)m(h)g
+Fo(imme)-5 b(diately)p Ft(.)48 b(Sp)s(ok)m(en)29 b(output)h(is)h(in)m
+(terrupted,)f(and)g(all)h(p)s(ending)e(requests)h(are)150
+3075 y(\015ushed)f(from)g(the)i(queue.)390 3208 y Fp(q)f(text)275
+3340 y Ft(Queues)f(text)j(to)f(b)s(e)e(sp)s(ok)m(en.)46
+b(No)31 b(sp)s(ok)m(en)f(output)g(is)g(pro)s(duced)f(un)m(til)i(a)f
+Fo(disp)-5 b(atch)40 b Ft(request)30 b(is)150 3450 y(receiv)m(ed)i(via)
+f(execution)g(of)g(command)f Fo(d)p Ft(.)390 3583 y Fp(a)g(filename)275
+3716 y Ft(Cues)f(the)i(audio)f(\014le)h(iden)m(ti\014ed)f(b)m(y)g
+(\014lename)h(for)f(pla)m(ying.)390 3848 y Fp(t)g(freq)f(length)275
+3981 y Ft(Queues)g(a)i(tone)g(to)g(b)s(e)f(pla)m(y)m(ed)h(at)g(the)g
+(sp)s(eci\014ed)f(frequency)f(and)h(ha)m(ving)h(the)g(sp)s(eci\014ed)e
+(length.)150 4091 y(F)-8 b(requency)31 b(is)f(sp)s(eci\014ed)g(in)g
+(hertz)h(and)e(length)i(is)g(sp)s(eci\014ed)e(in)h(milliseconds.)390
+4224 y Fp(sh)g(duration)275 4356 y Ft(Queues)f(the)i(sp)s(eci\014ed)e
+(duration)h(of)h(silence.)47 b(Silence)31 b(is)f(sp)s(eci\014ed)g(in)g
+(milliseconds.)150 4552 y Fi(13.0.3)63 b(Commands)42
+b(That)f(Set)g(State)390 4699 y Fp(tts_reset)275 4832
+y Ft(Reset)31 b(TTS)e(engine)i(to)g(default)f(settings.)390
+4965 y Fp(tts_set_punctuations)25 b(mode)275 5098 y Ft(Sets)30
+b(TTS)f(engine)i(to)g(the)g(sp)s(eci\014ed)e(punctuation)h(mo)s(de.)46
+b(T)m(ypicaly)-8 b(,)32 b(TTS)d(serv)m(ers)h(pro)m(vide)h(at)150
+5207 y(least)h(three)e(mo)s(des:)225 5340 y Fq(\017)60
+b Ft(None:)46 b(Do)31 b(not)g(sp)s(eak)f(punctuation)g(c)m(haracters.)p
+eop end
+%%Page: 196 199
+TeXDict begin 196 198 bop 150 -116 a Ft(Chapter)30 b(13:)46
+b(Emacsp)s(eak)31 b(TTS)e(Serv)m(ers)1976 b(196)225 299
+y Fq(\017)60 b Ft(some:)46 b(Sp)s(eak)30 b(some)h(punctuation)f(c)m
+(haracters.)47 b(Used)30 b(for)g(English)g(prose.)225
+433 y Fq(\017)60 b Ft(all:)47 b(Sp)s(eak)29 b(out)i Fo(al)5
+b(l)40 b Ft(punctuation)30 b(c)m(haracters;)i(useful)e(in)g
+(programming)g(mo)s(des.)390 568 y Fp(tts_set_speech_rate)25
+b(rate)275 702 y Ft(Sets)30 b(sp)s(eec)m(h)g(rate.)47
+b(The)30 b(in)m(terpretation)i(of)e(this)g(v)-5 b(alue)31
+b(is)g(t)m(ypically)h(engine)f(sp)s(eci\014c.)390 837
+y Fp(tts_set_character_scale)24 b(factor)275 971 y Ft(Scale)31
+b(factor)g(applied)f(to)h(sp)s(eec)m(h)g(rate)g(when)e(sp)s(eaking)i
+(individual)e(c)m(haracters.Th)m(us,)j(setting)150 1081
+y(sp)s(eec)m(h)e(rate)h(to)h(500)f(and)f(c)m(haracter)i(scale)g(to)f
+(1.2)g(will)g(cause)g(command)f Fo(l)40 b Ft(to)31 b(use)f(a)h(sp)s
+(eec)m(h)f(rate)h(of)150 1191 y Fo(500)h(*)e(1.2)i(=)e(600)p
+Ft(.)390 1325 y Fp(tts_split_caps)c(flag)275 1460 y Ft(Set)k(state)i
+(of)e Fo(split)i(c)-5 b(aps)39 b Ft(pro)s(cessing.)45
+b(T)-8 b(urn)29 b(this)h(on)h(to)g(sp)s(eak)f(mixed-case)h(\(AKA)g
+(Camel)150 1569 y(Case\))g(iden)m(ti\014ers.)390 1704
+y Fp(tts_capitalize)26 b(flag)275 1838 y Ft(Indicate)31
+b(capitalization)i(via)e(a)g(b)s(eep)f(tone)h(or)f(v)m(oice)i(pitc)m
+(h.)390 1973 y Fp(tts_allcaps_beep)26 b(flag)275 2107
+y Ft(Setting)31 b(this)f(\015ag)h(pro)s(duces)e(a)h(high-pitc)m(hed)h
+(b)s(eep)f(when)f(sp)s(eaking)h(w)m(ords)g(that)h(are)g(in)f(all-)150
+2217 y(caps,)h(e.g.)47 b(abbreviations.)p eop end
+%%Page: 197 200
+TeXDict begin 197 199 bop 150 -116 a Ft(Chapter)30 b(14:)46
+b(Ac)m(kno)m(wledgemen)m(ts.)2176 b(197)150 299 y Fu(14)80
+b(Ac)l(kno)l(wledgemen)l(ts.)150 533 y Ft(Thanks.)p eop
+end
+%%Page: 198 201
+TeXDict begin 198 200 bop 150 -116 a Ft(Chapter)30 b(15:)46
+b(Concept)31 b(Index)2367 b(198)150 299 y Fu(15)80 b(Concept)52
+b(Index)150 638 y Fr(C)150 754 y Fm(c)n(haracter)31 b(ec)n(ho)8
+b Fe(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
+(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)39
+b Fm(10)150 987 y Fr(L)150 1103 y Fm(line)31 b(ec)n(ho)18
+b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
+(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+h(:)f(:)g(:)g(:)49 b Fm(10)150 1336 y Fr(S)150 1452 y
+Fm(sp)r(eec)n(h)30 b(settings)16 b Fe(:)f(:)e(:)g(:)g(:)g(:)g(:)h(:)f
+(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
+g(:)g(:)g(:)g(:)h(:)f(:)47 b Fm(10)2025 638 y(sp)r(eec)n(h)30
+b(system)13 b Fe(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
+(:)h(:)44 b Fm(10)2025 923 y Fr(T)2025 1053 y Fm(tts)19
+b Fe(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)50 b Fm(10)2025
+1322 y Fr(W)2025 1452 y Fm(w)n(ord)30 b(ec)n(ho)13 b
+Fe(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
+(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
+g(:)g(:)44 b Fm(10)p eop end
+%%Page: 199 202
+TeXDict begin 199 201 bop 150 -116 a Ft(Chapter)30 b(16:)46
+b(Key)31 b(Index)2536 b(199)150 299 y Fu(16)80 b(Key)54
+b(Index)150 638 y Fr(C)150 754 y Fd(C-c)26 b(\()7 b Fe(:)14
+b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)38 b Fm(44)150 841 y Fd(C-c)26
+b(\))7 b Fe(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)38 b Fm(44)150
+929 y Fd(C-c)26 b(0)7 b Fe(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)38
+b Fm(44)150 1016 y Fd(C-c)26 b(1)7 b Fe(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)38
+b Fm(44)150 1103 y Fd(C-c)26 b(C-\\)20 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)50
+b Fm(45)150 1190 y Fd(C-c)26 b(C-a)20 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)50
+b Fm(45)150 1278 y Fd(C-c)26 b(C-c)6 b Fe(:)14 b(:)f(:)g(:)h(:)f(:)g(:)
+g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)37 b Fm(44,)31
+b(45)150 1365 y Fd(C-c)26 b(C-d)6 b Fe(:)14 b(:)f(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)37 b Fm(44,)31
+b(45)150 1452 y Fd(C-c)26 b(C-f)20 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)50
+b Fm(43)150 1539 y Fd(C-c)26 b(C-j)20 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)50
+b Fm(43)150 1627 y Fd(C-c)26 b(C-k)20 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)50
+b Fm(45)150 1714 y Fd(C-c)26 b(C-u)20 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)50
+b Fm(45)150 1801 y Fd(C-c)26 b(C-w)20 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)50
+b Fm(45)150 1888 y Fd(C-c)26 b(C-x)h(C-c)16 b Fe(:)d(:)g(:)g(:)g(:)h(:)
+f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)47 b Fm(44)150
+1976 y Fd(C-c)26 b(C-z)20 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
+(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)50 b
+Fm(45)150 2063 y Fd(C-c)26 b(e)7 b Fe(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)
+h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)38
+b Fm(44)150 2150 y Fd(C-c)26 b(k)7 b Fe(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)38
+b Fm(44)150 2238 y Fd(C-c)26 b(o)7 b Fe(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)38
+b Fm(43)150 2325 y Fd(control)27 b(e)f(\045)16 b Fe(:)d(:)g(:)g(:)g(:)h
+(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
+g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)47 b
+Fm(15)150 2412 y Fd(control)27 b(e)f(')16 b Fe(:)d(:)g(:)g(:)g(:)h(:)f
+(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)47 b Fm(10)150
+2499 y Fd(control)27 b(e)f(/)18 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)49 b Fm(8)150
+2587 y Fd(control)27 b(e)f(=)16 b Fe(:)d(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
+(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)47 b Fm(15)150 2674
+y Fd(control)27 b(e)f([)18 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
+(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
+h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)49 b Fm(9)150 2761
+y Fd(control)27 b(e)f({)18 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
+(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
+h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)49 b Fm(8)150 2848
+y Fd(control)27 b(e)f(9)g(control)h(e)f(8)g(control)h(e)f(7)g(control)h
+(e)f(6)304 2935 y(control)h(e)f(5)f(control)j(e)d(4)h(control)h(e)f(3)g
+(control)304 3023 y(e)f(2)h(control)h(e)f(1)g(control)h(e)f(0)20
+b Fe(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)51
+b Fm(9)150 3110 y Fd(control)27 b(e)f(a)16 b Fe(:)d(:)g(:)g(:)g(:)h(:)f
+(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)47 b Fm(14)150
+3197 y Fd(control)27 b(e)f(b)18 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)49 b Fm(8)150
+3284 y Fd(control)27 b(e)f(c)18 b Fe(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)49 b Fm(7)150
+3372 y Fd(control)27 b(e)f(cap)g(M)12 b Fe(:)i(:)f(:)g(:)g(:)g(:)h(:)f
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)g(:)h(:)f(:)43 b Fm(14)150 3459 y Fd(control)27
+b(e)f(cap)g(R)14 b Fe(:)g(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
+(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)46 b Fm(8)150 3546 y Fd(control)27 b(e)f(cap)g(V)12
+b Fe(:)i(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)43
+b Fm(14)150 3633 y Fd(control)27 b(e)f(control)h(@)20
+b Fe(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
+(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)50 b Fm(15)150
+3721 y Fd(control)27 b(e)f(control)h(l)20 b Fe(:)13 b(:)g(:)g(:)g(:)g
+(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
+h(:)f(:)g(:)50 b Fm(15)150 3808 y Fd(control)27 b(e)f(control)h(n)22
+b Fe(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)53 b Fm(9)150
+3895 y Fd(control)27 b(e)f(control)h(o)22 b Fe(:)13 b(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
+f(:)g(:)g(:)g(:)53 b Fm(9)150 3982 y Fd(control)27 b(e)f(control)h(p)22
+b Fe(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)53 b Fm(9)150
+4070 y Fd(control)27 b(e)f(control)h(s)20 b Fe(:)13 b(:)g(:)g(:)g(:)g
+(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
+h(:)f(:)g(:)50 b Fm(12)150 4157 y Fd(control)27 b(e)f(control)h(w)20
+b Fe(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
+(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)50 b Fm(14)150
+4244 y Fd(control)27 b(e)f(d)g(9)g(control)h(e)f(d)g(8)f(control)j(e)d
+(d)h(7)304 4331 y(control)h(e)f(d)f(6)h(control)h(e)f(d)g(5)g(control)h
+(e)f(d)g(4)304 4419 y(control)h(e)f(d)f(3)h(control)h(e)f(d)g(2)g
+(control)h(e)f(d)g(1)304 4506 y(control)h(e)f(d)f(0)9
+b Fe(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
+(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)40
+b Fm(11)150 4593 y Fd(control)27 b(e)f(d)g(a)17 b Fe(:)d(:)f(:)g(:)g(:)
+g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
+(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)48 b Fm(13)2025
+638 y Fd(control)27 b(e)f(d)g(c)17 b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g
+(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
+h(:)f(:)g(:)g(:)g(:)g(:)g(:)49 b Fm(11)2025 726 y Fd(control)27
+b(e)f(d)g(cap)g(C)14 b Fe(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
+(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
+45 b Fm(11)2025 813 y Fd(control)27 b(e)f(d)g(cap)g(V)14
+b Fe(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)45 b
+Fm(13)2025 900 y Fd(control)27 b(e)f(d)g(d)17 b Fe(:)c(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49 b Fm(13)2025
+988 y Fd(control)27 b(e)f(d)g(f)17 b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g
+(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
+h(:)f(:)g(:)g(:)g(:)g(:)g(:)49 b Fm(11)2025 1075 y Fd(control)27
+b(e)f(d)g(i)17 b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)49 b Fm(12)2025 1163 y Fd(control)27 b(e)f(d)g(k)17
+b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49
+b Fm(10)2025 1250 y Fd(control)27 b(e)f(d)g(l)17 b Fe(:)c(:)g(:)h(:)f
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49 b Fm(10)2025
+1338 y Fd(control)27 b(e)f(d)g(m)17 b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49 b Fm(11)2025 1425 y
+Fd(control)27 b(e)f(d)g(p)17 b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
+f(:)g(:)g(:)g(:)g(:)g(:)49 b Fm(11)2025 1512 y Fd(control)27
+b(e)f(d)g(q)17 b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)49 b Fm(12)2025 1600 y Fd(control)27 b(e)f(d)g(r)17
+b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49
+b Fm(11)2025 1687 y Fd(control)27 b(e)f(d)g(RETURN)d
+Fe(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)53 b Fm(13)2025
+1775 y Fd(control)27 b(e)f(d)g(s)17 b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49 b Fm(11)2025 1862 y
+Fd(control)27 b(e)f(d)g(SPACE)7 b Fe(:)14 b(:)f(:)g(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
+g(:)g(:)h(:)38 b Fm(13)2025 1950 y Fd(control)27 b(e)f(d)g(t)17
+b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49
+b Fm(13)2025 2037 y Fd(control)27 b(e)f(d)g(w)17 b Fe(:)c(:)g(:)h(:)f
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49 b Fm(10)2025
+2124 y Fd(control)27 b(e)f(d)g(z)17 b Fe(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49 b Fm(13)2025 2212 y
+Fd(control)27 b(e)f(down)10 b Fe(:)k(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
+g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)42 b Fm(8)2025 2299 y Fd(control)27
+b(e)f(f)16 b Fe(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)47 b Fm(14)2025 2387 y Fd(control)27 b(e)f(h)16
+b Fe(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)47 b Fm(15)2025 2474 y Fd(control)27 b(e)f(k)16 b
+Fe(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
+47 b Fm(15)2025 2562 y Fd(control)27 b(e)f(l)18 b Fe(:)13
+b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+50 b Fm(8)2025 2649 y Fd(control)27 b(e)f(left)10 b Fe(:)k(:)f(:)g(:)g
+(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
+f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)42 b Fm(9)2025
+2736 y Fd(control)27 b(e)f(m)16 b Fe(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)47 b Fm(14)2025 2824
+y Fd(control)27 b(e)f(meta)g(control)h(@)13 b Fe(:)h(:)f(:)g(:)g(:)h(:)
+f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)44
+b Fm(10)2025 2911 y Fd(control)27 b(e)f(n)18 b Fe(:)13
+b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+50 b Fm(8)2025 2999 y Fd(control)27 b(e)f(p)16 b Fe(:)d(:)g(:)g(:)g(:)g
+(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
+f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)47 b
+Fm(12)2025 3086 y Fd(control)27 b(e)f(r)18 b Fe(:)13
+b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+50 b Fm(8)2025 3174 y Fd(control)27 b(e)f(right)8 b Fe(:)14
+b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)39
+b Fm(9)2025 3261 y Fd(control)27 b(e)f(SPACE)d Fe(:)14
+b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)54 b Fm(12)2025
+3348 y Fd(control)27 b(e)f(t)16 b Fe(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)47 b Fm(14)2025 3436
+y Fd(control)27 b(e)f(up)15 b Fe(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)47 b Fm(8)2025 3523 y
+Fd(control)27 b(e)f(v)16 b Fe(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)g(:)47 b Fm(15)2025 3611 y Fd(control)27
+b(e)f(w)18 b Fe(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
+(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
+g(:)g(:)g(:)g(:)g(:)50 b Fm(7)2025 3845 y Fr(E)2025 3961
+y Fd(ESCAPE)27 b(down)11 b Fe(:)j(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)43 b Fm(9)2025 4049 y
+Fd(ESCAPE)27 b(next)11 b Fe(:)j(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
+(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)g(:)g(:)43 b Fm(9)2025 4136 y Fd(ESCAPE)27
+b(prior)6 b Fe(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
+g(:)g(:)g(:)38 b Fm(10)2025 4224 y Fd(ESCAPE)27 b(up)16
+b Fe(:)d(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
+g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
+(:)g(:)g(:)g(:)48 b Fm(9)2025 4476 y Fr(P)2025 4593 y
+Fd(pause)26 b(control)i(e)e(s)7 b Fe(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g
+(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
+g(:)g(:)h(:)38 b Fm(12)p eop end
+%%Page: -1 203
+TeXDict begin -1 202 bop 3723 -116 a Fc(i)150 299 y Fu(Short)53
+b(Con)l(ten)l(ts)150 540 y Fc(Emacsp)s(eak)25 b Fb(:)c(:)f(:)f(:)g(:)h
+(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)h(:)54 b Fc(1)150 681 y(1)146 b(Cop)m(yrigh)m(t)34
+b Fb(:)20 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)62 b Fc(2)150 822
+y(2)146 b(Announcing)32 b(Emacsp)s(eak)g(Man)m(ual)f(2nd)f(Edition)h
+(As)g(An)g(Op)s(en)f(Source)345 963 y(Pro)5 b(ject)10
+b Fb(:)21 b(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)40 b
+Fc(1)150 1104 y(3)146 b(In)m(tro)s(duction)32 b Fb(:)19
+b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)h(:)f(:)h(:)60 b Fc(2)150 1245 y(4)146 b(Installation)31
+b(Instructions)22 b Fb(:)f(:)f(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)
+f(:)g(:)52 b Fc(3)150 1386 y(5)146 b(Basic)31 b(Usage.)f
+Fb(:)20 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)h(:)f(:)h(:)f(:)59 b Fc(6)150 1528 y(6)146
+b(The)31 b(Emacsp)s(eak)h(Audio)f(Desktop.)k Fb(:)19
+b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)h(:)63 b Fc(16)150 1669 y(7)146 b(V)-8
+b(oice)31 b(Lo)s(c)m(k)16 b Fb(:)k(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)45
+b Fc(19)150 1810 y(8)146 b(Using)31 b(Online)g(Help)g(With)g(Emacsp)s
+(eak.)14 b Fb(:)21 b(:)f(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)43 b Fc(21)150 1951 y(9)146
+b(Emacs)32 b(P)m(ac)m(k)-5 b(ages.)21 b Fb(:)g(:)e(:)h(:)f(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)51 b
+Fc(23)150 2092 y(10)97 b(Running)31 b(T)-8 b(erminal)31
+b(Based)g(Applications.)24 b Fb(:)d(:)f(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)53 b Fc(43)150 2233
+y(11)97 b(Emacsp)s(eak)32 b(Commands)16 b Fb(:)21 b(:)f(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)45 b Fc(47)150 2374 y(12)97
+b(Emacsp)s(eak)32 b(Customizations)j Fb(:)20 b(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)63 b Fc(132)150 2516 y(13)97 b(Emacsp)s(eak)32
+b(TTS)g(Serv)m(ers)18 b Fb(:)j(:)f(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+h(:)48 b Fc(194)150 2657 y(14)97 b(Ac)m(kno)m(wledgemen)m(ts.)16
+b Fb(:)24 b(:)c(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+47 b Fc(197)150 2798 y(15)97 b(Concept)32 b(Index)17
+b Fb(:)k(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)47 b Fc(198)150 2939 y(16)97 b(Key)31
+b(Index)g Fb(:)19 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)59 b Fc(199)p eop
+end
+%%Page: -2 204
+TeXDict begin -2 203 bop 3699 -116 a Ft(ii)150 299 y
+Fu(T)-13 b(able)53 b(of)h(Con)l(ten)l(ts)150 641 y Fr(Emacsp)t(eak)33
+b Fb(:)20 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)63 b Fr(1)150 911 y(1)135
+b(Cop)l(yrigh)l(t)17 b Fb(:)j(:)g(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)47 b Fr(2)150
+1181 y(2)135 b(Announcing)29 b(Emacsp)t(eak)i(Man)l(ual)g(2nd)f
+(Edition)h(As)419 1313 y(An)f(Op)t(en)f(Source)h(Pro)7
+b(ject)18 b Fb(:)j(:)e(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)48 b Fr(1)275 1450
+y Ft(2.1)92 b(Ho)m(w)31 b(T)-8 b(o)31 b(Con)m(tribute)f(T)-8
+b(o)31 b(This)e(Man)m(ual)17 b Fa(:)g(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+h(:)47 b Ft(1)275 1560 y(2.2)92 b(Authoring)30 b(Guidelines)9
+b Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)40 b Ft(1)275 1670
+y(2.3)92 b(Credits)8 b Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)39 b Ft(1)150
+1912 y Fr(3)135 b(In)l(tro)t(duction)20 b Fb(:)f(:)h(:)f(:)h(:)f(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)50
+b Fr(2)150 2182 y(4)135 b(Installation)32 b(Instructions)f
+Fb(:)19 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)60 b Fr(3)275 2319 y Ft(4.1)92
+b(Obtaining)30 b(Emacsp)s(eak)18 b Fa(:)e(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)48
+b Ft(3)275 2428 y(4.2)92 b(Quic)m(k)30 b(Installation)17
+b Fa(:)h(:)d(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)48 b Ft(3)275
+2538 y(4.3)92 b(Con\014guring)29 b(and)h(Installing)h(Emacsp)s(eak)19
+b Fa(:)c(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)49 b Ft(4)150 2780
+y Fr(5)135 b(Basic)30 b(Usage.)c Fb(:)21 b(:)e(:)h(:)f(:)h(:)f(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)56 b Fr(6)275
+2917 y Ft(5.1)92 b(Ov)m(erview)30 b(of)h(Emacsp)s(eak)20
+b Fa(:)c(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)51 b Ft(6)275 3027 y(5.2)92 b(W)-8
+b(orking)31 b(In)f(Emacs)g(Bu\013ers.)19 b Fa(:)d(:)g(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)50
+b Ft(7)275 3137 y(5.3)92 b(Reading)30 b(Without)i(Mo)m(ving)f(The)f
+(Cursor.)15 b Fa(:)g(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)45 b
+Ft(7)275 3246 y(5.4)92 b(Sp)s(eec)m(h)30 b(System)g(Commands)22
+b Fa(:)14 b(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)52 b Ft(10)399 3356 y(5.4.1)93 b(Character,)31
+b(W)-8 b(ord)31 b(And)e(Line)h(Ec)m(ho.)18 b Fa(:)f(:)e(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)48 b Ft(10)399 3465 y(5.4.2)93 b(Setting)31 b(V)-8
+b(arious)31 b(Characteristics)h(Of)e(Sp)s(eec)m(h)g(Output.)15
+b Fa(:)f(:)h(:)h(:)f(:)h(:)f(:)g(:)45 b Ft(10)399 3575
+y(5.4.3)93 b(Miscellaneous)32 b(Sp)s(eec)m(h)e(Commands)18
+b Fa(:)c(:)i(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)47 b Ft(12)275 3685 y(5.5)92
+b(V)-8 b(oice)32 b(Lo)s(c)m(k)f(Mo)s(de)10 b Fa(:)15
+b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)39 b Ft(14)275
+3794 y(5.6)92 b(Commands)29 b(F)-8 b(or)31 b(Sp)s(eaking)f(Status)g
+(Information.)15 b Fa(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)45 b Ft(14)150 4037 y Fr(6)135
+b(The)30 b(Emacsp)t(eak)h(Audio)f(Desktop.)35 b Fb(:)19
+b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)64
+b Fr(16)275 4174 y Ft(6.1)92 b(Ob)5 b(jects)30 b(Making)h(Up)f(The)g
+(Emacsp)s(eak)h(Desktop)17 b Fa(:)f(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)47 b Ft(16)275 4283 y(6.2)92
+b(An)30 b(Ob)5 b(ject-Orien)m(ted)31 b(Desktop)19 b Fa(:)d(:)g(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)49 b
+Ft(16)275 4393 y(6.3)92 b(Emacsp)s(eak)30 b(Sp)s(ecializes)i(Aural)e
+(In)m(teraction)f Fa(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)57 b Ft(17)399
+4502 y(6.3.1)93 b(Audio)30 b(F)-8 b(ormatted)32 b(Output)13
+b Fa(:)h(:)i(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)42
+b Ft(17)399 4612 y(6.3.2)93 b(Structured)29 b(Na)m(vigation:)21
+b Fa(:)d(:)e(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)50 b Ft(17)399 4721 y(6.3.3)93 b(Na)m(vigating)33
+b(The)d(Desktop)10 b Fa(:)16 b(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)40 b Ft(17)399 4831 y(6.3.4)93 b(Ev)m(erything)31
+b(Is)f(Searc)m(hable:)10 b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)39 b Ft(17)150 5073 y Fr(7)135
+b(V)-11 b(oice)30 b(Lo)t(c)l(k)18 b Fb(:)h(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)48 b
+Fr(19)275 5210 y Ft(7.1)92 b(Ho)m(w)31 b(It)f(All)h(W)-8
+b(orks)20 b Fa(:)c(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)49
+b Ft(19)275 5320 y(7.2)92 b(What)31 b(this)f(giv)m(es)i(is)14
+b Fa(:)i(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)44 b Ft(20)p
+eop end
+%%Page: -3 205
+TeXDict begin -3 204 bop 3674 -116 a Ft(iii)150 83 y
+Fr(8)135 b(Using)31 b(Online)g(Help)g(With)f(Emacsp)t(eak.)j
+Fb(:)20 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)62 b Fr(21)150
+353 y(9)135 b(Emacs)31 b(P)l(ac)l(k)-7 b(ages.)32 b Fb(:)19
+b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)61
+b Fr(23)275 490 y Ft(9.1)92 b(Do)s(cumen)m(t)31 b(Authoring)11
+b Fa(:)k(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)40 b Ft(23)399 599 y(9.1.1)93
+b(Creating)31 b(W)-8 b(ell-formatted)33 b(Do)s(cumen)m(ts)16
+b Fa(:)g(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)46 b Ft(23)399 709 y(9.1.2)93 b(Searc)m(hing,)31
+b(Replacing,)h(And)d(Sp)s(ell)h(Chec)m(king)c Fa(:)15
+b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)55
+b Ft(24)524 819 y(Sp)s(ell)29 b(Chec)m(king)17 b Fa(:)f(:)g(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)47 b Ft(25)275 928 y(9.2)92
+b(Structured)29 b(Editing)h(And)g(T)-8 b(emplates)23
+b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)53 b Ft(26)399
+1038 y(9.2.1)93 b(Outline)30 b(Editing)25 b Fa(:)15 b(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)54 b Ft(26)399 1147 y(9.2.2)93 b(T)-8 b(emplate-based)31
+b(Authoring)c Fa(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+57 b Ft(27)399 1257 y(9.2.3)93 b(Main)m(taining)32 b(Structured)d(Data)
+18 b Fa(:)f(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)47
+b Ft(27)275 1367 y(9.3)92 b(Bro)m(wsing)31 b(Structured)e(Information)
+15 b Fa(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)45
+b Ft(28)275 1476 y(Related)31 b(P)m(ac)m(k)-5 b(ages)11
+b Fa(:)18 b(:)e(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)41
+b Ft(28)275 1586 y(9.5)92 b(W)-8 b(eb)31 b(Bro)m(wsing.)13
+b Fa(:)j(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)43
+b Ft(28)399 1695 y(9.5.1)93 b(In)m(tro)15 b Fa(:)g(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)44 b Ft(28)399
+1805 y(9.5.2)93 b(emacs-w3m)28 b Fa(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)57 b Ft(29)399 1914 y(9.5.3)93 b(emacs/w3)17
+b Fa(:)g(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)47
+b Ft(32)399 2024 y(9.5.4)93 b(Add-ons)8 b Fa(:)15 b(:)g(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)38 b Ft(37)399 2134
+y(9.5.5)93 b(Conclusion)17 b Fa(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)47 b Ft(38)275 2243 y(9.6)92 b(Electronic)31 b(Messaging)h
+(Applications)12 b Fa(:)17 b(:)e(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)42
+b Ft(39)275 2353 y(Related)31 b(P)m(ac)m(k)-5 b(ages)11
+b Fa(:)18 b(:)e(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)41
+b Ft(39)275 2462 y(9.8)92 b(Editting)30 b(Program)h(Source)f(Co)s(de)19
+b Fa(:)c(:)g(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)48
+b Ft(39)275 2572 y(Related)31 b(P)m(ac)m(k)-5 b(ages)11
+b Fa(:)18 b(:)e(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)41
+b Ft(39)275 2682 y(9.10)92 b(Soft)m(w)m(are)32 b(Dev)m(elopmen)m(t)g
+(En)m(vironmen)m(t)17 b Fa(:)f(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)47
+b Ft(39)275 2791 y(Related)31 b(P)m(ac)m(k)-5 b(ages)11
+b Fa(:)18 b(:)e(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)41
+b Ft(39)275 2901 y(9.12)92 b(Desktop)31 b(Managemen)m(t)18
+b Fa(:)g(:)d(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)48 b Ft(39)275 3010 y(Related)31
+b(P)m(ac)m(k)-5 b(ages)11 b Fa(:)18 b(:)e(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)41 b Ft(40)275 3120 y(9.14)92
+b(P)m(ersonal)31 b(Information)f(Managemen)m(t)d Fa(:)15
+b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)54 b Ft(40)275 3230
+y(Related)31 b(P)m(ac)m(k)-5 b(ages)11 b Fa(:)18 b(:)e(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)41 b Ft(40)275
+3339 y(9.16)92 b(Desktop)31 b(Applications)25 b Fa(:)16
+b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)54 b Ft(40)399 3449 y(9.16.1)93 b(Spread)30
+b(Sheets)14 b Fa(:)h(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)44 b Ft(40)399
+3558 y(9.16.2)93 b(F)-8 b(orms)31 b(Mo)s(de)24 b Fa(:)16
+b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)53 b Ft(40)399 3668 y(9.16.3)93
+b(OCR)30 b({Reading)h(Prin)m(t)f(Do)s(cumen)m(ts)19 b
+Fa(:)e(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)49 b Ft(40)524 3778 y(9.16.3.1)94
+b(Emacsp)s(eak)30 b(OCR)g(Mo)s(de)12 b Fa(:)j(:)g(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)41 b Ft(41)275 3887 y(Related)31 b(P)m(ac)m(k)-5
+b(ages)11 b Fa(:)18 b(:)e(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)41 b Ft(42)150 4130 y Fr(10)135 b(Running)30
+b(T)-11 b(erminal)31 b(Based)f(Applications.)14 b Fb(:)21
+b(:)e(:)h(:)f(:)h(:)44 b Fr(43)275 4266 y Ft(10.1)92
+b(Char)30 b(Sub-mo)s(de)e(of)j(T)-8 b(erm)30 b(Mo)s(de)23
+b Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)52
+b Ft(43)275 4376 y(10.2)92 b(Line)30 b(Sub-mo)s(de)f(of)i(T)-8
+b(erm)30 b(Mo)s(de)14 b Fa(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)44 b Ft(45)275 4486 y(10.3)92 b(Eterm)30
+b(Mo)s(de)h(Commands)23 b Fa(:)14 b(:)i(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)53 b Ft(46)p eop
+end
+%%Page: -4 206
+TeXDict begin -4 205 bop 3677 -116 a Ft(iv)150 83 y Fr(11)135
+b(Emacsp)t(eak)31 b(Commands)19 b Fb(:)h(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)50
+b Fr(47)275 220 y Ft(11.1)92 b(cd-to)s(ol)10 b Fa(:)17
+b(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)40 b Ft(47)275 330 y(11.2)92 b(dtk-sp)s(eak)15
+b Fa(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+45 b Ft(47)275 439 y(11.3)92 b(emacsp)s(eak-alsapla)m(y)m(er)30
+b Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)57 b Ft(50)275 549 y(11.4)92
+b(emacsp)s(eak-amphetadesk)26 b Fa(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)54 b Ft(53)275
+658 y(11.5)92 b(emacsp)s(eak-arc)21 b Fa(:)c(:)f(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)51 b Ft(53)275 768 y(11.6)92 b(emacsp)s(eak-aumix)20
+b Fa(:)c(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(53)275
+878 y(11.7)92 b(emacsp)s(eak-bs)18 b Fa(:)e(:)g(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)48 b Ft(54)275 987 y(11.8)92 b(emacsp)s
+(eak-bu\013-men)m(u)24 b Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)53 b
+Ft(54)275 1097 y(11.9)92 b(emacsp)s(eak-c)21 b Fa(:)c(:)f(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)51 b Ft(54)275 1206
+y(11.10)93 b(emacsp)s(eak-calendar)14 b Fa(:)i(:)g(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)43
+b Ft(55)275 1316 y(11.11)93 b(emacsp)s(eak-compile)9
+b Fa(:)17 b(:)e(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)38 b Ft(55)275 1425 y(11.12)93
+b(emacsp)s(eak-custom)18 b Fa(:)f(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)48
+b Ft(55)275 1535 y(11.13)93 b(emacsp)s(eak-daisy)17 b
+Fa(:)f(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)47 b Ft(55)275 1645
+y(11.14)93 b(emacsp)s(eak-dired)19 b Fa(:)c(:)g(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)48 b Ft(57)275 1754 y(11.15)93 b(emacsp)s(eak-dismal)11
+b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)41 b Ft(57)275 1864
+y(11.16)93 b(emacsp)s(eak-ecb)14 b Fa(:)i(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)43 b Ft(58)275 1973 y(11.17)93 b(emacsp)s(eak-edi\013)15
+b Fa(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)45 b Ft(59)275
+2083 y(11.18)93 b(emacsp)s(eak-enric)m(hed)15 b Fa(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)44 b Ft(59)275 2193 y(11.19)93 b(emacsp)s(eak-en)m(tertain)22
+b Fa(:)c(:)d(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)52 b Ft(59)275 2302 y(11.20)93
+b(emacsp)s(eak-ep)s(erio)s(dic)21 b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)51
+b Ft(59)275 2412 y(11.21)93 b(emacsp)s(eak-erc)21 b Fa(:)c(:)e(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)51 b Ft(60)275 2521 y(11.22)93
+b(emacsp)s(eak-eterm)27 b Fa(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)56
+b Ft(61)275 2631 y(11.23)93 b(emacsp)s(eak-\014ltertext)29
+b Fa(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)57 b Ft(64)275 2741 y(11.24)93
+b(emacsp)s(eak-\014x-in)m(teractiv)m(e)8 b Fa(:)19 b(:)d(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)38
+b Ft(64)275 2850 y(11.25)93 b(emacsp)s(eak-forms)10 b
+Fa(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)39 b Ft(65)275
+2960 y(11.26)93 b(emacsp)s(eak-gn)m(us)10 b Fa(:)15 b(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)39 b Ft(65)275 3069 y(11.27)93 b(emacsp)s
+(eak-gomoku)26 b Fa(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)55 b Ft(65)275
+3179 y(11.28)93 b(emacsp)s(eak-gridtext)22 b Fa(:)17
+b(:)f(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)52 b Ft(66)275 3289 y(11.29)93 b(emacsp)s(eak-hide)
+16 b Fa(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)46 b Ft(67)275
+3398 y(11.30)93 b(emacsp)s(eak-ibu\013er)12 b Fa(:)k(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)42 b Ft(67)275 3508 y(11.31)93 b(emacsp)s(eak-imen)m(u)20
+b Fa(:)c(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(67)275 3617
+y(11.32)93 b(emacsp)s(eak-info)26 b Fa(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)55 b Ft(68)275 3727 y(11.33)93 b(emacsp)s(eak-jabb)s(er)14
+b Fa(:)g(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)43 b Ft(68)275 3836
+y(11.34)93 b(emacsp)s(eak-k)m(eymap)29 b Fa(:)15 b(:)g(:)h(:)f(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)57
+b Ft(68)275 3946 y(11.35)93 b(emacsp)s(eak-loaddefs)20
+b Fa(:)c(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)49 b Ft(68)275 4056 y(11.36)93
+b(emacsp)s(eak-m-pla)m(y)m(er)29 b Fa(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)57
+b Ft(69)275 4165 y(11.37)93 b(emacsp)s(eak-madpla)m(y)11
+b Fa(:)16 b(:)g(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)41 b Ft(72)275 4275 y(11.38)93
+b(emacsp)s(eak-man)14 b Fa(:)h(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)43
+b Ft(72)275 4384 y(11.39)93 b(emacsp)s(eak-o)s(cr)17
+b Fa(:)f(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)47 b Ft(72)275
+4494 y(11.40)93 b(emacsp)s(eak-outline)25 b Fa(:)15 b(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)53 b Ft(75)275 4604 y(11.41)93 b(emacsp)s(eak-pronounce)16
+b Fa(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)46 b Ft(75)275 4713 y(11.42)93 b(emacsp)s(eak-p)m
+(ython)21 b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)51 b Ft(77)275
+4823 y(11.43)93 b(emacsp)s(eak-realaudio)19 b Fa(:)d(:)g(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)48
+b Ft(77)275 4932 y(11.44)93 b(emacsp)s(eak-rede\014ne)26
+b Fa(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)56 b Ft(78)275 5042 y(11.45)93
+b(emacsp)s(eak-remote)25 b Fa(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)53
+b Ft(79)275 5152 y(11.46)93 b(emacsp)s(eak-rmail)16 b
+Fa(:)g(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)46 b Ft(80)275 5261
+y(11.47)93 b(emacsp)s(eak-solitaire)26 b Fa(:)15 b(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)53
+b Ft(80)p eop end
+%%Page: -5 207
+TeXDict begin -5 206 bop 3702 -116 a Ft(v)275 83 y(11.48)93
+b(emacsp)s(eak-sounds)25 b Fa(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)55
+b Ft(80)275 193 y(11.49)93 b(emacsp)s(eak-sp)s(eak)8
+b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)38 b Ft(81)275
+302 y(11.50)93 b(emacsp)s(eak-sp)s(eedbar)24 b Fa(:)15
+b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)54 b Ft(91)275 412 y(11.51)93 b(emacsp)s(eak-table-ui)9
+b Fa(:)17 b(:)e(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)38 b Ft(91)275 521 y(11.52)93
+b(emacsp)s(eak-tabulate)16 b Fa(:)h(:)f(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)46
+b Ft(94)275 631 y(11.53)93 b(emacsp)s(eak-tap)s(estry)16
+b Fa(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)45 b Ft(94)275 741 y(11.54)93
+b(emacsp)s(eak-tar)21 b Fa(:)c(:)e(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)51
+b Ft(94)275 850 y(11.55)93 b(emacsp)s(eak-tetris)16 b
+Fa(:)h(:)e(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)45 b Ft(95)275 960
+y(11.56)93 b(emacsp)s(eak-tn)m(t)20 b Fa(:)d(:)e(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)50 b Ft(95)275 1069 y(11.57)93 b(emacsp)s(eak-url-template)
+16 b Fa(:)h(:)f(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+h(:)f(:)g(:)46 b Ft(96)275 1179 y(11.58)93 b(emacsp)s(eak-view-pro)s
+(cess)13 b Fa(:)j(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)43 b Ft(96)275 1289 y(11.59)93 b(emacsp)s(eak-view)
+10 b Fa(:)16 b(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)39 b
+Ft(96)275 1398 y(11.60)93 b(emacsp)s(eak-vm)17 b Fa(:)f(:)g(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)47 b Ft(97)275 1508 y(11.61)93
+b(emacsp)s(eak-w3)24 b Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+53 b Ft(97)275 1617 y(11.62)93 b(emacsp)s(eak-w3m)27
+b Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)56 b Ft(99)275
+1727 y(11.63)93 b(emacsp)s(eak-w)m(e)29 b Fa(:)15 b(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)57 b Ft(99)275 1836 y(11.64)93 b(emacsp)s(eak-w)m
+(ebsearc)m(h)18 b Fa(:)f(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)48 b Ft(102)275 1946 y(11.65)93
+b(emacsp)s(eak-w)m(ebutils)15 b Fa(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)45
+b Ft(107)275 2056 y(11.66)93 b(emacsp)s(eak-widget)27
+b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)56 b Ft(108)275 2165 y(11.67)93
+b(emacsp)s(eak-wizards)8 b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)38
+b Ft(108)275 2275 y(11.68)93 b(emacsp)s(eak-xml-shell)20
+b Fa(:)c(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)50 b Ft(119)275 2384 y(11.69)93 b(emacsp)s(eak-xslt)
+26 b Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)55 b Ft(119)275
+2494 y(11.70)93 b(emacsp)s(eak-zinf)26 b Fa(:)15 b(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)55 b Ft(120)275 2604 y(11.71)93 b(emacsp)s(eak)11
+b Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)41
+b Ft(120)275 2713 y(11.72)93 b(v)m(oice-setup)25 b Fa(:)16
+b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)54 b
+Ft(121)275 2823 y(11.73)93 b(emacsp)s(eak-moz)16 b Fa(:)h(:)e(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)46 b Ft(121)275 2932 y(11.74)93 b(emacsp)s(eak-org)
+14 b Fa(:)i(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)44 b Ft(123)275
+3042 y(11.75)93 b(emacsp)s(eak-w)m(ebmarks)21 b Fa(:)16
+b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)51 b Ft(123)275 3152 y(11.76)93 b(URL)30 b(T)-8
+b(emplates)10 b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)40
+b Ft(124)150 3394 y Fr(12)135 b(Emacsp)t(eak)31 b(Customizations)19
+b Fb(:)j(:)d(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+49 b Fr(132)275 3531 y Ft(12.1)92 b(cd-to)s(ol)32 b(Options)17
+b Fa(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)48 b Ft(132)275
+3641 y(12.2)92 b(dtk-sp)s(eak)30 b(Options)22 b Fa(:)16
+b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)52 b Ft(132)275 3750 y(12.3)92
+b(emacsp)s(eak-add-log)32 b(Options)23 b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)54 b Ft(133)275 3860
+y(12.4)92 b(emacsp)s(eak-advice)32 b(Options)25 b Fa(:)15
+b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)55
+b Ft(134)275 3969 y(12.5)92 b(emacsp)s(eak-alsapla)m(y)m(er)34
+b(Options)14 b Fa(:)h(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+44 b Ft(134)275 4079 y(12.6)92 b(emacsp)s(eak-amphetadesk)32
+b(Options)12 b Fa(:)j(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)42
+b Ft(135)275 4188 y(12.7)92 b(emacsp)s(eak-aumix)31 b(Options)c
+Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+57 b Ft(135)275 4298 y(12.8)92 b(emacsp)s(eak-calendar)32
+b(Options)23 b Fa(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)53 b Ft(135)275 4408 y(12.9)92 b(emacsp)s(eak-compile)32
+b(Options)18 b Fa(:)e(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)49 b Ft(135)275 4517 y(12.10)93 b(emacsp)s(eak-custom)31
+b(Options)26 b Fa(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)56 b Ft(136)275 4627 y(12.11)93 b(emacsp)s(eak-daisy)31
+b(Options)24 b Fa(:)15 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)55 b Ft(136)275 4736 y(12.12)93 b(emacsp)s(eak-dired)30
+b(Options)c Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)56 b Ft(137)275 4846 y(12.13)93 b(emacsp)s(eak-dismal)31
+b(Options)18 b Fa(:)d(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)
+g(:)h(:)48 b Ft(137)275 4956 y(12.14)93 b(emacsp)s(eak-edi\013)31
+b(Options)22 b Fa(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)52 b Ft(137)275 5065 y(12.15)93 b(emacsp)s(eak-en)m
+(tertain)32 b(Options)10 b Fa(:)15 b(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)40 b Ft(137)275 5175 y(12.16)93 b(emacsp)s(eak-ep)s
+(erio)s(dic)31 b(Options)8 b Fa(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)38 b Ft(138)275 5284 y(12.17)93 b(emacsp)s(eak-erc)31
+b(Options)8 b Fa(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)38 b Ft(138)p eop end
+%%Page: -6 208
+TeXDict begin -6 207 bop 3677 -116 a Ft(vi)275 83 y(12.18)93
+b(emacsp)s(eak-eshell)32 b(Options)18 b Fa(:)d(:)g(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)48 b Ft(138)275 193
+y(12.19)93 b(emacsp)s(eak-eterm)31 b(Options)13 b Fa(:)j(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)43 b Ft(140)275
+302 y(12.20)93 b(emacsp)s(eak-forms)30 b(Options)17 b
+Fa(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)47
+b Ft(141)275 412 y(12.21)93 b(emacsp)s(eak-gn)m(us)31
+b(Options)17 b Fa(:)e(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)47 b Ft(141)275 521 y(12.22)93 b(emacsp)s(eak-hide)31
+b(Options)23 b Fa(:)15 b(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)54 b Ft(141)275 631 y(12.23)93 b(emacsp)s(eak-ido)31
+b(Options)26 b Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)56 b Ft(141)275 741 y(12.24)93
+b(emacsp)s(eak-imen)m(u)31 b(Options)c Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)57 b Ft(142)275 850
+y(12.25)93 b(emacsp)s(eak-info)31 b(Options)12 b Fa(:)j(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)42
+b Ft(142)275 960 y(12.26)93 b(emacsp)s(eak-isp)s(ell)31
+b(Options)24 b Fa(:)15 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)55 b Ft(142)275 1069 y(12.27)93 b(emacsp)s(eak-jabb)s
+(er)30 b(Options)21 b Fa(:)15 b(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)51 b Ft(142)275 1179 y(12.28)93 b(emacsp)s(eak-k)m
+(eymap)31 b(Options)15 b Fa(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)45 b Ft(144)275 1289 y(12.29)93 b(emacsp)s(eak-loaddefs)31
+b(Options)c Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+57 b Ft(145)275 1398 y(12.30)93 b(emacsp)s(eak-m-pla)m(y)m(er)32
+b(Options)15 b Fa(:)g(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+45 b Ft(146)275 1508 y(12.31)93 b(emacsp)s(eak-madpla)m(y)31
+b(Options)18 b Fa(:)e(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+49 b Ft(146)275 1617 y(12.32)93 b(emacsp)s(eak-mak)m(e-mo)s(de)32
+b(Options)22 b Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)52
+b Ft(146)275 1727 y(12.33)93 b(emacsp)s(eak-message)32
+b(Options)c Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+58 b Ft(147)275 1836 y(12.34)93 b(emacsp)s(eak-m)m(use)31
+b(Options)c Fa(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)57 b Ft(147)275 1946 y(12.35)93 b(emacsp)s(eak-o)s(cr)31
+b(Options)24 b Fa(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)55 b Ft(148)275 2056 y(12.36)93
+b(emacsp)s(eak-outline)32 b(Options)11 b Fa(:)k(:)g(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)41 b Ft(149)275 2165
+y(12.37)93 b(emacsp)s(eak-p)s(cl-cvs)31 b(Options)11
+b Fa(:)k(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)41
+b Ft(149)275 2275 y(12.38)93 b(emacsp)s(eak-p)s(ersonalit)m(y)31
+b(Options)9 b Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)39
+b Ft(150)275 2384 y(12.39)93 b(emacsp)s(eak-pronounce)30
+b(Options)23 b Fa(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)53
+b Ft(150)275 2494 y(12.40)93 b(emacsp)s(eak-re-builder)30
+b(Options)16 b Fa(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)46
+b Ft(151)275 2604 y(12.41)93 b(emacsp)s(eak-realaudio)32
+b(Options)25 b Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)56
+b Ft(152)275 2713 y(12.42)93 b(emacsp)s(eak-remote)32
+b(Options)11 b Fa(:)k(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)41 b Ft(152)275 2823 y(12.43)93 b(emacsp)s(eak-replace)32
+b(Options)8 b Fa(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)38 b Ft(152)275 2932 y(12.44)93 b(emacsp)s(eak-rpm-sp)s(ec)30
+b(Options)c Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)57
+b Ft(152)275 3042 y(12.45)93 b(emacsp)s(eak-sigb)s(egone)32
+b(Options)17 b Fa(:)e(:)g(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)47
+b Ft(153)275 3152 y(12.46)93 b(emacsp)s(eak-sounds)30
+b(Options)13 b Fa(:)i(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)43 b Ft(153)275 3261 y(12.47)93 b(emacsp)s(eak-sp)s(eak)31
+b(Options)16 b Fa(:)e(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)46 b Ft(154)275 3371 y(12.48)93 b(emacsp)s(eak-sp)s(eedbar)
+30 b(Options)12 b Fa(:)i(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)42 b Ft(156)275 3480 y(12.49)93 b(emacsp)s(eak-table-ui)32
+b(Options)16 b Fa(:)f(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)46 b Ft(156)275 3590 y(12.50)93 b(emacsp)s(eak-tn)m(t)32
+b(Options)26 b Fa(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)57 b Ft(156)275 3699 y(12.51)93
+b(emacsp)s(eak-url-template)32 b(Options)23 b Fa(:)15
+b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)53 b Ft(157)275 3809
+y(12.52)93 b(emacsp)s(eak-vm)31 b(Options)24 b Fa(:)15
+b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+55 b Ft(157)275 3919 y(12.53)93 b(emacsp)s(eak-w3)31
+b(Options)11 b Fa(:)k(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)41 b Ft(158)275 4028 y(12.54)93
+b(emacsp)s(eak-w3m)31 b(Options)13 b Fa(:)i(:)h(:)f(:)g(:)h(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)43 b Ft(158)275 4138
+y(12.55)93 b(emacsp)s(eak-w)m(e)31 b(Options)15 b Fa(:)g(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)45
+b Ft(159)275 4247 y(12.56)93 b(emacsp)s(eak-w)m(ebsearc)m(h)32
+b(Options)27 b Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)58
+b Ft(159)275 4357 y(12.57)93 b(emacsp)s(eak-w)m(ebutils)31
+b(Options)24 b Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
+(:)55 b Ft(159)275 4467 y(12.58)93 b(emacsp)s(eak-wizards)31
+b(Options)18 b Fa(:)d(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)48 b Ft(160)275 4576 y(12.59)93 b(emacsp)s(eak-xml-shell)31
+b(Options)9 b Fa(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
+39 b Ft(162)275 4686 y(12.60)93 b(emacsp)s(eak-xslt)31
+b(Options)14 b Fa(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)h(:)44 b Ft(162)275 4795 y(12.61)93 b(emacsp)s(eak)31
+b(Options)21 b Fa(:)15 b(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
+g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)51 b Ft(163)275
+4905 y(12.62)93 b(v)m(oice-setup)32 b(Options)13 b Fa(:)i(:)h(:)f(:)g
+(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
+h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)43 b Ft(163)p eop end
+%%Page: -7 209
+TeXDict begin -7 208 bop 3652 -116 a Ft(vii)150 83 y
+Fr(13)135 b(Emacsp)t(eak)31 b(TTS)e(Serv)l(ers)k Fb(:)20
+b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
+(:)h(:)62 b Fr(194)399 220 y Ft(13.0.1)93 b(High-lev)m(el)33
+b(Ov)m(erview)12 b Fa(:)k(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)g(:)h(:)42 b Ft(194)399 330 y(13.0.2)93
+b(Commands)30 b(That)g(Queue)g(Output.)22 b Fa(:)14 b(:)i(:)f(:)h(:)f
+(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
+52 b Ft(194)399 439 y(13.0.3)93 b(Commands)30 b(That)g(Set)g(State)20
+b Fa(:)c(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)
+f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)50 b
+Ft(195)150 682 y Fr(14)135 b(Ac)l(kno)l(wledgemen)l(ts.)27
+b Fb(:)22 b(:)d(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)57 b Fr(197)150 951
+y(15)135 b(Concept)31 b(Index)22 b Fb(:)d(:)g(:)h(:)f(:)h(:)f(:)g(:)h
+(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
+h(:)f(:)h(:)f(:)h(:)51 b Fr(198)150 1221 y(16)135 b(Key)31
+b(Index)16 b Fb(:)j(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
+(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)
+h(:)f(:)g(:)h(:)45 b Fr(199)p eop end
+%%Trailer
+
+userdict /end-hook known{end-hook}if
+%%EOF
--- /dev/null
+++ emacspeak-29.0/etc/emacspeak.sh
@@ -0,0 +1,38 @@
+#!/bin/sh
+# emacspeak - execute emacs with speech enhancements
+#$Id: emacspeak.sh.def 4333 2007-01-19 02:33:36Z tv.raman.tv $
+    if [ -f /etc/emacspeak.conf ]
+    then
+    . /etc/emacspeak.conf
+fi
+
+if [ -f $HOME/.emacs ]
+then
+	INITSTR="-l $HOME/.emacs"
+fi
+
+CL_ALL=""
+for CL in $* ; do
+	if [ "$CL" = "-o" ]; then
+		DTK_PROGRAM=stereo-outloud
+		export DTK_PROGRAM
+	elif [ "$CL" = "-m" ]; then
+		DTK_PROGRAM=multispeech
+		export DTK_PROGRAM
+	elif [ "$CL" = "-e" ]; then
+		DTK_PROGRAM=espeak
+		export DTK_PROGRAM
+	elif [ "$CL" = "-d" ]; then
+		DTK_PROGRAM=dtk-soft
+		export DTK_PROGRAM
+	elif [ "$CL" = "-q" ]; then
+		INITSTR=""
+	else
+		CL_ALL="$CL_ALL $CL"
+	fi
+done
+
+
+EMACS_UNIBYTE=1
+export EMACS_UNIBYTE
+exec  -q -l /usr/share//site-lisp/emacspeak/lisp/emacspeak-setup.el $INITSTR $CL_ALL
--- emacspeak-29.0.orig/etc/Makefile
+++ emacspeak-29.0/etc/Makefile
@@ -47,7 +47,8 @@ all: #fix perms
 # {{{ User level target--  config 
 config:
 	@rm -f    emacspeak.sh
-	@sed "s@<emacspeak-dir>@$(SRC)/lisp@g" \
+	@sed -e "s@<emacspeak-dir>@/usr/share/$(FLAVOR)/site-lisp/emacspeak/lisp@g" \
+		-e 's/exec emacs/exec $(FLAVOR)/' \
 		emacspeak.sh.def > emacspeak.sh
 	@chmod 755   emacspeak.sh
 	@chmod 755   *.pl
--- emacspeak-29.0.orig/lisp/emacspeak-setup.el
+++ emacspeak-29.0/lisp/emacspeak-setup.el
@@ -100,7 +100,7 @@ pronunciation dictionaries are stored. "
 (defconst emacspeak-version
   (eval-when-compile
     (format
-     "28.0 %s"
+     "29.0 %s"
      (cond
       ((file-exists-p emacspeak-readme-file)
        (let ((buffer (find-file-noselect emacspeak-readme-file))
--- emacspeak-29.0.orig/lisp/emacspeak-finder-inf.el
+++ emacspeak-29.0/lisp/emacspeak-finder-inf.el
@@ -569,10 +569,67 @@
     ("xml-parse.el"
         "code to efficiently read/write XML data with Elisp"
         (convenience languages lisp xml parse data))
+    ("g-app.el"
+        "Google Client APP methods"
+        (google   atom api  google services))
+    ("g-auth.el"
+        "Google Authentication Module"
+        (google   auth))
+    ("g-autogen.el"
+        "Generate autoloads for G"
+        (google services))
+    ("g-cus-load.el"
+        "automatically extracted custom dependencies"
+        nil)
+    ("g-load-path.el"
+        "Setup Emacs load-path for compiling grep"
+        (g-client  google services  for emacs))
+    ("g-loaddefs.el"
+        nil
+        nil)
+    ("g-utils.el"
+        "Google Client Utilities"
+        (google   atom api  google services))
+    ("g.el"
+        "Google Client"
+        (emacs g-client  google   atom api  google services))
+    ("gblogger.el"
+        "new Atom Blogger API client"
+        (g-client  blogger atom api))
+    ("gcal.el"
+        "Google Calendar"
+        (google   atom api))
+    ("gnotebook.el"
+        "Google Notebook"
+        (google   services))
+    ("gphoto.el"
+        "Google  Picasa Client"
+        (google   atom api))
+    ("greader.el"
+        "Google Reader"
+        (google   atom api))
+    ("gsheet.el"
+        "Google Spreadsheets"
+        (spreadsheets  gdata  google   atom api))
+    ("gskeleton.el"
+        "Skeleton Google  Client"
+        (google   atom api))
+    ("gtube.el"
+        "YouTube Google  Client"
+        (google    api))
+    ("indent-files.el"
+        nil
+        nil)
+    ("json.el"
+        "JavaScript Object Notation parser / generator"
+        (convenience))
 ))
 
-(loop for l  in (reverse emacspeak-finder-package-info) do
- (push l finder-package-info))
 (provide 'emacspeak-finder-inf)
 
+;;; Local Variables:
+;;; version-control: never
+;;; no-byte-compile: t
+;;; no-update-autoloads: t
+;;; End:
 ;;; emacspeak-finder-inf.el ends here
--- emacspeak-29.0.orig/lisp/g-client/g-loaddefs.el
+++ emacspeak-29.0/lisp/g-client/g-loaddefs.el
@@ -69,25 +69,25 @@ Resets client so you can start with a di
 (defvar gcal-default-user-email nil "\
 Default user id for Calendar.")
 
-(custom-autoload 'gcal-default-user-email "gcal" t)
+(custom-autoload (quote gcal-default-user-email) "gcal" t)
 
 (defvar gcal-user-email nil "\
 Mail address that identifies calendar user.")
 
-(custom-autoload 'gcal-user-email "gcal" t)
+(custom-autoload (quote gcal-user-email) "gcal" t)
 
-(autoload 'gcal-add-event "gcal" "\
+(autoload (quote gcal-add-event) "gcal" "\
 Add a calendar event.
 
 \(fn)" t nil)
 
-(autoload 'gcal-quickadd-event "gcal" "\
+(autoload (quote gcal-quickadd-event) "gcal" "\
 Add a calendar event.
 Specify the event in plain English.
 
 \(fn EVENT-DESC)" t nil)
 
-(autoload 'gcal-delete-event "gcal" "\
+(autoload (quote gcal-delete-event) "gcal" "\
 Delete a calendar event.
 
 \(fn EVENT-URI)" t nil)
@@ -95,31 +95,31 @@ Delete a calendar event.
 (defvar gcal-calendar-agenda-days 5 "\
 Number of days for which we show an agenda by default.")
 
-(custom-autoload 'gcal-calendar-agenda-days "gcal" t)
+(custom-autoload (quote gcal-calendar-agenda-days) "gcal" t)
 
-(autoload 'gcal-view "gcal" "\
+(autoload (quote gcal-view) "gcal" "\
 Retrieve and display resource after authenticating.
 
 \(fn RESOURCE)" t nil)
 
-(autoload 'gcal-show-event "gcal" "\
+(autoload (quote gcal-show-event) "gcal" "\
 Show event at URL.
 
 \(fn URL)" t nil)
 
-(define-prefix-command 'gcal-calendar-prefix-map)
+(define-prefix-command (quote gcal-calendar-prefix-map))
 
-(autoload 'gcal-emacs-calendar-setup "gcal" "\
+(autoload (quote gcal-emacs-calendar-setup) "gcal" "\
 Setup GCal keybindings in Emacs calendar.
 
 \(fn)" nil nil)
 
-(autoload 'gcal-sign-out "gcal" "\
+(autoload (quote gcal-sign-out) "gcal" "\
 Resets client so you can start with a different userid.
 
 \(fn)" t nil)
 
-(autoload 'gcal-sign-in "gcal" "\
+(autoload (quote gcal-sign-in) "gcal" "\
 Sign in, useful when changing to a different user profile.
 
 \(fn)" t nil)
@@ -246,82 +246,82 @@ Resets client so you can start with a di
 ;;;;;;  (18706 8851))
 ;;; Generated autoloads from gphoto.el
 
-(autoload 'gphoto-feeds "gphoto" "\
+(autoload (quote gphoto-feeds) "gphoto" "\
 Retrieve and display feed of albums or tags after authenticating.
 
 \(fn KIND)" t nil)
 
-(autoload 'gphoto-albums "gphoto" "\
+(autoload (quote gphoto-albums) "gphoto" "\
 Display feed of albums.
 
 \(fn)" t nil)
 
-(autoload 'gphoto-tags "gphoto" "\
+(autoload (quote gphoto-tags) "gphoto" "\
 View feed of tags.
 
 \(fn)" t nil)
 
-(autoload 'gphoto-view "gphoto" "\
+(autoload (quote gphoto-view) "gphoto" "\
 Retrieve and display resource after authenticating.
 
 \(fn RESOURCE)" t nil)
 
-(autoload 'gphoto-download "gphoto" "\
+(autoload (quote gphoto-download) "gphoto" "\
 Download resource after authenticating.
 
 \(fn RESOURCE)" t nil)
 
-(autoload 'gphoto-community-search "gphoto" "\
+(autoload (quote gphoto-community-search) "gphoto" "\
 Search all public photos.
 
 \(fn QUERY)" t nil)
 
-(autoload 'gphoto-recent "gphoto" "\
+(autoload (quote gphoto-recent) "gphoto" "\
 Retrieve feed of recently uploaded photos or comments.
 
 \(fn USER KIND)" t nil)
 
-(autoload 'gphoto-user-search "gphoto" "\
+(autoload (quote gphoto-user-search) "gphoto" "\
 Retrieve feed o recently uploaded comments for  specified user.
 
 \(fn USER QUERY)" t nil)
 
-(autoload 'gphoto-user-tagsearch "gphoto" "\
+(autoload (quote gphoto-user-tagsearch) "gphoto" "\
 Retrieve feed o matches comments for  specified user.
 
 \(fn USER TAG)" t nil)
 
-(autoload 'gphoto-album-create "gphoto" "\
+(autoload (quote gphoto-album-create) "gphoto" "\
 Create a new GPhoto album.
 
 \(fn)" t nil)
 
-(autoload 'gphoto-photo-add "gphoto" "\
+(autoload (quote gphoto-photo-add) "gphoto" "\
 Add a photo to an existing album.
 
 \(fn ALBUM-NAME PHOTO)" t nil)
 
-(autoload 'gphoto-directory-add-photos "gphoto" "\
+(autoload (quote gphoto-directory-add-photos) "gphoto" "\
 Add all jpeg files in a directory to specified album.
 
 \(fn DIRECTORY ALBUM-NAME)" t nil)
 
-(autoload 'gphoto-comment-or-tag "gphoto" "\
+(autoload (quote gphoto-comment-or-tag) "gphoto" "\
 Add comments or tags  to an existing photo.
 
 \(fn TYPE RESOURCE)" t nil)
 
-(autoload 'gphoto-sign-out "gphoto" "\
+(autoload (quote gphoto-sign-out) "gphoto" "\
 Resets client so you can start with a different userid.
 
 \(fn)" t nil)
 
-(autoload 'gphoto-sign-in "gphoto" "\
+(autoload (quote gphoto-sign-in) "gphoto" "\
 Resets client so you can start with a different userid.
 
 \(fn)" t nil)
 
-(autoload 'gphoto-edit-entry "gphoto" "\
+(autoload (quote gphoto-edit-entry) "gphoto" "\
 Retrieve metadata for entry and prepare it for editting.
 The retrieved entry is placed in a buffer ready for editing.
 `url' is the URL of the entry.
@@ -338,7 +338,7 @@ The retrieved entry is placed in a buffe
 ;;;;;;  (18706 8851))
 ;;; Generated autoloads from greader.el
 
-(autoload 'greader-reading-list "greader" "\
+(autoload (quote greader-reading-list) "greader" "\
 Ensure our cookies are live, and get the reading list.
 Optional interactive prefix `state' prompts for state to retrieve
 
@@ -433,22 +433,22 @@ Reauthenticate current user.
 ;;;;;;  "gsheet" "gsheet.el" (18706 8727))
 ;;; Generated autoloads from gsheet.el
 
-(autoload 'gsheet-fetch "gsheet" "\
+(autoload (quote gsheet-fetch) "gsheet" "\
 Fetch specified sheet.
 
 \(fn SHEET-URL)" t nil)
 
-(autoload 'gsheet-sheets "gsheet" "\
+(autoload (quote gsheet-sheets) "gsheet" "\
 Retrieve and display feed of feeds after authenticating.
 
 \(fn)" t nil)
 
-(autoload 'gsheet-sign-out "gsheet" "\
+(autoload (quote gsheet-sign-out) "gsheet" "\
 Resets client so you can start with a different userid.
 
 \(fn)" t nil)
 
-(autoload 'gsheet-sign-in "gsheet" "\
+(autoload (quote gsheet-sign-in) "gsheet" "\
 Resets client so you can start with a different userid.
 
 \(fn)" t nil)
@@ -459,12 +459,12 @@ Resets client so you can start with a di
 ;;;;;;  "gskeleton.el" (18706 8727))
 ;;; Generated autoloads from gskeleton.el
 
-(autoload 'gskeleton-sign-out "gskeleton" "\
+(autoload (quote gskeleton-sign-out) "gskeleton" "\
 Resets client so you can start with a different userid.
 
 \(fn)" t nil)
 
-(autoload 'gskeleton-sign-in "gskeleton" "\
+(autoload (quote gskeleton-sign-in) "gskeleton" "\
 Resets client so you can start with a different userid.
 
 \(fn)" t nil)
@@ -477,61 +477,61 @@ Resets client so you can start with a di
 ;;;;;;  gtube-user-profile) "gtube" "gtube.el" (18706 8727))
 ;;; Generated autoloads from gtube.el
 
-(autoload 'gtube-user-profile "gtube" "\
+(autoload (quote gtube-user-profile) "gtube" "\
 Retrieve user profile.
 
 \(fn &optional USER)" t nil)
 
-(autoload 'gtube-user-favorites "gtube" "\
+(autoload (quote gtube-user-favorites) "gtube" "\
 Retrieve user favorites.
 
 \(fn &optional USER)" t nil)
 
-(autoload 'gtube-user-friends "gtube" "\
+(autoload (quote gtube-user-friends) "gtube" "\
 Retrieve user profile.
 
 \(fn &optional USER)" t nil)
 
-(autoload 'gtube-video-details "gtube" "\
+(autoload (quote gtube-video-details) "gtube" "\
 Display details of specified video.
 
 \(fn VIDEO-ID)" t nil)
 
-(autoload 'gtube-video-by-tag "gtube" "\
+(autoload (quote gtube-video-by-tag) "gtube" "\
 Retrieve content having specified tag.
 optional args page and count specify position in result-set and
   number of results to retrieve.
 
 \(fn TAG &optional PAGE COUNT)" t nil)
 
-(autoload 'gtube-video-by-category-and-tag "gtube" "\
+(autoload (quote gtube-video-by-category-and-tag) "gtube" "\
 Retrieve content from specified category having specified tag.
 optional args page and count specify position in result-set and
   number of results to retrieve.
 
 \(fn CATEGORY TAG &optional PAGE COUNT)" t nil)
 
-(autoload 'gtube-video-playlist "gtube" "\
+(autoload (quote gtube-video-playlist) "gtube" "\
 Retrieve content in specified playlist.
 optional args page and count specify position in result-set and
   number of results to retrieve.
 
 \(fn PLAYLIST-ID &optional PAGE COUNT)" t nil)
 
-(autoload 'gtube-video-popular "gtube" "\
+(autoload (quote gtube-video-popular) "gtube" "\
 Retrieve popular content for specified time-range.
   Time-range is one of day, week, month, or all.
 
 \(fn TIME-RANGE)" t nil)
 
-(autoload 'gtube-video-by-user "gtube" "\
+(autoload (quote gtube-video-by-user) "gtube" "\
 Retrieve content from specified user.
 optional args page and count specify position in result-set and
   number of results to retrieve.
 
 \(fn USER &optional PAGE COUNT)" t nil)
 
-(autoload 'gtube-video-featured "gtube" "\
+(autoload (quote gtube-video-featured) "gtube" "\
 Retrieved featured video list.
 
 \(fn)" t nil)
