emacs-devel
[Top][All Lists]
Advanced

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

Re: newsticker-start: Recursive laod error


From: Thien-Thi Nguyen
Subject: Re: newsticker-start: Recursive laod error
Date: 12 Dec 2005 18:36:22 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Thien-Thi Nguyen <address@hidden> writes:

>   (= 0 (length LIST)) === LIST

sorry, this is wrong.  it should read:

  (< 0 (length LIST)) === LIST

that is, an empty list has length 0, and is equivalent to nil.
anyway, the (valid) rest of the message relies on this property.

thi




reply via email to

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