From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: read-event in batch mode Date: Sun, 02 Feb 2014 20:25:03 +0100 Message-ID: <8738k1mi5s.fsf@gmx.de> References: <831tzo74oz.fsf@gnu.org> <83sis45h3a.fsf@gnu.org> <87iosx90jz.fsf@spindle.srvr.nix> <83eh3l4iab.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391369123 18570 80.91.229.3 (2 Feb 2014 19:25:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Feb 2014 19:25:23 +0000 (UTC) Cc: Nix , monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 02 20:25:29 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WA2fY-0005rv-R3 for ged-emacs-devel@m.gmane.org; Sun, 02 Feb 2014 20:25:28 +0100 Original-Received: from localhost ([::1]:42460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WA2fY-00019j-8k for ged-emacs-devel@m.gmane.org; Sun, 02 Feb 2014 14:25:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WA2fO-00019e-52 for emacs-devel@gnu.org; Sun, 02 Feb 2014 14:25:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WA2fE-0004Hb-SP for emacs-devel@gnu.org; Sun, 02 Feb 2014 14:25:18 -0500 Original-Received: from mout.gmx.net ([212.227.17.20]:51091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WA2fE-0004Gn-J6 for emacs-devel@gnu.org; Sun, 02 Feb 2014 14:25:08 -0500 Original-Received: from detlef.gmx.de ([93.202.49.155]) by mail.gmx.com (mrgmx002) with ESMTPS (Nemesis) id 0LlESk-1VZ3gd3kSU-00b0O9 for ; Sun, 02 Feb 2014 20:25:06 +0100 In-Reply-To: <83eh3l4iab.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 02 Feb 2014 17:59:40 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:jmGWdDxvXpJI4zhMtzEcdjtRNXYp6dVRGgApO6QS7oLl8lYEUQg AyNajh/Se9/0oJEujxqIrDPb1gIfjXLmmjlKtSfFWe0eej7VLRMlp3oxWVapcez8v0oCuA2 iW4yv5prCUf4801jLj8TAvDiEHcuWPE/ckaKqdsisqkHsF2Rlm+dTchjf7is58lifkt3yIO rYejLj2t/QRqyhyD7qMJw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169347 Archived-At: Eli Zaretskii writes: >> From: Nix >> Cc: Stefan Monnier , emacs-devel@gnu.org >> Emacs: the prosecution rests its case. >> Date: Sun, 02 Feb 2014 12:11:28 +0000 >> >> > Well, the systems that support D-Bus certainly don't need it, as they >> > haven't been using that code since last May. Windows doesn't need >> > that, either. >> >> That would be around the time when emacs --daemon started "acting up" by >> going into an unresponsive CPU-chewing loop whenever it asked a question >> on the console during startup. I have to start Emacs these days by >> starting a non-daemon Emacs, answering various questions (mostly from >> desktop.el), quitting (and saving a fixed desktop file), then restarting >> in daemon mode... > > Did you submit a bug report about that? If so, please show the bug > number. If not, please do report this, and thanks. Likely, "since last May" means May 2012: 2012-05-14 Michael Albinus * keyboard.c (kbd_buffer_get_event): Read special events also in batch mode. (Bug#11415) Do we still see the same coincidence, that daemon goes into infloop? Since May 2012? Best regards, Michael.