unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19613: 25.0.50; cl-labels bug
@ 2015-01-16  5:19 Katsumi Yamaoka
  2015-01-16 14:50 ` Stefan Monnier
  0 siblings, 1 reply; 11+ messages in thread
From: Katsumi Yamaoka @ 2015-01-16  5:19 UTC (permalink / raw)
  To: 19613

Hi,

This form got not to work recently:

(cl-labels ((fn (arg) arg))
  (apply #'fn (list "arg")))

It is because `fn' is not substituted with the one CL defines:

(let (--cl-fn--)
  (setq --cl-fn-- #'(lambda (arg) arg))
  (apply #'fn (list "arg")))

Thanks.

In GNU Emacs 25.0.50.1 (i686-pc-cygwin, GTK+ Version 3.10.9)
 of 2015-01-16 on localhost
Windowing system distributor `The Cygwin/X Project', version 11.0.11501000
Configured using:
 `configure --verbose --with-x-toolkit=gtk3'





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

end of thread, other threads:[~2015-01-27  3:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-16  5:19 bug#19613: 25.0.50; cl-labels bug Katsumi Yamaoka
2015-01-16 14:50 ` Stefan Monnier
2015-01-16 20:09   ` Glenn Morris
2015-01-17  3:57     ` Stefan Monnier
2015-01-22  7:07       ` Katsumi Yamaoka
2015-01-26  5:57         ` Katsumi Yamaoka
2015-01-26 15:14           ` Stefan Monnier
2015-01-26 23:00             ` Katsumi Yamaoka
2015-01-26 23:25               ` Katsumi Yamaoka
2015-01-27  2:06               ` Stefan Monnier
2015-01-27  3:16                 ` Katsumi Yamaoka

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).