Hi,
I was using todo-mode today for the very first time, and it looks like the functions that Emacspeak is advising are no longer being used. They are defined, but the keys `n' and `p' are not bound to them any more.
So I made these tiny changes, and it is working for me. I thought I would send this patch over.
Also, let me know if GitHub pull requests are easier to work with than emailing patches.
Here is the patch:
1 file changed, 4 insertions(+)
lisp/emacspeak-todo-mode.el | 4 ++++
modified lisp/emacspeak-todo-mode.el
@@ -55,8 +55,12 @@
(defvar emacspeak-todo-mode-navigation-commands
'(todo-forward-item
todo-backward-item
+ todo-next-item
+ todo-previous-item
todo-forward-category
todo-backward-category
+ todo-next-category
+ todo-previous-category
todo-jump-to-category
)
"Todo mode navigation commands to speech enable.")
If you have questions about this archive or had problems using it,
please contact us.