emacs-devel
[Top][All Lists]
Advanced

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

Re: Predicate for true lists


From: Eli Zaretskii
Subject: Re: Predicate for true lists
Date: Sat, 07 Jul 2018 13:04:07 +0300

> Cc: address@hidden, address@hidden
> From: Paul Eggert <address@hidden>
> Date: Sat, 7 Jul 2018 01:41:38 -0700
> 
> Eli Zaretskii wrote:
> > the documentation still doesn't say that 'length' signals
> > an error for anything that is not a sequence, which is what
> > proper-list-p is relying on.
> 
> The proposed implementation of proper-list-p does not rely on such a signal, 

That's not my reading of the implementation:

   (and (listp object) (ignore-errors (length object)))
                        ^^^^^^^^^^^^^



reply via email to

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