emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Current CVS does not build


From: Kenichi Handa
Subject: Re: Current CVS does not build
Date: Thu, 16 Jan 2003 17:00:55 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Andreas Schwab <address@hidden> 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  <address@hidden>
[...]
        * 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
address@hidden


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 via email to

[Prev in Thread] Current Thread [Next in Thread]