Re: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-19 Fir de Conversatie hermitte
Hello, Lin <[EMAIL PROTECTED]> wrote: > > > > As such, this GSOC project may initiate the development > > > > of the API I'm missing. > > > > Hence I'm looking forward to it. > > Would you be so kind to disclose what API you are looking for? Really > curious to know. Anything that does understan

Re: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-19 Fir de Conversatie Birgi Tamersoy
Hey, > If we are indeed deciding an incremental compiler of C/C++, one of the > problem for Vim is how to give the "delta" of the current file every > time an incremental compile instruction is issued. What do you mean with the "'delta' of the current file"? If what you mean is only the differen

Re: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-19 Fir de Conversatie Lin
Hi all, Bringing this topic back :) On Apr 14, 11:35 pm, [EMAIL PROTECTED] wrote: > > > However, I do am interested in something able to understand C++ > > > constructs in order to built even more powerful code > > > transformations and generations. > > > As such, this GSOC project may initi

Re: Vertical split issue

2008-04-19 Fir de Conversatie Bram Moolenaar
Zdenek Sekera wrote: > No problem when I try 'vim -O a b' this puts both files > side by side as it should. > I was surprised to see 'vim -O a a' (note the same file) > it doesn't put them in a split window. Is this expected? > On the other hand > > vim a > :vsp a (inside vim) > > will put

Re: Problems compiling vim with --enable-gui on Debian 4.0

2008-04-19 Fir de Conversatie Bram Moolenaar
Joe Keen wrote: > While I was trying to compile vim 7.1 with gui support on a stripped > down Debian 4.0 system I ran into several issues. I'm sure they're > problems with the configuration of the OS as I installed it so I'm > trying to figure out what I'm missing that vim needs. > > First, by

Problem when compiling GUI on Ubuntu Hardy (conflict on _Xmblen)

2008-04-19 Fir de Conversatie François Ingelrest
Hi all, I've just installed the latest Ubuntu (a RC), and of course one of my first move was to compile Vim. I got an error while doing this: In file included from /usr/include/X11/Intrinsic.h:56, from gui.h:32, from structs.h:81, from vim.h:157

Re: Yestoday, I complete a fullscreen code for win32, Can i patch to vim branches?

2008-04-19 Fir de Conversatie Nico Weber
> On Thu, Apr 17, 2008 at 07:55:45PM -0700, mooling wrote: >> diff -Nur vim7o\src/feature.h vim7\src/feature.h >> --- vim7o\src/feature.h 2008-04-17 11:28:44.0 +0800 >> +++ vim7\src/feature.h 2008-04-17 20:05:00.0 +0800 >> @@ -745,6 +745,11 @@ >> # define FEAT_TOOLBAR >>