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: Tue, 22 Feb 2005 19:51:14 +0100 Organization: sometimes Message-ID: <7epsysa0nx.fsf@ada2.unipv.it> References: <87y8dg64h3.fsf-monnier+gnu.emacs.help@gnu.org> <1109096963.491884.134590@c13g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109098664 13578 80.91.229.2 (22 Feb 2005 18:57:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 18:57:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 22 19:57:43 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3fDx-0002pb-5C for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 19:57:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3fV9-0005Sd-4e for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 14:15:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!news.dfci.harvard.edu!news.ccs.neu.edu!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: ada2.unipv.it Original-X-Trace: quimby.gnus.org 1109098273 6657 193.204.44.145 (22 Feb 2005 18:51:13 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 22 Feb 2005 18:51:13 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:H4iCl3W4TX+0aUDnXvX3C0HgOfw= Original-Xref: shelby.stanford.edu gnu.emacs.help:128719 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:24257 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24257 "rgb" writes: > [code] > symbol-value is > probably what I should have coded. instead of obarray + set + eval, why not use hash table + puthash + gethash? thi