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

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

Re: post-command-hook to slow?


From: Pascal J. Bourguignon
Subject: Re: post-command-hook to slow?
Date: Thu, 05 Jun 2014 22:19:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Thorsten Jolitz <tjolitz@gmail.com> writes:
> […]
>
>  ,-----------------------
>  | call-interactively cmd
>  `-----------------------
>
> should quickly run cmd and post-command-hook before 
>
>  ,----------------------------------
>  | copy-content-and-exit-temp-buffer
>  `----------------------------------
>
> is executed - but apparently not. 


I'm still not sure to understand exactly what you're trying, but if what
you want is to have some function in post-command-hook to be called
after you call-interactively cmd, perhaps you could just do that
explicitely, since indeed, post-command-hooks won't be run while
processing post-command-hooks.


-- 
__Pascal Bourguignon__
http://www.informatimago.com/
"Le mercure monte ?  C'est le moment d'acheter !"


reply via email to

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