unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: font or face problem in emacs
Date: Fri, 30 Jun 2006 10:41:09 +0200	[thread overview]
Message-ID: <E741E979-79C8-4027-B80F-CA2FC128AE25@Web.DE> (raw)
In-Reply-To: <e81knb$psd$1@sea.gmane.org>


Am 30.06.2006 um 00:37 schrieb H.S.:

> Yup, you are right. I just discovered another post in this  
> newsgroup. This seems to have worked:
> M-x prefer-coding-system RET utf-8 RET

You can set in .emacs for example:

      (setq default-buffer-file-coding-system 'utf-8-unix)
      (set-default-coding-systems             'utf-8)
      (prefer-coding-system                   'utf-8)
      (modify-coding-system-alist 'process "\\*shell\\*\\'" 'utf-8)

and exceptions like these:

	(setq file-coding-system-alist
	  (append
	    '(("\\.tex\\'" iso-latin-9-unix . iso-latin-9-unix))
	;    '(("\\.el\\'"  iso-latin-9-unix . iso-latin-9-unix))
	    file-coding-system-alist))

In GNU Emacsen 21 and 22 the UTF-8 support is not perfect yet.

--
Greetings

   Pete

"Let's face it; we don't want a free market economy either."
         James Farley, president, Coca-Cola Export Corp., 1959

  reply	other threads:[~2006-06-30  8:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-29 20:50 font or face problem in emacs H.S.
2006-06-29 22:18 ` Peter Dyballa
2006-06-29 22:37   ` H.S.
2006-06-30  8:41     ` Peter Dyballa [this message]
2006-06-30 16:13       ` H.S.
2006-06-29 22:47   ` Peter Dyballa
2006-06-29 23:34   ` H.S.
2006-06-30  9:03     ` Peter Dyballa
2006-06-30 12:03   ` Eli Zaretskii
2006-06-30 21:41     ` Peter Dyballa

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E741E979-79C8-4027-B80F-CA2FC128AE25@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).