From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Unuseful keybindings Date: Sat, 22 Dec 2012 10:23:38 +0200 Organization: JURTA Message-ID: <87a9t6a435.fsf@mail.jurta.org> References: <87sj73qzvl.fsf@gmail.com> <87623zquvw.fsf@gmail.com> <87ip7zdud3.fsf@gmail.com> <87ehiiu5x7.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1356164742 31321 80.91.229.3 (22 Dec 2012 08:25:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Dec 2012 08:25:42 +0000 (UTC) Cc: Mathias Dahl , emacs-devel@gnu.org, Andreas Schwab , Thierry Volpiatto To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 22 09:25:56 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 1TmKOy-0008CB-CC for ged-emacs-devel@m.gmane.org; Sat, 22 Dec 2012 09:25:48 +0100 Original-Received: from localhost ([::1]:36975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmKOk-0004WN-Fu for ged-emacs-devel@m.gmane.org; Sat, 22 Dec 2012 03:25:34 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:46252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmKOe-0004SE-2q for emacs-devel@gnu.org; Sat, 22 Dec 2012 03:25:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TmKOZ-0004ZO-Rs for emacs-devel@gnu.org; Sat, 22 Dec 2012 03:25:28 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:46796 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmKOY-0004Z8-5T; Sat, 22 Dec 2012 03:25:22 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 53FA6451CE49; Sat, 22 Dec 2012 00:25:20 -0800 (PST) In-Reply-To: <87ehiiu5x7.fsf@gnu.org> (Chong Yidong's message of "Sat, 22 Dec 2012 11:22:44 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.218.105 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:155755 Archived-At: > But: why doesn't toggle a true full screen mode, at least on > platforms which support that? That would be more useful, since ordinary > maximization can be done with window decorations anyway. I wondered about this too. IMHO, `frame-maximization-style' should be `fullscreen' by default, so `F11' will do fullscreen by default. Also I see no reason having a separate `S-F11' (`cycle-frame-maximized'). I believe it would be enough to add a prefix arg to `toggle-frame-maximized', so `C-u F11' will do non-default complementary action from `frame-maximization-style' (i.e. `maximized' after changing its default to `fullscreen').