From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: toggle-frame-maximized Date: Wed, 12 Dec 2012 06:28:16 +0800 Organization: The Church of Emacs Message-ID: <20121212062816.f4833e8d4a22fa4ba0111626@gmail.com> References: <87boe0qq8d.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1355264912 428 80.91.229.3 (11 Dec 2012 22:28:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2012 22:28:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: sds@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 11 23:28:45 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 1TiYJf-00040d-PK for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2012 23:28:43 +0100 Original-Received: from localhost ([::1]:53706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiYJT-00072h-4f for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2012 17:28:31 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:41987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiYJP-00072U-TY for emacs-devel@gnu.org; Tue, 11 Dec 2012 17:28:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiYJN-0000eL-So for emacs-devel@gnu.org; Tue, 11 Dec 2012 17:28:27 -0500 Original-Received: from mail-pa0-f41.google.com ([209.85.220.41]:62556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiYJL-0000cr-Lq; Tue, 11 Dec 2012 17:28:23 -0500 Original-Received: by mail-pa0-f41.google.com with SMTP id bj3so9494pad.0 for ; Tue, 11 Dec 2012 14:28:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=kbiCJaU3dS979id9x88HCiVcv4yDsbkNrkiTQl/+z0s=; b=X8lQIv9vtlyeHOIjG0DX6Hvuzns5pKhowJtIRK37sD1TwnchyXGF+SLqq5skwyeFdR E5QN4aDaZka10jUwwMO3gUWSrHh48xaKJEKijgxzIFjxpkylYUwSTLEeBO1bj+Mpxo5e j2NlKQHIJcXQM9PafBaJmRKW95sqLwNL8fhDOa5qFAi3zA7Nttc5JhfvJtqiqxyTh1i0 uvqQf2GbFf6VXcbH17UGPDaDn/i+P16oV4F1a97QrkxtHGi4qyn3/5Ehq5/FJjEu38Wk ++hAtGLxR6qXO8MmLXjVUSfB4BxrE0zA+oJpwvct+oxNIYZT/oeSnS8P3JKsknnpk7qr +g5w== Original-Received: by 10.69.0.101 with SMTP id ax5mr6047390pbd.105.1355264902555; Tue, 11 Dec 2012 14:28:22 -0800 (PST) Original-Received: from Emacs ([61.149.227.253]) by mx.google.com with ESMTPS id ay5sm14562801pab.1.2012.12.11.14.28.19 (version=SSLv3 cipher=OTHER); Tue, 11 Dec 2012 14:28:21 -0800 (PST) In-Reply-To: <87boe0qq8d.fsf@gnu.org> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.41 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:155492 Archived-At: On Tue, 11 Dec 2012 15:38:10 -0500 Sam Steingold wrote: > A de-facto standard keybinding is f11: maximize/full screen the window. > (chrome, gnome-terminal, freeciv - all comply). But for many terminals (notably DEC terminals) generates . And Drew's library frame-cmds.el(http://www.emacswiki.org/emacs/frame-cmds.el) provides various commands to maximize frames(although `maximized' is not the same as `fullscreen'). fullscreen.el(http://www.emacswiki.org/emacs/fullscreen.el) also provides fullscreen support. -- Best regards, Fuqiao.