From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Daemon mode wishlist Date: Fri, 26 Sep 2008 21:40:24 +0200 Organization: orebokech dot com Message-ID: <87zllug0gn.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222458050 28250 80.91.229.12 (26 Sep 2008 19:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Sep 2008 19:40:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 26 21:41:47 2008 connect(): Connection refused 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 1KjJC7-0003UD-LI for ged-emacs-devel@m.gmane.org; Fri, 26 Sep 2008 21:41:39 +0200 Original-Received: from localhost ([127.0.0.1]:54630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjJB5-0000jY-8o for ged-emacs-devel@m.gmane.org; Fri, 26 Sep 2008 15:40:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KjJB0-0000jT-VI for emacs-devel@gnu.org; Fri, 26 Sep 2008 15:40:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KjJAy-0000fw-B4 for emacs-devel@gnu.org; Fri, 26 Sep 2008 15:40:30 -0400 Original-Received: from [199.232.76.173] (port=46006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjJAy-0000fp-66 for emacs-devel@gnu.org; Fri, 26 Sep 2008 15:40:28 -0400 Original-Received: from smtp8-g19.free.fr ([212.27.42.65]:34053) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KjJAy-0005Lf-7o for emacs-devel@gnu.org; Fri, 26 Sep 2008 15:40:28 -0400 Original-Received: from smtp8-g19.free.fr (localhost [127.0.0.1]) by smtp8-g19.free.fr (Postfix) with ESMTP id 102E732A774; Fri, 26 Sep 2008 21:40:25 +0200 (CEST) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp8-g19.free.fr (Postfix) with ESMTP id C48B432A7E7; Fri, 26 Sep 2008 21:40:24 +0200 (CEST) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 8FD813B195; Fri, 26 Sep 2008 21:40:24 +0200 (CEST) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM, emacs-devel@gnu.org X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:104176 Archived-At: The new daemon mode is neat but it's not really useful for me because there's no way to customize the socket name, it always uses the default 'server' socket. --daemon is processed before --eval so I can't change it with --eval '(setq server-name "foo")' as the preload-emacs script does. Ideally emacs would have a -S option to set the session/socket name and emacsclient would have switches to list the available sessions and select one, like screen does.