From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: notifications-notify resets idle-time Date: Sat, 11 Feb 2012 18:26:31 +0100 Message-ID: <87obt5mgc8.fsf@gmx.de> References: <874nuy5okw.fsf@micropit.couberia.bzh> <87wr7tr8um.fsf@gmx.de> <87obt5siph.fsf@micropit.couberia.bzh> <87wr7t5ys8.fsf@gmx.de> <87hayxsfbo.fsf@micropit.couberia.bzh> <87sjih2wdo.fsf@gmx.de> <87mx8p5nqa.fsf@micropit.couberia.bzh> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328981209 8354 80.91.229.3 (11 Feb 2012 17:26:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Feb 2012 17:26:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter =?utf-8?Q?M=C3=BCnster?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 11 18:26:49 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RwGim-0006D9-Bt for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Feb 2012 18:26:48 +0100 Original-Received: from localhost ([::1]:40072 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwGil-0008Ep-NT for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Feb 2012 12:26:47 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwGih-0008EB-7f for help-gnu-emacs@gnu.org; Sat, 11 Feb 2012 12:26:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwGig-0000MX-6C for help-gnu-emacs@gnu.org; Sat, 11 Feb 2012 12:26:43 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:38170) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RwGif-0000MP-Pz for help-gnu-emacs@gnu.org; Sat, 11 Feb 2012 12:26:42 -0500 Original-Received: (qmail invoked by alias); 11 Feb 2012 17:26:40 -0000 Original-Received: from p57BB8F1C.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.143.28] by mail.gmx.net (mp036) with SMTP; 11 Feb 2012 18:26:40 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18/K7AV724/Q/ayzXffNgGXpKdtml+2rzAfm6IXRx KZliJJGrJImQhH In-Reply-To: <87mx8p5nqa.fsf@micropit.couberia.bzh> ("Peter \=\?utf-8\?Q\?M\?\= \=\?utf-8\?Q\?\=C3\=BCnster\=22's\?\= message of "Sat, 11 Feb 2012 17:38:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83704 Archived-At: Peter M=C3=BCnster writes: > It seems, that closing the notification window resets the idle time, by > mouse-click or by :timeout does not matter. > I've just tried ":timeout 30000" to keep the windows for a longer timer, > and when I close a notification window with a mouse-click, the idle time > is reset. Ahh, that's the difference. I haven't closed the notification window, I let it expire. This does not reset idle-time. It sounds acceptable to reset the idle timer on Emacs, when you touch the notification window. A signal is returned, and a callback function is activated, which might be the reason of the reset. Best regards, Michael.