From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.devel Subject: no emacs server variable `server-name' Date: Thu, 22 Jan 2009 17:25:08 -0600 Organization: Still searching... Message-ID: <877i4mly97.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 1232666758 11218 80.91.229.12 (22 Jan 2009 23:25:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2009 23:25:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 23 00:27:11 2009 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 1LQ8x3-0007Mg-P5 for ged-emacs-devel@m.gmane.org; Fri, 23 Jan 2009 00:27:10 +0100 Original-Received: from localhost ([127.0.0.1]:50892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ8vh-0005ef-Vz for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2009 18:25:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ8vT-0005Zn-Kx for emacs-devel@gnu.org; Thu, 22 Jan 2009 18:25:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ8vR-0005Ys-Dn for emacs-devel@gnu.org; Thu, 22 Jan 2009 18:25:30 -0500 Original-Received: from [199.232.76.173] (port=54609 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ8vR-0005Yl-7G for emacs-devel@gnu.org; Thu, 22 Jan 2009 18:25:29 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:52622 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQ8vQ-0004id-Ru for emacs-devel@gnu.org; Thu, 22 Jan 2009 18:25:29 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LQ8vL-0003fu-3y for emacs-devel@gnu.org; Thu, 22 Jan 2009 23:25:23 +0000 Original-Received: from c-98-215-178-6.hsd1.in.comcast.net ([98.215.178.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jan 2009 23:25:23 +0000 Original-Received: from reader by c-98-215-178-6.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jan 2009 23:25:23 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-6.hsd1.in.comcast.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:1m7Sh/5X2iKpReIvxFtbDklNJLU= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:108116 Archived-At: I've only been using emacsclient a short while. I thought maybe I'd like to try having two servers. One with gnus running and another for some perl scripting I'm working on. Reading parts of the documentation I see: (info "(emacs)Emacs Server") You can run multiple Emacs servers on the same machine by giving each one a unique "server name", using the variable `server-name'. For example, `M-x set-variable server-name foo ' sets the server name to `foo'. The `emacsclient' program can specify a server by name, using the `-s' option (*note emacsclient Options::). In a recent cvs of emacs-23