From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xiao-Yong Jin Newsgroups: gmane.emacs.help Subject: Re: Connecting to remote Emacs? Date: Wed, 14 Jun 2006 10:38:54 -0400 Organization: Columbia University Message-ID: <87zmgf245d.fsf@photon.homelinux.org> References: <1150277991.614774.87970@y41g2000cwy.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150296150 7890 80.91.229.2 (14 Jun 2006 14:42:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jun 2006 14:42:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 14 16:42:28 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FqWZI-0007hN-Po for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jun 2006 16:42:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqWZI-0006uB-4V for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jun 2006 10:42:04 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!novia!newsfeed.nyu.edu!newsmaster.cc.columbia.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: dyn-carl-201-40.dyn.columbia.edu Original-X-Trace: newsmaster.cc.columbia.edu 1150295934 16635 160.39.201.40 (14 Jun 2006 14:38:54 GMT) Original-X-Complaints-To: postmaster@columbia.edu Original-NNTP-Posting-Date: 14 Jun 2006 14:38:54 GMT User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:R5VzQCMOC3W7OugRUZd/xqYO+NQ= Original-Xref: shelby.stanford.edu gnu.emacs.help:139842 Original-To: help-gnu-emacs@gnu.org 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:35466 Archived-At: alistair_happencross@hotmail.com writes: > I have Emacs (compiled from CVS) running pretty much 24/7 on my desktop > computer at work, displaying on the local X server. > > When I'm at home, I'd like to pick up from where I left off and keep > working. I can log in to my work desktop with ssh and X forwarding. > I'd like to be able to reconnect to the running Emacs process and have > it display on my X server at home. Is this possible? > > Thanks in advance. I would like to see some kind of attaching to an exist Emacs process such that you can reuse the same buffer opened in that Emacs Process. But so far I can only use Emacs in screen(1). Xiao-Yong