[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I can't visualize any file in the Emacs
From: |
Giorgos Keramidas |
Subject: |
Re: I can't visualize any file in the Emacs |
Date: |
Tue, 30 Jan 2007 15:28:52 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (berkeley-unix) |
On Tue, 30 Jan 2007 03:21:21 -0800 (PST), Amanda Ortega
<amandaortega@gmail.com> wrote:
> I was starting emacs typing only "emacs" at the konsole. Now I
> discovered that if I type "emacs -fn fontset-standard" I can see the
> chars correctly. Now I want to know where I can configure to start
> emacs always with this fontset.
I'm not sure. I usually run Emacs with `emacs -nw' inside xterm
windows.
The Emacs manual has a section on `Fontsets', which may be of
some help. You can reach this section by typing:
C-h r m Fontsets RET
If I am reading this section correctly, and you are running Emacs
in X11, you can add something like the following to your
`~/.Xresources' file:
Emacs*font: fontset-standard
Then you can 'refresh' the X11 resource list by opening a shell
window, and typing:
bash$ xrdb -merge ~/.Xresources
After this has completed successfully, new Emacs windows will use
the correct fontset.