[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Brittleness of called-interactively-p
From: |
Stefan Monnier |
Subject: |
Re: Brittleness of called-interactively-p |
Date: |
Thu, 06 Aug 2015 18:33:32 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> These calls are internal to the advice mechanism and, of course, they cannot
> be considered conceptually interactive.
If the original function uses called-interactively-p and the "whole
advised function" is called interactively, then called-interactively-p
should return t, yet this call is inside an interactive function which
is called non-interactively.
Stefan