From: "H.S." <hs.samix@gmail.com>
Subject: Re: font or face problem in emacs
Date: Fri, 30 Jun 2006 12:13:45 -0400 [thread overview]
Message-ID: <e83ijq$poc$1@sea.gmane.org> (raw)
In-Reply-To: <E741E979-79C8-4027-B80F-CA2FC128AE25@Web.DE>
Peter Dyballa wrote:
>
> 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))
Great, this is one of the options I was looking for.
> In GNU Emacsen 21 and 22 the UTF-8 support is not perfect yet.
And this explains a lot.
Thanks,
regards,
->HS
next prev parent reply other threads:[~2006-06-30 16:13 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
2006-06-30 16:13 ` H.S. [this message]
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='e83ijq$poc$1@sea.gmane.org' \
--to=hs.samix@gmail.com \
/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).