From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Unuseful keybindings Date: Sat, 29 Dec 2012 13:57:52 +0800 Message-ID: <87fw2pien3.fsf@gnu.org> References: <87sj73qzvl.fsf@gmail.com> <87623zquvw.fsf@gmail.com> <87ip7zdud3.fsf@gmail.com> <87ehiiu5x7.fsf@gnu.org> <87a9t6a435.fsf@mail.jurta.org> <87d2y1glnt.fsf@mail.jurta.org> <87hanbu3ly.fsf@mail.jurta.org> <871ueftmc7.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1356760691 12846 80.91.229.3 (29 Dec 2012 05:58:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Dec 2012 05:58:11 +0000 (UTC) Cc: Thierry Volpiatto , emacs-devel@gnu.org, Andreas Schwab , Mathias Dahl To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 29 06:58:26 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TopR8-0008Fi-Ma for ged-emacs-devel@m.gmane.org; Sat, 29 Dec 2012 06:58:22 +0100 Original-Received: from localhost ([::1]:40229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TopQu-0006Mf-26 for ged-emacs-devel@m.gmane.org; Sat, 29 Dec 2012 00:58:08 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TopQp-0006Ma-Co for emacs-devel@gnu.org; Sat, 29 Dec 2012 00:58:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TopQn-0000bP-4r for emacs-devel@gnu.org; Sat, 29 Dec 2012 00:58:03 -0500 Original-Received: from mail-pb0-f53.google.com ([209.85.160.53]:47242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TopQm-0000bL-Vg for emacs-devel@gnu.org; Sat, 29 Dec 2012 00:58:01 -0500 Original-Received: by mail-pb0-f53.google.com with SMTP id jt11so6226627pbb.26 for ; Fri, 28 Dec 2012 21:58:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=OoF6g0LX6jWN1ZkgDuGxsR76swLUJQjTUgZF4JfOP1s=; b=LNapTC3DWNLeBxrApZNp9xRz/pCHj22cvx0wcze8cJP/sdTVjdcewFRM3yu2lc6OxD XtL/SslXb+MxZu4DgEceQRAd3BR+cBlMw0p5cYVft/Yk+dh51Q6HXym0Llsl3dvw90tm A2Kbqw99L9YVGu9vGx+6zs/DtsqhxZxWj4pRkf0ECZDD+nVwBLgwFhdJl4xKMotiZ3nN HXX5s8df0SgQtjRRtQEmYNW7e+w0Vtdorb0/cNpEUTZdW2o4/tMeBum1Q4KlyBc9XJ9e iMoM0O/UncBtLsYy1AV4Wjy8JRabx6FX6jaQ90rsHVcLeyovzvNIF0ULML9wdHVAREGi vh7w== X-Received: by 10.66.74.98 with SMTP id s2mr103992685pav.64.1356760680019; Fri, 28 Dec 2012 21:58:00 -0800 (PST) Original-Received: from ulysses (cm107.delta179.maxonline.com.sg. [59.189.179.107]) by mx.google.com with ESMTPS id jo6sm17224745pbb.5.2012.12.28.21.57.54 (version=SSLv3 cipher=OTHER); Fri, 28 Dec 2012 21:57:58 -0800 (PST) In-Reply-To: <871ueftmc7.fsf@mail.jurta.org> (Juri Linkov's message of "Mon, 24 Dec 2012 19:10:57 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.53 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155974 Archived-At: Juri Linkov writes: > It is still too bad that when the frame is maximized, enabling and > disabling fullscreen doesn't restore its maximized state. > > The problem is that we have only one frame parameter `fullscreen' > for both frame states `maximized' and `fullscreen'. > > So for proper behavior like in other applications we need to remember > the previous `maximized' state and restore it afterwards > like `toggle-frame-fullscreen' does in the following patch: This patch looks good, thanks.