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: Xah Lee
Subject: Re: how to get list of vectors with value from file content...
Date: Wed, 08 Dec 2010 15:27:13 -0000
User-agent: G2/1.0

On Sep 2, 4:15 am, Marc Mientki <mien...@nonet.com> wrote:
> 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)?

humm... i think that might work too. This myPairList  is fed to a
function i wrote that do find/replace pairs. When i wrote that
function, i don't remember whether the i made input to accept a alist
as well...

 Xah


reply via email to

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