From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: just-the-text Emacs frame Date: Mon, 06 Jun 2011 11:23:40 +0200 Message-ID: <4DEC9C9C.2010001@swipnet.se> References: <87aaebbndz.fsf@lifelogs.com> <4DDDA5A7.6040109@siege-engine.com> <87boyp5vyi.fsf@lifelogs.com> <87mxi8xq6y.fsf@lifelogs.com> <874o4ebtq0.fsf_-_@lifelogs.com> <87vcwpsa6y.fsf@lifelogs.com> <871uzccr2k.fsf@lifelogs.com> <87lixji1mz.fsf@lifelogs.com> <87r57beyqk.fsf@lifelogs.com> <4DE90C32.7090105@swipnet.se> <871uzag6js.fsf@lifelogs.com> <4DE9228A.1010504@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1307352254 4835 80.91.229.12 (6 Jun 2011 09:24:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Jun 2011 09:24:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 06 11:24:11 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QTW2c-0005Cj-VC for ged-emacs-devel@m.gmane.org; Mon, 06 Jun 2011 11:24:11 +0200 Original-Received: from localhost ([::1]:60010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTW2b-0005sA-Mk for ged-emacs-devel@m.gmane.org; Mon, 06 Jun 2011 05:24:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTW2G-0005rL-T3 for emacs-devel@gnu.org; Mon, 06 Jun 2011 05:23:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTW2F-0001Xa-8N for emacs-devel@gnu.org; Mon, 06 Jun 2011 05:23:48 -0400 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:53099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTW2E-0001XL-QK for emacs-devel@gnu.org; Mon, 06 Jun 2011 05:23:47 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id 5FD2CE8CC0 for ; Mon, 6 Jun 2011 11:23:42 +0200 (CEST) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvWMAN6b7E1V4S1kPGdsb2JhbABThEqESI8Ijh4LAQEBATcyulGQFoErg2yBCgSVQYp0 X-IronPort-AV: E=Sophos;i="4.65,325,1304287200"; d="scan'208";a="195301328" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb2.telenor.se with ESMTP; 06 Jun 2011 11:23:42 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id DB1227FA05A for ; Mon, 6 Jun 2011 11:23:40 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.127.194.20 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:140224 Archived-At: Julien Danjou skrev 2011-06-06 10.38: > On Fri, Jun 03 2011, Jan Dj=C3=A4rv wrote: > >> This might not behave as you wish. Some window managers (metacity at = least) >> apply struts to all windows made by an application if one window has s= truts >> set. For Emacs that would mean that if you set struts on one frame, i= t >> applies to all frames. > > I don't believe you. That sounds like an extra amount of code to write > that would break EWMH explicitely. Quickly reading Metacity source code > makes me believe that you're wrong too. > > (Now, I don't have time to find/write an app to check that, so, one of > us is wrong! :-) > I tried this with Emacs and it does behave the way I described. If it is= a=20 metacity bug or not, I don't know. Jan D.