From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wang Lei Newsgroups: gmane.emacs.help Subject: Re: Multiple emacsclient Date: Wed, 14 Dec 2011 16:19:37 +0800 Message-ID: <4ee85cb8.c207e70a.0520.ffffe474@mx.google.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1323850953 27860 80.91.229.12 (14 Dec 2011 08:22:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2011 08:22:33 +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 Dec 14 09:22:30 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rak6f-0002IL-OO for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Dec 2011 09:22:29 +0100 Original-Received: from localhost ([::1]:50942 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rak6e-0006Lt-Hd for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Dec 2011 03:22:28 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rak6W-0006Lj-5Y for help-gnu-emacs@gnu.org; Wed, 14 Dec 2011 03:22:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rak6U-0002PD-M5 for help-gnu-emacs@gnu.org; Wed, 14 Dec 2011 03:22:20 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:58253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rak6U-0002P0-J3 for help-gnu-emacs@gnu.org; Wed, 14 Dec 2011 03:22:18 -0500 Original-Received: by iahk25 with SMTP id k25so1064899iah.0 for ; Wed, 14 Dec 2011 00:22:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:references:mail-followup-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=wQIEZITij8Sq2l6NWU+0Y1Ka4zfwUurC1tRA+e9vEk8=; b=uiILLMsnsTujbxLXu6r0I8xChT2qs1zwo5KE9Grwg1Zs5gGwetGygNcvoe//Kc11OB NzIXy9I4rrmhTdT67MhAiF3xkrJoTFSNdxiv44P6Lh3PkprBPOtM/ga76DyPU+qE99FR exqVOjOkBD9oNN7UpVtzLnfUItqJKP0gMadcc= Original-Received: by 10.50.185.138 with SMTP id fc10mr23581604igc.33.1323850937433; Wed, 14 Dec 2011 00:22:17 -0800 (PST) Original-Received: from localhost ([117.136.0.132]) by mx.google.com with ESMTPS id e2sm6574632ibe.0.2011.12.14.00.22.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Dec 2011 00:22:16 -0800 (PST) Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: (Steven Har's message of "Wed, 14 Dec 2011 07:43:34 +0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:83198 Archived-At: On 2011-12-14 08:43:34 +0800, Steven Har wrote: > Hi all, > > I sometimes use emacs daemon mode and would like to use it more, since I > have the habit of getting in and out of Emacs often. However, if an > emacsclient is connecting to the daemon, another instance cannot be started > ("Waiting for Emacs..."). Is this what's supposed to happen? Can't two or > more emacsclient connect to the same daemon? Yes. One console for one emacsclient. If tty devices are not enough, you can run emacsclient in shell-mode.:) -- Regards, Lei