emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem with viper-replace-char and Swedish characters on w32


From: Stefan Monnier
Subject: Re: Problem with viper-replace-char and Swedish characters on w32
Date: Wed, 29 Mar 2006 15:18:36 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> This gives incorrect display of character if it is a Swedish character (like
> o with two dots above) under the conditions I explained before (Swedish
> keyboard, Local English). The code below gives the desired result:

>    (let ((last-command-char (read-char "c:"))) (self-insert-command 1))

This will not obey keyboard-coding-system but
nonascii-translation-table instead.  So it will work OK sometimes, but is
not what you want.  But note that this is also what quoted-insert uses, so
it's no worse than the normal C-q.


        Stefan




reply via email to

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