Getting Started
by Richard Wells
Hello: My name is Richard wells. I have been hearing about this
environment for many years but have never investigated it for myself.
For someone like me who has no idea at all where to go to get started,
how would you suggest I begin learning? My experience with computers has
been diverse with some Linux, but mostly Microsoft Windows and Apple
Macintosh. Please be gentle with a user with absolutely no idea of what
emacspeak is and how to get productive using it.
5 months, 1 week
issue with next and prev headings in org-mode
by bart@bunting.net.au
Hi everyone,
I am struggling to chase down an odd problem with emacspeak and org-mode.
Using git bisect I have narrowed it to the following commit:
b5c546e9597abddf701b4d28c1d5c9293946ab6f
The issue appears to be that when using c-c c-n or c-c c-p to move between
headings the following error is thrown:
Symbol's value as variable is void: outline-navigation-repeat-map
From my digging it appears that outline-navigation-repeat-map is defined in
emacspeak-outline-setup-keys but I don't understand what the issue here is.
Any input would be appreciated.
Diff below.
I am using a quite minimal config and have tested with org 9.3 and latest
9.6 pre which appears to make no difference.
bart@bzi:~/emacs/src/emacspeak$ git bisect bad
b5c546e9597abddf701b4d28c1d5c9293946ab6f is the first bad commit
commit b5c546e9597abddf701b4d28c1d5c9293946ab6f
Author: T.V Raman tv.raman.tv(a)gmail.com <mailto:tv.raman.tv@gmail.com>
Date: Sat Oct 8 13:53:14 2022 -0700
update link nav to voicelock correctly: need a better fix.
lisp/emacspeak-org.el | 2 ++
1 file changed, 2 insertions(+)
bart@bzi:~/emacs/src/emacspeak$
git diff 2c05de32b16cef53d8d758ddc55a720bb193c0c7
b5c546e9597abddf701b4d28c1d5c9293946ab6f
diff --git a/lisp/emacspeak-org.el b/lisp/emacspeak-org.el
index 7af96559f..14c9657bb 100644
--- a/lisp/emacspeak-org.el
+++ b/lisp/emacspeak-org.el
@@ -178,6 +178,8 @@
`(defadvice ,f(after emacspeak pre act comp)
"Speak."
(when (ems-interactive-p)
+ ; to help voice-lock
+ (org-mode) ; fixme:
(emacspeak-speak-line)
(emacspeak-auditory-icon 'paragraph)))))
6 months, 4 weeks
Emacspeak And Dectalk History
by T.V Raman
Browsing through the DECTalk sources on Github, I discovered my
original Emacspeak Software Dectalk server here:
https://github.com/dectalk/dectalk/blob/develop/src/samplosf/src/emacspea...
Note: What is checked into the Emacspeak Git repo is a much later (and
much simpler/simplified)implementation --- the one pointed to above
was never released as Open Source (which meant I lost access to it
after Oct 1995 when I left Digital) -- it was released as part of
Digital's UNIX between 1995 and 1999 or so from memory.
The above implementation is "interesting" in that it implements
spatial audio (azimuth and elevation) as part of the call-in into the
Software Dectalk library -- suspect it can still be made to work if
someone took the time to update some of that implementation to match
what is available on today's Linux systems in terms of libs.
At present I get somewhat equivalent effects on Pulse via my
default.pa for Pulseaudio -- but the spatial audio in that DTK server
is much more fine-grained in terms of control.
anyway that code brings back lots of good memories -- you can also
see when I started implementing it by browsing the revision history in
those files.
The Bithub site even contains snapshots of Emacspeak elisp files that
might likely predate the first public release in April 1995.
--
Thanks,
--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1 🦮
--
Thanks,
--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1 🦮
7 months, 1 week
minimum version for current emacspeak
by prayner@unimelb.edu.au
I'm about to update OS and hence many applications, including emacs.
I'll also update to the latest emacspeak so I'd prefer to choose a
compatible emacs. What's the minimum required now, 28 or does 27 still
work?
thanks in advance
Peter
--
Note that my working days are Monday--Thursday
Peter Rayner (he/him), Room 1609, MelbourneConnect, University of Melbourne, 700 Swanston St.
Academic Convener - Melbourne Climate Futures Academy <https://www.unimelb.edu.au/climate>
mobile +61 402 752 379
zoom id 4431343191, join at <https://unimelb.zoom.us/j/4431343191?pwd=a1E5Z3JEOTRVQUJsaVdRbVUvR1QyZz09>
mail-to: prayner(a)unimelb.edu.au TWITTER: @raynerstrings
google scholar: <https://scholar.google.com.au/citations?user=H3up71wAAAAJ&hl=en>
profile: <https://findanexpert.unimelb.edu.au/profile/59812-peter-rayner>
I acknowledge the Traditional Custodians of the land on which I work, the Wurundjeri people of the Kulin nation, and pay my respect to their Elders, past and present
I am sending this email when convenient for me, please only respond when convenient for you
7 months, 1 week
Software Dectalk And Emacspeak
by T.V Raman
As seen on twitter:
TVRaman, about 6 hours ago:
#Emacspeak: Early Alpha: Emacspeak with Software Dectalk from https://github.com/dectalk/dectalk // from twmode
--
Thanks,
--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1 🦮
--
Thanks,
--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1 🦮
7 months, 1 week
Corfu With Emacpseak?
by Hunter Jozwiak
Table of Contents
- 1. The package does do completions, but they are not yet spoken.
<#orgc6860e2>
- 2. If I have the documentation turned on, Emacspeak will read the
<#org601e54d>
- 3. When Corfu is suggesting candidates, Emacspeak plays the progress
<#org9ac7898>
Hello,
Has anyone here tried using Corfu with Emacspeak? When I tried it this
morning, I discovered the following:
1. The package does do completions, but they are not yet spoken.
2. If I have the documentation turned on, Emacspeak will read the
docstring, but not the item that is actually being completed.
3. When Corfu is suggesting candidates, Emacspeak plays the progress
indicator sound.
Here is the configuration I am using to get Corfu going (note I am using
straight.el as the package manager, running Emacspeak from git sources).
(use-package corfu
:custom (corfu-cycle t)
(corfu-auto t)
(corfu-auto-prefix 2)
(corfu-auto-delay 0.0)
:config
(global-corfu-mode 1))
(use-package corfu-doc
:hook (corfu-mode . corfu-doc-mode))
If anyone has gotten this to work, I would be interested to know which
functions you had to advise or what hooks to look into.
Thanks,
Hunter
7 months, 3 weeks