Control-<key> sequences are handled indifferently in various keyboard layouts by most programs. Emacs happens to do otherwise. It\'s impossible to enter keyboard shortcuts like C-x while in Russian layout. M-x would be nice to work there, too. --- --- Installed packages: emacs-X11-21.2-alt4 emacsen-startscripts-0.0.1-alt3 emacs-leim-21.2-alt4 XFree86-server-4.2.0-alt2 Xkb options from /etc/X11/XF86Config-4: Option \"XkbRules\" \"xfree86\" Option \"XkbModel\" \"pc105\" Option \"XkbLayout\" \"ru\" Option \"XkbVariant\" \"winkeys\" Option \"XkbOptions\" \"grp:ctrl_shift_toggle\"
in emacs-21.2-alt9 by menas of the uploaded patch. It changes emacs\' internals, we should be extermely careful that it doesn\'t break some correct behaviour in other places. It\'s idea is like this: if one modifier of the certain modifiers is encountered in inout event, almost the whole state is discarded to acquire the keysym. (Originally, only the encountered modifier used to be discarded in this case.)