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

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

Re: read-key-sequence displays umlauts incorrectly


From: Gerd Moellmann
Subject: Re: read-key-sequence displays umlauts incorrectly
Date: 15 Jan 2001 20:59:23 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.96

Ulrich Neumerkel <ulrich@a0.complang.tuwien.ac.at> writes:

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

I can't reproduce this with 20.7, here.  What happens when you
start Emacs with `-q --no-site-file'?



reply via email to

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