Some supplementary diagnostic detail:

Just for the record, digraphs work fine, and display just fine.
It is just the mappings which do not return the programmed mapping..

The mapping-induced corruption is identical with:

$ vim -N -u NONE

and the mappings entered by hand, using digraphs, i.e. not mouse-pasted.
(The latter leaves the X clipboard open to suspicion.)

so we still have:

map <A-a> å       invokes as á
map <A-e> æ       invokes as å
map <A-o> ø       invokes as ï
map <A-<> «       invokes as ¬
map <A->> »       invokes as ®

But:

imap <A-a> å       invokes as æ
imap <A-e> æ       invokes as æ
imap <A-o> ø       invokes as ø
imap <A-<> «       invokes as ¬
imap <A->> »       invokes as ®

Now 40% of the mappings are working. I wonder if that's real progress,
or coincidence?

Erik

-- 
I frequently hear "it's not rocket science, is it?". No, but I recently saw a
slide of the infamous "O rings" which failed on the Challenger shuttle. Under a
layer of frost, you can just read "Do not use in temperatures below 16C". So
even rocket science is not rocket science.  - User feedback seen on BBC website

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to