Re: language-mapping is not applied to macro

2013-08-16 Fir de Conversatie Yukihiro Nakadaira
On Fri, Aug 2, 2013 at 11:33 PM, Ron Aaron ronware@gmail.com wrote: Perhaps this is related to the bug I reported with Hebrew keymap, some imap doesn't work. I think those two problem is slightly different. Tyru's problem is that it is not possible to record and repeat insertion using

Re: language-mapping is not applied to macro

2013-08-04 Fir de Conversatie Andy Wokula
Am 04.08.2013 05:29, schrieb Ron Aaron: On Saturday, August 3, 2013 10:57:29 PM UTC+3, Bram Moolenaar wrote: It appears you expect lmap's to be remappable. If you look at the output of :lmap you can see they are listed with a star, which means they are not remappable. No, I expect that if I

Re: language-mapping is not applied to macro

2013-08-04 Fir de Conversatie Ron Aaron
Thank you, Andy -- that patch does exactly what I want. Bram, will you incorporate it? Thanks! On 08/04/2013 02:15 PM, Andy Wokula wrote: Yes. Old discussion comes up again. Try attached patch. (note ff=dos) (not sure if it can be applied to current sources, but it's very short). It

Re: language-mapping is not applied to macro

2013-08-04 Fir de Conversatie Bram Moolenaar
Andy Wokula wrote: Am 04.08.2013 05:29, schrieb Ron Aaron: On Saturday, August 3, 2013 10:57:29 PM UTC+3, Bram Moolenaar wrote: It appears you expect lmap's to be remappable. If you look at the output of :lmap you can see they are listed with a star, which means they are not

Re: language-mapping is not applied to macro

2013-08-04 Fir de Conversatie Ron Aaron
On Sunday, August 4, 2013 5:24:44 PM UTC+3, Bram Moolenaar wrote: It has always been that way. When changing this the users who want remapping to work (the ones involved in this discussion) will be happy, and another set of users (who are not yeet involved, since they are currently happy)

Re: language-mapping is not applied to macro

2013-08-03 Fir de Conversatie tyru
Hi Bram! If my understanding is correct, The reply doesn't seem to be the answer for the problem I posted? How about that? Is it a bug? or the behavior is supposed to work? On Sat, Aug 3, 2013 at 3:16 AM, Bram Moolenaar b...@moolenaar.net wrote: Ron Aaron wrote: Perhaps this is related to

Re: language-mapping is not applied to macro

2013-08-03 Fir de Conversatie Ron Aaron
On Friday, August 2, 2013 9:16:41 PM UTC+3, Bram Moolenaar wrote: Ron Aaron wrote: :lmap is only for typed characters. From the help: No, that's not my problem. I'm attaching a file which demonstrates the exact problem, if you do gvim -u test.vim, and then in insert mode type the '

Re: language-mapping is not applied to macro

2013-08-03 Fir de Conversatie Bram Moolenaar
Ron Aaron wrote: On Friday, August 2, 2013 9:16:41 PM UTC+3, Bram Moolenaar wrote: Ron Aaron wrote: :lmap is only for typed characters. From the help: No, that's not my problem. I'm attaching a file which demonstrates the exact problem, if you do gvim -u test.vim, and then in

Re: language-mapping is not applied to macro

2013-08-03 Fir de Conversatie tyru
It appears you expect lmap's to be remappable. If you look at the output of :lmap you can see they are listed with a star, which means they are not remappable. It is related to my old question, which is listed in todo.txt When a mapping exists both for insert mode and lang-insert mode, the

Re: language-mapping is not applied to macro

2013-08-03 Fir de Conversatie Ron Aaron
On Saturday, August 3, 2013 10:57:29 PM UTC+3, Bram Moolenaar wrote: It appears you expect lmap's to be remappable. If you look at the output of :lmap you can see they are listed with a star, which means they are not remappable. No, I expect that if I map ' to something, then that mapping

Re: language-mapping is not applied to macro

2013-08-03 Fir de Conversatie Tony Mechelynck
On 03/08/13 21:57, Bram Moolenaar wrote: Ron Aaron wrote: On Friday, August 2, 2013 9:16:41 PM UTC+3, Bram Moolenaar wrote: Ron Aaron wrote: :lmap is only for typed characters. From the help: No, that's not my problem. I'm attaching a file which demonstrates the exact problem, if you

language-mapping is not applied to macro

2013-08-02 Fir de Conversatie tyru
Hi list, The following steps reproduce the problem. 1. :lmap [ {{{ 2. iC-^Esc 3. qai[Escq 4. @a Step 4 inserts a string [, not {{{. Regards, -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: language-mapping is not applied to macro

2013-08-02 Fir de Conversatie Ron Aaron
Perhaps this is related to the bug I reported with Hebrew keymap, some imap doesn't work. -- -- You received this message from the vim_dev 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 --- You

Re: language-mapping is not applied to macro

2013-08-02 Fir de Conversatie Bram Moolenaar
Ron Aaron wrote: Perhaps this is related to the bug I reported with Hebrew keymap, some imap doesn't work. :lmap is only for typed characters. From the help: Language mappings will never be applied to already mapped characters. They are only used for typed characters. This assumes