help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

These default coding systems were tried...etc...


From: Loic Bertrand
Subject: These default coding systems were tried...etc...
Date: Thu, 16 May 2002 18:15:55 +0200

Hello


I upgraded form emacs 19.X to emacs 21.2 and everything seemed to be OK.
I met just with a problem which drives me mad as I cannot find the
solution to it.

I am a Latin1 user and selected Latin1 as
"current-language-environment". Nevertheless, some of the accentuated
charcters are ok (é or è) but charcaters with circonflexe accents leads
to an error when I try to save the file (it prints ok on the screen).
Using the spell-checker I can correct the word and save it normally.

Thank you very very very much for any advice,

Loïc


The error is :
--------------------------------------------------------------------
These default coding systems were tried:
  latin-1-unix
However, none of them safely encodes the target text.

Select one of the following safe coding systems:
  x-ctext iso-2022-7bit raw-text emacs-mule no-conversion
  ctext-no-compositions iso-2022-8bit-ss2 iso-2022-7bit-lock
  iso-2022-7bit-ss2 tibetan-iso-8bit-with-esc thai-tis620-with-esc
  lao-with-esc korean-iso-8bit-with-esc hebrew-iso-8bit-with-esc
  greek-iso-8bit-with-esc iso-latin-9-with-esc iso-latin-8-with-esc
  iso-latin-5-with-esc iso-latin-4-with-esc iso-latin-3-with-esc
  iso-latin-2-with-esc iso-latin-1-with-esc
  in-is13194-devanagari-with-esc cyrillic-iso-8bit-with-esc
  chinese-iso-8bit-with-esc japanese-iso-8bit-with-esc


-----------------------------------------------------------------------

And here is my .emacs :

(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste
it!
  ;; Your init file should contain only one such instance.
 '(bibtex-string-file-path nil t)
 '(case-fold-search t)
 '(current-language-environment "Latin-1")
 '(delete-selection-mode t nil (delsel))
 '(file-name-coding-system nil t)
 '(global-font-lock-mode t nil (font-lock))
 '(ispell-program-name "aspell")
 '(latex-block-names nil)
 '(latex-run-command "pdflatex")
 '(mouse-wheel-mode t nil (mwheel))
 '(rmail-delete-after-output nil t)
 '(sendmail-coding-system nil t)
 '(show-paren-mode t nil (paren))
 '(tex-command nil t)
 '(tex-run-command "pdftex")
 '(texinfo-close-quote "''" t)
 '(texinfo-open-quote "``" t)
 '(transient-mark-mode t)
 '(x-select-enable-clipboard t))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!

  ;; Your init file should contain only one such instance.
 )







reply via email to

[Prev in Thread] Current Thread [Next in Thread]