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

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

Re: how to get list of vectors with value from file content...


From: Marc Mientki
Subject: Re: how to get list of vectors with value from file content...
Date: Wed, 08 Dec 2010 15:27:03 -0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

Am 02.09.2010 12:16, schrieb Xah Lee:
a pure academic question on emacs lisp.

basically, i want to set a variable who's value is a list of vectors,
each vector is a pair.
[...]
(2) elisp vector elements are not evaluated. So, i cannot simply write

(setq myPairList (list [A B] [A B] [A B]) )

where the A B are already variables.

i need to use aset.

Why vectors? Why not alist (pairs)?

regards
Marc



reply via email to

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