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

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

bug#25117: 25.1.90; `called-interactively-p' from edebug with lexical-bi


From: Lars Ingebrigtsen
Subject: bug#25117: 25.1.90; `called-interactively-p' from edebug with lexical-binding always gives nil
Date: Mon, 18 Apr 2022 13:24:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

I've tried reproducing it in Emacs 29 with the following file:

;;; -*- lexical-binding: t -*-

(defun foo ()
  (interactive)
  (let ((iact (called-interactively-p 'any)))
    (message "Interactive: %s" iact)))

This fails (when run under edebug) in Emacs 27.2, but succeeds in Emacs
29, so it looks like this has been fixed at some point, and I'm
therefore closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






reply via email to

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