X-Loop: owner@HIDDEN Subject: bug#4476: 23.1; frame configuration,frame parameters - how about frame stacking order too? Reply-To: "Drew Adams" <drew.adams@HIDDEN>, 4476 <at> debbugs.gnu.org Resent-From: "Drew Adams" <drew.adams@HIDDEN> Resent-To: bug-submit-list@HIDDEN Resent-CC: Emacs Bugs <bug-gnu-emacs@HIDDEN> 2Resent-Date: Fri, 18 Sep 2009 07:15:04 +0000 Resent-Message-ID: <handler.4476.B.125325766926362@HIDDEN> Resent-Sender: help-debbugs@HIDDEN X-Emacs-PR-Message: report 4476 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@HIDDEN id=B.125325766926362 (code B ref -1); Fri, 18 Sep 2009 07:15:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 18 Sep 2009 07:07:49 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.4 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8I77mto026359 for <submit@HIDDEN>; Fri, 18 Sep 2009 00:07:49 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoXZL-0004St-N4 for bug-gnu-emacs@HIDDEN; Fri, 18 Sep 2009 03:07:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoXZH-0004Rn-1v for bug-gnu-emacs@HIDDEN; Fri, 18 Sep 2009 03:07:47 -0400 Received: from [199.232.76.173] (port=38104 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoXZG-0004Rc-O2 for bug-gnu-emacs@HIDDEN; Fri, 18 Sep 2009 03:07:42 -0400 Received: from mx20.gnu.org ([199.232.41.8]:47913) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from <drew.adams@HIDDEN>) id 1MoXZG-0001rj-1f for bug-gnu-emacs@HIDDEN; Fri, 18 Sep 2009 03:07:42 -0400 Received: from acsinet11.oracle.com ([141.146.126.233]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from <drew.adams@HIDDEN>) id 1MoXZF-0007av-D1 for bug-gnu-emacs@HIDDEN; Fri, 18 Sep 2009 03:07:41 -0400 Received: from rgminet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n8I78lGR004755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <bug-gnu-emacs@HIDDEN>; Fri, 18 Sep 2009 07:08:49 GMT Received: from abhmt001.oracle.com (abhmt001.oracle.com [141.146.116.10]) by rgminet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n8I77uIJ024630 for <bug-gnu-emacs@HIDDEN>; Fri, 18 Sep 2009 07:07:59 GMT Received: from dradamslap1 (/24.5.190.74) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 18 Sep 2009 00:07:30 -0700 From: "Drew Adams" <drew.adams@HIDDEN> To: <bug-gnu-emacs@HIDDEN> Date: Fri, 18 Sep 2009 00:07:34 -0700 Message-ID: <4528F957198E4CF792A809D694BB1DE1@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Aco4LrKSrmzqBvcMSEOMHOAvYYQPMQ== 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.0A090202.4AB331B6.0152:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Enhancement request: A frame configuration saves the frame parameters of a set of frames. This information records, for each frame, whether it is visible, invisible, or iconified. But it does not record the frame stacking order: which frames are in front of which other frames. This is an important part of a user's idea of what a frame configuration should be: Restoring a frame config should restore the set of frames as they were when the config was saved, including their positions front to back. Feature request: Add this information to frame configs. Perhaps we could add to each frame, as a frame parameter, its current stacking order. Then we could perhaps make `set-frame-configuration' restore this saved order. I'm assuming this info can be obtained somehow from the window manager. (I'm no expert on this.) (I wonder too if we couldn't have a command to raise or lower a frame just one notch at at time in the stacking order. Currently, we can only raise it to the front or lower it to the back.) In GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-29 on SOFT-MJASON Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.4)'
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Content-Type: text/plain; charset=utf-8 X-Loop: owner@HIDDEN From: help-debbugs@HIDDEN (Emacs bug Tracking System) To: "Drew Adams" <drew.adams@HIDDEN> Subject: bug#4476: Acknowledgement (23.1; frame configuration,frame parameters - how about frame stacking order too?) Message-ID: <handler.4476.B.125325766926362.ack@HIDDEN> References: <4528F957198E4CF792A809D694BB1DE1@HIDDEN> X-Emacs-PR-Message: ack 4476 X-Emacs-PR-Package: emacs Reply-To: 4476 <at> debbugs.gnu.org Date: Fri, 18 Sep 2009 07:15:05 +0000 Thank you for filing a new bug report with Emacs. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Emacs Bugs <bug-gnu-emacs@HIDDEN> If you wish to submit further information on this problem, please send it to 4476 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 4476: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D4476 Emacs Bug Tracking System Contact help-debbugs@HIDDEN with problems
Received: (at control) by emacsbugs.donarmstrong.com; 18 Sep 2009 13:27:07 +0000 From monnier@HIDDEN Fri Sep 18 06:27:07 2009 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.7 required=4.0 tests=AWL,HAS_BUG_NUMBER, VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.pppoe.ca (ironport2-out.teksavvy.com [206.248.154.181]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8IDR5NS021198 for <control@HIDDEN>; Fri, 18 Sep 2009 06:27:07 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtYEAPsns0pLd/GK/2dsb2JhbACBUs00hBwFh34 X-IronPort-AV: E=Sophos;i="4.44,409,1249272000"; d="scan'208";a="46006501" Received: from 75-119-241-138.dsl.teksavvy.com (HELO pastel.home) ([75.119.241.138]) by ironport2-out.pppoe.ca with ESMTP; 18 Sep 2009 09:26:48 -0400 Received: by pastel.home (Postfix, from userid 20848) id A313D801B; Fri, 18 Sep 2009 09:26:48 -0400 (EDT) From: Stefan Monnier <monnier@HIDDEN> To: control <at> debbugs.gnu.org Subject: Re: bug#4476: 23.1; frame configuration,frame parameters - how about frame stacking order too? Message-ID: <jwveiq4xu4m.fsf-monnier+emacsbugreports@HIDDEN> References: <4528F957198E4CF792A809D694BB1DE1@HIDDEN> Date: Fri, 18 Sep 2009 09:26:48 -0400 In-Reply-To: <4528F957198E4CF792A809D694BB1DE1@HIDDEN> (Drew Adams's message of "Fri, 18 Sep 2009 00:07:34 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii severity 4476 wishlist severity 4477 wishlist thanks
Received: (at control) by debbugs.gnu.org; 27 Apr 2016 20:12:57 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 27 16:12:57 2016 Received: from localhost ([127.0.0.1]:50666 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1avVpQ-0001sL-Sg for submit <at> debbugs.gnu.org; Wed, 27 Apr 2016 16:12:57 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:50146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <larsi@HIDDEN>) id 1avVpP-0001sB-AF for control <at> debbugs.gnu.org; Wed, 27 Apr 2016 16:12:55 -0400 Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from <larsi@HIDDEN>) id 1avVpM-00034W-Vc for control <at> debbugs.gnu.org; Wed, 27 Apr 2016 22:12:54 +0200 Date: Wed, 27 Apr 2016 22:12:52 +0200 Message-Id: <87lh3yvmij.fsf@HIDDEN> To: control <at> debbugs.gnu.org From: Lars Ingebrigtsen <larsi@HIDDEN> Subject: control message for bug #3464 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 0.0 (/) forcemerge 3464 4476
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.