From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Christian Plate Newsgroups: gmane.emacs.help Subject: Re: emacs for everything? Date: Thu, 30 Dec 2004 10:53:47 +0100 Message-ID: <200412301053.47405.cplate@synyx.de> References: <1104398985.835551@sj-nntpcache-5> 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 1104428857 8131 80.91.229.6 (30 Dec 2004 17:47:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Dec 2004 17:47:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 30 18:47:28 2004 Return-path: Original-Received: from mail-relay.eunet.no ([193.71.71.242]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ck2zG-0000WX-00 for ; Thu, 30 Dec 2004 17:17:18 +0100 Original-Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by mail-relay.eunet.no (8.13.1/8.13.1/GN) with ESMTP id iBUACSgn058239 for ; Thu, 30 Dec 2004 11:12:29 +0100 (CET) (envelope-from help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org) Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CjxT9-0007PJ-Et for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Dec 2004 05:23:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CjxA1-0007fR-0u for help-gnu-emacs@gnu.org; Thu, 30 Dec 2004 05:04:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cjx9x-0007dn-Ap for help-gnu-emacs@gnu.org; Thu, 30 Dec 2004 05:03:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cjx9w-0007Ya-AZ for help-gnu-emacs@gnu.org; Thu, 30 Dec 2004 05:03:56 -0500 Original-Received: from [217.160.91.243] (helo=synyx.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cjwyy-0008Cf-5C for help-gnu-emacs@gnu.org; Thu, 30 Dec 2004 04:52:36 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by synyx.de (Postfix) with ESMTP id 8195AFAB9 for ; Thu, 30 Dec 2004 10:54:14 +0100 (CET) Original-Received: from synyx.de ([127.0.0.1]) by localhost (www [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29593-07 for ; Thu, 30 Dec 2004 10:54:13 +0100 (CET) Original-Received: from . (p508B191C.dip0.t-ipconnect.de [80.139.25.28]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by synyx.de (Postfix) with ESMTP id E0E7FFAB8 for ; Thu, 30 Dec 2004 10:54:12 +0100 (CET) Original-To: help-gnu-emacs@gnu.org User-Agent: KMail/1.6.2 In-Reply-To: <1104398985.835551@sj-nntpcache-5> Content-Disposition: inline X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at synyx.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23054 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23054 > Yea right, it works, but how does one start the server to enable this > client to connect to it. Do you have a procedure which could be easily > followed ? Just do M-x server-start To do this automatically on every startup, put (server-start) in your .emacs! HTH, Christian