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:22 +0200 Message-ID: <4FB4F102.9010106@gmx.at> References: <4FB4C037.6060206@gmx.at> <877gwbdozc.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1337258246 609 80.91.229.3 (17 May 2012 12:37:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 May 2012 12:37:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 17 14:37:25 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 1SUzxI-0006To-Oi for ged-emacs-devel@m.gmane.org; Thu, 17 May 2012 14:37:20 +0200 Original-Received: from localhost ([::1]:59525 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUzxI-0007ao-3p for ged-emacs-devel@m.gmane.org; Thu, 17 May 2012 08:37:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUzxA-0007aJ-EJ for emacs-devel@gnu.org; Thu, 17 May 2012 08:37:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUzx4-0005Wo-8e for emacs-devel@gnu.org; Thu, 17 May 2012 08:37:12 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:34716) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SUzx3-0005WZ-U8 for emacs-devel@gnu.org; Thu, 17 May 2012 08:37:06 -0400 Original-Received: (qmail invoked by alias); 17 May 2012 12:37:03 -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 (mp038) with SMTP; 17 May 2012 14:37:03 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+VA90U2gSVB7zkMmfIpwU6J9h1wCUqXgrCpactd0 JoR6QPNKYG4xQR In-Reply-To: <877gwbdozc.fsf@Rainer.invalid> 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:150545 Archived-At: > Cygwin's X server has a built-in rootless window manager that makes the > windows from X appear just like any other Windows application that are > then (mostly) under control of the Windows desktop (aka explorer.exe), > in particular they'll have an icon in the task bar. IIUC there's no way for an application running under Cygwin to emulate the mechanism used by the explorer? martin