all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Current CVS does not build
@ 2003-01-15 20:50 Andreas Schwab
  2003-01-16  8:00 ` Kenichi Handa
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2003-01-15 20:50 UTC (permalink / raw)


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?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Current CVS does not build
  2003-01-15 20:50 Current CVS does not build Andreas Schwab
@ 2003-01-16  8:00 ` Kenichi Handa
  2003-01-16 22:43   ` Dave Love
  0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2003-01-16  8:00 UTC (permalink / raw)
  Cc: emacs-devel

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))

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Current CVS does not build
  2003-01-16  8:00 ` Kenichi Handa
@ 2003-01-16 22:43   ` Dave Love
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Love @ 2003-01-16 22:43 UTC (permalink / raw)
  Cc: emacs-devel

Kenichi Handa <handa@m17n.org> writes:

> 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.

Sorry I just edited the wrong list (in a session with iso-8859-6
defined).

> And, anyway, arabic is not yet supported well in 21.3,
> supporting iso-8859-6 is not that important.

Sure (as I wrote in a comment), but it was useful to have it in the
conversion tables for utf-8 use, in particular.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-16 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-15 20:50 Current CVS does not build Andreas Schwab
2003-01-16  8:00 ` Kenichi Handa
2003-01-16 22:43   ` Dave Love

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.