Richard Stallman wrote:
self-insert-command is handled specially by the command loop.

This is a recent change; builds from March 1st did not exhibit this behavior. In addition, remapping self-insert-command to
(lambda () (interactive) (call-interactively 'self-insert-command))
fixes the problem.

I think it's a bug if the command loop's interactive call of self-insert-command does not act the same as an explicit call of (call-interactively 'self-insert-command).

  -- MJF


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to