From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: saving problem - please help!
Date: Sat, 09 Nov 2002 17:03:25 +0100 [thread overview]
Message-ID: <847kfmk9wy.fsf@crybaby.uni-duisburg.de> (raw)
In-Reply-To: mailman.1036751118.27068.help-gnu-emacs@gnu.org
Luca Ferrari <fluca1978@libero.it> writes:
> I've got a problem on the saving operation with emacs. When I save the file
> emacs asks me the coding system, because the latin-9 doesn't work. So I
> choose one of the saving coding types, but the characters like 'à' 'é' 'ò'
> are saved like '\216a' etc. Since the text is a latex input, how can I say
> to emacs to save the text with the correct characters and reconvert the
> already written text into the right format?
This means that you have some character in your buffer which is not
in Latin-9. Emacs 20 used to show you the first character that
couldn't be encoded in the coding system, but Emacs 21.2 doesn't do
that anymore. (Emacs 21.4 will do it again.)
You could search for unknown characters with something like
C-u C-s [^\000-\177äöü]
Instead of äöü you should put all the nonascii characters that you
normally use.
kai
--
~/.signature is: umop ap!sdn (Frank Nobis)
next parent reply other threads:[~2002-11-09 16:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1036751118.27068.help-gnu-emacs@gnu.org>
2002-11-09 16:03 ` Kai Großjohann [this message]
2002-11-08 11:11 saving problem - please help! Luca Ferrari
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=847kfmk9wy.fsf@crybaby.uni-duisburg.de \
--to=kai.grossjohann@uni-duisburg.de \
/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).