emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: self-insert-command advice is not called when command is run


From: M Jared Finder
Subject: Re: self-insert-command advice is not called when command is run
Date: Sun, 19 Mar 2006 21:42:14 -0800
User-agent: Mail/News 1.5 (X11/20060228)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]