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

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

bug#11038: 24.0.94; 24.0.94; cl loop macroexpand fails with (wrong-type-


From: Christopher Schmidt
Subject: bug#11038: 24.0.94; 24.0.94; cl loop macroexpand fails with (wrong-type-argument listp emacs)
Date: Sat, 17 Mar 2012 23:27:13 +0100

Hi,

I think I hit on a bug in GNU Emacs 24.0.94.1 (x86_64-unknown-linux-gnu,
GTK+ Version 2.24.10) of 2012-03-11.  This cl loop is not parsed
correctly.

(loop for rms in nil
      when t
      do (loop for (gnu . emacs) in nil)
      end)

Backtrace when evaling this form:

Attachment: backtrace
Description: Text document

(loop for (gnu . emacs) in nil)

is parsed and executed correctly, so is

(loop for rms in nil
      do (loop for (gnu . emacs) in nil))

        Christopher

reply via email to

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