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

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

read-key-sequence displays umlauts incorrectly


From: Ulrich Neumerkel
Subject: read-key-sequence displays umlauts incorrectly
Date: Wed, 13 Dec 2000 02:29:48 +0100 (MET)

--text follows this line--
This bug report will be sent to the Free Software Foundation,
 not to your local site managers!!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

In GNU Emacs 20.7.1 (i586-pc-linux-gnu, X toolkit)
 of Tue Dec 12 2000 on p0.complang.tuwien.ac.at
configured using `configure  -prefix /usr'

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

The following commands should behave identically, but the second does
not seem to handle multibytes correctly.  In place of "rôle" one sees
"r\201ôle" instead. This happens only if you byte-compile (with no
matter what options) and load f2.  Be it interactively via the menu or
in batch mode.  If you just C-x C-e the defun or do compile-defun
(which is defined in bytecomp) the text is correctly rendered by f2...

(defun f1 ()
  (interactive)
  (message "%s" "f1: The rôle of accents")
  (read-key-sequence nil))

(defun f2 ()
  (interactive)
  (read-key-sequence "f2: The rôle of accents"))



reply via email to

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