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

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

[debbugs-tracker] bug#19613: closed (25.0.50; cl-labels bug)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19613: closed (25.0.50; cl-labels bug)
Date: Sat, 17 Jan 2015 03:58:01 +0000

Your message dated Fri, 16 Jan 2015 22:57:27 -0500
with message-id <address@hidden>
and subject line Re: bug#19613: 25.0.50; cl-labels bug
has caused the debbugs.gnu.org bug report #19613,
regarding 25.0.50; cl-labels bug
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19613: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19613
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; cl-labels bug Date: Fri, 16 Jan 2015 14:19:11 +0900 User-agent: Gnus/5.130012 (真 Gnus v0.12) Emacs/25.0.50 (i686-pc-cygwin)
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'



--- End Message ---
--- Begin Message --- Subject: Re: bug#19613: 25.0.50; cl-labels bug Date: Fri, 16 Jan 2015 22:57:27 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)
>> I believe this was fixed yesterday, even before you filed the bug.
>> Could you double check?
> No, it still fails.

I believe this time it is fixed,


        Stefan


--- End Message ---

reply via email to

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