all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org, Espen Wiborg <espenhw@grumblesmurf.org>
Subject: Re: y-or-n-p and emacs --daemon
Date: Wed, 3 Dec 2008 11:53:04 -0800 (PST)	[thread overview]
Message-ID: <200812031953.mB3Jr4qh027604@mothra.ics.uci.edu> (raw)
In-Reply-To: <87abbdm4t8.fsf@cyd.mit.edu> (Chong Yidong's message of "Wed, 03 Dec 2008 14:33:55 -0500")

Chong Yidong <cyd@stupidchicken.com> writes:

  > Espen Wiborg <espenhw@grumblesmurf.org> writes:
  > 
  > >>    $ emacs-23 -Q --daemon --eval '(y-or-n-p "hello? ")'
  > >>
  > >> 1. It hangs indefinitely,
  > >> 2. it does not detach properly (it forks, but the parent doesn't exit),
  > >> 3. it doesn't start the server.
  > >>
  > >> Now the problem is that y-or-n-p is called from many places, so
  > >> depending on the configuration there is some chance that Emacs will
  > >> ask for user interaction before initialisation is finished. There is
  > >> even one in server-start (which AFAICS won't be triggered in daemon
  > >> mode, but still...).
  > >
  > > Actually, this yes-or-no-p *is* triggered in daemon mode, but only
  > > (AFAICT) in the case uncovered by bug #1310, where a client's X
  > > connection is lost and the daemon tries to shut down.
  > 
  > The only thing I can think of is to make y-or-n-p and yes-or-no-p
  > default to "no" when only the daemon's dummy terminal is open.  

Bad idea:
(unless (y-or-n-p "Stop me from removing all your files") 
        /bin/rm -rf /
        )

  > Does anyone have a better suggestion?

Ignore it, or fix it properly: so that it works like y-or-n-p when using -batch.




  reply	other threads:[~2008-12-03 19:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-03 10:44 y-or-n-p and emacs --daemon Ulrich Mueller
2008-12-03 11:11 ` Espen Wiborg
2008-12-03 19:33   ` Chong Yidong
2008-12-03 19:53     ` Dan Nicolaescu [this message]
2008-12-03 21:07       ` Chong Yidong
2008-12-03 21:53         ` Dan Nicolaescu
2008-12-04  1:05           ` Stephen J. Turnbull
2008-12-04  2:16         ` Stefan Monnier
2008-12-04  3:02           ` Dan Nicolaescu
2008-12-04  5:29             ` Stefan Monnier
2008-12-04 11:15           ` Ulrich Mueller
2008-12-04 11:28             ` Thierry Volpiatto
2008-12-04 13:15             ` 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=200812031953.mB3Jr4qh027604@mothra.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=espenhw@grumblesmurf.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.