Re: Autocommand-Event for Clipboard-Changed

2006-10-03 Thread Charles E Campbell Jr
Yegappan Lakshmanan wrote: Are you referring to a sample code similar to the xcmdsrv_client.c file under the $VIM/tools directory? This sample code shows how to send commands to a remote Vim from a C program in Unix systems running X-Windows. A similar sample code for MS-Windows is needed. Lo

Re: Autocommand-Event for Clipboard-Changed

2006-10-03 Thread Yegappan Lakshmanan
Hi Charles, On 10/3/06, Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: Bram Moolenaar wrote: >Suresh Govindachar wrote: > > >>Is it possible to add an autocommand-event for "Clipboard Changed"? >> >> > >Not really. This is not something that

Re: Autocommand-Event for Clipboard-Changed

2006-10-03 Thread Charles E Campbell Jr
Yakov Lerner wrote: What's wrong with doing system("vim --remote-xxx yyy zzz") in any programming language ? Seems grossly inefficient: with this call one is bringing up both a new shell and a new vim, although the new vim probably doesn't do too much other than send the command. Regards,

Re: Autocommand-Event for Clipboard-Changed

2006-10-03 Thread Yakov Lerner
On 10/3/06, Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: Bram Moolenaar wrote: >Suresh Govindachar wrote: > > >>Is it possible to add an autocommand-event for "Clipboard Changed"? >> >> > >Not really. This is not something that happens insid

Re: Autocommand-Event for Clipboard-Changed

2006-10-03 Thread Bram Moolenaar
Charles Campbell wrote: > Bram Moolenaar wrote: > > >Suresh Govindachar wrote: > > > >>Is it possible to add an autocommand-event for "Clipboard Changed"? > > > >Not really. This is not something that happens inside Vim. Polling for > &g

Re: Autocommand-Event for Clipboard-Changed

2006-10-03 Thread A.J.Mechelynck
Charles E Campbell Jr wrote: Bram Moolenaar wrote: Suresh Govindachar wrote: Is it possible to add an autocommand-event for "Clipboard Changed"? Not really. This is not something that happens inside Vim. Polling for changes in the system is not really something I would l

Re: Autocommand-Event for Clipboard-Changed

2006-10-03 Thread Charles E Campbell Jr
Bram Moolenaar wrote: Suresh Govindachar wrote: Is it possible to add an autocommand-event for "Clipboard Changed"? Not really. This is not something that happens inside Vim. Polling for changes in the system is not really something I would like to add to Vim. Bram --

Re: Autocommand-Event for Clipboard-Changed

2006-10-02 Thread Nikolai Weibull
On 10/2/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: Suresh Govindachar wrote: > Is it possible to add an autocommand-event for "Clipboard Changed"? Not really. This is not something that happens inside Vim. Polling for changes in the system is not really something I w

Re: Autocommand-Event for Clipboard-Changed

2006-10-02 Thread Bram Moolenaar
Suresh Govindachar wrote: > Is it possible to add an autocommand-event for "Clipboard Changed"? Not really. This is not something that happens inside Vim. Polling for changes in the system is not really something I would like to add to Vim. -- Managers are like cats in a litt

Autocommand-Event for Clipboard-Changed

2006-10-01 Thread Suresh Govindachar
Is it possible to add an autocommand-event for "Clipboard Changed"? Thanks, --Suresh