From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: how to use emacsclient with a remote host? Date: Tue, 25 Nov 2008 17:05:05 +0100 Message-ID: References: <3c5ef98d-4e2d-448a-a7ab-ae017bb9ee6d@k41g2000yqn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227629177 415 80.91.229.12 (25 Nov 2008 16:06:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2008 16:06:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: framallo Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 25 17:07:19 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 1L50RC-0005HM-6k for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2008 17:06:54 +0100 Original-Received: from localhost ([127.0.0.1]:58174 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L50Q2-00046e-OJ for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2008 11:05:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L50PU-0003w6-Jy for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 11:05:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L50PT-0003vi-JT for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 11:05:08 -0500 Original-Received: from [199.232.76.173] (port=44392 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L50PT-0003vb-CG for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 11:05:07 -0500 Original-Received: from rn-out-0910.google.com ([64.233.170.189]:12653) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L50PS-0007BS-VN for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 11:05:07 -0500 Original-Received: by rn-out-0910.google.com with SMTP id k32so28156rnd.7 for ; Tue, 25 Nov 2008 08:05:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=JSaTC8QsJZKD1jVV21x0a38AJriKuB9Jhe8RGfr3BPQ=; b=pEy2EXom5ujdgSIhId1JTEmA4GRnt0LxBXKP8z343H7Eooivs1hkpSsTS/57irGKuY tWdP/PqjxGe7Cje7CuUGE9yOAKBui15Em9SXjqTg7wCKKPtLjlU33cFNozi8hyk+J5wD fC4uvxUTNT9ddrmFbuf9v6rcapHkc+Ns2I+j4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=nsu/JYGf2V7+bbKHuOuPhq+FSwxblUDPUQSCvHSiWpKL8bvwy1tHZFQydrrfXoaPB5 N2YyadbyUBDlYQ0Z14eCXomTSPYPnX4BL8lNFzbS4twXklAgjKdZLv2LyvpCEUkuTNjC hkdc3rbI6wtjmvRkRQCI4l+61mX4DG6kWU36w= Original-Received: by 10.100.136.18 with SMTP id j18mr2361979and.103.1227629105510; Tue, 25 Nov 2008 08:05:05 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Tue, 25 Nov 2008 08:05:05 -0800 (PST) In-Reply-To: <3c5ef98d-4e2d-448a-a7ab-ae017bb9ee6d@k41g2000yqn.googlegroups.com> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:60096 Archived-At: On Tue, Nov 25, 2008 at 15:45, framallo wrote: > I got it so far, but it's not working. Says connection refused, even > that netstat says it's there.... No firewall's issues. Am i missing > something? > > any ideas? Could you supply more info? For example, the precise error message, and the version of both the Emacs server (on A) and emacsclient (on B)... Juanma