I have no idea.  It highly depends on what you mean by "emacs keybindings": if 
it's simple single sequences that basically just require remapping every 
actions to a different keybinding, all it would require is make everything 
configurable (some basic stuff is not, like movements).  This would require the 
work of adding the missing keybindings so they are configurable, that is, it 
would be fairly easy.

If however you want to support full multi-sequences like (I don't know emacs, 
so I won't know if it exists or what it does) <kbd>M-a d</kbd> or more complex, 
you'll basically need to rewrite the whole keybinding handling.  And that might 
be a lot of absolutely non-trivial work.

That said, I wonder if there isn't somebody already trying to do more or less 
this, `ville` on IRC I think.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1062#issuecomment-225003115

Reply via email to