> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
Uwe Brauer writes:
> diff -u
> /usr/local/share/xemacs/mule-packages/lisp/leim/quail/latin-pre.el
> /home/oub/xemacs/site-lisp/versch/quail-new/latin-pre.el
[snip]
More important is that lines that didn't change AFAICT are
present in
the diff, for example the lines for acute in the table below.
Yes I found this surprising myself.
It appears that *all* lines containing non-ASCII characters have
gotten this treatment. Have you saved the new code as UTF-8 or
something like that?
Not really, when I apply
(describe-current-coding-system) in the new latin-pre.el I
obtain:
Coding system for saving this buffer:
CText -- ctext-unix
Default coding system (for new files):
UTF8 -- utf-8
Coding system for keyboard input:
UTF8 -- utf-8
Coding system for terminal output:
UTF8 -- utf-8
However I have also the setting
(setq default-process-coding-system '(utf-8))
(set-coding-priority-list '(utf-8))
(set-coding-category-system 'utf-8 'utf-8)
(setq default-network-coding-system '(utf-8 . utf-8))
And more importantly the file was open when I applied diff. I closed the
file and applied diff again and now everything looks alright. Sorry for
the inconvenience.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches