LINUX.ORG.RU

emacs и шрифты


0

0

А как в emacs'e шрифты поменять (семейство, ширина...)?
Я пытаюсь сделать так:
emacs -fn "-misc-dejavu sans condensed-bold-r-normal--14-0-0-0-c-0-koi8-r"
В системе такой шрифт есть (xlsfont). 
Также через .Xdefaults - не получается.
Вот через переменную бы какую в .emacs задать ? Ну или ещё как...

Ответ на: reply от anonymous

> M-X set-default-font ?

Это да, но всё пишет, что шрифт не определён, хотя, например 
-misc-fixed-bold-r-normal--14-130-75-75-c-70-koi8-r и всистеме есть, и это один из предлагаемых самим emacs'ом шрифтов.

eraser
() автор топика
Ответ на: комментарий от eraser

Пощу прямо как в нете нашел и по нем настраивал. Тоесть сначала с помощью этой хрени добавляешь эти шрифты в какую-то жопу, а потом емакс их начинает видеть через сет-дефаулт-фонт.

.pcf fonts are a little tricky since they're using the ancient X11 font serving method. Here's how I do it:

1) Make a directory to put them in, like $HOME/.xfonts
2) Put the .pcf or .pcf.gz fonts in that directory
3) Run "mkfontdir" on that directory, which will create a "fonts.dir" file in it.
4) Add that directory to your font path, using: xset +fp $HOME/.xfonts
5) Rehash your fonts, using: xset fp rehash
6) Use the "xfontsel" program to make sure they show up

Then put steps 4 and 5 in your ".xsession" file so they'll show up every time you login. This will add bitmap fonts to programs still using
the old font method, such as GNU Emacs, Nedit and so on. I like Triskweline and having it available across all my text editors is quite ni
ce.

Cris
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.