From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Chris F.A. Johnson" Newsgroups: gmane.emacs.help Subject: Re: maximising window? Date: Sat, 7 Jun 2014 20:35:00 -0400 (EDT) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: ger.gmane.org 1402187767 17806 80.91.229.3 (8 Jun 2014 00:36:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Jun 2014 00:36:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: John Mastro Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 08 02:36:00 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 1WtR5c-0007zi-GH for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Jun 2014 02:36:00 +0200 Original-Received: from localhost ([::1]:53619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtR5c-0007I4-0x for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Jun 2014 20:36:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtR5I-0007Hg-M0 for help-gnu-emacs@gnu.org; Sat, 07 Jun 2014 20:35:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtR5A-0006Ap-7l for help-gnu-emacs@gnu.org; Sat, 07 Jun 2014 20:35:40 -0400 Original-Received: from gateway03.websitewelcome.com ([69.93.37.25]:33496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtR59-0006Ak-Oe for help-gnu-emacs@gnu.org; Sat, 07 Jun 2014 20:35:31 -0400 Original-Received: by gateway03.websitewelcome.com (Postfix, from userid 5007) id 8D0526D61A748; Sat, 7 Jun 2014 19:35:29 -0500 (CDT) Original-Received: from gator3154.hostgator.com (gator3154.hostgator.com [50.87.144.189]) by gateway03.websitewelcome.com (Postfix) with ESMTP id 7277B6D61A6D3 for ; Sat, 7 Jun 2014 19:35:29 -0500 (CDT) Original-Received: from bas1-toronto07-1176321217.dsl.bell.ca ([70.29.60.193]:59189 helo=chris.local) by gator3154.hostgator.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82) (envelope-from ) id 1WtR56-0004w5-Rv; Sat, 07 Jun 2014 19:35:28 -0500 X-X-Sender: chris@chris.tor In-Reply-To: User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator3154.hostgator.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - cfajohnson.com X-BWhitelist: no X-Source-IP: 70.29.60.193 X-Exim-ID: 1WtR56-0004w5-Rv X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: bas1-toronto07-1176321217.dsl.bell.ca (chris.local) [70.29.60.193]:59189 X-Source-Auth: cfaj X-Email-Count: 1 X-Source-Cap: Y2ZhajtjZmFqO2dhdG9yMzE1NC5ob3N0Z2F0b3IuY29t X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 69.93.37.25 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:98085 Archived-At: On Sat, 7 Jun 2014, John Mastro wrote: > I think you're looking for `toggle-frame-maximized' or > `toggle-frame-fullscreen'. You could put one on Alt-F10 with something > like this: > > (global-set-key (kbd "") 'toggle-frame-fullscreen) Symbol's function definition is void: toggle-frame-maximized Symbol's function definition is void: toggle-frame-fullscreen No apropos matches for `toggle-frame' (emacs 24.3.1)