From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Add function to make frame topmost? Date: Mon, 03 May 2010 10:39:09 -0600 Message-ID: References: <4BDB5A6E.5060803@harpegolden.net> <4BDB8D7B.6010505@harpegolden.net> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272904768 29507 80.91.229.12 (3 May 2010 16:39:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 May 2010 16:39:28 +0000 (UTC) Cc: Lennart Borgman , 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 Mon May 03 18:39:26 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 1O8yg1-0004Dz-4P for ged-emacs-devel@m.gmane.org; Mon, 03 May 2010 18:39:25 +0200 Original-Received: from localhost ([127.0.0.1]:48788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8yg0-0007bS-Ad for ged-emacs-devel@m.gmane.org; Mon, 03 May 2010 12:39:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8yfu-0007bN-Up for emacs-devel@gnu.org; Mon, 03 May 2010 12:39:19 -0400 Original-Received: from [140.186.70.92] (port=45235 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8yft-0007bE-NQ for emacs-devel@gnu.org; Mon, 03 May 2010 12:39:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8yfr-0003r4-Rt for emacs-devel@gnu.org; Mon, 03 May 2010 12:39:17 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:28420) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8yfr-0003qm-KY for emacs-devel@gnu.org; Mon, 03 May 2010 12:39:15 -0400 Original-Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o43GdCQv021188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 3 May 2010 12:39:12 -0400 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o43GdBNi031820; Mon, 3 May 2010 12:39:11 -0400 Original-Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o43Gd9FN001698; Mon, 3 May 2010 12:39:10 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id A7402378183; Mon, 3 May 2010 10:39:09 -0600 (MDT) X-Attribution: Tom In-Reply-To: <4BDB8D7B.6010505@harpegolden.net> (David De La Harpe Golden's message of "Sat, 01 May 2010 03:10:03 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 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:124474 Archived-At: >>>>> "David" == David De La Harpe Golden writes: David> Ading systray support to emacs was discussed in the context David> of daemon mode a while back, maybe it's worth another look now. I sent a patch. I didn't understand how to rewrite based on the comments I got back, and I don't have any Emacs hacking time any more; maybe someone else could take it up. I do use a hacked zenity + some of my own elisp to add systray support to various things in Emacs: ERC, calendar/diary, EMMS. I find it indispensable. Tom