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

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

Re: reading the C source of Emacs


From: Kai Großjohann
Subject: Re: reading the C source of Emacs
Date: Fri, 17 Jan 2003 18:09:07 +0100
User-agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.3.50 (i686-pc-linux-gnu)

Oliver Scholz <alkibiades@gmx.de> writes:

> One thing that I noticed is that my `find-if' causes an infinite loop,
> when applied to a recursive (?) list, à la:

Many list functions exhibit strange behavior when applied to
non-lists.  The data structure you show is a non-list: the last cdr
pointer of a list should be nil.

I wouldn't worry about it too much.
-- 
Ambibibentists unite!


reply via email to

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