Please excuse me if there is some problem with this mail, I'm using the gmail web interface which I'm not used to.
I just did an install of Sonar with gnome shell. I installed emacspeak and emacs using Gilles Casse's scripts. The emacspeak version is 38.0.
When I try to run w3-fetch, I first encountered a problem with an uncommented line beginning with "Tue" in the emacspeak-w3.el file. I commented this line, which looked like a timestamp and that problem was fixed.
Now I am getting an error which gives me these first few lines of this backtrace:
Debugger entered--Lisp error: (error "Recursive `require' for feature `emacspeak-custom'")
require(emacspeak-custom)
(progn (require (quote emacspeak-custom)) (emacspeak-fix-commands-loaded-from (locate-library "emacspeak-custom")) (emacspeak-fix-commands-loaded-from (locate-library "cus-edit")))
eval((progn (require (quote emacspeak-custom)) (emacspeak-fix-commands-loaded-from (locate-library "emacspeak-custom")) (emacspeak-fix-commands-loaded-from (locate-library "cus-edit"))))
mapc(eval ((progn (require ...) (emacspeak-fix-commands-loaded-from ...) (emacspeak-fix-commands-loaded-from ...))))
#[(a-l-element) "@;\205
Has anyone else seen this problem, or could I be the only one still using w3? Is this a problem fixed in the latest devel version?