From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Carbon emacs - frame too big for minibuffer can't resize window Date: Mon, 28 Feb 2005 08:50:06 -0800 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1109610012 4018 80.91.229.2 (28 Feb 2005 17:00:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2005 17:00:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 28 18:00:11 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5oDR-00050K-Hf for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Feb 2005 17:57:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5oVp-0005h1-OJ for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Feb 2005 12:16:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5oUe-0005OJ-T4 for help-gnu-emacs@gnu.org; Mon, 28 Feb 2005 12:15:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5oUV-0005KO-NT for help-gnu-emacs@gnu.org; Mon, 28 Feb 2005 12:15:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5oUV-0005IW-CY for help-gnu-emacs@gnu.org; Mon, 28 Feb 2005 12:15:31 -0500 Original-Received: from [148.87.122.33] (helo=rgminet04.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D5oEA-0005eW-08 for help-gnu-emacs@gnu.org; Mon, 28 Feb 2005 11:58:38 -0500 Original-Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.191.10]) by rgminet04.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id j1SGo6sG016148; Mon, 28 Feb 2005 11:51:50 -0500 Original-Received: from rgmgw1.us.oracle.com (localhost [127.0.0.1]) by rgmgw1.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j1SGo6aF017075; Mon, 28 Feb 2005 09:50:06 -0700 Original-Received: from dradamslap (dradams-lap.us.oracle.com [130.35.177.126]) by rgmgw1.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id j1SGo6LG017048; Mon, 28 Feb 2005 09:50:06 -0700 Original-To: "George Colpitts" , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal In-Reply-To: X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-MIME-Autoconverted: from 8bit to quoted-printable by rgminet04.oracle.com id j1SGo6sG016148 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24430 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24430 > Have you tried to customize `height' in `default-frame-alist'? To m= ake > the Emacs frame fit on my 15 inch monitor I have set `height' to 39. (setq default-frame-alist '((width . 100) (height . 38))) Also: 1. Interactively move and resize a frame, to get what you want as the default size and location. 2. Use command =91set-all-frame-alist-parameters-from-frame=92 to update = your =91default-frame-alist=92. This command is available in library frame-cmd= s.el (http://www.emacswiki.org/elisp/frame-cmds.el). 3. Use Customize to save the value of =91default-frame-alist=92 for futur= e Emacs sessions. See also: - http://www.emacswiki.org/cgi-bin/wiki/Shrink-Wrapping_Frames - Libraries fit-frame.el and autofit-frame.el: . http://www.emacswiki.org/elisp/fit-frame.el . http://www.emacswiki.org/elisp/autofit-frame.el