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: Mon, 13 Feb 2012 12:53:00 +0100 Message-ID: <87lio7j6g3.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> <87obt5mgc8.fsf@gmx.de> <87fweh5gw4.fsf@micropit.couberia.bzh> <87fwegv2c1.fsf@gmx.de> <877gzs5mw1.fsf@micropit.couberia.bzh> <87bop4uut0.fsf@gmx.de> <87lio7okjw.fsf@micropit.couberia.bzh> <87sjif21m2.fsf@gmx.de> <874nuvi1bl.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 1329134013 23771 80.91.229.3 (13 Feb 2012 11:53:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2012 11:53:33 +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 Mon Feb 13 12:53:32 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 1RwuTK-00082d-Bk for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Feb 2012 12:53:30 +0100 Original-Received: from localhost ([::1]:43040 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwuTJ-0004wS-70 for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Feb 2012 06:53:29 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwuT7-0004qR-UB for help-gnu-emacs@gnu.org; Mon, 13 Feb 2012 06:53:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwuT3-0000sR-DC for help-gnu-emacs@gnu.org; Mon, 13 Feb 2012 06:53:17 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:33908) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RwuT3-0000sB-1n for help-gnu-emacs@gnu.org; Mon, 13 Feb 2012 06:53:13 -0500 Original-Received: (qmail invoked by alias); 13 Feb 2012 11:53:10 -0000 Original-Received: from p57BB965F.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.150.95] by mail.gmx.net (mp017) with SMTP; 13 Feb 2012 12:53:10 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+w0307PZKwZ52Jc3AwS4wirtQQUZBFuWWubjuZ/R L1IIppYdnias+m In-Reply-To: <874nuvi1bl.fsf@micropit.couberia.bzh> ("Peter \=\?utf-8\?Q\?M\?\= \=\?utf-8\?Q\?\=C3\=BCnster\=22's\?\= message of "Mon, 13 Feb 2012 09:29:02 +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.23 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:83730 Archived-At: Peter M=C3=BCnster writes: > Thanks! The only difference is, that you don't get a NotificationClosed > signal, but on my system I do: I was too hasty: I've copied the *Messages* buffer before the notification did expire. No error at all. > So there are 2 issues: > > - The NotificationClosed signal resets the idle-time, and IMO it should > not. (emacs issue) It is not NotificationClosed specific. I would rather say that is due to the nature of D-Bus events, handled via `special-event-map'. I guess that all events defined in that map will reset the idle timer. > - You don't get the NotificationClosed signal and that's probably a bug > of your notification system, perhaps this one: > https://bugs.kde.org/show_bug.cgi?id=3D228743 Not a bug, as said. > Should I make an emacs bug report? I still don't understand why it disturbs you. Could you, please, explain your use case? Best regards, Michael.