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 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 lmap. -- Yukihiro

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) w

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

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). > >

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

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

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 map

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,

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

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 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 wrote: > > Ron Aaron wrote: > >> Perhaps this is related to the bug I repor

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

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 rec

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. i 3. qai[q 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, visi