public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Robert Cernansky <hslists2@zoznam.sk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Emacs - (I think [the]) Fonts [are] Broken
Date: Wed, 13 Sep 2006 18:53:13 +0200	[thread overview]
Message-ID: <Mahogany-0.67.0-14085-20060913-185313.00@kihnet.sk> (raw)
In-Reply-To: <200609111624.14526.lordsauronthegreat@gmail.com>

On Mon, 11 Sep 2006 16:24:11 -0700 Lord Sauron <lordsauronthegreat@gmail.com> wrote:

> > quoth the Lord Sauron:
[...]
> > > What should I do to fix Emacs?  I hear it's a very powerful and
[...]
> Much more confused than before.  I get why I'd want to use unicode,
> but the instructions on how to do that were outdated or for a setup
> other than mine and they threw me off real quickly.

Did you try ran emacs in X also? Is there the same behaviour? In X you
can pres Shift + Left mouse click to select fonts.

You can also play with locale setting in your system. For example try
to start emacs with default/none locale:

$ LC_ALL=C emacs

To set emacs to use UTF-8 put this into your ~/.emacs file:

(setq locale-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(set-clipboard-coding-system 'utf-8)
(prefer-coding-system 'utf-8)
(modify-coding-system-alist 'file "" 'utf-8)
(setq process-coding-system-alist '((".*" . utf-8)))
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))

But it should not be necessary if you use some UTF-8 locale in your
system (emacs will use UTF-8 by default then). You can also try to
change the 'utf-8' string to some other (non utf-8) enconding, for
example iso-8859-1.

Try to emerge some basic X.Org fonts, for example
media-fonts/font-misc-misc. Also emerge media-fonts/intlfonts.

I hope it helps.

Robert


-- 
Robert Cernansky
E-mail: hslists2@zoznam.sk
Jabber: HS@jabber.sk
-- 
gentoo-user@gentoo.org mailing list



  parent reply	other threads:[~2006-09-13 17:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-08 22:55 [gentoo-user] Emacs - (I think [the]) Fonts [are] Broken Lord Sauron
2006-09-09 11:05 ` darren kirby
2006-09-11 23:24   ` Lord Sauron
2006-09-11 23:43     ` darren kirby
2006-09-13 16:53     ` Robert Cernansky [this message]
2006-09-13 22:43       ` Lord Sauron
2006-09-14  4:39         ` darren kirby

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Mahogany-0.67.0-14085-20060913-185313.00@kihnet.sk \
    --to=hslists2@zoznam.sk \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox