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: difference between maximized and fullscreen? Date: Wed, 01 Jul 2009 22:10:14 +0200 Message-ID: <4A4BC2A6.3050808@swipnet.se> References: <4A473A62.7020703@swipnet.se><3f14737c0906291929s6638b6fapa89c8fe7e261961@mail.gmail.com> <4A4B9641.9090805@swipnet.se> 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: ger.gmane.org 1246479034 22760 80.91.229.12 (1 Jul 2009 20:10:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Jul 2009 20:10:34 +0000 (UTC) Cc: 'Emacs Development' , 'John Yates' To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 01 22:10:27 2009 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.50) id 1MM68Q-0001Gd-TJ for ged-emacs-devel@m.gmane.org; Wed, 01 Jul 2009 22:10:27 +0200 Original-Received: from localhost ([127.0.0.1]:46838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM68Q-00075y-6d for ged-emacs-devel@m.gmane.org; Wed, 01 Jul 2009 16:10:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM68L-00074s-F2 for emacs-devel@gnu.org; Wed, 01 Jul 2009 16:10:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM68H-00073G-PU for emacs-devel@gnu.org; Wed, 01 Jul 2009 16:10:21 -0400 Original-Received: from [199.232.76.173] (port=48373 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM68H-00073C-KC for emacs-devel@gnu.org; Wed, 01 Jul 2009 16:10:17 -0400 Original-Received: from mtah31.telenor.se ([213.150.131.4]:38764) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MM68H-0001MX-GD for emacs-devel@gnu.org; Wed, 01 Jul 2009 16:10:17 -0400 Original-Received: from iph1.telenor.se (iph1.telenor.se [195.54.127.132]) by mtah31.telenor.se (Postfix) with ESMTP id B846032C54 for ; Wed, 1 Jul 2009 22:10:15 +0200 (CEST) X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnLEAO5fS0pV4S1uPGdsb2JhbACBUYgVjxkBAQEBN7c9gkGBUAU X-IronPort-AV: E=Sophos;i="4.42,327,1243807200"; d="scan'208";a="25808829" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by iph1.telenor.se with ESMTP; 01 Jul 2009 22:10:15 +0200 Original-Received: from [172.20.199.5] (winter [172.20.199.5]) by coolsville.localdomain (Postfix) with ESMTPSA id E919C7FA07B; Wed, 1 Jul 2009 22:10:14 +0200 (CEST) User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) In-Reply-To: X-detected-operating-system: by monty-python.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:111878 Archived-At: Drew Adams skrev: >> I added a frame parameter called sticky. Please try it. > > 1. I haven't been following this thread. Please ignore if I misunderstand. > > Does this mean that the current frame size (and position?) can be "pinned" > (locked), so that frame sizing (and positioning?) functions have no effect > (unless the `sticky' frame parameter is reset to nil)? No. It means that in the presence of multiple virtual desktops, the frame will appear in all of them. Jan D.