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: rgb
Subject: Re: shorter form of frequently-seen lisp idiom?
Date: 23 Feb 2005 08:29:00 -0800
User-agent: G2/0.2

Thien-Thi Nguyen wrote:
> "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?
>
Using obarray let me copy exactly what the lisp modes
were doing to get eldoc working.
I've never used the hash functions.  Being unfamiliar, I
didn't realize they might be useful to this situation.
Now that I look at them, I see what you mean.
Thanks for the suggestion.


reply via email to

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