>>>>> PT  <[EMAIL PROTECTED]> writes:

> On Tue, 26 Apr 2005 17:28:48 +0200, Denis Bueno <[EMAIL PROTECTED]> wrote:
>> 
>> You could use a plist:
>> 
>> (:key1 1 :key2 2)
>> 
>> Then to get a particular value:
>> 
>> (getf '(:key1 1 :key2 2) :key1)
>> => 1
>> 

Or you could use defstruct [also in 'cl]

-- 
Jim Ottaway


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to