>    `C-\ C-\' is especially useful inside an incremental search, because
> it stops waiting for more characters to combine, and starts searching
> for what you have already entered.

> Though, I admit that it's not convenient.  We long ago
> discussed about a way to improve the behaviour of isearch in
> such a case, but, as far as I remember, no one has provided
> a concrete code.

It's the same kind of problem as the one we talked about recently.
We could fix it by making the input method not wait for the next char.
I.e. if you type in "a" it immediately passes "a" further and when you
subsequently type in "`", it needs to pass along something like DEL + à.
Making this work robustly is very difficult, tho.


        Stefan


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to