From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Tfardy Newsgroups: gmane.emacs.help Subject: Re: Expand/unexpand window possible? Date: Thu, 12 Mar 2009 12:17:36 +0100 Message-ID: <71s9ahFmj99iU1@mid.individual.net> References: 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 1236858052 31790 80.91.229.12 (12 Mar 2009 11:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Mar 2009 11:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 12 12:42:10 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 1LhjIe-00036j-FI for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Mar 2009 12:42:08 +0100 Original-Received: from localhost ([127.0.0.1]:37410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhjHI-0006ua-MI for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Mar 2009 07:40:44 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news-1.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: individual.net z/qaCMNCxOC8Xkobz4waUAeVhH+CJqZAbX5V78CHSIDziNEDxq Cancel-Lock: sha1:AIT84iwEJdxpPzZz/cs5omX9tzU= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) In-Reply-To: Original-Xref: news.stanford.edu gnu.emacs.help:167524 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:62847 Archived-At: Lars Haugseth schrieb: > 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? > window-configuration-to-register is solution for your problem: ,----[ C-h f window-configuration-to-register RET ] | window-configuration-to-register is an interactive compiled Lisp function in `register.el'. | It is bound to C-x r w. | (window-configuration-to-register register &optional arg) | | Store the window configuration of the selected frame in register register. | Use C-x r j to restore the configuration. | Argument is a character, naming the register. | | [back] `---- regards Marc