From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: ken <gebser@speakeasy.net>
Cc: GNU Emacs List <help-gnu-emacs@gnu.org>
Subject: Re: replacing characters and whacky trans-buffer conversion
Date: Fri, 9 Mar 2007 14:02:37 +0100 [thread overview]
Message-ID: <A3AC7CAD-6BBC-4E22-A23D-7443002B1ED3@Web.DE> (raw)
In-Reply-To: <45F13538.5010805@speakeasy.net>
Am 09.03.2007 um 11:21 schrieb ken:
> I've further discovered that it's not even a matter of cutting &
> pasting/yanking. If I simply enter C-q 5 5 4 2 RETURN in *.el and
> again
> in *scratch*, this results in a different character in each buffer,
> the
> *.el file getting it wrong (which is the kern of the problem).
Emacs Lisp files are usually kep in some ISO Latin. If you want to
enter the GREEK SMALL LETTER BETA, U+03B2, i.e. ``β´´ (and not the
German LATIN SMALL LETTER SHARP S, U+00DF, i.e. ``ß´´), you should
add this as the first line of your ~/.emacs file (more variables
possible):
;;; -*- mode: Emacs-Lisp; coding: utf-8-unix; -*-
First open the file as usual, then add the new line as first line (or
enter them as local variables at the file's end), and finally save as
utf-8.
--
Greetings
Pete
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
-Benjamin Franklin, Historical Review of Pennsylvania.
next prev parent reply other threads:[~2007-03-09 13:02 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-06 15:15 replacing characters and whacky trans-buffer conversion ken
2007-03-06 16:28 ` Peter Dyballa
2007-03-07 7:38 ` Matthew Flaschen
2007-03-07 9:59 ` Peter Dyballa
2007-03-08 12:16 ` ken
2007-03-08 16:31 ` Peter Dyballa
2007-03-08 20:43 ` ken
2007-03-08 23:14 ` Peter Dyballa
[not found] ` <mailman.688.1173395790.7795.help-gnu-emacs@gnu.org>
2007-03-09 14:28 ` Oliver Scholz
2007-03-07 20:48 ` ken
2007-03-07 21:03 ` ken
2007-03-07 21:30 ` Peter Dyballa
2007-03-08 1:11 ` ken
[not found] ` <mailman.627.1173316331.7795.help-gnu-emacs@gnu.org>
2007-03-08 7:50 ` Stefan Monnier
2007-03-08 10:40 ` ken
2007-03-08 11:55 ` ken
[not found] ` <mailman.648.1173350436.7795.help-gnu-emacs@gnu.org>
2007-03-09 1:51 ` Stefan Monnier
2007-03-09 10:15 ` ken
2007-03-09 13:14 ` Peter Dyballa
2007-03-09 15:54 ` ken
2007-03-09 16:13 ` Peter Dyballa
2007-03-09 18:41 ` Reiner Steib
2007-03-10 18:29 ` ken
2007-03-10 18:57 ` Reiner Steib
2007-03-10 19:00 ` Peter Dyballa
2007-03-10 19:12 ` Eli Zaretskii
2007-03-09 10:21 ` ken
2007-03-09 13:02 ` Peter Dyballa [this message]
[not found] ` <mailman.699.1173435731.7795.help-gnu-emacs@gnu.org>
2007-03-09 20:20 ` Stefan Monnier
2007-03-10 18:32 ` ken
[not found] ` <mailman.698.1173435330.7795.help-gnu-emacs@gnu.org>
2007-03-09 20:34 ` Stefan Monnier
2007-03-09 22:00 ` Oliver Scholz
[not found] <mailman.528.1173194164.7795.help-gnu-emacs@gnu.org>
2007-03-06 16:41 ` Oliver Scholz
2007-03-06 17:52 ` Stefan Monnier
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=A3AC7CAD-6BBC-4E22-A23D-7443002B1ED3@Web.DE \
--to=peter_dyballa@web.de \
--cc=gebser@speakeasy.net \
--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).