I've written a keymap replacement for Multi-Edit 9 that causes Multi-Edit to emulate the keybindings of GNU Emacs. I've had quite a lot of success with it, to the point that I'm fairly (but not perfectly) satisfied with the results. The keymap also requires a separate Emacs.s function file that must be compiled for the keymap to work. In fact, I've also altered the menubar for ME so that its commands are pretty close to the menubar order in the Emacs distrib. (I use ME and Emacs both, daily.)
Now suppose that I'd like to distribute this keymap package to other Multi-Edit users. Specifically, how do I use the Update Macros to distribute the keymap? I have read the doc files on the Update Macros from ME 8.0, but they don't offer enough practical advice. I need to install the emacs.db file in the ~/config directory, the emacs.s file in the ~/src directory, compile the emacs.s file, and (I think) also change the user's meconfig.db to use the emacs.db file as well.
The documentation doesn't actually tell me "what to do" to distribute a replacement keymap. Is this something that could be addressed in the docs for Multi-Edit sometime in the near future, to make it easier for users like me to offer their assistance to others? Thanks.