From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Broken timers (handle_alarm_signal is never called)? Date: Fri, 25 Jul 2014 19:28:52 +0400 Message-ID: <53D277B4.8020200@yandex.ru> References: <53D262D0.3020505@yandex.ru> <83vbqlikcr.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406302180 811 80.91.229.3 (25 Jul 2014 15:29:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2014 15:29:40 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 25 17:29:34 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 1XAhR8-0007hS-G7 for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2014 17:29:34 +0200 Original-Received: from localhost ([::1]:55428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAhR8-00065C-3e for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2014 11:29:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAhQy-000653-A7 for emacs-devel@gnu.org; Fri, 25 Jul 2014 11:29:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAhQq-0005wL-NQ for emacs-devel@gnu.org; Fri, 25 Jul 2014 11:29:24 -0400 Original-Received: from forward7l.mail.yandex.net ([84.201.143.140]:44344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAhQi-0005sK-8y; Fri, 25 Jul 2014 11:29:08 -0400 Original-Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward7l.mail.yandex.net (Yandex) with ESMTP id EF4D1BC1696; Fri, 25 Jul 2014 19:29:06 +0400 (MSK) Original-Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 66BAF2C4AAB; Fri, 25 Jul 2014 19:29:06 +0400 (MSK) Original-Received: from 146.gprs.mts.ru (146.gprs.mts.ru [213.87.130.146]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Ohz9Fwqg9Y-T14OKZHu; Fri, 25 Jul 2014 19:29:04 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 6215c82c-42c0-42cd-9576-34e9e9d02126 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1406302146; bh=cIE66TIS4HoJaLW6cnFFuqfy3uh9wA0lNzUOGvQilKE=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=nTpVBUEvsufCm4gbSbLljFQ2TN7vMox6XSmpTQGUQMCvjTewVQwbinbOM3Ij/GsKY dV0S2wNgHFEJVQyWN9b+jo7cJ9yB9WptaUqRiiSnDajh+BWNBdlmRbtyxSw7ad3mbE b9U78zet/43hokG0JP/pflBDu/HSTuFVwjBBCPRs= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <83vbqlikcr.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.140 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:173143 Archived-At: On 07/25/2014 06:28 PM, Eli Zaretskii wrote: > How did you deduce that? I'm trying to change mouse cursor shape when Emacs is idle for some period of time and now diving somewhere in main event loop in attempt to understand what "idle" really is :-). > Are you saying that SIGARLM is triggered, but its handler is never > called? No, there is no SIGALRM at all (at least I can't see it in gdb with 'handle SIGALRM print'). [...from another e-mail...] > Btw, we don't call start_hourglass when a keyboard macro is being executed IIUC we do it immediately before starting macro. Dmitry