From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Send command to emacs from external process Date: Sat, 29 Oct 2011 13:02:38 -0400 Message-ID: References: <20111028204010.1d56b30f@gauss> <874nysqop9.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1332970621 30306 80.91.229.3 (28 Mar 2012 21:37:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2012 21:37:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 28 23:37:00 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1SD0Y8-0004BQ-3P for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Mar 2012 23:37:00 +0200 Original-Received: from localhost ([::1]:40114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCzjt-00071z-Kd for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Mar 2012 16:45:05 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe11.iad.POSTED!00000000!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:T+9C3gjD55Y49q7geIUHd4zBe/A= Original-Lines: 12 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Sat, 29 Oct 2011 17:02:38 UTC Original-Xref: usenet.stanford.edu gnu.emacs.help:189561 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84183 Archived-At: >> > One thing I can think of is to use Screen, and then after you ssh in, >> > you just attach to the screen, and everything is there.. the entire >> > environment >> Or simply run emacs as a server. (info "(emacs)Emacs Server") > Thanks, that's exactly what I want. And when it's tool ate to start the server, you can kill the Emacs process (with a soft signal, not like SIGKILL, of course), and Emacs will autosave the buffers so they're ready for recovery. Stefan