X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=HFd5OC1Bagr5c31mKTy5hqyihNEcU kr8iIcf/PY+w9eS7YzRL/Y9sCx/NRqwHReeQujOf+rI5qOsV79Bszdeb3k6JKVTt 84qFWvVxqzvwm8KHMc1Y/cUQoIsZIMfSWTriumGzE0X8LegH/3caFBMu/7dOSC9Z Mvq+bwF3ZO5P4Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=gGkN1gClsld+W3x+EDAqa8U7qq4=; b=FZz HSiVXiGm1QRGVoHTrmEm8mW6GelP01ll/RbVY7xkG1GtTF1ml+qOwWBIlfrFxZjo WLGI7WKhL5m8eRF8D4cw4b5CLVxnKD5SFLGQziXk0DKo7E+8QvO2W1jOho5NvQ13 ZV6mDoSlPFBPaCOG/hmHUgECeepBANH8LkW3ga/0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.5 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: relay3-d.mail.gandi.net X-Received: by 10.25.147.209 with SMTP id v200mr8176508lfd.102.1448127956246; Sat, 21 Nov 2015 09:45:56 -0800 (PST) MIME-Version: 1.0 From: Yves Chevallier Date: Sat, 21 Nov 2015 18:45:36 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: vim not built with --with-x To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Hi, On Cygwin, I usually rebuild `vim` with `./configure --with-x --prefix=/usr` which allows me to have the `--remote` option on vim. From this I can automatically bind any Windows text files to vim. If no server is running, this means I will open a new terminal `mintty -` in where I launch vim. If a server is running (which can be checked with `vim --serverlist`) I open that file into it. Unfortunately the `vim.exe` binary on Cygwin doest not have any `--remote` option because it was not built with `--with-x`. Would it be possible to add this option on the next releases? Cheers, Yves -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple