[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: To be a list or not
From:
Eric Hanchrow
Subject:
Re: To be a list or not
Date:
2007年12月28日 13:40:40 -0800
User-agent:
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)
The first of these complaints that it wants a list, the second says is
is a list:
;; (length '(prop . val))
;; (listp '(prop . val))
(With Emacs 22)
Well, it's working as advertised:
listp is a built-in function in `src/data.c'.
(listp OBJECT)
Return t if OBJECT is a list, that is, a cons cell or nil.
Otherwise, return nil.
Although I myself don't think that any old cons cell ought to be
considered a list either.
--
Like most people, I would like to use the words ''parameters''
and ''behoove'' in the same sentence, but I am not sure how.
-- A Question for 'Ask Mister Language Person'
- Re: To be a list or not, (continued)
- Re: To be a list or not , Stephen J. Turnbull, 2007年12月29日
- Re: To be a list or not , Miles Bader, 2007年12月29日
- Re: To be a list or not , Tom Tromey, 2007年12月29日
- Re: To be a list or not , Andreas Schwab, 2007年12月29日
- Re: To be a list or not , Tom Tromey, 2007年12月31日
- Re: To be a list or not , Andreas Schwab, 2007年12月31日
- Re: To be a list or not , Stephen J. Turnbull, 2007年12月29日
- Re: To be a list or not , Bob Rogers, 2007年12月29日
- Re: To be a list or not , Richard Stallman, 2007年12月29日
- Re: To be a list or not , Richard Stallman, 2007年12月29日
Re: To be a list or not,
Eric Hanchrow <=
Re: To be a list or not , Richard Stallman, 2007年12月29日