ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Vim -clientserver
@ 2006-04-04  6:22 Andriy Stepanov
  2006-04-04  6:40 ` Alexey I. Froloff
  0 siblings, 1 reply; 3+ messages in thread
From: Andriy Stepanov @ 2006-04-04  6:22 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Привет!
Почему у всех вариантов пакетов VIM  
(console, enhanced,...) отключена поддержка client/ 
server ? Это специально ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] Vim -clientserver
  2006-04-04  6:22 [sisyphus] Vim -clientserver Andriy Stepanov
@ 2006-04-04  6:40 ` Alexey I. Froloff
  2006-04-04  6:44   ` Andriy Stepanov
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey I. Froloff @ 2006-04-04  6:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

* Andriy Stepanov <stanv@> [060404 10:28]:
> Почему у всех вариантов пакетов VIM  
Вызывающе неверная информация:

$ for i in /usr/bin/vim-[a-z]*; do echo -n $i:; $i --version | grep -o .clientserver; done
/usr/bin/vim-athena:+clientserver
/usr/bin/vim-console:-clientserver
/usr/bin/vim-enhanced:-clientserver
/usr/bin/vim-gnome2:+clientserver
/usr/bin/vim-gtk:+clientserver
/usr/bin/vim-gtk2:+clientserver
/usr/bin/vim-motif:+clientserver
/usr/bin/vim-neXtaw:+clientserver

> (console, enhanced,...) отключена поддержка client/ 
> server ? Это специально ?
src/feature.h:
/*
 * +clientserver        Remote control via the remote_send() function
 *                      and the --remote argument
 */
#if (defined(WIN32) || defined(FEAT_XCLIPBOARD)) && defined(FEAT_EVAL)
# define FEAT_CLIENTSERVER
#endif

и

#if defined(FEAT_NORMAL) && defined(FEAT_VISUAL) \
        && (defined(UNIX) || defined(VMS)) \
        && defined(WANT_X11) && defined(HAVE_X11)
# define FEAT_XCLIPBOARD
# ifndef FEAT_CLIPBOARD
#  define FEAT_CLIPBOARD
# endif
#endif

Естественно, что консольные версии DONT_HAVE_X11 и DONT_WANT_X11
по, надеюсь, вполне понятным причинам.

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
  Inform-Mobil, Ltd. System Administrator
       http://www.inform-mobil.ru/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] Vim -clientserver
  2006-04-04  6:40 ` Alexey I. Froloff
@ 2006-04-04  6:44   ` Andriy Stepanov
  0 siblings, 0 replies; 3+ messages in thread
From: Andriy Stepanov @ 2006-04-04  6:44 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

  Спасибо, понял
Оказывается взаимодействие между Client/ 
Server основано на задействовании иксов.
On Apr 4, 2006, at 10:40 AM, Alexey I. Froloff wrote:

> * Andriy Stepanov <stanv@> [060404 10:28]:
>> Почему у всех вариантов пакетов VIM
> Вызывающе неверная информация:
>
> $ for i in /usr/bin/vim-[a-z]*; do echo -n $i:; $i --version | grep  
> -o .clientserver; done
> /usr/bin/vim-athena:+clientserver
> /usr/bin/vim-console:-clientserver
> /usr/bin/vim-enhanced:-clientserver
> /usr/bin/vim-gnome2:+clientserver
> /usr/bin/vim-gtk:+clientserver
> /usr/bin/vim-gtk2:+clientserver
> /usr/bin/vim-motif:+clientserver
> /usr/bin/vim-neXtaw:+clientserver
>
>> (console, enhanced,...) отключена поддержка client/
>> server ? Это специально ?
> src/feature.h:
> /*
>  * +clientserver        Remote control via the remote_send() function
>  *                      and the --remote argument
>  */
> #if (defined(WIN32) || defined(FEAT_XCLIPBOARD)) && defined(FEAT_EVAL)
> # define FEAT_CLIENTSERVER
> #endif
>
> и
>
> #if defined(FEAT_NORMAL) && defined(FEAT_VISUAL) \
>         && (defined(UNIX) || defined(VMS)) \
>         && defined(WANT_X11) && defined(HAVE_X11)
> # define FEAT_XCLIPBOARD
> # ifndef FEAT_CLIPBOARD
> #  define FEAT_CLIPBOARD
> # endif
> #endif
>
> Естественно, что консольные версии  
> DONT_HAVE_X11 и DONT_WANT_X11
> по, надеюсь, вполне понятным причинам.
>
> -- 
> Regards, Alexey I. Froloff
> AIF5-RIPN, AIF5-RIPE
> -------------------------------------------
>   Inform-Mobil, Ltd. System Administrator
>        http://www.inform-mobil.ru/
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sisyphus



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-04  6:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-04  6:22 [sisyphus] Vim -clientserver Andriy Stepanov
2006-04-04  6:40 ` Alexey I. Froloff
2006-04-04  6:44   ` Andriy Stepanov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git