From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 18:29:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F9AD16A4CE for ; Wed, 24 Nov 2004 18:29:12 +0000 (GMT) Received: from inetis.com (cpe-212-18-40-64.adsl.amis.net [212.18.40.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5DF343D5A for ; Wed, 24 Nov 2004 18:29:10 +0000 (GMT) (envelope-from karel@inetis.com) Received: from [192.168.0.14] ([192.168.0.14]) by inetis.com with MailEnable ESMTP; Wed, 24 Nov 2004 19:31:24 +0100 Message-ID: <41A4D2EC.6030906@inetis.com> Date: Wed, 24 Nov 2004 19:29:00 +0100 From: Karel Miklav User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: How to send output to another terminal? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 18:29:12 -0000 I'm playing with functional languages and I'd like to send text selections from vim to another xterm running language interpreter. Echoing from one terminal to another via /dev/tty* gets the message through, but it's invisible to the interpreter. Could you please give me some hints as to what knowledge do I miss to make it happen and if I'm on the right track at all? -- Regards, Karel Miklav