From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: emacs and UTF-8
Date: Thu, 28 Apr 2005 22:05:16 +0200 [thread overview]
Message-ID: <f2c235878c5222ea35a443dd8c39d860@Web.DE> (raw)
In-Reply-To: <1114710292.436403.218420@z14g2000cwz.googlegroups.com>
Am 28.04.2005 um 19:44 schrieb knubee:
> I'm running Emacs 21.3 under Debian, and below are some settings from
> .emacs file.
>
> (set-language-environment 'UTF-8)
> (set-default-coding-systems 'utf-8)
> (setq file-name-coding-system 'utf-8)
> (setq default-buffer-file-coding-system 'utf-8)
> (setq coding-system-for-write 'utf-8)
> (set-keyboard-coding-system 'utf-8)
> (set-terminal-coding-system 'utf-8)
> (set-clipboard-coding-system 'utf-8)
> (set-selection-coding-system 'utf-8)
In case debian uses UTF-8 too for file names: keep that entry! All
others can go to /dev/null, *if* you set environment variables similiar
to these:
LANG=de_DE.UTF-8
LC_CTYPE=de_DE.UTF-8
GNU Emacs learns from these settings a lot. If something fails, then it
could be you need (set-language-environment 'UTF-8) too.
--
Greetings
Pete
A child of five could understand this! Fetch me a child of five.
next prev parent reply other threads:[~2005-04-28 20:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-28 17:44 emacs and UTF-8 knubee
2005-04-28 20:05 ` Peter Dyballa [this message]
2005-04-28 20:09 ` Peter Dyballa
[not found] ` <mailman.3358.1114718800.2895.help-gnu-emacs@gnu.org>
2005-04-28 21:33 ` knubee
2005-04-28 22:22 ` Peter Dyballa
2005-04-28 22:54 ` Pascal Bourguignon
2005-04-30 17:05 ` knubee
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=f2c235878c5222ea35a443dd8c39d860@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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.