> Actually I think the problem is not the input, but the font: how do I change
> my
> (set-face-font 'default "-apple-Bitstream Vera Sans
> Mono-regular-r-normal--13-140-75-75-m-120-mac-roman")
> to use ISO-Latin-1 encoding instead of mac-roman? The documentation didn't
> really help me there... (and my tries were worthless)
No, the font itself uses mac-roman encoding, so you'd have to change the
font-data itself. Emacs happily uses fonts with mac-roman encodings, so
there's no reason to make such a change.
The problem is most likely elsewhere. E.g. that your files are read as if
they were encoded in "mac-roman" whereas they're encoded in "latin-1" (or
vice-versa). Check buffer-file-coding-system and
default-buffer-file-coding-system.
Stefan
_______________________________________________
Help-gnu-emacs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs