You are setting up a global prefix <menu> when ergoemacs has a local prefix <menu>. I need a way to read any prefix keys that are defined before ergoemacs is loaded and merge them with the ergoemacs prefixes.
In addition, the advice needs to be monitored to pick up on these global changes to any prefixes that ergoemacs-mode defines.
So, I guess I need to create a function ergoemacs-is-prefix-p
Note the test suite currently verifies that a single key chord globally defined before or after ergoemacs will integrated appropriately. This is done by ignoring key definitions that are different from the emacs shipped keybindings when creating the ergoemacs map or unsetting the key in the ergoemacs map while adding it to the global map.
To support the prefix bindings, this would require a major revamping of how the keys are generated. I don't know when I'm going to get to this.
You received this message because you are subscribed to the Google Groups "ErgoEmacs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ergoemacs+unsubscribe@googlegroups.com.
To post to this group, send email to ergo...@googlegroups.com.
Visit this group at http://groups.google.com/group/ergoemacs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to ergoemacs+...@googlegroups.com.
Do you need the apps key and the menu key?
This bug may be because ergoemacs currently doesn't play nice with the keyboard translation map.