From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Some findings and suggestion about Emacs on w32 Date: Wed, 27 Oct 2004 01:03:41 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <003b01c4bbb0$441e4850$0200a8c0@sedrcw11488> References: <008d01c4b886$32d07ff0$0200a8c0@sedrcw11488> <00d901c4b900$9b774500$0200a8c0@sedrcw11488> <013a01c4bab2$c9353930$0200a8c0@sedrcw11488> <"m3sm 81q3ut.fsf"@kfs-l.imdomain.dk> <417E8CCE.3070508@gnu.org> <1308.212.114.229.79.1098813296.squirrel@wwws.franken.de> <021501c4bb85$6d2f08e0$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098831934 10682 80.91.229.6 (26 Oct 2004 23:05:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 23:05:34 +0000 (UTC) Cc: guy@wyrdrune.com, Stephan Stahl , Emacs Devel , Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 27 01:05:19 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CMaNT-0005n4-00 for ; Wed, 27 Oct 2004 01:05:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMaVB-0004RY-JA for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2004 19:13:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMaUz-0004R6-MI for emacs-devel@gnu.org; Tue, 26 Oct 2004 19:13:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMaUy-0004Qu-Pq for emacs-devel@gnu.org; Tue, 26 Oct 2004 19:13:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMaUx-0004Qr-Vw for emacs-devel@gnu.org; Tue, 26 Oct 2004 19:13:04 -0400 Original-Received: from [81.228.11.115] (helo=av9-1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CMaMz-0000Vb-AG; Tue, 26 Oct 2004 19:04:49 -0400 Original-Received: by av9-1-sn1.fre.skanova.net (Postfix, from userid 502) id 9C95138431; Wed, 27 Oct 2004 01:04:48 +0200 (CEST) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av9-1-sn1.fre.skanova.net (Postfix) with ESMTP id 8F2483841A; Wed, 27 Oct 2004 01:04:48 +0200 (CEST) Original-Received: from sedrcw11488 (t5o58p229.telia.com [195.67.196.229]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id 98CA937E42; Wed, 27 Oct 2004 01:04:46 +0200 (CEST) Original-To: "Kim F. Storm" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29002 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29002 ----- Original Message ----- From: "Kim F. Storm" : If your setup requires that the server is running, you could add it to : a site-wide default.el file (see the doc string for the site-run-file : variable). Yes, thanks, but that still misses the point that if the user runs emacsclient he/she probably want emacsserver to be started. The chance that he/she does not is very small (if it was not a mistake) so why not start emacsserver automatically in this case - so that running emacsclient get the expected result? - Lennart