Use define-keymap instead of obsolete easy-mmode-define-keymap#359
Use define-keymap instead of obsolete easy-mmode-define-keymap#359mmaechler merged 1 commit intopolymode:masterfrom
Conversation
|
I think this may not be quite right: I'm seeing the following backtrace loading poly-R (which looks very similar to the one in CI, https://github.com/polymode/polymode/actions/runs/22572395051/job/65383256811#step:10:61): which I think is caused by https://github.com/polymode/poly-noweb/blob/2074950bafd21f7237bc5eb3f92772a3fa7f0701/poly-noweb.el#L117 getting passed into (...but I haven't fully confirmed this yet and haven't figured out how to run your tests locally yet... I'll try to find time to file a proper bug report and/or PR later) |
|
Thank you, @marienz . I'm sorry that my merge seems to have been too hasty; I will revert, and hopefully you could suggest the correct change to no longer use |
|
See #368 for hopefully a better fix (not going to go as far as guaranteeing it's the correct fix: I'm not that familiar with either polymode or keymap handling... It does look poly-noweb works with it, but I can't speak for all other polymodes out there). |
Fixes byte-compiler warning:
Warning:
easy-mmode-define-keymap' is an obsolete function (as of 29.1); usedefine-keymap' instead.(Untested)