[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: etags completion table
From: |
Stefan Monnier |
Subject: |
Re: etags completion table |
Date: |
Sat, 30 May 2015 20:57:37 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> Are there any good uses of an obarray, aside from being employed in the
> Emacs Lisp runtime?
Not sure, to tell you the truth. Most typical uses nowadays are better
served by hash-tables, but there might still be cases where
it's worthwhile.
Stefan