From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Burton Newsgroups: gmane.emacs.help Subject: Re: Expand/unexpand window possible? Date: Thu, 12 Mar 2009 17:42:30 +0000 Organization: Netfront http://www.netfront.net Message-ID: <87eix21vuh.fsf@sdf-eu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236916902 24120 80.91.229.12 (13 Mar 2009 04:01:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Mar 2009 04:01:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 13 05:02:59 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lhybq-0008M3-OR for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2009 05:02:58 +0100 Original-Received: from localhost ([127.0.0.1]:44127 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhyaU-0007jt-Ub for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2009 00:01:34 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!news.netfront.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: spc1-brig11-0-0-cust536.asfd.broadband.ntl.com Original-X-Trace: adenine.netfront.net 1236879797 48186 81.108.250.25 (12 Mar 2009 17:43:17 GMT) Original-X-Complaints-To: news@netfront.net Original-NNTP-Posting-Date: Thu, 12 Mar 2009 17:43:17 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:tTpKXmhMp7SUpSglZGazPJW0Wmo= Original-Xref: news.stanford.edu gnu.emacs.help:167533 X-Mailman-Approved-At: Fri, 13 Mar 2009 00:00:27 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62868 Archived-At: Lars Haugseth writes: > When typing C-x 1 in a multi-window frame, the current window will fill > the entire frame, but all other windows will be deleted so that there will > be no going back to the previous multi-window setup. Is there any way to > achieve this expand/unexpand functionality without major elisp wizardry on > my part? Add (winner-mode 1) to .emacs, then C-c left and C-c right move around in the history of window configurations. -- Jim Burton jim@sdf-eu.org