[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: non-ASCII characters in Automake source files
From: |
Paul Eggert |
Subject: |
Re: non-ASCII characters in Automake source files |
Date: |
27 May 2003 13:04:06 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Bruno Haible <address@hidden> writes:
> Paul Eggert writes:
> > appending "(prefer-coding-system 'utf8)" to my ~/.emacs seemed to
> > be pretty close to what I was looking for.
>
> Good. I simply didn't know about it.
Oops, I see now that I mistyped my message. Just for the record, it's
spelled "utf-8" not "utf8". That is, you append:
(prefer-coding-system 'utf-8)
to your ~/.emacs file. It works for me so far, with GNU Emacs 21.3.
It probably doesn't work as well for older Emacs versions, since 21.3
has several UTF-8-related patches.