From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: Add function to make frame topmost? Date: Sun, 02 May 2010 15:55:09 +0100 Message-ID: <4BDD924D.2060900@harpegolden.net> References: <4BDB8886.4050202@harpegolden.net> <4BDC6CE7.8060400@harpegolden.net> <4BDD2979.50001@swipnet.se> <87iq767aln.fsf@uwakimon.sk.tsukuba.ac.jp> <4BDD8F77.5050702@harpegolden.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1272812130 2506 80.91.229.12 (2 May 2010 14:55:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 2 May 2010 14:55:30 +0000 (UTC) Cc: "Stephen J. Turnbull" , =?UTF-8?B?SmFuIERqw6Rydg==?= , Stefan Monnier , Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 02 16:55:28 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O8aZs-0006Gu-9c for ged-emacs-devel@m.gmane.org; Sun, 02 May 2010 16:55:28 +0200 Original-Received: from localhost ([127.0.0.1]:57623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8aZr-0000sC-TV for ged-emacs-devel@m.gmane.org; Sun, 02 May 2010 10:55:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8aZh-0000pr-Ht for emacs-devel@gnu.org; Sun, 02 May 2010 10:55:17 -0400 Original-Received: from [140.186.70.92] (port=38069 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8aZg-0000pM-Cm for emacs-devel@gnu.org; Sun, 02 May 2010 10:55:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8aZe-0002lU-Mx for emacs-devel@gnu.org; Sun, 02 May 2010 10:55:16 -0400 Original-Received: from harpegolden.net ([65.99.215.13]:60821) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8aZe-0002lP-BU for emacs-devel@gnu.org; Sun, 02 May 2010 10:55:14 -0400 Original-Received: from [87.198.55.196] (87-198-55-196.ptr.magnet.ie [87.198.55.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTP id 514539718; Sun, 2 May 2010 15:55:12 +0100 (IST) User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124428 Archived-At: Lennart Borgman wrote: > > Would that allow opening/raising an Emacs frame when clicking on the > notification popup? I believe so, effectively, though haven't tried it (the command line tool doesn't seem to have provision for it, the C api does): http://library.gnome.org/devel/libnotify/0.4/NotifyNotification.html#notify-notification-add-action """ Adds an action to a notification. When the action is invoked, the specified callback function will be called, along with the value passed to user_data. """