From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Make raise-frame work on Cygwin Date: Thu, 17 May 2012 14:37:42 +0200 Message-ID: <4FB4F116.2090109@gmx.at> References: <4FB4C037.6060206@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1337258257 695 80.91.229.3 (17 May 2012 12:37:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 May 2012 12:37:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Katsumi Yamaoka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 17 14:37:36 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SUzxW-0006id-0E for ged-emacs-devel@m.gmane.org; Thu, 17 May 2012 14:37:34 +0200 Original-Received: from localhost ([::1]:60654 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUzxV-0008EC-F0 for ged-emacs-devel@m.gmane.org; Thu, 17 May 2012 08:37:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUzxS-00085Q-3T for emacs-devel@gnu.org; Thu, 17 May 2012 08:37:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUzxN-0005cZ-QF for emacs-devel@gnu.org; Thu, 17 May 2012 08:37:29 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:41622) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SUzxN-0005am-Fa for emacs-devel@gnu.org; Thu, 17 May 2012 08:37:25 -0400 Original-Received: (qmail invoked by alias); 17 May 2012 12:37:23 -0000 Original-Received: from 62-47-35-195.adsl.highway.telekom.at (EHLO [62.47.35.195]) [62.47.35.195] by mail.gmx.net (mp040) with SMTP; 17 May 2012 14:37:23 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19n0b9M/sJnEULn2BtHiWfzcwJZDZsQqgU1K6shrj uGMIeH5fCYhWGN In-Reply-To: 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: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150547 Archived-At: > I don't know at all. What I only do is, for instance, to type > `M-x gnus-other-frame RET' to raise an existing Gnus frame up. > `gnus-other-frame' runs `select-frame-set-input-focus' for the > Gnus frame in question, nevertheless I thereafter need to > dislodge or iconify other frames one by one by mouse till a Gnus > frame is found. :< I remember this problem from our `display-buffer' discussion and it's obvious that this should be solved in some way. > What I really want is to improve Emacs so as to communicate with > common window managers, including that of Windows 7, metacity... > Though all window managers may perhaps not offer the complete set > of interface. A `raise-frame-function' variable would allow to do this without any defadvice. martin