From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: shorter form of frequently-seen lisp idiom? Date: Wed, 23 Feb 2005 19:03:37 +0100 Organization: sometimes Message-ID: <7e8y5f9mrq.fsf@ada2.unipv.it> References: <87y8dg64h3.fsf-monnier+gnu.emacs.help@gnu.org> <1109096963.491884.134590@c13g2000cwb.googlegroups.com> <7epsysa0nx.fsf@ada2.unipv.it> <1109176140.187917.260980@l41g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109182088 6003 80.91.229.2 (23 Feb 2005 18:08:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2005 18:08:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 23 19:08:08 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D40v4-0002uh-DY for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Feb 2005 19:07:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D41CS-0007VP-Pj for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Feb 2005 13:25:28 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!ltu.se!luth.se!129.240.148.23.MISMATCH!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: ada2.unipv.it Original-X-Trace: quimby.gnus.org 1109181817 9882 193.204.44.145 (23 Feb 2005 18:03:37 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 23 Feb 2005 18:03:37 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:3+FHbEZpQRW8/rst0+Yca6PEabU= Original-Xref: shelby.stanford.edu gnu.emacs.help:128748 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24286 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24286 "rgb" writes: > Using obarray let me copy exactly what the lisp modes > were doing to get eldoc working. it's probably a good idea to retain that congruence, at least if you wish the code to be usable on old emacsen; builtin hash tables aren't yet widely available. i see that eldoc.el implements a hash table anyway. perhaps it will be revised One of These Days... thi