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: Lennart Borgman
Subject: Re: Problem with viper-replace-char and Swedish characters on w32
Date: Wed, 19 Apr 2006 23:36:37 +0200
User-agent: Thunderbird 1.5 (Windows/20051201)

Lennart Borgman wrote:
Stefan Monnier wrote:
But that actually seems to work with your suggestion above.

The problem is when the user doesn't want to insert é but C-x (aka ASCII
code 24).


        Stefan
Ah, I misunderstood you. But I think that is not any big problem for the "r" command in viper since it is mostly meant to be used for visible characters. So maybe a good enough solution is the one you proposed:

   (insert (aref (read-key-sequence nil) 0))

Michael, what do you think?


Hi Michael, did you see this? I suggest changing it to something like the above. This at least fixes the bug I have seen with national Swedish characters and the vi r command.

It would be very nice if we could fix this before the pretest.





reply via email to

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