You could try something like (add-hook 'after-init-hook (lambda () (define-key eww-link-keymap (kbd "C-a") nil))) in your init.el file (not tested, but I think the idea is correct!) I have used this technique in the past to disable emacspeak key bindings I didn't want. Adding to the after-init-hook means they will run after Emacspeak has loaded. As this binding is in the eww-link-keymap, setting it to nil should mean that more general bindings (e.g. the global C-a binding) should then be evaluated when you do C-a, unless there is some other more specific keymap which is also binding to C-a. If there is, C-h b will tell you what it is and you can also add that to the hook. HTH Victor Tsaran via Emacspeak <emacspeak(a)emacspeak.org> writes: > Hi. > If I understand it correctly, the c-a shortcut key should always move the user to the > beginning of the line in a buffer. It mostly works as intended, however, I have been > noticing that in EWW buffer the c-a shortcut will try to pull the feed if the line > contains a link. I believe it executes the emacspeak-feed-atom-display function, correct? > I frequently end up with an empty buffer which I have to quit, so this function does not > seem to do anything useful most of the time. > would it make sense to reassign the “pull feed” function to another shortcut key that does not conflict with c-a? > What do others think? > Is there a better place to submit this request, e.g. on Github? > > Thanks. > Victor > > > _______________________________________________ > Emacspeak mailing list -- emacspeak(a)emacspeak.org > To unsubscribe send an email to emacspeak-leave(a)emacspeak.org
|Full archive May 1995 - present by Year|Mailing list's archive of current year by month|
If you have questions about this archive or had problems using it, please contact us.