all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: Kenny Stuart <kstuart@hotmail.co.uk>
Cc: 4944@emacsbugs.donarmstrong.com
Subject: bug#4944: 23.1.50; starting a server without forking a daemon
Date: Wed, 18 Nov 2009 10:25:28 -0800 (PST)	[thread overview]
Message-ID: <200911181825.nAIIPSmQ009732@godzilla.ics.uci.edu> (raw)
In-Reply-To: <SNT120-W378E5C23C09208916400E3ECA40@phx.gbl> (Kenny Stuart's message of "Tue, 17 Nov 2009 14:25:34 +0000")

Kenny Stuart <kstuart@hotmail.co.uk> writes:

  > Please write in English if possible, because the Emacs maintainers
  > usually do not have translators to read other languages for them.
  > 
  > Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.
  > 
  > Please describe exactly what actions triggered the bug
  > and the precise symptoms of the bug.  If you can, give
  > a recipe starting from `emacs -Q':
  > 
  > This is a feature request to add the facility to start an emacs server
  > using a command-line option that runs as a foreground process instead
  > of forking a daemon and exiting.
  > 
  > Motivation:
  > 
  > Forking a daemon then exiting the main process is incompatible with
  > systems that manage processes as services, such as launchd on OS X,
  > therefore it is not possible to create an effective launchd service
  > using emacs in daemon mode.
  > 
  > Possible Solution:
  > 
  > For review I have included a patch that adds a --server command line
  > option that does what the --daemon option does, except it runs the
  > server in the foreground process rather than forking a daemon and
  > exiting.

How is this different from:

emacs -f server-start 

?

Also note that you do not have to start the daemon explicitly, if you use

emacsclient -a "" 

it will start an emacs daemon if one is not already running.






  reply	other threads:[~2009-11-18 18:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-17 14:25 bug#4944: 23.1.50; starting a server without forking a daemon Kenny Stuart
2009-11-18 18:25 ` Dan Nicolaescu [this message]
     [not found]   ` <BLU0-SMTP851950D69B194ABCA7830FECA20@phx.gbl>
2009-11-19 16:22     ` Dan Nicolaescu
2009-11-19 21:39       ` Kenny Stuart
2011-05-18 13:58 ` Kamil Cholewiński

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=200911181825.nAIIPSmQ009732@godzilla.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=4944@emacsbugs.donarmstrong.com \
    --cc=kstuart@hotmail.co.uk \
    /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.