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: Sat, 27 Sep 2008 21:09:59 -0400 Message-ID: References: <87zllug0gn.fsf@elegiac.orebokech.com> <200809262027.m8QKRn8q029499@mothra.ics.uci.edu> <200809271553.m8RFrWLV015992@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222564217 15321 80.91.229.12 (28 Sep 2008 01:10:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2008 01:10:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 28 03:11:15 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 1Kjkoc-00025A-2v for ged-emacs-devel@m.gmane.org; Sun, 28 Sep 2008 03:11:14 +0200 Original-Received: from localhost ([127.0.0.1]:33363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjknY-00013Q-Sb for ged-emacs-devel@m.gmane.org; Sat, 27 Sep 2008 21:10:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KjknU-00012O-Fo for emacs-devel@gnu.org; Sat, 27 Sep 2008 21:10:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KjknT-00010h-2D for emacs-devel@gnu.org; Sat, 27 Sep 2008 21:10:04 -0400 Original-Received: from [199.232.76.173] (port=37561 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjknS-00010a-Rk for emacs-devel@gnu.org; Sat, 27 Sep 2008 21:10:02 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:18270 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KjknS-0002PM-Gh for emacs-devel@gnu.org; Sat, 27 Sep 2008 21:10:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoYFAJN13kjO+KDT/2dsb2JhbACBYrE4CIYiYgh9gQSCHg X-IronPort-AV: E=Sophos;i="4.33,323,1220241600"; d="scan'208";a="27644404" Original-Received: from 206-248-160-211.dsl.teksavvy.com (HELO pastel.home) ([206.248.160.211]) by ironport2-out.teksavvy.com with ESMTP; 27 Sep 2008 21:10:00 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 7B0CB8564; Sat, 27 Sep 2008 21:09:59 -0400 (EDT) In-Reply-To: <200809271553.m8RFrWLV015992@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Sat, 27 Sep 2008 08:53:32 -0700 (PDT)") 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:104200 Archived-At: >> We should change startup.el so that server-start is called after processing >> the .emacs (and the --eval). > I don't see that as being better, but if someone else wants to do it and > also find a way to solve the problem of specifying the server name and > port on the command line, I won't stand in the way. It allows the use of emacs --eval '(setq server-name "foo")' --daemon which seems sufficient. Also it makes server-start take into account the config settings in the user's .emacs. I.e. I thing it's just the right thing to do. You happened to place the call to server-start just at the same place where you had to disable the call to frame-initialize, but there's really no fundamental reason why it should be there. Stefan