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

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

Unescaping character display.


From: rvclayton
Subject: Unescaping character display.
Date: Sun, 28 May 2017 12:06:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

emacs 24.5.1 is displaying some characters as numeric escapes.  For example,
the love-minor-mode description in the list-packages command output is "Minor
mode for working on L\303\226VE projects" (minus the double quotes).  My init
file contains (from dotemacs.de/dotfiles/BenoitGoudreault-Emond.emacs.html)

  (set-language-environment "Latin-1")
  (set-terminal-coding-system 'iso-latin-1)
  (setq unibyte-display-via-language-environment t)

What can I do to get the such characters to display in their unescaped form?




reply via email to

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