On 24/10/08 21:10, fritzophrenic wrote:
> On Oct 23, 6:54 pm, "Roberto Miura Honji"<[EMAIL PROTECTED]>
> wrote:
>> example:
>> map<M-a>  :help<CR>
>> This don't work.
>>
>
> Define "doesn't work". What does it do instead of what you expect it
> to do?
>
>> I try to map using<C-k><M-a>, but the character 'a' is mapped.
>>
>
> So, you're trying to map the key sequence, CTRL-k, Meta-a?
>
> Without more information, we can't help much, but these general
> pointers might help:
>
> * unlike CTRL mappings, Meta-mappings are case sensitive.
> * :help 'winaltkeys'

You can't remap Ctrl-K, which is used to enter digraphs.

Here, Alt-a (or Meta-a) is equivalent to a-acute, which is to be 
expected since a-acute == 0xE1 == 0x61 + 0x80 == small-a with high bit 
set. Are you sure the letter mapped was just plain a and not รก (small a 
with acute accent)?


Best regards,
Tony.
-- 
hundred-and-one symptoms of being an internet addict:
223. You set up a web-cam as your home's security system.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to