From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Daemon mode wishlist Date: Sun, 28 Sep 2008 18:47:49 -0400 Message-ID: References: <87zllug0gn.fsf@elegiac.orebokech.com> <200809262027.m8QKRn8q029499@mothra.ics.uci.edu> <200809271553.m8RFrWLV015992@mothra.ics.uci.edu> <200809280139.m8S1dC4N018618@mothra.ics.uci.edu> <87r674afao.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222642088 4731 80.91.229.12 (28 Sep 2008 22:48:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2008 22:48:08 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: Paul R Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 29 00:49:03 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 1Kk54Y-0007q1-8C for ged-emacs-devel@m.gmane.org; Mon, 29 Sep 2008 00:49:02 +0200 Original-Received: from localhost ([127.0.0.1]:50206 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kk53V-0000nY-Hn for ged-emacs-devel@m.gmane.org; Sun, 28 Sep 2008 18:47:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kk53R-0000nJ-Ud for emacs-devel@gnu.org; Sun, 28 Sep 2008 18:47:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kk53P-0000n7-Bz for emacs-devel@gnu.org; Sun, 28 Sep 2008 18:47:52 -0400 Original-Received: from [199.232.76.173] (port=58006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kk53P-0000n4-8r for emacs-devel@gnu.org; Sun, 28 Sep 2008 18:47:51 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:58873 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kk53P-0007Rg-0P for emacs-devel@gnu.org; Sun, 28 Sep 2008 18:47:51 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgUFAH6m30jO+KDT/2dsb2JhbACBYrcagWeBBA X-IronPort-AV: E=Sophos;i="4.33,327,1220241600"; d="scan'208";a="27687013" Original-Received: from 206-248-160-211.dsl.teksavvy.com (HELO ceviche.home) ([206.248.160.211]) by ironport2-out.teksavvy.com with ESMTP; 28 Sep 2008 18:47:49 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 0E4E7B47A6; Sun, 28 Sep 2008 18:47:49 -0400 (EDT) In-Reply-To: <87r674afao.fsf@gmail.com> (Paul R.'s message of "Sun, 28 Sep 2008 09:41:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: 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:104213 Archived-At: > emacs --eval '(progn (setq server-name "foo") (daemonize))' > or > emacs --daemon[=name[:port]] emacs --eval '(setq server-name "foo")' --daemon should work now. The server-name can also be set in your .emacs. This seems to be plenty for those rare cases where this is needed. > I know it's feature freeze, but polishing *the CLI* of daemon mode > isn't really a *feature*, and is not likely to introduce some new bug > reports, don't you think ? We have more important things to fix first, Stefan