all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Gary ." <emacs@garydjones.name>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs daemon.. but quietly
Date: Tue, 23 Mar 2010 19:30:46 +0100	[thread overview]
Message-ID: <20100323183046.GA3980@mimosa.garydjones.name> (raw)
In-Reply-To: <20100322182946.GA8597@tomas>

> You might just redirect that to /dev/null like so:
>
>   emacs --daemon > /dev/null 2>&1

I was right, I had tried this, or something like it, and it didn't work,
at least not perfectly. It might be that I forgot to do the "2>&1", I'm
not sure, but anyway your way works just fine. It doesn't work if I try
it with the emacsclient --alternate-editor "trick", I just get dumped
back to the command line instead of it starting any kind of emacs. I
guess I will have to decide between the two methods. I'm leaning towards
mine (yours and mine), because it means there is never a delay when
starting emacs, which is somehow gratifying (I find a delay when
starting the first bash session of the day acceptable, although in fact
I might even try
 emacs --daemon > /dev/null 2>&1 &
meaning I might not even see that)




  parent reply	other threads:[~2010-03-23 18:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-05 13:24 emacs daemon.. but quietly Gary .
2010-03-22 13:09 ` Gary .
2010-03-22 18:29 ` tomas
2010-03-22 19:02   ` Richard Riley
2010-03-23 15:28     ` Gary .
2010-03-26 14:44       ` Richard Riley
2010-03-23 15:25   ` Gary .
2010-03-23 18:30   ` Gary . [this message]
     [not found] <mailman.2328.1267795489.14305.help-gnu-emacs@gnu.org>
2010-03-05 14:09 ` Andre Ramaciotti
2010-03-06 13:24 ` Stefan Monnier

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=20100323183046.GA3980@mimosa.garydjones.name \
    --to=emacs@garydjones.name \
    --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.