[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emacs server
From: |
Thorsten |
Subject: |
Emacs server |
Date: |
Fri, 17 Feb 2012 10:16:27 +0100 |
User-agent: |
Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) |
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
- Emacs server,
Thorsten <=
- Re: Emacs server, Peter Münster, 2012/02/17
- Re: Emacs server, Thorsten, 2012/02/17
- Re: Emacs server, Peter Münster, 2012/02/17
- Re: Emacs server, Thorsten, 2012/02/17
- Re: Emacs server, Thorsten, 2012/02/18
- Re: Emacs server, Thorsten, 2012/02/19
- Re: Emacs server, Kevin Rodgers, 2012/02/20
- Re: Emacs server, Thorsten, 2012/02/21