Re: Compile vim with clipboard support.

2019-08-24 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午10:49写道: > > On Fri, Aug 23, 2019 at 4:24 PM Hongyi Zhao wrote: > > > > Tony Mechelynck 于2019年8月23日周五 下午10:04写道: > > > > > > On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao wrote: > > > > Sorry for my last reply to this thread. I try in a incorrect dir. > > > > > >

Re: List of mirrors - help needed

2019-08-24 Thread Anton Shepelev
Bram Moolenaar: > The ftp protocol is slowly fading away. Still, we provide > the Vim sources through ftp. Anonymous FTP is great. It means I can download software without a bloated browser that updates once a week. And it does not force me to upgrade my software, then the OS, then the PC, sim

Re: List of mirrors - help needed

2019-08-24 Thread Bram Moolenaar
Anton Shepelev wrote: > > The ftp protocol is slowly fading away. Still, we provide > > the Vim sources through ftp. > > Anonymous FTP is great. It means I can download software > without a bloated browser that updates once a week. And it > does not force me to upgrade my software, then the

Re: List of mirrors - help needed

2019-08-24 Thread George Dinwiddie
Anton On 8/24/19 11:51 AM, Anton Shepelev wrote: Many https: links no longer work for me in Windows XP. Is there any reason for providing public software via HTTPS? Yes, as otherwise a man-in-the-middle attack could give you a version of vim with malware inserted. You may find wget (https:

Re: List of mirrors - help needed

2019-08-24 Thread Richard Mitchell
On Saturday, August 24, 2019 at 1:24:52 PM UTC-4, Bram Moolenaar wrote: > > -- > hundred-and-one symptoms of being an internet addict: > 111. You and your friends get together regularly on IRC, even though > all of you live in the same city. > I was expecting the last word to be "house"

Re: Compile vim with clipboard support.

2019-08-24 Thread Tony Mechelynck
On Sat, Aug 24, 2019 at 9:26 AM Hongyi Zhao wrote: > Based on the instructions given here: > > https://github.com/vim/vim/blob/master/src/INSTALL > > It said that: > > --- > The advantage of running configure separately, is that you can write a script > to build Vim, without changing the M

Are the --enable-hangulinput and --enable-xim confilct?

2019-08-24 Thread Hongyi Zhao
Hi, I try to build vim with the --enable-hangulinput and --enable-xim confilct at the same time, but failed with error: - vim.h:1585:63: error: called object ‘size_t’ is not a function or function pointer #define STRNCMP(d, s, n)strncmp((char *)(d), (char *)(s), (size

-xfontset, -xterm_save and some other still disables features.

2019-08-24 Thread Hongyi Zhao
Hi, Configured as follows: ./configure \ --enable-fail-if-missing \ --enable-autoservername \ --enable-cscope \ --enable-fontset \ --enable-multibyte \ --enable-luainterp \ --enable-perlinterp \ --enable-pythoninterp \ --enable-python3interp \ --enable-ruby