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

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

bug#6878: bool-vectors of length 0 signal error when aref/aset the 0th e


From: Juanma Barranquero
Subject: bug#6878: bool-vectors of length 0 signal error when aref/aset the 0th element
Date: Thu, 19 Aug 2010 20:40:17 +0200

On Thu, Aug 19, 2010 at 19:09, MON KEY <monkey@sandpframing.com> wrote:

> But, again, where is the `t' or `nil'?
>
> (let* ((ab (make-bool-vector 0 t))
>      (abeq (cons ab ab)))
>  (vconcat (car abeq) (cdr abeq)))
>
> ;=> []
>
> The manual says a `t' or `nil' "must" be there.

No, it says that its elements must be either t or nil. And they are,
*all* of them.

    Juanma





reply via email to

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