From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Discipulo Newsgroups: gmane.emacs.devel Subject: Re: Mule-UCS 0.84 (KOUGETSUDAI) release. Date: Thu, 05 Dec 2002 08:32:34 -0800 Organization: Wilshire Associates Sender: emacs-devel-admin@gnu.org Message-ID: <3DEF7FA2.41F9E62F@wilshire.com> 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=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1039106322 6145 80.91.224.249 (5 Dec 2002 16:38:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Dec 2002 16:38:42 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Jz1N-0001ay-00 for ; Thu, 05 Dec 2002 17:38:41 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18Jz9a-0004HM-00 for ; Thu, 05 Dec 2002 17:47:10 +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 18Jyr9-0007Mj-00; Thu, 05 Dec 2002 11:28:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18JyqO-00078p-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 11:27:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Jyps-00072T-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 11:27:19 -0500 Original-Received: from scooby.wilshire.com ([209.0.86.63]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Jypr-000711-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 11:26:47 -0500 Original-Received: from wilshire.com (host100-98.wilshire.com [192.168.100.98]) (authenticated (0 bits)) by scooby.wilshire.com (8.12.2/8.11.4) with ESMTP id gB5GQVUD028199; Thu, 5 Dec 2002 08:26:38 -0800 (PST) X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en Original-To: mule@m17n.org, schwab@suse.de, tats@vega.ocn.ne.jp, emacs-devel@gnu.org, himi@meadowy.org X-Archived: msg.XX5myqCa@scooby 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:9891 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9891 How do I get off this mailing list? Kenichi Handa wrote: > In article , Andreas Schwab writes: > > IMHO this patch is better: > > > --- mucs.el 2002/12/05 10:43:28 1.1 > > +++ mucs.el 2002/12/05 10:46:26 > > @@ -196,7 +196,7 @@ In order to embed data or lisp code, use > > (funcall (car hookval)) > > result) > > hookval (cdr hookval))) > > - (cons 'progn > > + (list 'progn > > result))) > > > (defmacro mucs-define-package (package &rest form) > > Could you explain why? > > --- > Ken'ichi HANDA > handa@m17n.org