all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#25117: 25.1.90; Result of called-interactively-p differs WRT file contents
@ 2016-12-05 13:01 Andreas Röhler
  2016-12-05 16:18 ` Michael Heerdegen
  0 siblings, 1 reply; 18+ messages in thread
From: Andreas Röhler @ 2016-12-05 13:01 UTC (permalink / raw)
  To: 25117

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


Code above returns t when run in an otherwise empty buffer.
However when evaluated inside

https://github.com/emacs-berlin/syntactic-close/blob/master/syntactic-close.el

it returns nil. Checked at the beginning resp. end of this file.

emacs -Q
GNU Emacs 25.1.90.1 (i686-pc-linux-gnu, GTK+ Version 3.14.5) of 2016-11-29





^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-04-18 11:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 13:01 bug#25117: 25.1.90; Result of called-interactively-p differs WRT file contents Andreas Röhler
2016-12-05 16:18 ` Michael Heerdegen
2016-12-05 16:58   ` Andreas Röhler
2016-12-05 16:58     ` Michael Heerdegen
2016-12-05 17:18       ` Andreas Röhler
2016-12-05 17:39         ` Michael Heerdegen
2016-12-05 18:23           ` Andreas Röhler
2016-12-05 19:08             ` Noam Postavsky
2016-12-05 19:38               ` Andreas Röhler
2016-12-05 19:34                 ` Noam Postavsky
2016-12-05 19:52                   ` Andreas Röhler
2016-12-05 19:51                     ` Noam Postavsky
2016-12-05 20:09                       ` Andreas Röhler
2019-10-20 21:34             ` Lars Ingebrigtsen
2019-10-21  9:15               ` Michael Heerdegen
2019-10-21 12:21                 ` Stefan Monnier
2019-10-21 13:21                   ` Michael Heerdegen
2022-04-18 11:24                     ` bug#25117: 25.1.90; `called-interactively-p' from edebug with lexical-binding always gives nil Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.