Re: Failed to compile vim with lua support.

2020-04-21 Thread Shlomi Fish
On Sat, 18 Apr 2020 21:37:10 +0800 Hongyi Zhao wrote: > Shlomi Fish 于2020年4月18日周六 下午8:53写道: > > > > Hi, > > > > On Sat, 18 Apr 2020 20:42:38 +0800 > > Hongyi Zhao wrote: > > > > > Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > > > > > > > Hi, > > > > > > > > On Sat, 18 Apr 2020 19:51:09 +0800 >

Re: Failed to compile vim with lua support.

2020-04-20 Thread Shlomi Fish
On Sat, 18 Apr 2020 16:52:52 +0300 Shlomi Fish wrote: > CCing the list, see: > > https://www.shlomifish.org/philosophy/computers/netiquette/email/reply-to-list.html > > On Sat, 18 Apr 2020 21:39:03 +0800 > Hongyi Zhao wrote: > > > Another question: Can this branch be merged into the master?

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
CCing the list, see: https://www.shlomifish.org/philosophy/computers/netiquette/email/reply-to-list.html On Sat, 18 Apr 2020 21:39:03 +0800 Hongyi Zhao wrote: > Another question: Can this branch be merged into the master? > As far as I'm concerned, my changes there are licensed as this:

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Hongyi Zhao 于2020年4月18日周六 下午9:37写道: > > Shlomi Fish 于2020年4月18日周六 下午8:53写道: > > > > Hi, > > > > On Sat, 18 Apr 2020 20:42:38 +0800 > > Hongyi Zhao wrote: > > > > > Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > > > > > > > Hi, > > > > > > > > On Sat, 18 Apr 2020 19:51:09 +0800 > > > > Hongyi Zhao

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午8:53写道: > > Hi, > > On Sat, 18 Apr 2020 20:42:38 +0800 > Hongyi Zhao wrote: > > > Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > > > > > Hi, > > > > > > On Sat, 18 Apr 2020 19:51:09 +0800 > > > Hongyi Zhao wrote: > > > > > > > No, still failed, see following: > > > > > > >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
Hi, On Sat, 18 Apr 2020 20:42:38 +0800 Hongyi Zhao wrote: > Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > > > Hi, > > > > On Sat, 18 Apr 2020 19:51:09 +0800 > > Hongyi Zhao wrote: > > > > > No, still failed, see following: > > > > > > $ git clone https://github.com/shlomif/vim.git vim.git > > >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午8:18写道: > > Hi, > > On Sat, 18 Apr 2020 19:51:09 +0800 > Hongyi Zhao wrote: > > > No, still failed, see following: > > > > $ git clone https://github.com/shlomif/vim.git vim.git > > You are using the wrong git branch: > >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
Hi, On Sat, 18 Apr 2020 19:51:09 +0800 Hongyi Zhao wrote: > No, still failed, see following: > > $ git clone https://github.com/shlomif/vim.git vim.git You are using the wrong git branch: https://github.com/shlomif/vim/tree/lua-moonjit-support execute "git checkout lua-moonjit-support" > $

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
No, still failed, see following: $ git clone https://github.com/shlomif/vim.git vim.git $ cd vim.git $ ./configure \ --enable-fail-if-missing \ --enable-autoservername \ --enable-cscope \ --enable-fontset \ --enable-multibyte \ --enable-luainterp \ --enable-perlinterp

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
Hi! On Sat, 18 Apr 2020 18:56:56 +0800 Hongyi Zhao wrote: > Shlomi Fish 于2020年4月18日周六 下午6:28写道: > > > > Hi! > > > > CCing the list. > > > > On Sat, 18 Apr 2020 18:02:18 +0800 > > Hongyi Zhao wrote: > > > > > Aonther thing to note: I installed moonjit to substitute the luajit > > > which is

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午6:28写道: > > Hi! > > CCing the list. > > On Sat, 18 Apr 2020 18:02:18 +0800 > Hongyi Zhao wrote: > > > Aonther thing to note: I installed moonjit to substitute the luajit > > which is not-maintained now. > > > > See following: > > $ luajit -v > > moonjit 2.2.0 --

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
Hi! CCing the list. On Sat, 18 Apr 2020 18:02:18 +0800 Hongyi Zhao wrote: > Aonther thing to note: I installed moonjit to substitute the luajit > which is not-maintained now. > > See following: > $ luajit -v > moonjit 2.2.0 -- Copyright (C) 2019-2020 moonjit developers. >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Hongyi Zhao
Shlomi Fish 于2020年4月18日周六 下午3:20写道: > > Hi Hongyi Zhao! > > On Sat, 18 Apr 2020 08:09:57 +0800 > Hongyi Zhao wrote: > > > Hi, > > > > Latest git version of vim, see the following: > > > > $ make -j24 > > /usr/bin/ld: objects/if_lua.o: in function `luaopen_vim': > >

Re: Failed to compile vim with lua support.

2020-04-18 Thread Shlomi Fish
Hi Hongyi Zhao! On Sat, 18 Apr 2020 08:09:57 +0800 Hongyi Zhao wrote: > Hi, > > Latest git version of vim, see the following: > > $ make -j24 > /usr/bin/ld: objects/if_lua.o: in function `luaopen_vim': > /home/werner/Public/editor/vim/vim.git/src/if_lua.c:2011: undefined > reference to

