Thien-Thi Nguyen wrote:
> "rgb" <[EMAIL PROTECTED]> 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.

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to