From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: just-the-text Emacs frame Date: Fri, 03 Jun 2011 20:06:02 +0200 Message-ID: <4DE9228A.1010504@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> NNTP-Posting-Host: lo.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 1307124394 21704 80.91.229.12 (3 Jun 2011 18:06:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Jun 2011 18:06:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 03 20:06:31 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 1QSYlS-0003MG-0U for ged-emacs-devel@m.gmane.org; Fri, 03 Jun 2011 20:06:30 +0200 Original-Received: from localhost ([::1]:56984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSYlR-0006vI-1h for ged-emacs-devel@m.gmane.org; Fri, 03 Jun 2011 14:06:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSYl5-0006uq-Pg for emacs-devel@gnu.org; Fri, 03 Jun 2011 14:06:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSYl4-00022z-3s for emacs-devel@gnu.org; Fri, 03 Jun 2011 14:06:07 -0400 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:45726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSYl3-00022t-NY for emacs-devel@gnu.org; Fri, 03 Jun 2011 14:06:06 -0400 Original-Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 0D598E9411 for ; Fri, 3 Jun 2011 20:06:04 +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: Au2aAPIh6U1V4S1kPGdsb2JhbABTiRGPCo4eCwEBAQE3MohxwUyGIQSVPIpz X-IronPort-AV: E=Sophos;i="4.65,315,1304287200"; d="scan'208";a="17496201" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb3.telenor.se with ESMTP; 03 Jun 2011 20:06:03 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 3BB847FA05A for ; Fri, 3 Jun 2011 20:06:03 +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: <871uzag6js.fsf@lifelogs.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.127.194.21 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:140143 Archived-At: Ted Zlatanov skrev 2011-06-03 19.37: > > I want emacs-panel.el to do the job of gnome-panel. So I'd like Emacs > to look like a panel. Specifically, it would be ideal if the WM could > automatically place a special Emacs frame on a screen edge and keep it > on top of others (which IIUC is a strut). I also need the frame to have > no decorations but that's another thread :) 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 struts set. For Emacs that would mean that if you set struts on one frame, it applies to all frames. Jan D.