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

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

Re: `call-interactively' and prefix args


From: Stefan Monnier
Subject: Re: `call-interactively' and prefix args
Date: Tue, 03 Jun 2014 09:55:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> Ok, thanks! Then misbehaviour must be coded explicitly, otherwise things
> should work as expected ... what is good. 

Right.  The key to understanding the behavior is that prefix-arg is
handled (i.e. set and reset) by the top-level "read-eval" loop (which
ends up calling call-interactively) rather than by
call-interactively itself.


        Stefan




reply via email to

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