unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Current CVS does not build
Date: Thu, 16 Jan 2003 17:00:55 +0900 (JST)	[thread overview]
Message-ID: <200301160800.RAA11355@etlken.m17n.org> (raw)
In-Reply-To: <jehecai1dx.fsf@sykes.suse.de> (message from Andreas Schwab on Wed, 15 Jan 2003 21:50:02 +0100)

In article <jehecai1dx.fsf@sykes.suse.de>, Andreas Schwab <schwab@suse.de> writes:
> Trying to compile current CVS I get "Invalid coding system: iso-8859-6"
> while loading international/ucs-tables into temacs.  Perhaps the last
> check-in wasn't complete?

It seems that this change was the reason.  

2003-01-15  Dave Love  <fx@gnu.org>
[...]
	* international/ucs-tables.el: Set up tables for 8859-6.

Dave, I canceled the following change for the moment.  As
the coding system iso-8859-6 is defined only in
code-pages.el, we can't load ucs-tables.elc at dumping time.
And, anyway, arabic is not yet supported well in 21.3,
supporting iso-8859-6 is not that important.

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


Index: ucs-tables.el
===================================================================
RCS file: /cvs/emacs/lisp/international/ucs-tables.el,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -c -r1.27 -r1.28
cvs server: conflicting specifications of output style
*** ucs-tables.el	3 Jan 2003 20:12:17 -0000	1.27
--- ucs-tables.el	15 Jan 2003 17:50:12 -0000	1.28
***************
*** 1111,1117 ****
  
    ;; Derive tables that can be used as per-coding-system
    ;; `translation-table-for-encode's.
!   (dolist (n (list 15 14 9 8 7 5 4 3 2 1))
      (let* ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n))))
  	   (encode-translator (set (intern (format "ucs-8859-%d-encode-table"
  						   n))
--- 1111,1117 ----
  
    ;; Derive tables that can be used as per-coding-system
    ;; `translation-table-for-encode's.
!   (dolist (n (list 15 14 9 8 7 6 5 4 3 2 1))
      (let* ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n))))
  	   (encode-translator (set (intern (format "ucs-8859-%d-encode-table"
  						   n))

  reply	other threads:[~2003-01-16  8:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-15 20:50 Current CVS does not build Andreas Schwab
2003-01-16  8:00 ` Kenichi Handa [this message]
2003-01-16 22:43   ` Dave Love

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=200301160800.RAA11355@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@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 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).