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

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

Re: Can't isearch 'ö'


From: Stefan Monnier
Subject: Re: Can't isearch 'ö'
Date: Fri, 15 Apr 2005 08:36:40 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> Hmm... indeed the translation-table-for-input is not used for X11 keys.
>> Now that I look at it a bit more, I think the patch below would make sense.
>> What do other people think?

> That doesn't work in some case.  The value of
> translation-table-for-input can be different in each buffer
> (depending of buffer-file-coding-system of a buffer).

Of course, that's why we can't do directly it in the
xkeysym->char conversion.  But it seems like doing it in read-char
should work.  Can you show me an existing piece of code where it wouldn't
work right?  Hypothetical examples aren't too interesting since we can also
concoct such examples where the current "translate in
self-insert-command" can be made to fail.


        Stefan




reply via email to

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