[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnu emacs w32 & unicode
From: |
Kai Grossjohann |
Subject: |
Re: gnu emacs w32 & unicode |
Date: |
Wed, 30 Jun 2004 17:28:31 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
"Edward Casey" <ejmn@cpinternet.com> writes:
> ((eq c ?A) (delete-char) (insert ?Ā))
That is legal, but please make sure to put a coding cookie into the
file. That is, if the encoding is supposed to be utf-8, then put
;; -*- coding: utf-8; -*-
into the first line of the file. (There can be other stuff on that
line, too. The important part is the stuff enclosed in "-*-".)
Kai