From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: Mule-UCS 0.84 (KOUGETSUDAI) release. Date: Mon, 02 Dec 2002 17:51:21 +0100 (CET) Sender: emacs-devel-admin@gnu.org Message-ID: <20021202.175121.98551706.wl@gnu.org> 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> 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 1038848595 4359 80.91.224.249 (2 Dec 2002 17:03:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Dec 2002 17:03:15 +0000 (UTC) Cc: emacs-devel@gnu.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 18ItyT-000184-00 for ; Mon, 02 Dec 2002 18:03:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18Iu7Z-0007hp-00 for ; Mon, 02 Dec 2002 18:12:37 +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 18ItxY-0004a9-00; Mon, 02 Dec 2002 12:02:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ItoF-0001oG-00 for emacs-devel@gnu.org; Mon, 02 Dec 2002 11:52:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Itnv-0001bJ-00 for emacs-devel@gnu.org; Mon, 02 Dec 2002 11:52:23 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.188]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Itnu-0001Ys-00 for emacs-devel@gnu.org; Mon, 02 Dec 2002 11:52:18 -0500 Original-Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18Itnt-0007pn-00; Mon, 02 Dec 2002 17:52:17 +0100 Original-Received: from [80.129.64.133] (helo=orion.local) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18Itnt-0003Sw-00; Mon, 02 Dec 2002 17:52:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by orion.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id gB2GpLl14594; Mon, 2 Dec 2002 17:51:21 +0100 Original-To: mule@m17n.org, tats@vega.ocn.ne.jp In-Reply-To: <20021129.215347.74727519.05@tats.iris.ne.jp> X-Mailer: Mew version 3.1 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) 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:9804 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9804 Compiling mule-ucs-0.84 (available from m17n.org) with this patch http://tats.iris.ne.jp/mule-ucs/mule-ucs-0.84+tats20021129.diff.gz using Emacs CVS 2002-11-20 fails. I get the following suspicious error message: In toplevel form: un-define.el:859:30:Warning: reference to free variable progn [...] In toplevel form: un-supple.el:29:1:Error: Symbol's value as variable is void: progn Using Emacs 20.7.1 the compilation is successful, so I suspect a bug in the byte compiler. Any solution? Werner