From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: resize emacs frame / gui-window via keybinding Date: Tue, 21 Aug 2012 13:06:24 -0700 Message-ID: <64A88796241849919D8F518011E44143@us.oracle.com> References: <20120821193930.GA12030@iammark.us> 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 1345579606 3822 80.91.229.3 (21 Aug 2012 20:06:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Aug 2012 20:06:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'Mark Skilbeck'" , "'Ferdinand'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 21 22:06:43 2012 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 1T3uip-0005m5-2I for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Aug 2012 22:06:43 +0200 Original-Received: from localhost ([::1]:54683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3uin-00037o-EW for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Aug 2012 16:06:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3uii-00037e-9C for help-gnu-emacs@gnu.org; Tue, 21 Aug 2012 16:06:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3uid-0001Qc-HG for help-gnu-emacs@gnu.org; Tue, 21 Aug 2012 16:06:36 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:31048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3uid-0001QW-BA for help-gnu-emacs@gnu.org; Tue, 21 Aug 2012 16:06:31 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q7LK6Qr4011287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Aug 2012 20:06:27 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q7LK6P44011377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2012 20:06:26 GMT Original-Received: from abhmt102.oracle.com (abhmt102.oracle.com [141.146.116.54]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q7LK6PrG024851; Tue, 21 Aug 2012 15:06:25 -0500 Original-Received: from dradamslap1 (/130.35.178.248) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 21 Aug 2012 13:06:25 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20120821193930.GA12030@iammark.us> Thread-Index: Ac1/1LM0lYHqr/BzSu+cAwnQIioDzAAAwTrQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 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:86457 Archived-At: > > Is there a way to resize an emacs-frame via a custom > > defined shortcut? > > You have {enlarge,shrink}-window-{horizontally,vertically}; > maybe that's what you're looking for. No, those are for Emacs windows, not frames. But there are commands to do this in `frame-cmds.el' (e.g. `(enlarge|shrink)-frame(-horizontally)'. http://www.emacswiki.org/emacs/download/frame-cmds.el http://emacswiki.org/emacs/FrameModes#FrameCommands