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

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

loop from CL breaks when it tries to search for 'it' in dotted pairs


From: Hannu Koivisto
Subject: loop from CL breaks when it tries to search for 'it' in dotted pairs
Date: 11 Jan 2001 19:57:28 +0200
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7

Greetings,

With Emacs 20.7 from Debian GNU/Linux potato x86, an attempt to
evaluate (with CL package loaded)...

(loop repeat 1
      when t
      collect `(a . b))

...results to "Wrong type argument: listp, b" error.  Backtrace's
topmost element is "cl-expr-contains((a . b) it)" so the test that
searches for 'it' in exprs seems to fail with dotted pairs.

-- 
Hannu



reply via email to

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