From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Add function to make frame topmost? Date: Sun, 2 May 2010 16:48:38 +0200 Message-ID: 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 X-Trace: dough.gmane.org 1272811760 1409 80.91.229.12 (2 May 2010 14:49:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 2 May 2010 14:49:20 +0000 (UTC) Cc: "Stephen J. Turnbull" , =?UTF-8?Q?Jan_Dj=C3=A4rv?= , Stefan Monnier , Emacs-Devel devel To: David De La Harpe Golden Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 02 16:49:13 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 1O8aTl-0001g4-K6 for ged-emacs-devel@m.gmane.org; Sun, 02 May 2010 16:49:09 +0200 Original-Received: from localhost ([127.0.0.1]:43445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8aTj-000761-0n for ged-emacs-devel@m.gmane.org; Sun, 02 May 2010 10:49:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8aTe-00075w-Vx for emacs-devel@gnu.org; Sun, 02 May 2010 10:49:03 -0400 Original-Received: from [140.186.70.92] (port=60897 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8aTd-00075o-M7 for emacs-devel@gnu.org; Sun, 02 May 2010 10:49:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8aTb-0002B9-Vj for emacs-devel@gnu.org; Sun, 02 May 2010 10:49:01 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:61953) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8aTb-0002B5-O8 for emacs-devel@gnu.org; Sun, 02 May 2010 10:48:59 -0400 Original-Received: by fxm1 with SMTP id 1so1484368fxm.0 for ; Sun, 02 May 2010 07:48:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=SwzdCYOIJbloClsj2uZCdlrI8bogkNR0cgloIThHCz4=; b=DMyxpstJkKvjScXzTzmnKdDJy24u9TYy67HpixUsBxVz05WvvmV6yeXGMZlb6zFRJE BVOa30E9utx5IRSZq/ZQmaTgn1eERsGAg4LOkyHLWOW+yYjEIPX8bn29/Y/ELMr4Y8IL XUKKU12TDNDFUtzDB9lwfaXH9n+2GqsEVNDv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=UClYpTE8rkkHXFj20Wf5XIvU+7jioMrhe5atIR6oT4CekZ+8Oi2gRgQy8aMu8n1F/j F3cSByjhAB/lUhTTC2XZahwfCpOF5IQ3qeWatGTSgTeb1406vXS/aoHC+GPMTQ5wcC+x Ck5jkzjBYOOBg1Lcde3AK4+TNFDaNWkzf8q8I= Original-Received: by 10.239.161.84 with SMTP id g20mr1248503hbd.200.1272811738324; Sun, 02 May 2010 07:48:58 -0700 (PDT) Original-Received: by 10.239.164.81 with HTTP; Sun, 2 May 2010 07:48:38 -0700 (PDT) In-Reply-To: <4BDD8F77.5050702@harpegolden.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:124427 Archived-At: On Sun, May 2, 2010 at 4:43 PM, David De La Harpe Golden wrote: > > Linking emacs, at least x11/gtk emacs, against libnotify and supporting a > (notify-send ...) or something usable from within emacs would probably be > quite doable. Maybe the elisp api could be wrapped around the other > platforms' native similar facilities on non-x11. Would that allow opening/raising an Emacs frame when clicking on the notification popup? > This approach wouldn't allow the notification popup to be an emacs frame > with arbitrary contents, obviously you're limited to what the notification > kinda-sorta-spec allows. > > [1] > A bit different and more complex than the systray spec balloon message api I > previously mentioned, allowing fancier notifications. > > http://www.galago-project.org/docs/index.php > http://www.galago-project.org/specs/notification/0.9/index.html > http://manishtech.wordpress.com/2009/03/29/working-with-libnotify/ >