unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* numbers instead of accented letters...
@ 2018-11-25  2:55 Jean-Christophe Helary
  2018-11-25  3:38 ` Eli Zaretskii
  2018-11-25 16:56 ` Stefan Monnier
  0 siblings, 2 replies; 13+ messages in thread
From: Jean-Christophe Helary @ 2018-11-25  2:55 UTC (permalink / raw)
  To: help-gnu-emacs

What have I possibly done to have my .emacs.el display number sequences instead of accented letters ?

I just noticed that a few days ago...

for ex:

;; pour h\303\251riter du $PATH quand Emacs est lanc\303\251 hors de la ligne de commande

Also, it is not only a display issue, when I type such accented sequences I can only see the number sequences...

Other files (normal text files, etc.) are not affected by this behavior.

To make sure that I use UTF-8 everywhere I have this code:

;; UTF-8
(setq locale-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(prefer-coding-system 'utf-8)
(when (display-graphic-p)
  (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)))

It must be something trivial but I have no idea where to start.


Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune





^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-11-26 14:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-25  2:55 numbers instead of accented letters Jean-Christophe Helary
2018-11-25  3:38 ` Eli Zaretskii
2018-11-25  4:22   ` Jean-Christophe Helary
2018-11-25 16:21     ` Eli Zaretskii
2018-11-25 16:42       ` Jean-Christophe Helary
2018-11-26  8:09       ` Jean-Christophe Helary
2018-11-25 16:56 ` Stefan Monnier
2018-11-26  7:22   ` Jean-Christophe Helary
2018-11-26  8:10   ` Jean-Christophe Helary
2018-11-26 13:20     ` Stefan Monnier
2018-11-26 14:09       ` Jean-Christophe Helary
2018-11-26 14:20         ` Stefan Monnier
2018-11-26 14:46           ` Jean-Christophe Helary

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).