ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Alexey I. Froloff" <raorn@immo.ru>
To: ALT Linux Sisyphus <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Vim -clientserver
Date: Tue, 4 Apr 2006 10:40:03 +0400
Message-ID: <20060404064002.GM8397@immo.ru> (raw)
In-Reply-To: <14D3E70C-5C08-4BBE-96DC-07DDD1D5B561@altlinux.ru>

[-- 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 --]

  reply	other threads:[~2006-04-04  6:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-04  6:22 Andriy Stepanov
2006-04-04  6:40 ` Alexey I. Froloff [this message]
2006-04-04  6:44   ` Andriy Stepanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060404064002.GM8397@immo.ru \
    --to=raorn@immo.ru \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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