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

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

called-interactively-p and edebug


From: Le Wang
Subject: called-interactively-p and edebug
Date: Tue, 1 Feb 2011 16:43:13 +0800

Hi

When I step through this function:

(defun foo ()
  (interactive)
  (when (called-interactively-p 'any)
    (message "Interactive!")
    'foo-called-interactively))

(called-interactively-p 'any) is nil even when called interactively.  Is this a bug?


--
Le

reply via email to

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