bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#50849: 28.0.50; Proposal for Emacs daemon to signal when being busy


From: Visuwesh
Subject: bug#50849: 28.0.50; Proposal for Emacs daemon to signal when being busy
Date: Tue, 06 Sep 2022 09:03:24 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

[செவ்வாய் செப்டம்பர் 06, 2022] Eli Zaretskii wrote:

>> If someone could check if this works on MS-Windows, that would be
>> appreciated.
>
> How would one test it, please?  Do you have any recipe?

Here's what I did to test it,

    % src/emacs -Q --daemon
    Starting Emacs daemon.
    % emacsclient --eval '(while t)' &
    [1] 2700
    % emacsclient -c --timeout=2
    Waiting for Emacs...
    Server not responding; timed out after 2 seconds
    % emacsclient -c
    Waiting for Emacs...
    Server not responding; use Ctrl+C to break  C-c C-c





reply via email to

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