[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Entering UTF-8 Characters
From: |
David Hansen |
Subject: |
Re: Entering UTF-8 Characters |
Date: |
Tue, 20 Dec 2005 03:14:51 +0100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
On Mon, 19 Dec 2005 18:11:59 -0600 Cameron Desautels wrote:
> My ultimate goal is to type "smart quotes" into UTF-8 files. I've
> looked through some of the coding systems, but I can't find any way at
> all to enter these characters. I do realize that there are excellent
> packages in existence which make this an easy task, but I'd rather not
> *depend* on a package. Any tips?
Part of GNU emacs:
M-x set-input-method RET TeX RET
\qlqq: „
\grqq: “
\"`: „
\"': “
\"<: «
\">: »
\lq: ‘
\rq: ’
and lots of more fancy stuff like ∫dϕ = 2π …
M-x describe-input-method RET
David