unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: tats@vega.ocn.ne.jp, emacs-devel@gnu.org, himi@meadowy.org
Subject: Re: Mule-UCS 0.84 (KOUGETSUDAI) release.
Date: Thu, 5 Dec 2002 17:15:27 +0900 (JST)	[thread overview]
Message-ID: <200212050815.RAA19189@etlken.m17n.org> (raw)
In-Reply-To: <20021202.175121.98551706.wl@gnu.org> (message from Werner LEMBERG on Mon, 02 Dec 2002 17:51:21 +0100 (CET))

In article <20021202.175121.98551706.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> writes:

> 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

By inspecting several results of macroexpand, I found
mucs-embed-program-with-hooks results in a form:
	(progn progn ...)
So, please try the attached patch?

> Using Emacs 20.7.1 the compilation is successful, so I suspect a bug
> in the byte compiler.  Any solution?

?!?!?  I have no idea why Mule-UCS can be compiled by 20.7
and 21.2 without error.

Himi-san, could you please investigate it?

---
Ken'ichi HANDA
handa@m17n.org


*** mucs.el	2002/12/05 07:53:41	1.1
--- mucs.el	2002/12/05 07:55:59
***************
*** 196,203 ****
  		    (funcall (car hookval))
  		    result)
  	    hookval (cdr hookval)))
!     (cons 'progn
! 	  result)))
  
  (defmacro mucs-define-package (package &rest form)
    "Enclose a unit of package with this.
--- 196,202 ----
  		    (funcall (car hookval))
  		    result)
  	    hookval (cdr hookval)))
!     result))
  
  (defmacro mucs-define-package (package &rest form)
    "Enclose a unit of package with this.

  parent reply	other threads:[~2002-12-05  8:15 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20021104.103826.71116326.05@tats.iris.ne.jp>
     [not found] ` <20021105.202038.18871060.05@tats.iris.ne.jp>
     [not found]   ` <20021129.215347.74727519.05@tats.iris.ne.jp>
2002-12-02 16:51     ` Mule-UCS 0.84 (KOUGETSUDAI) release Werner LEMBERG
2002-12-04 11:06       ` Richard Stallman
2002-12-04 13:43         ` Werner LEMBERG
2002-12-06 13:32           ` Richard Stallman
2002-12-06 16:58           ` Dave Love
     [not found]             ` <20021207.085958.92564095.wl@gnu.org>
2002-12-09 18:57               ` Dave Love
2002-12-05  8:15       ` Kenichi Handa [this message]
2002-12-05 10:47         ` Andreas Schwab
2002-12-05 11:25           ` Kenichi Handa
2002-12-05 12:16             ` Andreas Schwab
2002-12-05 14:47               ` Stefan Monnier
2002-12-05 16:32             ` Dan Discipulo
2002-12-05 16:26         ` MIYASHITA Hisashi
2002-12-06  7:36           ` Kenichi Handa
2002-12-06 18:47             ` Dan Discipulo
     [not found]               ` <200212070342.FMLAAB12353.mule@m17n.org>
2002-12-06 19:15                 ` You dan@wilshire.com are not member (mule ML) Dan Discipulo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200212050815.RAA19189@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=himi@meadowy.org \
    --cc=tats@vega.ocn.ne.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).