2
I'm using Emacs 24.2 under Windows 7 x64 with cedet, semantic, autocomplete and other modules.
In one of my config files I've defined
(global-set-key (kbd "<C-tab>") 'semantic-complete-self-insert)
But actually in Emacs when I type Ctrl+Tab it inserts some character (like japanese).
Also I have (prefer-coding-system 'utf-8)
. Can anybody explain this issue? (no problems with same configs under linux)