* Bram Moolenaar <Bram@> [061020 23:04]:
> Read again: Vim _assumes_ the Alt key sets the 8th bit.
What about GVim?

> If this doesn't happen, then you need to map the character that
> is produced instead of <M-x>.
So, <M-x> is a shortcut for (x | 0x80)?  This is not right.  Not
_always_ right.  In general, this is wrong for all non-ascii
8-bit locales, Vim expectations is quite outdated...

> Vim can't know what key is actually pressed when some character
> with the 8th bit set arrives,
Well, I am talking about _giving_ Vim this way.  Will <M-x> be
shortcut to (x | 0x80) or <Esc>x.

I'll take a look in code and try to make this configurable.

-- 
Regards,
Sir Raorn.

Attachment: signature.asc
Description: Digital signature

Reply via email to