[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: non-ASCII characters in auto-save files
From: |
Stefan Monnier |
Subject: |
Re: non-ASCII characters in auto-save files |
Date: |
Mon, 25 Jun 2012 19:21:36 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
> - Can Emacs be persuaded to to encode auto-save files in a more useful
> manner ?
No. Auto-save files are encoded using Emacs's internal coding-system,
which makes the operation a lot more reliable and efficient (no need to
worry about the case where some char(s) can't be encoded, for example).
> - Is there a systematic way to convert #myfile# to iso-latin-9 (or
> iso-latin-1) code, other than painstakingly searching and replacing
> offending chars ?
Just open the file with the right coding-system (typically, opening
"myfile" and then hitting M-x recover-this-file RET should do the
trick).
Stefan
- Re: non-ASCII characters in auto-save files,
Stefan Monnier <=