From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Erik Iverson Newsgroups: gmane.emacs.help Subject: Re: how to use emacsclient with a remote host? Date: Tue, 25 Nov 2008 22:22:52 -0600 Message-ID: <492CCF1C.8030301@biostat.wisc.edu> References: <3c5ef98d-4e2d-448a-a7ab-ae017bb9ee6d@k41g2000yqn.googlegroups.com> <1227672432.18710.50.camel@1420n> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227689489 20285 80.91.229.12 (26 Nov 2008 08:51:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2008 08:51:29 +0000 (UTC) Cc: help-gnu-emacs , Marcelo Serpa To: framallo@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 26 09:52:31 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L5G8D-0000HR-5O for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2008 09:52:21 +0100 Original-Received: from localhost ([127.0.0.1]:43440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5G73-0004Ap-DY for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2008 03:51:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5Bvv-00057L-Oa for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 23:23:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5Bvu-000567-E8 for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 23:23:23 -0500 Original-Received: from [199.232.76.173] (port=42969 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5Bvu-000560-3x for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 23:23:22 -0500 Original-Received: from pegasus.biostat.wisc.edu ([144.92.73.35]:43036) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1L5Bvt-00079s-O8 for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 23:23:21 -0500 Original-Received: from [192.168.1.102] (c-24-131-134-177.hsd1.mn.comcast.net [24.131.134.177]) (authenticated bits=0) by pegasus.biostat.wisc.edu (8.13.6/8.13.6) with ESMTP id mAQ4MvLd004918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 25 Nov 2008 22:23:04 -0600 (CST) User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) In-Reply-To: <1227672432.18710.50.camel@1420n> X-BCG-MailScanner-Information: BCG: sysreq@biostat.wisc.edu X-BCG-MailScanner: Found to be clean X-BCG-MailScanner-From: iverson@biostat.wisc.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-Mailman-Approved-At: Wed, 26 Nov 2008 03:50:48 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60119 Archived-At: Federico Ramallo wrote: > while doing this detailed steps, i could solve the original issue. > however I can connect with a tty client, but not with a client on X. > I'll show you the steps i did. I reduced this to a simplified test > scenario: > MY GOAL: i use screen to share emacs remotely. Now we are using screen > and emacs on tty. But we want to improve it to have two emacs running on > different hosts on X. Sharing buffers, but the process should run on the > remote host and sync via tcp with server-mode. > > In ubuntu 8.04 and GNU Emacs 23.0.60.1 (check env below) I didn't read in too much detail, but does this have anything to do with the emacsclient executable from emacs-snapshot in the Ubuntu repository being called emacsclient.emacs-snapshot ? On my system (similar setup), emacsclient is for emacs 22, and emacsclient.emacs-snapshot is from the snapshot package ...