conceal-ownsyntax & vim7-patches: 1-158 errors

2006-11-07 Thread pizomer
Hi all I can't patch vim with conceal-ownsyntax. The patch it's applied with only 2 errors patching file src/spell.c Hunk #14 FAILED at 2042. Hunk #24 FAILED at 9271. Someone here ecountered the same problem? The real problems is because I don't know how to program in C , i do ok with './config

Vim patches and lack of food

2006-07-20 Thread Bram Moolenaar
Greetings, Vim users. You may have noticed patches for Vim 7 appear at a slow pace. I currently have limited time to work on Vim. And my internet connection isn't 100% reliable, and SourceForge was down for a day, and [insert your favorite excuse here]... On the positive side: I found a

Re: Patches

2006-06-23 Thread A.J.Mechelynck
port CONF_OPT_FEAT='--with-features=huge' export CONF_OPT_MULTIBYTE='--enable-multibyte' export CONF_OPT_COMPBY='"[EMAIL PROTECTED]"' ->8- 2) Apply patches 3) (in bash) source myenviro (just "running" myenviro isn't enough). 4) make >

Re: Patches

2006-06-23 Thread Diwaker Gupta
--enable-gui=no --prefix=/usr --with-features=huge --enable-multibyte Do I need to run ./configure (with options), make, and make install after every patch to keep these options going? Usually just doing 'make' and 'make install' will suffice. However, there might be cases where you may need to

Re: Patches

2006-06-23 Thread Rick Hogg
--- Mathias Michaelis <[EMAIL PROTECTED]> wrote: > Tony, Rick > > >> patch -s -t -d vim70 -p0 -i patches/7.0.001 > >> patch -s -t -d vim70 -p0 -i patches/7.0.001 > >> patch -s -t -d vim70 -p0 -i patches/7.0.001 > >> patch -s -t -d vim70 -p0 -i pa

Re: Patches

2006-06-23 Thread Mathias Michaelis
Tony, Rick >> patch -s -t -d vim70 -p0 -i patches/7.0.001 >> patch -s -t -d vim70 -p0 -i patches/7.0.001 >> patch -s -t -d vim70 -p0 -i patches/7.0.001 >> patch -s -t -d vim70 -p0 -i patches/7.0.001 >> etc... >> > I suppose you ment 001, 002, 003, 004, ...

Re: Patches

2006-06-23 Thread A.J.Mechelynck
-extra.tar.gz | tar x mkdir vim70/patches wget -r -l 1 -nc -nd -P vim70/patches "ftp://ftp.vim.org/pub/vim/patches/7.0/"; patch -s -t -d vim70 -p0 -i patches/7.0.001 patch -s -t -d vim70 -p0 -i patches/7.0.001 patch -s -t -d vim70 -p0 -i patches/7.0.001 patch -s -t -d vim70 -p0 -i patch

Re: Patches

2006-06-23 Thread A.J.Mechelynck
Linux): ... download all 3 archives, then ... mkdir -pv ~/.build/vim bunzip2 -vf vim-7*.bz2 gunzip -vf vim-7*.gz for f in vim-7*.tar ; do tar -xvC ~/.build/vim -f $f ; done cd ~/.build/vim/vim70 mkdir patches cd patches ftp ..

Re: Patches

2006-06-23 Thread Mathias Michaelis
r.gz | tar x mkdir vim70/patches wget -r -l 1 -nc -nd -P vim70/patches "ftp://ftp.vim.org/pub/vim/patches/7.0/"; patch -s -t -d vim70 -p0 -i patches/7.0.001 patch -s -t -d vim70 -p0 -i patches/7.0.001 patch -s -t -d vim70 -p0 -i patches/7.0.001 patch -s -t -d vim70 -p0 -i patches/7.0.001

Re: Patches

2006-06-23 Thread Rick Hogg
e the contents of each /src directory into the one in the Unix archive? Thanks --- "A.J.Mechelynck" <[EMAIL PROTECTED]> wrote: > Rick Hogg wrote: > > Hello, > > > > VIM 7 currently has 22 patches. I just installed > 7.0 > > yesterday, and now I'd

Re: Patches

2006-06-21 Thread A.J.Mechelynck
Rick Hogg wrote: Hello, VIM 7 currently has 22 patches. I just installed 7.0 yesterday, and now I'd like to install the patches. How might I go about doing that? Thanks, Rick __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

Re: Patches

2006-06-21 Thread Marc Weber
> VIM 7 currently has 22 patches. I just installed 7.0 > yesterday, and now I'd like to install the patches. > How might I go about doing that? See vim.org Download -> patches Download -> developement aap should be able to do this for you. Marc

Patches

2006-06-21 Thread Rick Hogg
Hello, VIM 7 currently has 22 patches. I just installed 7.0 yesterday, and now I'd like to install the patches. How might I go about doing that? Thanks, Rick __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: Svn and patches

2006-04-29 Thread Suresh Govindachar
hecking out and for subsequent updating.) --Suresh Original_Message From: "Suresh Govindachar" <[EMAIL PROTECTED]> To: "'Zdenek Sekera'" <[EMAIL PROTECTED]>, Date: Fri, 28 Apr 2006 02:11:42 -0700 Subject: Re: Svn and patches Zdenek asked fo

Re: Svn and patches

2006-04-28 Thread ymc014
Thank you for the info - Original Message - From: "Edward L. Fox" <[EMAIL PROTECTED]> To: "Suresh Govindachar" <[EMAIL PROTECTED]>; Sent: Friday, April 28, 2006 1:19 PM Subject: Re: Svn and patches > > Hi, I'm the subversion repository mai

Re: Svn and patches

2006-04-27 Thread Edward L. Fox
On 4/28/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > Suresh Govindachar wrote: > > > Does the stuff downloaded from svn include all > > the latest patches? I suspect it does since > > the version from yesterday's download says 7.0f02. > >

Re: Svn and patches

2006-04-27 Thread Bram Moolenaar
Suresh Govindachar wrote: > Does the stuff downloaded from svn include all > the latest patches? I suspect it does since > the version from yesterday's download says 7.0f02. > > If so, how latest? Meaning, I suppose Bram commits > before sending not

Svn and patches

2006-04-27 Thread Suresh Govindachar
Hello, Does the stuff downloaded from svn include all the latest patches? I suspect it does since the version from yesterday's download says 7.0f02. If so, how latest? Meaning, I suppose Bram commits before sending notice of the patch to the mailing list -- how much