> All solutions based on reading the next event have the usual problems > that they interact poorly with post-command-hooks, input methods, > key-translation-map, function-key-map, ...
I agree. In places where this technique is used it causes too much problems (for example, completion in *shell* is still klugey). > Better would be a hack that sets a transient minor mode (with M-TAB bound > appropriately) and adds a pre-command-hook which disables the minor mode as > soon as we use something else than M-TAB. Or as a simpler solution we could leave the last overlay undeleted (but unhighlighted) until the user tries to correct another word. -- Juri Linkov http://www.jurta.org/emacs/ _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
