| Re: Trouble viewing accented characters |
|
 |
|
 |
|
 |
|
 |
Group: gnu.emacs.help · Group Profile
Author: Oleksandr GavenkoOleksandr Gavenko Date: Sep 18, 2008 09:39
Problem that you have described in
GNU Emacs Manual.
See
"27. International Character Set Support"
- 27.10 Fontsets.
- 27.11 Defining fontsets.
Also from "C.7 Font Specification Options"
Here is an example, which happens to specify the font whose nickname is
С6x13Т:
emacs -fn \
"-misc-fixed-medium-r-semicondense
--13-*-*-*-c-60-iso8859-1" &
You can also specify the font in your .Xdefaults file:
emacs.font:
-misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1
|