From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad Newsgroups: gmane.emacs.devel Subject: Re: use local emacs server from remote systems Date: Sun, 6 Oct 2013 08:55:53 -0700 Message-ID: <354664C7-6504-4A14-AE20-B25243A302BF@gmail.com> References: <201310061547.49343.thomas@koch.ro> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1381074968 5369 80.91.229.3 (6 Oct 2013 15:56:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Oct 2013 15:56:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thomas Koch Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 06 17:56:12 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VSqgl-0005NO-9t for ged-emacs-devel@m.gmane.org; Sun, 06 Oct 2013 17:56:11 +0200 Original-Received: from localhost ([::1]:55599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSqgl-0006b6-0D for ged-emacs-devel@m.gmane.org; Sun, 06 Oct 2013 11:56:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSqge-0006a5-1m for emacs-devel@gnu.org; Sun, 06 Oct 2013 11:56:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSqgZ-0005no-Bw for emacs-devel@gnu.org; Sun, 06 Oct 2013 11:56:03 -0400 Original-Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]:53970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSqgZ-0005nT-3P for emacs-devel@gnu.org; Sun, 06 Oct 2013 11:55:59 -0400 Original-Received: by mail-pd0-f171.google.com with SMTP id g10so6088492pdj.2 for ; Sun, 06 Oct 2013 08:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=d5q2Dkz//Kp/ji0ojwNIXjCJSU1ccdYfq5xWHXkoKlo=; b=zovEbZnRLJFcVJYd7ReX5MkPWVkRGhSym70VazjvtcGl/vPscbWOWcBsOlp79bkE55 fFYiDLVyMhs59UKmWb5vbxBgXSF4bLgsHy8VFbMRUF65lctS46NMECe4s4AD3sBq/E6d 6ubbReXuDl6sj6DOjGAKQVn8XSYLRo+7SFDHhysp8H8nOqHFtgIk13bI+0tjh0tRjgP6 Psgu/EwH6Z2ICo8hqccDG16hv1ZLZyiNoY5ff+ovF2F1RZQDN1Cbv+KwOcjpKaYDOBCI UPev++Eq9XTPiQFjrNSWeTK2lmX6Th4zhnkbXsZVVCEbdpBvBsz2NAqiIoVJL+oalWfg RsLg== X-Received: by 10.68.106.98 with SMTP id gt2mr24304767pbb.61.1381074956406; Sun, 06 Oct 2013 08:55:56 -0700 (PDT) Original-Received: from [10.0.1.26] (c-98-247-148-125.hsd1.wa.comcast.net. [98.247.148.125]) by mx.google.com with ESMTPSA id zq10sm33045321pab.6.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 06 Oct 2013 08:55:55 -0700 (PDT) In-Reply-To: <201310061547.49343.thomas@koch.ro> X-Mailer: Apple Mail (2.1510) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163909 Archived-At: On 06 Oct 2013, at 06:47, Thomas Koch wrote: > I've read a blog post that describes how to use a local emacs server = with tcp=20 > from remote systems[1]. The article seems to think that emacsclient and tramp don't work together, but they do. I'd suggest looking at the tramp user manual, either at: http://www.gnu.org/software/tramp/ or inside emacs: C-h i d m Tramp RET I'll also say that emacs 24 came out over a year ago, emacs 24.3 came = out 6+ months ago, and I really hope it isn't a barrier to adoption for = anyone. I hope that helps, ~Chad=