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: Tue, 26 Oct 2004 22:48:11 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <00a001c4bb9d$989fde10$0200a8c0@sedrcw11488> References: <008d01c4b886$32d07ff0$0200a8c0@sedrcw11488> <00d901c4b900$9b774500$0200a8c0@sedrcw11488> <013a01c4bab2$c9353930$0200a8c0@sedrcw11488> <01fc01c4bb81$509d2df0$0200a8c0@sedrcw11488> <417E9C65.4000709@wyrdrune.com> 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 1098823897 21817 80.91.229.6 (26 Oct 2004 20:51:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 20:51:37 +0000 (UTC) Cc: Emacs Devel , "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 26 22:51:26 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 1CMYHt-0003T6-00 for ; Tue, 26 Oct 2004 22:51:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMYPb-0002sD-Ml for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2004 16:59:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMYPS-0002r2-SE for emacs-devel@gnu.org; Tue, 26 Oct 2004 16:59:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMYPR-0002qI-Vg for emacs-devel@gnu.org; Tue, 26 Oct 2004 16:59:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMYPR-0002q9-S5 for emacs-devel@gnu.org; Tue, 26 Oct 2004 16:59:13 -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 1CMYHf-00070J-AT for emacs-devel@gnu.org; Tue, 26 Oct 2004 16:51:11 -0400 Original-Received: by av9-1-sn1.fre.skanova.net (Postfix, from userid 502) id 7EBC9380E8; Tue, 26 Oct 2004 22:51:09 +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 718C837E88; Tue, 26 Oct 2004 22:51:09 +0200 (CEST) Original-Received: from sedrcw11488 (t3o58p170.telia.com [195.252.56.170]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id 57CBF37E43; Tue, 26 Oct 2004 22:51:08 +0200 (CEST) Original-To: "Guy Gascoigne - Piggford" 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:28993 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28993 ----- Original Message ----- From: "Guy Gascoigne - Piggford" : Whilst *I* like the idea of always having the server running, I don't : know enough here to know if this is actually a good general purpose : solution or not. : : As for starting it the first time that emacsclient is run, how to you : propose doing this? Since emacsclient needs the server to be running to : communicate with emacs, how can it instruct emacs to start the server : when it has no mechanism to communicate over? You can still use the --load switch when you start emacs from the client. Or --eval. (I guess you have already seen this now, but for those reading the thread I answer anyway.) - Lennart