emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: y-or-n-p and emacs --daemon


From: Stefan Monnier
Subject: Re: y-or-n-p and emacs --daemon
Date: Thu, 04 Dec 2008 00:29:10 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> answer is ignored (or is it?).
> It's not ignored, the input is not setup right.  
> strace shows:
> select(1, [], NULL, NULL, {100000, 0}
>           ^^^
>           select is waiting on a empty set of descriptors

Oh, I see.

> so noninteractive || IS_DAEMON is probably missing in some place(s).

Yes sounds right, tho I'd probably use FRAME_INITIAL_P (SELECTED_FRAME ())
isntead.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]