From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: PT <spamfilteraccount@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Opening file in UTF-8 mode automatically
Date: Sat, 24 Nov 2007 19:26:15 +0100 [thread overview]
Message-ID: <06401767-6F09-45CE-AEFC-ED4D011EB291@Web.DE> (raw)
In-Reply-To: <78b46aa5-064f-4977-b425-b30a2f1866bb@a39g2000pre.googlegroups.com>
Am 24.11.2007 um 17:38 schrieb spamfilteraccount:
> I tried prefer-coding-system utf-8, but it didn't help.
It might help to set LANG and LC_CTYPE to some UTF-8 value. Another
step would be to avoid set-language-environment. Both means – and
(prefer-coding-system 'utf-8) works fine for me.
Finally, if the files' extension is quite unique, you could use
something like this to bind a file name extension to some particular
file encoding:
(add-to-list 'file-coding-system-alist '("\\.tex\\'" . utf-8))
This can be done temporarily.
If your files really use a particular mark at the beginning (EF BB
BF), you could augment magic-mode-alist, but this does not directly
set the file's encoding.
--
Greetings
Pete
Ce qui été compris n'existe plus. (Paul Eluard)
next prev parent reply other threads:[~2007-11-24 18:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-24 16:38 Opening file in UTF-8 mode automatically spamfilteraccount
2007-11-24 18:26 ` Peter Dyballa [this message]
2007-11-24 20:09 ` Eli Zaretskii
2007-11-24 18:38 ` Reiner Steib
2007-11-25 5:49 ` spamfilteraccount
2007-11-25 11:33 ` Reiner Steib
2007-11-27 7:12 ` spamfilteraccount
2007-11-24 20:07 ` Eli Zaretskii
[not found] ` <mailman.4039.1195934839.18990.help-gnu-emacs@gnu.org>
2007-11-25 5:51 ` spamfilteraccount
2007-11-25 20:59 ` Eli Zaretskii
[not found] ` <mailman.4082.1196024377.18990.help-gnu-emacs@gnu.org>
2007-11-27 7:14 ` spamfilteraccount
2007-11-27 7:30 ` Zhang Wei
2007-11-27 17:41 ` Reiner Steib
2007-11-27 21:47 ` Eli Zaretskii
[not found] ` <mailman.4200.1196200033.18990.help-gnu-emacs@gnu.org>
2007-11-28 6:54 ` spamfilteraccount
2007-11-27 21:48 ` Eli Zaretskii
2007-11-25 22:49 ` Xah Lee
2007-11-27 7:15 ` spamfilteraccount
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=06401767-6F09-45CE-AEFC-ED4D011EB291@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
--cc=spamfilteraccount@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.
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.