author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 03 Feb 2009 22:52:12 +0200 | |
changeset 24 | ce71045ae5b3 |
parent 0 | 0e4335f01909 |
child 46 | 5a2af9e7c0a8 |
permissions | -rw-r--r-- |
0 | 1 |
-*- outline -*- |
2 |
||
3 |
* How see installed font for X window. |
|
4 |
||
5 |
$ fontsel & |
|
6 |
||
7 |
* Setup font for emacs. |
|
8 |
||
9 |
If X running by xinit, write to ~/.xinitrc |
|
10 |
||
11 |
xrdb -merge ~/.Xdefaults & |
|
12 |
||
13 |
and write to ~/.Xdefaults |
|
14 |
||
15 |
emacs.font: 7x13 |
|
16 |
||
17 |
* Setup font for mc. |
|
18 |
||
19 |
Not any font display correctly cyrillic characters - only those which with ISO 10646. |
|
20 |
If you in X run mc as |
|
21 |
||
22 |
$ xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" -geometry 120x42 -e mc -x |