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

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

Re: shorter form of frequently-seen lisp idiom?


From: Thien-Thi Nguyen
Subject: Re: shorter form of frequently-seen lisp idiom?
Date: Tue, 22 Feb 2005 19:51:14 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

"rgb" <rbielaws@i1.net> writes:

> [code]
> symbol-value is
> probably what I should have coded.

instead of obarray + set + eval,
why not use hash table + puthash + gethash?

thi

reply via email to

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