help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Special characters on Emacs/Mac?


From: Stefan Monnier
Subject: Re: Special characters on Emacs/Mac?
Date: Mon, 07 Mar 2005 09:26:54 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]