GNU bug report logs - #11938
24.1.50; Some not so useful CL related byte compiler warnings

Previous Next

Package: emacs;

Reported by: michael_heerdegen <at> web.de

Date: Fri, 13 Jul 2012 18:06:02 UTC

Severity: normal

Found in version 24.1.50

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: michael_heerdegen <at> web.de, 11938 <at> debbugs.gnu.org
Subject: bug#11938: 24.1.50; Some not so useful CL related byte compiler warnings
Date: Thu, 19 Jul 2012 02:19:32 +0200
On Wed, Jul 18, 2012 at 12:25 PM, Stefan Monnier
<monnier <at> iro.umontreal.ca> wrote:

> I'm curious, actually.  What does Common-Lisp do with something like:
>
>   (let ((a 2)) (progv '(a b) '(1 2) a))
>
> does it return 2 (the value of the lexically-scoped var `a') or 1?

SBCL, CLisp and Clozure agree on the result: 2

    Juanma




This bug report was last modified 13 years ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.