Failed to compile vim with lua support.

2020-04-17 Thread Hongyi Zhao
Hi, Latest git version of vim, see the following: $ make -j24 /usr/bin/ld: objects/if_lua.o: in function `luaopen_vim': /home/werner/Public/editor/vim/vim.git/src/if_lua.c:2011: undefined reference to `lua_setglobal' /usr/bin/ld: /home/werner/Public/editor/vim/vim.git/src/if_lua.c:2013:

Re: how to compile and install gVim with Lua support?

2017-08-25 Thread Phil Dobbin
On 25/08/17 15:26, DwigtArmyOfChampions wrote: > Aren't those all Linux commands? I'm using Windows 10. It helps if you tell people what OS you're using in the first place. Cheers, Phil. -- The sun shone, having no alternative, on the nothing new Murphy by Samuel Beckett -- -- You

Re: how to compile and install gVim with Lua support?

2017-08-25 Thread Christian Brabandt
On Fr, 25 Aug 2017, DwigtArmyOfChampions wrote: > Aren't those all Linux commands? I'm using Windows 10. you can check, what we do in the nightly windows builds: https://github.com/vim/vim-win32-installer/blob/master/appveyor.bat Best, Christian -- Mit den Frauen ist das wie mit den Hemden,

Re: how to compile and install gVim with Lua support?

2017-08-25 Thread DwigtArmyOfChampions
Aren't those all Linux commands? I'm using Windows 10. -- -- 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 --- You received this message because you are

Re: how to compile and install gVim with Lua support?

2017-08-25 Thread Mauro Locatelli
here can I find detailed instructions on how to compile gVim with Lua > support? > > -- > -- > 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/ma

how to compile and install gVim with Lua support?

2017-08-25 Thread DwigtArmyOfChampions
Where can I find detailed instructions on how to compile gVim with Lua support? -- -- 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 --- Yo

Lua support

2010-09-23 Thread Marco
Hi, Vim 7.3 has build-in Lua support, right? Is there any documentation about the API, sample lua scripts or alike to see how things work? Regards Marco -- 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

Re: Lua support

2010-09-23 Thread Zsolt Udvari
Hello Marco! Maybe you'll like this: http://www.vim.org/scripts/script.php?script_id=1763 Zsolt 2010/9/23 Marco net...@lavabit.com: Hi, Vim 7.3 has build-in Lua support, right? Is there any documentation about the API, sample lua scripts or alike to see how things work? Regards Marco

Re: Lua support

2010-09-23 Thread Marco
On 2010-09-23 Zsolt Udvari udvzs...@gmail.com wrote: Maybe you'll like this: http://www.vim.org/scripts/script.php?script_id=1763 Thanks for the hint, but that's not exactly what I need. The script helps to write arbitrary lua code. My intention is to write code in lua (instead of vimscript)

Re: Lua support

2010-09-23 Thread Marco
On 2010-09-23 ZyX zyx@gmail.com wrote: Is the information provided in if_lua.txt help file insufficient? No. This was exactly the starting point I was looking for. Thanks. Marco -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you

Re: Windows version with Python, Ruby and Lua support?

2010-08-29 Thread Jeri Raye
[snip] [snip] I'm also trying to use the command-t plugin. I have now the vim without cream but with ruby support. The plugin however does not work yet. I've contacted the writer of this plugin. He created an error ticket See for the progress the following:https://wincent.com/issues/1652

Re: Windows version with Python, Ruby and Lua support?

2010-08-27 Thread Tony Mechelynck
On 23/08/10 15:13, Didlybom wrote: On Aug 23, 1:36 pm, John Beckettjohnb.beck...@gmail.com wrote: Didlybom wrote: I am trying to use some vim scripts that require python or ruby support (such as command-t) but when I try to use them on a fresh install of Vim 7.3 on windows they do not work.

