From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: 23 and multi-tty Date: Mon, 19 May 2008 10:52:19 +0200 Message-ID: <87mymmoev0.fsf@baldur.tsdh.de> References: <871w4079ve.fsf@newsguy.com> <873aofvpag.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211187179 10451 80.91.229.12 (19 May 2008 08:52:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 May 2008 08:52:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 19 10:53:36 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jy17e-0006wn-UP for ged-emacs-devel@m.gmane.org; Mon, 19 May 2008 10:53:35 +0200 Original-Received: from localhost ([127.0.0.1]:60896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jy16u-0001Fs-NY for ged-emacs-devel@m.gmane.org; Mon, 19 May 2008 04:52:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jy16a-0001Ec-Ru for emacs-devel@gnu.org; Mon, 19 May 2008 04:52:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jy16W-0001Dg-5X for emacs-devel@gnu.org; Mon, 19 May 2008 04:52:25 -0400 Original-Received: from [199.232.76.173] (port=48906 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jy16V-0001DR-3b for emacs-devel@gnu.org; Mon, 19 May 2008 04:52:23 -0400 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:48947) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jy16U-0007K6-Ol for emacs-devel@gnu.org; Mon, 19 May 2008 04:52:22 -0400 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 3489810A6AC for ; Mon, 19 May 2008 04:52:22 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 19 May 2008 04:52:22 -0400 X-Sasl-enc: LOkJQxuwWmX7C/PfnXB6j/8XwUPBcnf1yOgD9mOhmWy1 1211187141 Original-Received: from baldur.tsdh.de (p54AF2312.dip0.t-ipconnect.de [84.175.35.18]) by mail.messagingengine.com (Postfix) with ESMTPA id 5C1721F41D for ; Mon, 19 May 2008 04:52:21 -0400 (EDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <873aofvpag.fsf@newsguy.com> (reader@newsguy.com's message of "Sun, 18 May 2008 06:12:55 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97387 Archived-At: reader@newsguy.com writes: Hi, > Where can I find a discussion or more info about how to use this > feature? ,----[ (info "(emacs)Emacs Server") ] | You can arrange to use your existing Emacs process as the editor | for programs like `mail' by using the Emacs client program and the | server that is part of Emacs. Here is how. `---- These docs are a bit outdated and don't mention some of the new emacsclient options, but most things should be still correct. > For example: On box1 emacs-23 is running with the server started and a > gnus session started. > > How can I interact with the gnus session when I ssh to box1 from > remote box2? box2$ ssh box1 box1$ emacsclient -t (This opens a new console emacs frame) C-x b *Group* Hope that helps, Tassilo