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

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

Re: working with hash-table in lists


From: Stefan Monnier
Subject: Re: working with hash-table in lists
Date: Wed, 28 Mar 2012 19:17:05 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> I am trying to loop over  a list of hash-table like in the following
> code:
[...]
> (setq testlist '(tab-chan))

That's not a list of hash tables, it's a list of symbols.  You want to
use (setq testlist (list tab-chan)) instead.


        Stefan


reply via email to

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