Hi all, Just wanted to share my findings. Apparently, the commit 719ac234f94f3d04fc0ef914757e78b3822220db was a conversion from the old way of specifying key bindings to new ones. However, there are a couple of issues in the conversion and that causes an error when emacspeak-erc.el gets evaluated. Here is a patch to fix it: 1 file changed, 2 insertions(+), 2 deletions(-) lisp/emacspeak-erc.el | 4 ++-- modified lisp/emacspeak-erc.el @@ -292,8 +292,8 @@ set the current local value to the result.") (when (and (boundp 'erc-mode-map) (keymapp erc-mode-map)) (define-key erc-mode-map - (kbd "C-c ") 'emacspeak-erc-toggle-speak-all-participants) - (define-key erc-mode-map (kbd "C-cm") + (kbd "C-c SPC") 'emacspeak-erc-toggle-speak-all-participants) + (define-key erc-mode-map (kbd "C-c m") 'emacspeak-erc-toggle-my-monitor) (define-key erc-mode-map (kbd "C-c C-m") 'emacspeak-erc-toggle-room-monitor) (define-key erc-mode-map (kbd "C-c C-a")
|
|Full archive May 1995 - present by Year|Search the archive|
If you have questions about this archive or had problems using it, please contact us.