all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten <quintfall@googlemail.com>
To: help-gnu-emacs@gnu.org
Subject: Emacs server
Date: Fri, 17 Feb 2012 10:16:27 +0100	[thread overview]
Message-ID: <87mx8hes5w.fsf@googlemail.com> (raw)

Hello list, 
I try to run emacs24 as a server on ArchLinux, and it works with M-x
server-start inside a runnung emacs. When I start emacs with --daemon, I
receive the message that the daemon is started, and I see how the
load-files are loaded, and finally control is given back to the shell
process. However, emacsclient does not find a socket, and top doesn't
show an emacs process running. 


Here are my start scripts: 

daemon: 
,-----------------------------------------------------------------------
| #!/bin/sh                                                             
| exec emacs --daemon=emacs1  -l  ~/.emacs.d/emacs24-starter-kit/init.el
`-----------------------------------------------------------------------

client: 
,---------------------
| #!/bin/sh
| exec emacsclient  -c
`---------------------

What might be the problem?
cheers
--
Thorsten





             reply	other threads:[~2012-02-17  9:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-17  9:16 Thorsten [this message]
2012-02-17 11:52 ` Emacs server Peter Münster
2012-02-17 13:42   ` Thorsten
2012-02-17 14:04     ` Peter Münster
2012-02-17 14:20       ` Thorsten
2012-02-18 22:53       ` Thorsten
2012-02-19 13:31         ` Thorsten
2012-02-21  2:53     ` Kevin Rodgers
2012-02-21  7:58       ` Thorsten

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mx8hes5w.fsf@googlemail.com \
    --to=quintfall@googlemail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.