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

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

bug#5645: 23.1.92; read-event blocks in batch mode


From: Michael Albinus
Subject: bug#5645: 23.1.92; read-event blocks in batch mode
Date: Tue, 17 Jul 2012 15:16:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Michael Albinus <michael.albinus@gmx.de> writes:

>> This is a technical limitation of batch mode.  Input is acquired via
>> getchar(): see kbd_buffer_get_event in keyboard.c.  Unfortunately,
>> getchar() blocks until input in submitted on standard input.
>
> I see. In my use case, which has caused this bug report, I am waiting
> for D-Bus events. This shall be possible also in batch mode; maybe we
> can fix this later.

With the solution of bug#11415, this problems is solved. Closed.

Best regards, Michael.





reply via email to

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