help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Help needed with post-command-hook


From: Stefan Monnier
Subject: Re: Help needed with post-command-hook
Date: Sun, 14 Sep 2014 10:17:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

>  - Is `post-command-hook' triggered when an interactive function is
>    called non-interactively?

No.  It's not even run when you do (call-interactively 'foo).
It's run by the command-loop (which does: read-key, lookup-command, run
pre-command-hook, run command, run post-command-hook, ...).

What are you trying to do?


        Stefan




reply via email to

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