From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Mule-UCS 0.84 (KOUGETSUDAI) release. Date: Thu, 05 Dec 2002 09:47:22 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <200212051447.gB5ElMl02606@rum.cs.yale.edu> References: <20021104.103826.71116326.05@tats.iris.ne.jp> <20021105.202038.18871060.05@tats.iris.ne.jp> <20021129.215347.74727519.05@tats.iris.ne.jp> <20021202.175121.98551706.wl@gnu.org> <200212050815.RAA19189@etlken.m17n.org> <200212051125.UAA19382@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1039101087 9184 80.91.224.249 (5 Dec 2002 15:11:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Dec 2002 15:11:27 +0000 (UTC) Cc: Kenichi Handa , mule@m17n.org, tats@vega.ocn.ne.jp, emacs-devel@gnu.org, himi@meadowy.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18JxeL-0002LN-00 for ; Thu, 05 Dec 2002 16:10:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18JxmX-0003SS-00 for ; Thu, 05 Dec 2002 16:19:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18JxIS-0004et-00; Thu, 05 Dec 2002 09:48:12 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18JxHr-0003zn-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 09:47:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18JxHq-0003zQ-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 09:47:35 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18JxHp-0003zM-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 09:47:33 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id gB5ElMl02606; Thu, 5 Dec 2002 09:47:22 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Andreas Schwab Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9882 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9882 > (while hookval > - (setq result (append > + (setq result (cons > (funcall (car hookval)) > result) > hookval (cdr hookval))) AKA (dolist (f hookval) (push (funcall f) result)) -- Stefan