From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: difference between maximized and fullscreen? Date: Wed, 1 Jul 2009 16:12:29 -0700 Message-ID: <8708B0D477C9458EB0C2B40175281FE4@us.oracle.com> References: <4A473A62.7020703@swipnet.se><3f14737c0906291929s6638b6fapa89c8fe7e261961@mail.gmail.com> <4A4B9641.9090805@swipnet.se> <4A4BC2A6.3050808@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1246489964 20192 80.91.229.12 (1 Jul 2009 23:12:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Jul 2009 23:12:44 +0000 (UTC) Cc: 'Emacs Development' , 'John Yates' To: "=?iso-8859-1?Q?'Jan_Dj=E4rv'?=" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 02 01:12:37 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 1MM8yi-0000Bw-HP for ged-emacs-devel@m.gmane.org; Thu, 02 Jul 2009 01:12:36 +0200 Original-Received: from localhost ([127.0.0.1]:49624 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM8yh-0000Gz-NU for ged-emacs-devel@m.gmane.org; Wed, 01 Jul 2009 19:12:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM8yd-0000Gu-HG for emacs-devel@gnu.org; Wed, 01 Jul 2009 19:12:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM8yY-0000GR-0F for emacs-devel@gnu.org; Wed, 01 Jul 2009 19:12:30 -0400 Original-Received: from [199.232.76.173] (port=36820 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM8yX-0000GO-QZ for emacs-devel@gnu.org; Wed, 01 Jul 2009 19:12:25 -0400 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:53521 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MM8yX-0002dQ-H6 for emacs-devel@gnu.org; Wed, 01 Jul 2009 19:12:25 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n61NDf3f022977 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 1 Jul 2009 23:13:42 GMT Original-Received: from abhmt001.oracle.com (abhmt001.oracle.com [141.146.116.10]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n61NDxbe030883; Wed, 1 Jul 2009 23:13:59 GMT Original-Received: from dradamslap1 (/141.144.64.17) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 01 Jul 2009 16:12:19 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4A4BC2A6.3050808@swipnet.se> Thread-Index: Acn6iACjbtQ6AhcDTB6V3wgamBh3WAAGNbWg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt001.oracle.com [141.146.116.10] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010204.4A4BED54.014E:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:111883 Archived-At: = > >> I added a frame parameter called sticky. Please try it. > > > > 1. 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. I see. FWIW - In that case, perhaps some other name should be used than "sticky", something that more directly reflects the functionality (of displaying on all virtual desktops).