Re: remote API without X

2011-06-13 Fir de Conversatie Benjamin R. Haskell
[had trouble with my Google for Domains address after they transitioned my account, sorry if this shows up twice] On Fri, 10 Jun 2011, Bram Moolenaar wrote: Yukihiro Nakadaira wrote: Danek Duvall wrote: On Wed, Jun 08, 2011 at 06:38:14AM +0200, Bram Moolenaar wrote: Yasuhiro Matsumoto wr

Re: remote API without X

2011-06-11 Fir de Conversatie Yukihiro Nakadaira
Benjamin R. Haskell wrote: On Fri, 10 Jun 2011, Bram Moolenaar wrote: Yukihiro Nakadaira wrote: Danek Duvall wrote: On Wed, Jun 08, 2011 at 06:38:14AM +0200, Bram Moolenaar wrote: Yasuhiro Matsumoto wrote: On Unix it uses sockets? How does it protect from other users sending commands t

Re: remote API without X

2011-06-10 Fir de Conversatie Yukihiro Nakadaira
Bram Moolenaar wrote: Yukihiro Nakadaira wrote: Danek Duvall wrote: On Wed, Jun 08, 2011 at 06:38:14AM +0200, Bram Moolenaar wrote: Yasuhiro Matsumoto wrote: On Unix it uses sockets? How does it protect from other users sending commands to my Vim? Yes, it use unix domain socket. this c

Re: remote API without X

2011-06-09 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > Danek Duvall wrote: > > On Wed, Jun 08, 2011 at 06:38:14AM +0200, Bram Moolenaar wrote: > > > >> Yasuhiro Matsumoto wrote: > >> > On Unix it uses sockets? How does it protect from other users > sending commands to my Vim? > >>> > >>> Yes, it use unix domain

Re: remote API without X

2011-06-09 Fir de Conversatie Yukihiro Nakadaira
Danek Duvall wrote: On Wed, Jun 08, 2011 at 06:38:14AM +0200, Bram Moolenaar wrote: Yasuhiro Matsumoto wrote: On Unix it uses sockets? How does it protect from other users sending commands to my Vim? Yes, it use unix domain socket. this control in /tmp/vim-cmdsrv-UID-SERVERID on unix. And

Re: remote API without X

2011-06-07 Fir de Conversatie Danek Duvall
On Wed, Jun 08, 2011 at 06:38:14AM +0200, Bram Moolenaar wrote: > Yasuhiro Matsumoto wrote: > > > > On Unix it uses sockets? How does it protect from other users > > > sending commands to my Vim? > > > > Yes, it use unix domain socket. this control in > > /tmp/vim-cmdsrv-UID-SERVERID on unix.

Re: remote API without X

2011-06-07 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > > > Hi, bram and list. > > > > > > In few weeks ago, Taro Muraoka posted a suggestion "+clientserver without > > X" > > > written by Yukihiro Nakadaira. > > > I tested it on windows/linux both. It seems working good for me now. > > > > > > I guess that this will be

Re: remote API without X

2011-06-06 Fir de Conversatie mattn
On Tuesday, June 7, 2011 12:50:38 PM UTC+9, Bram Moolenaar wrote: > > > Yasuhiro Matsumoto wrote: > > > Hi, bram and list. > > > > In few weeks ago, Taro Muraoka posted a suggestion "+clientserver without > X" > > written by Yukihiro Nakadaira. > > I tested it on windows/linux both. It seems wo

Re: remote API without X

2011-06-06 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > Hi, bram and list. > > In few weeks ago, Taro Muraoka posted a suggestion "+clientserver without X" > written by Yukihiro Nakadaira. > I tested it on windows/linux both. It seems working good for me now. > > I guess that this will be helpful to write client/server a

remote API without X

2011-06-06 Fir de Conversatie mattn
Hi, bram and list. In few weeks ago, Taro Muraoka posted a suggestion "+clientserver without X" written by Yukihiro Nakadaira. I tested it on windows/linux both. It seems working good for me now. I guess that this will be helpful to write client/server application with vimscript. Until now, mos