From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: n179911 Newsgroups: gmane.emacs.help Subject: How to install emacs server on ubuntu Date: Wed, 25 Nov 2009 15:06:36 -0800 Message-ID: <3b9893450911251506y251af321n15150ddff15a3a0b@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1259190438 20800 80.91.229.12 (25 Nov 2009 23:07:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Nov 2009 23:07:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 26 00:07:11 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NDQx4-0007s4-4K for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Nov 2009 00:07:10 +0100 Original-Received: from localhost ([127.0.0.1]:60844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDQx3-0004fS-OQ for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Nov 2009 18:07:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDQwe-0004eo-JF for help-gnu-emacs@gnu.org; Wed, 25 Nov 2009 18:06:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDQwY-0004bB-Gc for help-gnu-emacs@gnu.org; Wed, 25 Nov 2009 18:06:43 -0500 Original-Received: from [199.232.76.173] (port=32848 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDQwY-0004b8-AH for help-gnu-emacs@gnu.org; Wed, 25 Nov 2009 18:06:38 -0500 Original-Received: from mail-px0-f192.google.com ([209.85.216.192]:55812) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDQwX-0004Ht-Tr for help-gnu-emacs@gnu.org; Wed, 25 Nov 2009 18:06:38 -0500 Original-Received: by pxi30 with SMTP id 30so122517pxi.14 for ; Wed, 25 Nov 2009 15:06:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=fhIp6SjDjzC5T3CAhdn8bB8Lbf4TwJIOdIThqrk9X+E=; b=av/j9kr3tGs2vQll68EkcFH0s6DAgpgvb/szcefPFQakF9ICiOKvt5poGNeJilTg0Y 547ifANmYjec3TNEdl76KTVosCHg79+KyzosdGZ/+Cp+AnGQmI+MJ+Ro4EBOaZAcO3wq xWOwY8pWrOVNb+kXHXCvo9sIfIe09fzli/Mz0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lVIf/1OACwyN96pD+UKZBWo5Qbwn1kZjyt/MXI3Kkrey5ghILpscsWjXpIk3+VvI1r ce6brb83uV/ZPaVtid0EkX1RPKNbuUWj/5S1QnG/IUjSi6m9uvbfx4ROM9zuOXK67jcM fJPOQr9hYtMIy0n3O5c5e/Kj+U1vQwt59WM8M= Original-Received: by 10.115.67.24 with SMTP id u24mr5802932wak.59.1259190396623; Wed, 25 Nov 2009 15:06:36 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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: news.gmane.org gmane.emacs.help:70130 Archived-At: Hi, I read this follow wiki entry trying to install emacs server on ubuntu: http://www.emacswiki.org/emacs/EmacsClient#toc5 I have download the following script and cp it to /etc/init.d/emacsd http://www.emacswiki.org/emacs/EmacsdInitScript And I restart my ubuntu, and I run 'emacsclient'. I still get: $ emacsclient emacsclient: file name or argument required Try `emacsclient --help' for more information Thank you for your help.