smythp / eloud

Lightweight, interactive screen reader for Emacs
25 stars 6 forks source link

lisp-mode, not reading parenthesis #32

Closed fommil closed 6 years ago

fommil commented 6 years ago

when used in lisp mode, e.g. this snippet

(use-package eloud
  :config
  (setq
   eloud-speech-rate 200
   eloud-espeak-path "/usr/bin/espeak"))

I only hear speech for the words, not the parenthesis. I expected to be able to go through each character and hear

OPEN PARENS
U
S
E
HYPHEN
...
NEWLINE
SPACE
SPACE
COLON
...

etc

what I hear is

USE PACKAGE ELOUD
(nothing else when using right arrow)

and if I use down arrows I hear

USE PACKAGE ELOUD
COLON CONFIG
SETQ (here espeak's pronounciation is terrible)
...