unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Lambda in macrolet becomes a closure? (another breaking change in emacs:))
@ 2016-09-19 16:43 Constantin Kulikov
  2016-09-19 18:12 ` Stefan Monnier
  2016-09-23 17:19 ` Constantin Kulikov
  0 siblings, 2 replies; 14+ messages in thread
From: Constantin Kulikov @ 2016-09-19 16:43 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

in emacs version "25.1.50.2", this:

(macrolet ((tm () (let ((fu #'(lambda () t)))
                           `(list ,fu))))
           (tm))


gives an errror: Symbol’s function definition is void: closure

This:

(macrolet ((tm () (let ((fu #'(lambda () t)))
                           `(list (function ,fu)))))
           (tm))


returns ((closure (t) nil t))

in emacs "24.3.1", both variants returns ((lambda nil t))

[-- Attachment #2: Type: text/html, Size: 953 bytes --]

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

end of thread, other threads:[~2016-09-27 14:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-19 16:43 Lambda in macrolet becomes a closure? (another breaking change in emacs:)) Constantin Kulikov
2016-09-19 18:12 ` Stefan Monnier
2016-09-23 16:01   ` Michael Heerdegen
2016-09-23 16:13     ` Stefan Monnier
2016-09-23 17:19 ` Constantin Kulikov
2016-09-23 19:03   ` Stefan Monnier
2016-09-25 11:06     ` Constantin Kulikov
2016-09-25 14:15       ` Stefan Monnier
2016-09-25 18:01   ` Michael Heerdegen
2016-09-25 18:53     ` Stefan Monnier
2016-09-27  9:13     ` Constantin Kulikov
2016-09-27  9:19       ` Constantin Kulikov
2016-09-27 11:53         ` Constantin Kulikov
2016-09-27 14:57           ` Michael Heerdegen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).