Re: Windows version with Python, Ruby and Lua support?

2010-08-24 Thread Didlybom
On Aug 23, 3:26 pm, Jeri Raye jeri.r...@gmail.com wrote: On Aug 23, 2:18 pm, Adam Duck adam.ian.d...@gmail.com wrote: On 23.08.2010 13:19, Didlybom wrote: Hi, [snip] I am trying to use some vim scripts that require python or ruby support (such as command-t) but when I try to use them

Re: Windows version with Python, Ruby and Lua support?

2010-08-24 Thread Didlybom
On Aug 23, 5:45 pm, Ben Fritz fritzophre...@gmail.com wrote: On Aug 20, 4:57 am, Didly Bom didly...@gmail.com wrote: So if you could point me to where I could download the versions of vim and gvim that have this language support I would be very grateful. The default installer on vim.org

Re: Windows version with Python, Ruby and Lua support?

2010-08-24 Thread Didlybom
On Aug 24, 11:52 am, Didlybom didly...@gmail.com wrote: On Aug 23, 5:45 pm, Ben Fritz fritzophre...@gmail.com wrote: On Aug 20, 4:57 am, Didly Bom didly...@gmail.com wrote: So if you could point me to where I could download the versions of vim and gvim that have this language support I

Windows version with Python, Ruby and Lua support?

2010-08-23 Thread Didlybom
Hi, this is my first post on this list so first I'd like to thank all the Vim contributors for your work on this awesome piece of software that is VIM. That being said, I have a question regarding python, ruby and lua support (or lack thereof) on the official Vim installer for windows. I am

RE: Windows version with Python, Ruby and Lua support?

2010-08-23 Thread John Beckett
Didlybom wrote: I am trying to use some vim scripts that require python or ruby support (such as command-t) but when I try to use them on a fresh install of Vim 7.3 on windows they do not work. See 'Vim without Cream' at: http://vim.wikia.com/wiki/download If there is a further problem, state

Re: Windows version with Python, Ruby and Lua support?

2010-08-23 Thread Adam Duck
On 23.08.2010 13:19, Didlybom wrote: Hi, this is my first post on this list so first I'd like to thank all the Vim contributors for your work on this awesome piece of software that is VIM. That being said, I have a question regarding python, ruby and lua support (or lack thereof

Re: Windows version with Python, Ruby and Lua support?

2010-08-23 Thread Didlybom
On Aug 23, 1:36 pm, John Beckett johnb.beck...@gmail.com wrote: Didlybom wrote: I am trying to use some vim scripts that require python or ruby support (such as command-t) but when I try to use them on a fresh install of Vim 7.3 on windows they do not work. See 'Vim without Cream'

Re: Windows version with Python, Ruby and Lua support?

2010-08-23 Thread Didlybom
a question regarding python, ruby and lua support (or lack thereof) on the official Vim installer for windows. I am trying to use some vim scripts that require python or ruby support (such as command-t) but when I try to use them on a fresh install of Vim 7.3 on windows they do not work. I've

Re: Windows version with Python, Ruby and Lua support?

2010-08-23 Thread Jeri Raye
On Aug 23, 2:18 pm, Adam Duck adam.ian.d...@gmail.com wrote: On 23.08.2010 13:19, Didlybom wrote: Hi, [snip] I am trying to use some vim scripts that require python or ruby support (such as command-t) but when I try to use them on a fresh install of Vim 7.3 on windows they do not work.

Re: Windows version with Python, Ruby and Lua support?

2010-08-23 Thread Ben Fritz
On Aug 20, 4:57 am, Didly Bom didly...@gmail.com wrote: So if you could point me to where I could download the versions of vim and gvim that have this language support I would be very grateful. The default installer on vim.org contains the language support you desire, but set up for dynamic

Windows version with Python, Ruby and Lua support?

2010-08-20 Thread Didly Bom
Hi, this is my first post on this list so first I'd like to thank all the Vim contributors for your work on this awesome piece of software that is VIM. That being said, I have a question regarding python, ruby and lua support (or lack thereof) on the official Vim installer for windows. I am

Re: Windows version with Python, Ruby and Lua support?

2010-08-20 Thread H Xu
On 2010/8/20 17:57, Didly Bom wrote: Hi, this is my first post on this list so first I'd like to thank all the Vim contributors for your work on this awesome piece of software that is VIM. That being said, I have a question regarding python, ruby and lua support (or lack thereof