Re: Fixes to syntax/sh.vim: escaped quotes, case statements

2007-10-22 Fir de Conversatie Charles E Campbell Jr
Please try http://mysite.verizon.net/astronaut/vim/index.html#vimlinks_syntax (click on sh.vim.gz). I've not submitted this version to Bram because it needs more checkout for side effects. I wish the start= and end= patterns in regions could contain groups not in the rest of the region; yo

Re: anchoring filename completion to the end of filename

2007-10-22 Fir de Conversatie Bram Moolenaar
Yakov Lerner wrote: > Would you add to the todo list some way to lock the > filename completion to the end of the filename ? Currently, the > :e *a > automatically adds the * at the end. This shows not > files endnig with 'a', but all files *containing* 'a' . This > is by design. The cons

Re: Possibility of a console server through a socket?

2007-10-22 Fir de Conversatie Yakov Lerner
On 10/22/07, Nikolai Weibull <[EMAIL PROTECTED]> wrote: > > > How difficult would it be to implement a console server using sockets? > if_xsrvcmd.c looks quite complicated, but I get the felling that a > simple socket interface wouldn't require quite as much code. > > Anyone have any thoughts on th

Re: Possibility of a console server through a socket?

2007-10-22 Fir de Conversatie Nikolai Weibull
On 10/22/07, Tony Mechelynck <[EMAIL PROTECTED]> wrote: > > Nikolai Weibull wrote: > > How difficult would it be to implement a console server using sockets? > > if_xsrvcmd.c looks quite complicated, but I get the felling that a > > simple socket interface wouldn't require quite as much code. > >

Re: Possibility of a console server through a socket?

2007-10-22 Fir de Conversatie Tony Mechelynck
James Vega wrote: > On Mon, Oct 22, 2007 at 02:10:19PM +0200, Tony Mechelynck wrote: >> Nikolai Weibull wrote: >>> How difficult would it be to implement a console server using sockets? >>> if_xsrvcmd.c looks quite complicated, but I get the felling that a >>> simple socket interface wouldn't req

Re: Possibility of a console server through a socket?

2007-10-22 Fir de Conversatie James Vega
On Mon, Oct 22, 2007 at 02:10:19PM +0200, Tony Mechelynck wrote: > > Nikolai Weibull wrote: > > How difficult would it be to implement a console server using sockets? > > if_xsrvcmd.c looks quite complicated, but I get the felling that a > > simple socket interface wouldn't require quite as much

Re: Possibility of a console server through a socket?

2007-10-22 Fir de Conversatie Tony Mechelynck
Nikolai Weibull wrote: > How difficult would it be to implement a console server using sockets? > if_xsrvcmd.c looks quite complicated, but I get the felling that a > simple socket interface wouldn't require quite as much code. > > Anyone have any thoughts on this? > > The reason I would like t

Possibility of a console server through a socket?

2007-10-22 Fir de Conversatie Nikolai Weibull
How difficult would it be to implement a console server using sockets? if_xsrvcmd.c looks quite complicated, but I get the felling that a simple socket interface wouldn't require quite as much code. Anyone have any thoughts on this? The reason I would like to see a socket-powered server is that