> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
Uwe Brauer writes:
> - I enter a file and see UTF8:T I chose UTF8-unix
> (set-buffer-file-coding-system 'utf-8-unix nil) save the
> file and the T disappears. Now I switch back to
> (set-buffer-file-coding-system 'utf-8-dos nil) save the
> file, but *no* T appears.
Works for me (21.5.32), immediately on running
set-buffer-file-coding-system.
For me too now, but I have to force it :
(set-buffer-file-coding-system 'utf-8-mac t)
All this happens in a LaTeX buffer with x-symbol and there seems to be a
problem. My standard coding for all files is UTF8 and I have the feeling
that this coding does not work well with x-symbols. So I tried
latin-1-unix for the moment.
However when I added
%%% Local Variables:
%%% eval: (set-buffer-file-coding-system 'latin-1-unix nil)
%%% set-buffer-file-coding-system: latin-1-unix
%%% End:
Then neither of them worked so I had to add
%% -*-coding: latin-1-unix -*-
add the beginning of the buffer which worked.
More oddly
%%% Local-Variables:
%%% x-symbol-8bits: t
%%% x-symbol-unique: t
%%% End:
Is also ignored, the variable is always nil I have explicitly call
set-variable.
Why is this so?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta