From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Using -mm then unmaximize causes much swapping Date: Mon, 20 Oct 2014 14:10:57 +0200 Message-ID: <871tq354by.fsf@thinkpad-t440p.tsdh.org> References: <85vbnf6s2p.fsf@example.com> <85iojf56zx.fsf@example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413807097 30201 80.91.229.3 (20 Oct 2014 12:11:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2014 12:11:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: David Hume Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 20 14:11:26 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XgBo5-0006ly-6D for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2014 14:11:25 +0200 Original-Received: from localhost ([::1]:44357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgBo4-0003QS-Jv for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2014 08:11:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgBnm-0003Q7-Oi for help-gnu-emacs@gnu.org; Mon, 20 Oct 2014 08:11:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgBnf-00057V-QQ for help-gnu-emacs@gnu.org; Mon, 20 Oct 2014 08:11:06 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:36450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgBnf-00056e-Jd for help-gnu-emacs@gnu.org; Mon, 20 Oct 2014 08:10:59 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id BEDC81A83DF; Mon, 20 Oct 2014 14:10:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dTVrVF6PSkRZ; Mon, 20 Oct 2014 14:10:58 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t440p.tsdh.org (dhcp183.uni-koblenz.de [141.26.71.183]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 701BD1A83D8; Mon, 20 Oct 2014 14:10:58 +0200 (CEST) In-Reply-To: <85iojf56zx.fsf@example.com> (David Hume's message of "Mon, 20 Oct 2014 12:13:22 +0100") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100512 Archived-At: David Hume writes: Hi David, >> emacs-24.3 -Q -mm >> >> the initial emacs frame is not maximized at all here (which is a bug in >> its own respect), and with >> >> emacs -Q -mm >> >> which is the current bzr trunk it is maximized and unmaximizing sets >> it back to the same frame size as emacs -Q would have resulted in. > > I see the same effect with /emacs -Q -mm/ Well, then the problem probably resides in your ~/.emacs although I have no idea which customization might cause such a problem. What you could also try is not using your window manager's maximize/unmaximize button but emacs' `toggle-frame-maximized' command instead. Bye, Tassilo