all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tatsuya Kinoshita <tats@iris.ne.jp>
Cc: emacs-devel@gnu.org, wl@gnu.org, kitame@northeye.org
Subject: Mule-UCS (was: How to add some more charsets to mew?)
Date: Tue, 16 Apr 2002 10:15:09 +0900 (JST)	[thread overview]
Message-ID: <20020416.101509.48532423.05@tats.iris.ne.jp> (raw)
In-Reply-To: <m37kn8y840.fsf@nyaumo.btinternet.com>

At 15 Apr 2002 22:17:35 +0100,
Jason Rumney <jasonr@gnu.org> wrote:

> Dave Love had some success. He posted his patches to
> gnu.emacs.sources and the mule@m17n.org mailing list on 29 March.
> You even followed that up with a comment about Mule-UCS no longer
> seeming to be maintained.

I know that.  Debian's mule-ucs 0.84-10 applied the Dave Love's
patch, mule@m17n.org: 03279, on 29 Mar 2002.

However, it fails on Emacs 20 and XEmacs.  mule-ucs 0.84-11 has
fixed this problem.

I've found a small bug fix in mule-ucs 0.84-11.  See the
following patch:

---- 
--- mule-ucs-0.84-10/lisp/un-define.el	Tue Apr 16 09:47:40 2002
+++ mule-ucs-0.84-11/lisp/un-define.el	Tue Apr 16 09:47:54 2002
@@ -618,13 +618,13 @@
         (mucs-define-coding-system
          (car x) (nth 1 y) (nth 2 y)
          (nth 3 y) (nth 4 y) (nth 5 y)))
-     (mapcar
-      (lambda (y)
+    (mapcar
+     (lambda (y)
        (mucs-define-coding-system
-        (nth 0 y) (nth 1 y) (nth 2 y)
-        (nth 3 y) (nth 4 y) (nth 5 y) (nth 6 y))
-       (coding-system-put (car y) 'alias-coding-systems (list (car x)))))
-     (cdr x)))
+	(nth 0 y) (nth 1 y) (nth 2 y)
+	(nth 3 y) (nth 4 y) (nth 5 y) (nth 6 y))
+       (coding-system-put (car y) 'alias-coding-systems (list (car x))))
+     (cdr x))))
   `((utf-8
      (utf-8-unix
       ?u "UTF-8 coding system"
---- 

-- 
Tatsuya Kinoshita

  reply	other threads:[~2002-04-16  1:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20020413.193345.99454893.vostry@zoom-int.cz>
     [not found] ` <20020414.235532.125902697.05@tats.iris.ne.jp>
2002-04-15 10:12   ` [mew-int 00832] Re: How to add some more charsets to mew? Werner LEMBERG
2002-04-15 11:00     ` Debian's mule-ucs (was: How to add some more charsets to mew?) Tatsuya Kinoshita
2002-04-15 21:17     ` [mew-int 00832] Re: How to add some more charsets to mew? Jason Rumney
2002-04-16  1:15       ` Tatsuya Kinoshita [this message]
2002-04-16 13:17       ` Werner LEMBERG
2002-04-16 20:17       ` Richard Stallman
2002-04-16 21:28         ` Jason Rumney

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

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

  git send-email \
    --in-reply-to=20020416.101509.48532423.05@tats.iris.ne.jp \
    --to=tats@iris.ne.jp \
    --cc=emacs-devel@gnu.org \
    --cc=kitame@northeye.org \
    --cc=wl@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.