unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "MIYASHITA Hisashi" <himi@meadowy.org>
Cc: mule@m17n.org, tats@vega.ocn.ne.jp, emacs-devel@gnu.org
Subject: Re: Mule-UCS 0.84 (KOUGETSUDAI) release.
Date: Fri, 06 Dec 2002 01:26:18 +0900	[thread overview]
Message-ID: <u8yz4ph3p.wl@kiri.meadowy.org.meadow.scphys.kyoto-u.ac.jp> (raw)
In-Reply-To: <200212050815.RAA19189@etlken.m17n.org>

At Thu, 5 Dec 2002 17:15:27 +0900 (JST),
Kenichi Handa wrote:

> ?!?!?  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?

Ummmm...  It must be a dark side of Mule-UCS;-).  As you know, mucs.el
embeds lisp programs generated by TAE and MUCS-CCL, which maybe
varies with the compilation environment...

Anyway, it is a bug of Mule-UCS.  However, it is not a bug
of mucs-embed-program-with-hooks, because all hooks called by this
function(mucs-embed-program-with-hooks) MUST return a list of
S-expression(s), MUST NOT return a bare S-expression.  This rule is
important, because lots of parts of Mule-UCS generates Lisp
programs.  This rule simplifies the interface a little bit.

The patch attached to this mail maybe fixes the problem.  Could you
please test the following patch on Emacs 21.3?

BTW, right now I am too busy to fix the bug,  bu I would like to
check it strictly after my current work is over.

  With regards,

from himi

Index: mucs-ccl.el
===================================================================
RCS file: /cvsroot/mule-ucs/lisp/mucs-ccl.el,v
retrieving revision 1.25
diff -u -r1.25 mucs-ccl.el
--- mucs-ccl.el	3 Oct 2000 14:50:16 -0000	1.25
+++ mucs-ccl.el	5 Dec 2002 16:21:08 -0000
@@ -639,10 +639,9 @@
       (mucs-notify-embedment 'mucs-ccl-required name)
       (setq ccl-pgm-list (cdr ccl-pgm-list)))
 ;   (message "MCCLREGFIN:%S" result)
-    `(progn
-       (setq mucs-ccl-facility-alist
-	     (quote ,mucs-ccl-facility-alist))
-       ,@result)))
+    `((setq mucs-ccl-facility-alist
+	    (quote ,mucs-ccl-facility-alist))
+      ,@result)))
 
 ;;; Add hook for embedding translation informations to a package.
 (add-hook 'mucs-package-definition-end-hook

  parent reply	other threads:[~2002-12-05 16:26 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
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 [this message]
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=u8yz4ph3p.wl@kiri.meadowy.org.meadow.scphys.kyoto-u.ac.jp \
    --to=himi@meadowy.org \
    --cc=emacs-devel@gnu.org \
    --cc=mule@m17n.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).