> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
Uwe Brauer writes:
> Coding system for saving this buffer:
> CText -- ctext-unix
No. Don't use CText, that's an old X standard. Also,
iso-2022-7bit
is incorrect for XEmacs (I forgot about that). The right one is
iso-2022-jp (despite its name, it is a universal encoding capable of
handling all characters XEmacs has predefined charsets for).
Oops, I opened read-only leim-list.el either with 21.4.22 Mule or 21.5.33 (using
-vanilla)
and in both cases the coding was detected as
,----
| `file-coding-system' is an alias for `buffer-file-coding-system',a built-in
buffer-local variable.
|
| Value: #<coding_system iso-2022-7bit-unix>
|
| This value is specific to the current buffer.
|
| Default-value: iso-2022-8
|
| Documentation:
| Obsolete; use `buffer-file-coding-system' instead.
`----
So I will copy this file save it as iso-2022-jp
add the string
;;; leim-list.el -- list of LEIM (Library of Emacs Input Method) -*-coding:
iso-2022-jp;-*-
modify it and save it again in this format.
Ooh this seems not to work, I changed
set-buffer-file-coding-system to iso-2022-jp
saved the file but I obtain again
,----
| `buffer-file-coding-system' is a built-in buffer-local variable.
| -- loaded from
"/home/oub/ALLES/Add-Import/xemacs-21.5.33-xsymbol/src/buffer.c"
|
| Value: #<coding-system iso-2022-7bit-unix iso2022(g0=ascii, g1=nil,
| g2=nil, g3=nil, short, seven) eol-type=lf>
|
| This value is specific to the current buffer.
|
| Default-value: utf-8
`----
This odd, BTW be it as it be when I open the file, I do not see all
symbols for example in Chinese-CNS I see some *boxes*.
I think we should settle this before I proceed and srew up the
encoding. I repeat it seems that 21.5.33 does not distinguish between
iso-2022-7bit-unix and iso-2022-jp?
Uwe
leim-list.el *is* relevant to 21.4, so you *must* use iso-2022-jp
(the
current standard universal encoding for packages).
Yes I will also resubmit hebrew.el with iso-2022-jp coding once I know
how to do it. :-D
Uwe
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta