Stefan Monnier <[EMAIL PROTECTED]> writes: >> The trouble is that when where_is_internal checks whether the command >> you entered is remapped, it does so using Fcommand_remapping, which >> looks at all currently-active keymaps. The alternative is to scan >> through the provided keymaps manually. > >> The following patch should DTRT. > > I think a much better patch would be to extend command-remapping so it takes > an additional argument `keymaps'. I.e. the new code you suggest should be > kept within command-remapping rather than in where-is-internal.
I agree. This failure to work properly with where-is-internal is an oversight on my part when I designed the command remapping feature. Please fix it. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug