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

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

Re: How to populate a property list?


From: Kevin Rodgers
Subject: Re: How to populate a property list?
Date: Mon, 01 Nov 2004 09:44:58 -0700
User-agent: Mozilla Thunderbird 0.8 (X11/20040916)

Hattuari wrote:
> I don't know what to make of this then:
>
> edition 2.9 of the GNU Emacs Lisp Reference Manual, corresponding to GNU
> Emacs version 21.3, ?8.4.1 Property Lists and Association Lists
> ------------------------------------------
> "Association lists (*note Association Lists::) are very similar to
> property lists.  In contrast to association lists, the order of the
> pairs in the property list is not significant since the property names
> must be distinct."

The documentation focuses almost completely on property lists attached
to the property list cell of a symbol.  Only the "Other Plists" node
(aka Property Lists Outside Symbols) discusses disembodied property
lists (as the are known in other Lisp dialects).  Note that you will
never get a property with duplicate keys if you construct it solely with
put and plist-put.

--
Kevin Rodgers


reply via email to

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