From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Megyei Newsgroups: gmane.emacs.devel Subject: Re: Whole frame windows Date: Sat, 09 Aug 2008 08:13:28 +0200 Message-ID: <1218262408.5526.1.camel@surlej> References: <18588.57577.10349.904991@kahikatea.snap.net.nz> Reply-To: mathias@mnet-mail.de NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1218262427 27112 80.91.229.12 (9 Aug 2008 06:13:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Aug 2008 06:13:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 09 08:14:38 2008 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 1KRhin-0006Lx-RI for ged-emacs-devel@m.gmane.org; Sat, 09 Aug 2008 08:14:38 +0200 Original-Received: from localhost ([127.0.0.1]:39329 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRhhr-0002FF-Va for ged-emacs-devel@m.gmane.org; Sat, 09 Aug 2008 02:13:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRhhm-0002FA-18 for emacs-devel@gnu.org; Sat, 09 Aug 2008 02:13:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRhhk-0002Ey-VF for emacs-devel@gnu.org; Sat, 09 Aug 2008 02:13:33 -0400 Original-Received: from [199.232.76.173] (port=59093 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRhhk-0002Ev-Q3 for emacs-devel@gnu.org; Sat, 09 Aug 2008 02:13:32 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.9]:40662) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRhhk-0002T9-C6 for emacs-devel@gnu.org; Sat, 09 Aug 2008 02:13:32 -0400 Original-Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 22BF81C08B62; Sat, 9 Aug 2008 08:13:30 +0200 (CEST) Original-Received: from localhost (unknown [192.168.1.157]) by mail.m-online.net (Postfix) with ESMTP id 0E61A900AD; Sat, 9 Aug 2008 08:13:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from localhost ([192.168.3.149]) by localhost (scanner1.m-online.net [192.168.1.157]) (amavisd-new, port 10024) with ESMTP id 4xuLGP58xvuu; Sat, 9 Aug 2008 08:13:28 +0200 (CEST) Original-Received: from [192.168.178.21] (ppp-88-217-62-220.dynamic.mnet-online.de [88.217.62.220]) by mail.mnet-online.de (Postfix) with ESMTP; Sat, 9 Aug 2008 08:13:28 +0200 (CEST) In-Reply-To: <18588.57577.10349.904991@kahikatea.snap.net.nz> X-Mailer: Evolution 2.22.3.1 X-detected-kernel: 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:102227 Archived-At: On Sat, 2008-08-09 at 12:12 +1200, Nick Roberts wrote: > I know there's a feature freeze, but how about something like below to > expand a window to the whole frame and back? It's handy for many window > configurations like gdb-ui where the stack trace, for example, doesn't > always fit in the space available. Eclipse has a feature like this, when > you double click on the window tab. > > Seems pretty harmless to me and any release must be a long way away. > Great! What about binding toggle-window to 'C-x 1'? Mathias