From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.bugs Subject: Re: add-to-plist, add-plist-to-plist functions Date: Sun, 28 Apr 2002 23:38:51 GMT Organization: Global Online Japan // Exodus Communications KK. Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <877kmr2y2c.fsf@tc-1-100.kawasaki.gol.ne.jp> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1020037350 21707 127.0.0.1 (28 Apr 2002 23:42:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 28 Apr 2002 23:42:30 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 171yJK-0005e0-00 for ; Mon, 29 Apr 2002 01:42:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 171yJ8-0005zv-00; Sun, 28 Apr 2002 19:42:18 -0400 Original-Received: from chx400.switch.ch ([130.59.10.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 171yFx-0005mM-00 for ; Sun, 28 Apr 2002 19:39:01 -0400 Original-Received: from smtp01.fields.gol.com ([203.216.5.131]) by chx400.switch.ch with esmtp (Exim 3.20 #1) id 171yFv-00057I-00 for gnu-emacs-bug@moderators.isc.org; Mon, 29 Apr 2002 01:38:59 +0200 Original-Received: from nnrp.gol.com ([203.216.7.70]) by smtp01.fields.gol.com with esmtp (Magnetic Fields) id 171yFq-0001CW-00 for ; Mon, 29 Apr 2002 08:38:54 +0900 Original-Received: by nnrp.gol.com (8.10.0.Beta6/8.9.1/891-NEWS-P) id g3SNcqN02908; Mon, 29 Apr 2002 08:38:52 +0900 (JST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug System-Type: i686-pc-linux-gnu Original-Lines: 12 Original-NNTP-Posting-Host: 203.216.25.212 Original-X-Complaints-To: abuse@gol.com Original-X-Trace: nnrp.gol.com 1020037131 203.216.25.212 (Mon, 29 Apr 2002 08:38:51 JST) Original-NNTP-Posting-Date: Mon, 29 Apr 2002 08:38:51 JST X-Abuse-Complaints: abuse@gol.com Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1013 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1013 "Karl Chen" writes: > Hi, I wrote these two functions which may be useful to others: Your terminology is incorrect -- looking at your code, it seems to be manipulating `alists', not `plists'. [An alist is a list of cons cells, with the car of each being the key, and the cdr the value; a plist is a list of alternating keys and values.] -Miles -- Run away! Run away!